summaryrefslogtreecommitdiff
path: root/kernel/rcu
AgeCommit message (Expand)Author
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
2015-02-25rcu: Consolidate rcu_synchronize and wakeme_after_rcu()Paul E. McKenney
2015-02-21Merge branches 'core-urgent-for-linus' and 'irq-urgent-for-linus' of git://gi...Linus Torvalds
2015-02-13rcu: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2015-02-11rcu: Clear need_qs flag to prevent splatPaul E. McKenney
2015-01-15Merge branches 'doc.2015.01.07a', 'fixes.2015.01.15a', 'preempt.2015.01.06a',...Paul E. McKenney
2015-01-15rcu: Initialize tiny RCU stall-warning timeouts at bootPaul E. McKenney
2015-01-15rcu: Fix RCU CPU stall detection in tiny implementationMiroslav Benes
2015-01-15rcu: Add GP-kthread-starvation checks to CPU stall warningsPaul E. McKenney
2015-01-15rcu: Make cond_resched_rcu_qs() apply to normal RCU flavorsPaul E. McKenney
2015-01-15rcu: Optionally run grace-period kthreads at real-time priorityPaul E. McKenney
2015-01-10rcutorture: Add more diagnostics in rcu_barrier() test failure casePaul E. McKenney
2015-01-10rcutorture: Check from beginning to end of grace periodPaul E. McKenney
2015-01-10rcu: Remove redundant rcu_batches_completed() declarationPaul E. McKenney
2015-01-10rcutorture: Drop rcu_torture_completed() and friendsPaul E. McKenney
2015-01-10rcutorture: Use unsigned for Reader Batch computationsPaul E. McKenney
2015-01-10rcu: Make _batches_completed() functions return unsigned longPaul E. McKenney
2015-01-06rcu: Handle gpnum/completed wrap while dyntick idlePaul E. McKenney
2015-01-06rcu: Improve diagnostics for spurious RCU CPU stall warningsPaul E. McKenney
2015-01-06rcu: Make RCU_CPU_STALL_INFO include number of fqs attemptsPaul E. McKenney
2015-01-06rcu: Make SRCU optional by using CONFIG_SRCUPranith Kumar