aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2011-12-09printk: avoid double lock acquirePeter Zijlstra1-1/+2
2011-12-08PM / Sleep: Replace mutex_[un]lock(&pm_mutex) with [un]lock_system_sleep()Srivatsa S. Bhat5-22/+22
2011-12-08Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2011-12-08sched, nohz: Fix missing RCU read lockPeter Zijlstra1-2/+7
2011-12-07lockdep, bug: Exclude TAINT_OOT_MODULE from disabling lock debuggingBen Hutchings1-2/+3
2011-12-07perf: Do no try to schedule task events if there are noneGleb Natapov1-2/+2
2011-12-06PM / Hibernate: Replace unintuitive 'if' condition in kernel/power/user.c with 'else'Srivatsa S. Bhat1-1/+1
2011-12-06Merge branch 'pm-freezer' into pm-sleepRafael J. Wysocki9-204/+195
2011-12-06PM / Hibernate: Remove deprecated hibernation test modesSrivatsa S. Bhat1-29/+4
2011-12-06PM / Hibernate: Thaw processes in SNAPSHOT_CREATE_IMAGE ioctl test pathSrivatsa S. Bhat3-4/+11
2011-12-06PM / Hibernate: Enable usermodehelpers in software_resume() error pathSrivatsa S. Bhat1-1/+3
2011-12-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-5/+11
2011-12-06sched, nohz: Set the NOHZ_BALANCE_KICK flag for idle load balancerSuresh Siddha1-1/+1
2011-12-06sched, nohz: Fix the idle cpu check in nohz_idle_balanceSuresh Siddha1-1/+1
2011-12-06sched: Use jump_labels for sched_featPeter Zijlstra3-22/+81
2011-12-06sched/accounting: Fix parameter passing in task_group_account_fieldGlauber Costa1-2/+2
2011-12-06sched/accounting: Fix user/system tick double accountingGlauber Costa1-10/+2
2011-12-06sched/accounting: Re-use scheduler statistics for the root cgroupGlauber Costa2-93/+106
2011-12-06sched: Save some hrtick_start_fair cyclesMike Galbraith2-3/+11
2011-12-06jump_label: Provide jump_label_key initializersPeter Zijlstra1-4/+8
2011-12-06jump_label, x86: Fix section mismatchPeter Zijlstra1-1/+1
2011-12-06Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/coreIngo Molnar3-28/+79
2011-12-06lockdep, kmemcheck: Annotate ->lock in lockdep_init_map()Yong Zhang1-1/+7
2011-12-06alarmtimers: Fix time comparisonThomas Gleixner1-1/+1
2011-12-06sched/accounting, cgroups: Reuse cgroup's parent pointerGlauber Costa1-6/+9
2011-12-06sched/accounting: Change cpustat fields to an arrayGlauber Costa1-38/+40
2011-12-06sched, nohz: Clean up the find_new_ilb() using sched groups nr_busy_cpusSuresh Siddha1-36/+12
2011-12-06sched, nohz: Implement sched group, domain aware nohz idle load balancingSuresh Siddha1-113/+47
2011-12-06sched, nohz: Track nr_busy_cpus in the sched_group_powerSuresh Siddha4-0/+42
2011-12-06sched, nohz: Introduce nohz_flags in 'struct rq'Suresh Siddha3-24/+40
2011-12-06sched/rt: Code cleanup, remove a redundant function callShan Hai1-1/+1
2011-12-06sched: Fix the sched group node allocation for SD_OVERLAP domainsSuresh Siddha1-1/+1
2011-12-06sched: Set skip_clock_update in yield_task_fair()Mike Galbraith2-0/+13
2011-12-06sched: Use rt.nr_cpus_allowed to recover select_task_rq() cyclesMike Galbraith2-0/+6
2011-12-06sched: Clean up domain traversal in select_idle_sibling()Suresh Siddha2-13/+27
2011-12-06events, sched: Add tracepoint for accounting blocked timeAndrew Vagin1-0/+2
2011-12-06perf, core: Rate limit perf_sched_events jump_label patchingGleb Natapov2-7/+41
2011-12-06perf: Fix enable_on_exec for sibling eventsPeter Zijlstra1-7/+1
2011-12-06perf: Remove superfluous argumentsPeter Zijlstra1-5/+4
2011-12-06perf: Avoid a useless pmu_disable() in the perf-tickPeter Zijlstra1-16/+32
2011-12-06lockdep: Print lock name in lockdep_init_error()Ming Lei1-1/+4
2011-12-06lockdep, kmemcheck: Annotate ->lock in lockdep_init_map()Yong Zhang1-1/+7
2011-12-06lockdep, rtmutex, bug: Show taint flags on errorBen Hutchings2-8/+16
2011-12-06lockdep, bug: Exclude TAINT_FIRMWARE_WORKAROUND from disabling lockdepPeter Zijlstra1-2/+10
2011-12-06Merge commit 'v3.2-rc4' into core/lockingIngo Molnar9-35/+185
2011-12-06Merge branch 'perf/urgent' into perf/coreIngo Molnar4-6/+95
2011-12-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-6/+95
2011-12-05Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-3/+4
2011-12-05Merge branches 'core-urgent-for-linus' and 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+4
2011-12-05Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-34/+146