| Age | Commit message (Expand) | Author | Files | Lines |
| 2011-12-09 | printk: avoid double lock acquire |  Peter Zijlstra | 1 | -1/+2 |
| 2011-12-08 | PM / Sleep: Replace mutex_[un]lock(&pm_mutex) with [un]lock_system_sleep() |  Srivatsa S. Bhat | 5 | -22/+22 |
| 2011-12-08 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -1/+1 |
| 2011-12-08 | sched, nohz: Fix missing RCU read lock |  Peter Zijlstra | 1 | -2/+7 |
| 2011-12-07 | lockdep, bug: Exclude TAINT_OOT_MODULE from disabling lock debugging |  Ben Hutchings | 1 | -2/+3 |
| 2011-12-07 | perf: Do no try to schedule task events if there are none |  Gleb Natapov | 1 | -2/+2 |
| 2011-12-06 | PM / Hibernate: Replace unintuitive 'if' condition in kernel/power/user.c with 'else' |  Srivatsa S. Bhat | 1 | -1/+1 |
| 2011-12-06 | Merge branch 'pm-freezer' into pm-sleep |  Rafael J. Wysocki | 9 | -204/+195 |
| 2011-12-06 | PM / Hibernate: Remove deprecated hibernation test modes |  Srivatsa S. Bhat | 1 | -29/+4 |
| 2011-12-06 | PM / Hibernate: Thaw processes in SNAPSHOT_CREATE_IMAGE ioctl test path |  Srivatsa S. Bhat | 3 | -4/+11 |
| 2011-12-06 | PM / Hibernate: Enable usermodehelpers in software_resume() error path |  Srivatsa S. Bhat | 1 | -1/+3 |
| 2011-12-06 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 4 | -5/+11 |
| 2011-12-06 | sched, nohz: Set the NOHZ_BALANCE_KICK flag for idle load balancer |  Suresh Siddha | 1 | -1/+1 |
| 2011-12-06 | sched, nohz: Fix the idle cpu check in nohz_idle_balance |  Suresh Siddha | 1 | -1/+1 |
| 2011-12-06 | sched: Use jump_labels for sched_feat |  Peter Zijlstra | 3 | -22/+81 |
| 2011-12-06 | sched/accounting: Fix parameter passing in task_group_account_field |  Glauber Costa | 1 | -2/+2 |
| 2011-12-06 | sched/accounting: Fix user/system tick double accounting |  Glauber Costa | 1 | -10/+2 |
| 2011-12-06 | sched/accounting: Re-use scheduler statistics for the root cgroup |  Glauber Costa | 2 | -93/+106 |
| 2011-12-06 | sched: Save some hrtick_start_fair cycles |  Mike Galbraith | 2 | -3/+11 |
| 2011-12-06 | jump_label: Provide jump_label_key initializers |  Peter Zijlstra | 1 | -4/+8 |
| 2011-12-06 | jump_label, x86: Fix section mismatch |  Peter Zijlstra | 1 | -1/+1 |
| 2011-12-06 | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core |  Ingo Molnar | 3 | -28/+79 |
| 2011-12-06 | lockdep, kmemcheck: Annotate ->lock in lockdep_init_map() |  Yong Zhang | 1 | -1/+7 |
| 2011-12-06 | alarmtimers: Fix time comparison |  Thomas Gleixner | 1 | -1/+1 |
| 2011-12-06 | sched/accounting, cgroups: Reuse cgroup's parent pointer |  Glauber Costa | 1 | -6/+9 |
| 2011-12-06 | sched/accounting: Change cpustat fields to an array |  Glauber Costa | 1 | -38/+40 |
| 2011-12-06 | sched, nohz: Clean up the find_new_ilb() using sched groups nr_busy_cpus |  Suresh Siddha | 1 | -36/+12 |
| 2011-12-06 | sched, nohz: Implement sched group, domain aware nohz idle load balancing |  Suresh Siddha | 1 | -113/+47 |
| 2011-12-06 | sched, nohz: Track nr_busy_cpus in the sched_group_power |  Suresh Siddha | 4 | -0/+42 |
| 2011-12-06 | sched, nohz: Introduce nohz_flags in 'struct rq' |  Suresh Siddha | 3 | -24/+40 |
| 2011-12-06 | sched/rt: Code cleanup, remove a redundant function call |  Shan Hai | 1 | -1/+1 |
| 2011-12-06 | sched: Fix the sched group node allocation for SD_OVERLAP domains |  Suresh Siddha | 1 | -1/+1 |
| 2011-12-06 | sched: Set skip_clock_update in yield_task_fair() |  Mike Galbraith | 2 | -0/+13 |
| 2011-12-06 | sched: Use rt.nr_cpus_allowed to recover select_task_rq() cycles |  Mike Galbraith | 2 | -0/+6 |
| 2011-12-06 | sched: Clean up domain traversal in select_idle_sibling() |  Suresh Siddha | 2 | -13/+27 |
| 2011-12-06 | events, sched: Add tracepoint for accounting blocked time |  Andrew Vagin | 1 | -0/+2 |
| 2011-12-06 | perf, core: Rate limit perf_sched_events jump_label patching |  Gleb Natapov | 2 | -7/+41 |
| 2011-12-06 | perf: Fix enable_on_exec for sibling events |  Peter Zijlstra | 1 | -7/+1 |
| 2011-12-06 | perf: Remove superfluous arguments |  Peter Zijlstra | 1 | -5/+4 |
| 2011-12-06 | perf: Avoid a useless pmu_disable() in the perf-tick |  Peter Zijlstra | 1 | -16/+32 |
| 2011-12-06 | lockdep: Print lock name in lockdep_init_error() |  Ming Lei | 1 | -1/+4 |
| 2011-12-06 | lockdep, kmemcheck: Annotate ->lock in lockdep_init_map() |  Yong Zhang | 1 | -1/+7 |
| 2011-12-06 | lockdep, rtmutex, bug: Show taint flags on error |  Ben Hutchings | 2 | -8/+16 |
| 2011-12-06 | lockdep, bug: Exclude TAINT_FIRMWARE_WORKAROUND from disabling lockdep |  Peter Zijlstra | 1 | -2/+10 |
| 2011-12-06 | Merge commit 'v3.2-rc4' into core/locking |  Ingo Molnar | 9 | -35/+185 |
| 2011-12-06 | Merge branch 'perf/urgent' into perf/core |  Ingo Molnar | 4 | -6/+95 |
| 2011-12-05 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 4 | -6/+95 |
| 2011-12-05 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 3 | -3/+4 |
| 2011-12-05 | Merge branches 'core-urgent-for-linus' and 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -1/+4 |
| 2011-12-05 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 4 | -34/+146 |