summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2012-05-16ring-buffer: Add integrity check at end of iter readSteven Rostedt1-0/+29
2012-05-16fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha1-2/+0
2012-05-16ring-buffer: Make addition of pages in ring buffer atomicVaibhav Nagarnaik1-25/+77
2012-05-16ring-buffer: Make removal of ring buffer pages atomicVaibhav Nagarnaik2-76/+209
2012-05-16tracing: Clean up tracing_mark_write()Steven Rostedt1-13/+11
2012-05-15userns: Convert cgroup permission checks to use uid_eqEric W. Biederman1-3/+3
2012-05-15userns: signal remove unnecessary map_cred_nsEric W. Biederman1-15/+5
2012-05-15userns: Teach inode_capable to understand inodes whose uids map to other name...Eric W. Biederman1-2/+4
2012-05-15genirq: export handle_edge_irq() and irq_to_desc()Jiri Kosina2-0/+2
2012-05-15lockdep: fix oops in processing workqueuePeter Zijlstra2-2/+6
2012-05-14workqueue: skip nr_running sanity check in worker_enter_idle() if trustee is ...Tejun Heo1-2/+7
2012-05-14printk() - isolate KERN_CONT users from ordinary complete linesKay Sievers1-44/+61
2012-05-14printk() - restore prefix/timestamp printing for multi-newline stringsKay Sievers1-51/+76
2012-05-14sched/debug: Fix printing large integers on 32-bit platformsPeter Zijlstra1-2/+8
2012-05-14sched/fair: Improve the ->group_imb logicPeter Zijlstra1-6/+14
2012-05-14sched/nohz: Fix rq->cpu_load[] calculationsPeter Zijlstra3-16/+41
2012-05-14sched/numa: Don't scale the imbalancePeter Zijlstra1-6/+1
2012-05-14sched/fair: Revert sched-domain iteration breakagePeter Zijlstra2-14/+7
2012-05-14sched/numa: Fix the new NUMA topology bitsPeter Zijlstra1-2/+1
2012-05-14Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar10-298/+1073
2012-05-11printk: add stub for prepend_timestamp()Randy Dunlap1-0/+4
2012-05-11PM / Sleep: User space wakeup sources garbage collector Kconfig optionRafael J. Wysocki2-39/+67
2012-05-11PM / Sleep: Make the limit of user space wakeup sources configurableRafael J. Wysocki2-5/+32
2012-05-11Merge branches 'barrier.2012.05.09a', 'fixes.2012.04.26a', 'inline.2012.05.02...Paul E. McKenney9-182/+752
2012-05-10printk: correctly align __log_bufStephen Warren1-7/+6
2012-05-10namespaces, pid_ns: fix leakage on fork() failureMike Galbraith1-0/+3
2012-05-10tracing: Do not enable function event with enableSteven Rostedt2-1/+5
2012-05-10compat: Fix RT signal mask corruption via sigprocmaskJan Kiszka1-17/+46
2012-05-09printk() - restore timestamp printing at console outputKay Sievers1-17/+26
2012-05-09printk() - do not merge continuation lines of different threadsKay Sievers1-9/+10
2012-05-09printk - fix compilation for CONFIG_PRINTK=nKay Sievers1-19/+22
2012-05-09rcu: Make rcu_barrier() less disruptivePaul E. McKenney3-88/+222
2012-05-09rcu: Explicitly initialize RCU_FAST_NO_HZ per-CPU variablesPaul E. McKenney1-4/+16
2012-05-09rcu: Make RCU_FAST_NO_HZ handle timer migrationPaul E. McKenney1-3/+21
2012-05-09Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2-100/+18
2012-05-09sched, perf: Use a single callback into the schedulerPeter Zijlstra2-12/+11
2012-05-09perf: Pass last sampling period to perf_sample_data_init()Robert Richter1-5/+4
2012-05-09sched/numa: Rewrite the CONFIG_NUMA sched domain supportPeter Zijlstra1-95/+185
2012-05-09sched/fair: Propagate 'struct lb_env' usage into find_busiest_groupPeter Zijlstra1-93/+82
2012-05-09sched/fair: Add some serialization to the sched_domain load-balance walkPeter Zijlstra2-2/+9
2012-05-09sched/fair: Let minimally loaded cpu balance the groupPeter Zijlstra1-5/+5
2012-05-09sched: Change rq->nr_running to unsigned intPeter Zijlstra3-8/+8
2012-05-09sched: Fix KVM and ia64 boot crash due to sched_groups circular linked list a...Igor Mammedov1-0/+2
2012-05-08tracing: Remove ftrace_disable/enable_cpu()Steven Rostedt1-42/+2
2012-05-08tracing: Use seq_*_private interface for some seq filesJiri Olsa2-58/+16
2012-05-08kmsg: use do_div() to divide 64bit integerKay Sievers1-1/+4
2012-05-08task_allocator: Use config switches instead of magic definesThomas Gleixner1-4/+3
2012-05-08fork: Provide kmemcache based thread_info allocatorThomas Gleixner1-0/+27
2012-05-08Merge branch 'smp/threadalloc' into smp/hotplugThomas Gleixner12-70/+107
2012-05-08fork: Provide weak arch_release_[task_struct|thread_info] functionsThomas Gleixner1-4/+17