aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
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/kernel/git/tip/linux-2.6-tipLinus 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
2011-05-05rcu: Switch to this_cpu() primitivesPaul E. McKenney1-7/+3
2011-05-05rcu: Use WARN_ON_ONCE for DEBUG_OBJECTS_RCU_HEAD warningsPaul E. McKenney1-6/+6
2011-05-05rcu: mark rcutorture boosting callback as being on-stackPaul E. McKenney1-0/+2
2011-05-05rcu: Enable DEBUG_OBJECTS_RCU_HEAD from !PREEMPTMathieu Desnoyers1-5/+21
2011-05-05rcu: Add forward-progress diagnostic for per-CPU kthreadsPaul E. McKenney2-1/+5
2011-05-05rcu: add grace-period age and more kthread state to tracingPaul E. McKenney3-10/+44
2011-05-05rcu: fix tracing bug thinko on boost-balk attributionPaul E. McKenney1-1/+1
2011-05-05rcu: make rcutorture version numbers available through debugfsPaul E. McKenney3-3/+70
2011-05-05rcu: add tracing for RCU's kthread run states.Paul E. McKenney4-4/+44
2011-05-05rcu: add callback-queue information to rcudata outputPaul E. McKenney1-2/+19
2011-05-05rcu: Add boosting to TREE_PREEMPT_RCU tracingPaul E. McKenney3-4/+125
2011-05-05rcu: eliminate unused boosting statisticsPaul E. McKenney1-9/+1
2011-05-05rcu: avoid hammering sched with yet another bound RT kthreadPaul E. McKenney1-3/+3
2011-05-05rcu: put per-CPU kthread at non-RT priority during CPU hotplug operationsPaul E. McKenney1-0/+26
2011-05-05rcu: Force per-rcu_node kthreads off of the outgoing CPUPaul E. McKenney2-8/+24
2011-05-05rcu: priority boosting for TREE_PREEMPT_RCUPaul E. McKenney3-50/+410
2011-05-05rcu: move TREE_RCU from softirq to kthreadPaul E. McKenney4-7/+347
2011-05-05rcu: merge TREE_PREEPT_RCU blocked_tasks[] listsPaul E. McKenney4-83/+117
2011-05-05rcu: Decrease memory-barrier usage based on semi-formal proofPaul E. McKenney4-90/+68
2011-05-05rcu: Remove conditional compilation for RCU CPU stall warningsPaul E. McKenney3-49/+1