summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2011-05-18genirq: Remove pointless ifdefsThomas Gleixner1-3/+1
2011-05-17PM: Allow drivers to allocate memory from .prepare() callbacks safelyRafael J. Wysocki1-4/+13
2011-05-17PM: Remove CONFIG_PM_VERBOSERafael J. Wysocki1-6/+0
2011-05-17Merge branch 'power-domains' into for-linusRafael J. Wysocki1-0/+4
2011-05-17Merge branch 'syscore' into for-linusRafael J. Wysocki4-34/+4
2011-05-17Revert "PM / Hibernate: Reduce autotuned default image size"Rafael J. Wysocki1-4/+4
2011-05-17PM / Hibernate: Add sysfs knob to control size of memory for driversRafael J. Wysocki4-5/+48
2011-05-17kmod: always provide usermodehelper_disable()Kay Sievers1-7/+0
2011-05-17PM: Print a warning if firmware is requested when tasks are frozenRafael J. Wysocki1-0/+9
2011-05-17Freezer: Use SMP barriersMike Frysinger1-2/+2
2011-05-17PM / Suspend: Do not ignore error codes returned by suspend_enter()MyungJoo Ham1-1/+1
2011-05-17Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-3/+13
2011-05-16tick: Clear broadcast active bit when switching to oneshotThomas Gleixner1-1/+11
2011-05-16sched: Fix and optimise calculation of the weight-inverseStephan Baerwolf1-3/+3
2011-05-16sched: Avoid going ahead if ->cpus_allowed is not changedYong Zhang1-2/+4
2011-05-16sched, rt: Update rq clock when unthrottling of an otherwise idle CPUMike Galbraith2-3/+10
2011-05-16sched: Fix rt_rq runtime leakage bugCheng Xu1-3/+19
2011-05-13Cache user_ns in struct credSerge E. Hallyn2-6/+18
2011-05-13job control: reorganize wait_task_stopped()Tejun Heo1-7/+23
2011-05-12sched: Remove unused parameters from sched_fork() and wake_up_new_task()Samir Bellabes2-4/+4
2011-05-12Merge commit 'v2.6.39-rc7' into sched/coreIngo Molnar13-28/+66
2011-05-11PM: Remove sysdev suspend, resume and shutdown operationsRafael J. Wysocki4-34/+4
2011-05-11PM / Hibernate: Fix ioctl SNAPSHOT_S2RAMRafael J. Wysocki1-0/+1
2011-05-11PM / Hibernate: Make snapshot_release() restore GFP maskRafael J. Wysocki1-1/+3
2011-05-11PM: Fix warning in pm_restrict_gfp_mask() during SNAPSHOT_S2RAM ioctlRafael J. Wysocki1-2/+2
2011-05-10Merge commit 'v2.6.39-rc7' into perf/coreIngo Molnar8-9/+37
2011-05-09ptrace: fix signal->wait_chldexit usage in task_clear_group_stop_trapping()Tejun Heo1-2/+2
2011-05-09signal: sys_sigprocmask() needs retarget_shared_pending()Oleg Nesterov1-13/+9
2011-05-07perf,rcu: convert call_rcu(swevent_hlist_release_rcu) to kfree_rcu()Lai Jiangshan1-9/+1
2011-05-07perf,rcu: convert call_rcu(free_ctx) to kfree_rcu()Lai Jiangshan1-9/+1
2011-05-07cgroup,rcu: convert call_rcu(__free_css_id_cb) to kfree_rcu()Lai Jiangshan1-9/+1
2011-05-07cgroup,rcu: convert call_rcu(free_cgroup_rcu) to kfree_rcu()Lai Jiangshan1-8/+1
2011-05-07cgroup,rcu: convert call_rcu(free_css_set_rcu) to kfree_rcu()Lai Jiangshan1-7/+1
2011-05-07rcu: permit rcu_read_unlock() to be called while holding runqueue locksPaul E. McKenney3-79/+34
2011-05-07Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-1/+18
2011-05-06reboot: disable usermodehelper to prevent fs accessKay Sievers1-0/+2
2011-05-06Regression: partial revert "tracing: Remove lock_depth from event entry"Arjan van de Ven2-0/+2
2011-05-06sched: Shorten the construction of the span cpu mask of sched domainHillf Danton1-3/+5
2011-05-06sched: Wrap the 'cfs_rq->nr_spread_over' field with CONFIG_SCHED_DEBUGRakib Mullick1-0/+2
2011-05-05rcu: provide rcu_virt_note_context_switch() function.Gleb Natapov1-0/+1
2011-05-05rcu: get rid of signed overflow in check_cpu_stall()Paul E. McKenney1-5/+8
2011-05-05rcu: optimize rcutinyEric Dumazet1-22/+21
2011-05-05rcu: prevent call_rcu() from diving into rcu core if irqs disabledPaul E. McKenney1-1/+8
2011-05-05rcu: further lower priority in rcu_yield()Paul E. McKenney1-0/+1
2011-05-05rcu: introduce kfree_rcu()Lai Jiangshan2-2/+2
2011-05-05rcu: fix spellingPaul E. McKenney3-37/+37
2011-05-05rcu: call __rcu_read_unlock() in exit_rcu for tree RCULai Jiangshan1-1/+1
2011-05-05rcu: Converge TINY_RCU expedited and normal boostingPaul E. McKenney1-74/+89
2011-05-05rcu: remove useless ->boosted_this_gp fieldPaul E. McKenney1-31/+4
2011-05-05rcu: code cleanups in TINY_RCU priority boosting.Paul E. McKenney1-4/+3