summaryrefslogtreecommitdiff
path: root/kernel/rcu
AgeCommit message (Expand)Author
2015-05-27rcu: Make RCU able to tolerate undefined CONFIG_RCU_KTHREAD_PRIOPaul E. McKenney
2015-05-27rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUT_LEAFPaul E. McKenney
2015-05-27rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUTPaul E. McKenney
2015-05-27rcu: Enable diagnostic dump of rcu_node combining treePaul E. McKenney
2015-05-27rcu: Convert CONFIG_RCU_FANOUT_EXACT to boot parameterPaul E. McKenney
2015-05-27rcu: Provide diagnostic option to slow down grace-period scansPaul E. McKenney
2015-05-27rcu: Shut up spurious gcc uninitialized-variable warningPaul E. McKenney
2015-05-27rcu: Modulate grace-period slow init to normalize delayPaul E. McKenney
2015-05-27rcu: Convert ACCESS_ONCE() to READ_ONCE() and WRITE_ONCE()Paul E. McKenney
2015-04-14rcu: Control grace-period delays directly from valuePaul E. McKenney
2015-03-20Merge branches 'doc.2015.02.26a', 'earlycb.2015.03.03a', 'fixes.2015.03.03a',...Paul E. McKenney
2015-03-20rcu: Associate quiescent-state reports with grace periodPaul E. McKenney
2015-03-20rcu: Yet another fix for preemption and CPU hotplugPaul E. McKenney
2015-03-12rcu: Add diagnostics to grace-period cleanupPaul E. McKenney
2015-03-12rcu: Handle outgoing CPUs on exit from idle loopPaul E. McKenney
2015-03-12rcu: Eliminate ->onoff_mutex from rcu_node structurePaul E. McKenney
2015-03-12rcu: Process offlining and onlining only at grace-period startPaul E. McKenney
2015-03-12rcu: Move rcu_report_unblock_qs_rnp() to common codePaul E. McKenney
2015-03-12rcu: Rework preemptible expedited bitmask handlingPaul E. McKenney
2015-03-11rcu: Remove event tracing from rcu_cpu_notify(), used by offline CPUsPaul E. McKenney
2015-03-11rcu: Provide diagnostic option to slow down grace-period initializationPaul E. McKenney
2015-03-11rcu: Detect stalls caused by failure to propagate up rcu_node treePaul E. McKenney
2015-03-11rcu: Eliminate empty HOTPLUG_CPU ifdefPaul E. McKenney
2015-03-11rcu: Simplify sync_rcu_preempt_exp_init()Paul E. McKenney
2015-03-11rcu: Put all orphan-callback-related code under same commentPaul E. McKenney
2015-03-11rcu: Consolidate offline-CPU callback initializationPaul E. McKenney
2015-03-03rcu: Remove redundant check of cpu_online()Yao Dongdong
2015-03-03rcu: Get rcu_sched_force_quiescent_state() where it belongsPaul E. McKenney
2015-03-03rcu: Add boot-up check for non-default CONFIG_RCU_FANOUT_LEAF valuesPaul E. McKenney
2015-03-03rcu: Use IS_ENABLED() to simplify rcu_bootup_announce_oddness()Paul E. McKenney
2015-03-03rcu: Improve diagnostics for blocked critical sections in irqPaul E. McKenney
2015-03-03rcu: Use IS_ENABLED() to CONFIG_RCU_FANOUT_EXACT #ifdefPaul E. McKenney
2015-03-03rcu: Move early boot callback tests earlierPaul E. McKenney
2015-03-03rcu: Move early-boot callbacks to no-CBs lists for no-CBs CPUsPaul E. McKenney
2015-02-26rcu: Tighten up affinity and check for sysidlePaul E. McKenney
2015-02-26rcu: Remove fastpath from __rcu_process_callbacks()Alexander Gordeev
2015-02-26rcu: Remove unnecessary condition check in rcu_qsctr_help()Alexander Gordeev
2015-02-26rcu: Fixes to NO_HZ_FULL sysidle accountingPaul E. McKenney
2015-02-26rcutorture: Make consistent use of variablesPaul E. McKenney
2015-02-26rcu: Add Kconfig option to expedite grace periods during bootPaul E. McKenney
2015-02-26rcu: Update from rcu_expedited variable to rcu_gp_is_expedited()Paul E. McKenney
2015-02-26rcu: Add rcu_expedite_gp() and rcu_unexpedite_gp() to rcutorturePaul E. McKenney
2015-02-26rcu: Provide rcu_expedite_gp() and rcu_unexpedite_gp()Paul E. McKenney
2015-02-26rcu: Fix a couple of typos in rcu_all_qs() comment headerPaul E. McKenney
2015-02-26rcu: Avoid clobbering early boot callbacksPaul E. McKenney
2015-02-26rcu: Refine diagnostics for lacking kthread for no-CBs callbacksPaul E. McKenney
2015-02-26rcu: Prevent early-boot RCU callbacks from splattingPaul E. McKenney
2015-02-26rcu: Wire ->rda pointers at compile timePaul E. McKenney
2015-02-26rcu: Abstract default callback-list initialization from init_callback_list()Paul E. McKenney
2015-02-25rcu_tree: Avoid touching rnp->completed when a new GP is startedLai Jiangshan