aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2012-09-23rcu: Improve boost selection when moving tasks to root rcu_nodePaul E. McKenney
2012-09-23rcu: Permit RCU_NONIDLE() to be used from interrupt contextPaul E. McKenney
2012-09-23rcu: Properly initialize ->boost_tasks on CPU offlinePaul E. McKenney
2012-09-23rcu: Pull TINY_RCU dyntick-idle tracing into non-idle regionPaul E. McKenney
2012-09-23rcu: Add PROVE_RCU_DELAY to provoke difficult racesPaul E. McKenney
2012-09-23rcu: Prevent initialization race in rcutorture kthreadsPaul E. McKenney
2012-09-23rcu: Switch rcutorture to pr_alert() and friendsPaul E. McKenney
2012-09-23rcu: Track CPU-hotplug duration statisticsPaul E. McKenney
2012-09-23rcu: Update rcutorture defaultsPaul E. McKenney
2012-09-23rcu: Shrink RCU based on number of CPUsPaul E. McKenney
2012-09-23rcu: Handle unbalanced rcu_node configurations with few CPUsPaul E. McKenney
2012-09-23rcu: Simplify quiescent-state detectionPaul E. McKenney
2012-09-23rcu: Reduce synchronize_rcu_expedited() latencyPaul E. McKenney
2012-09-23rcu: Eliminate signed overflow in synchronize_rcu_expedited()Paul E. McKenney
2012-09-23rcu: Adjust for unconditional ->completed assignmentPaul E. McKenney
2012-09-23rcu: Add random PROVE_RCU_DELAY to grace-period initializationPaul E. McKenney
2012-09-23rcu: Fix day-zero grace-period initialization/cleanup racePaul E. McKenney
2012-09-23rcu: Make rcutree module parameters visible in sysfsPaul E. McKenney
2012-09-23rcu: Control grace-period duration from sysfsPaul E. McKenney
2012-09-23rcu: Prevent force_quiescent_state() memory contentionPaul E. McKenney
2012-09-23rcu: Adjust debugfs tracing for kthread-based quiescent-state forcingPaul E. McKenney
2012-09-23rcu: Allow RCU quiescent-state forcing to be preemptedPaul E. McKenney
2012-09-23rcu: Move quiescent-state forcing into kthreadPaul E. McKenney
2012-09-23rcu: Segregate rcu_state fields to improve cache localityDimitri Sivanich
2012-09-23rcu: Provide OOM handler to motivate lazy RCU callbacksPaul E. McKenney
2012-09-23rcu: Prevent offline CPUs from executing RCU core codePaul E. McKenney
2012-09-23rcu: Break up rcu_gp_kthread() into subfunctionsPaul E. McKenney
2012-09-23rcu: Allow RCU grace-period cleanup to be preemptedPaul E. McKenney
2012-09-23rcu: Move RCU grace-period cleanup into kthreadPaul E. McKenney
2012-09-23rcu: Allow RCU grace-period initialization to be preemptedPaul E. McKenney
2012-09-23rcu: Prevent initialization-time quiescent-state racePaul E. McKenney
2012-09-23rcu: Move RCU grace-period initialization into a kthreadPaul E. McKenney
2012-09-23rcu: Fix day-one dyntick-idle stall-warning bugPaul E. McKenney
2012-09-21Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2012-09-20workqueue: remove spurious WARN_ON_ONCE(in_irq()) from try_to_grab_pending()Tejun Heo
2012-09-19Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-09-19workqueue: use cwq_set_max_active() helper for workqueue_set_max_active()Lai Jiangshan
2012-09-19workqueue: introduce cwq_set_max_active() helper for thaw_workqueues()Lai Jiangshan
2012-09-19workqueue: reimplement work_on_cpu() using system_wqTejun Heo
2012-09-19Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar
2012-09-18workqueue: remove @delayed from cwq_dec_nr_in_flight()Lai Jiangshan
2012-09-18workqueue: fix possible stall on try_to_grab_pending() of a delayed work itemLai Jiangshan
2012-09-18workqueue: use hotcpu_notifier() for workqueue_cpu_down_callback()Lai Jiangshan
2012-09-18workqueue: use __cpuinit instead of __devinit for cpu callbacksLai Jiangshan
2012-09-18workqueue: rename manager_mutex to assoc_mutexLai Jiangshan
2012-09-18workqueue: WORKER_REBIND is no longer necessary for idle rebindingLai Jiangshan
2012-09-18workqueue: WORKER_REBIND is no longer necessary for busy rebindingLai Jiangshan
2012-09-18workqueue: reimplement idle worker rebindingLai Jiangshan
2012-09-18userns: Add kprojid_t and associated infrastructure in projid.hEric W. Biederman
2012-09-18userns: Teach trace to use from_kuidEric W. Biederman