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