aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/rcu/tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-08rcu: Remove nohz_full full-system-idle state machinePaul E. McKenney1-34/+7
2017-06-08rcu: Remove the RCU_KTHREAD_PRIO Kconfig optionPaul E. McKenney1-4/+0
2017-06-08rcu: Remove *_SLOW_* Kconfig optionsPaul E. McKenney1-20/+6
2017-06-08rcu: Improve __call_rcu() debug-objects error messagePaul E. McKenney1-2/+7
2017-06-08rcu: Eliminate the unused __rcu_is_watching() functionPaul E. McKenney1-15/+4
2017-06-08rcu: Move docbook comments out of rcupdate.hPaul E. McKenney1-4/+38
2017-06-08rcu: Add lockdep_assert_held() teeth to tree.cPaul E. McKenney1-0/+25
2017-06-08rcu: Update rcu_bootup_announce_oddness()Paul E. McKenney1-3/+6
2017-06-08rcu: Add preemptibility checks in rcu_sched_qs() and rcu_bh_qs()Paul E. McKenney1-0/+2
2017-06-08rcu: Remove obsolete reference to synchronize_kernel()Paul E. McKenney1-6/+0
2017-06-08rcu: Complain if blocking in preemptible RCU read-side critical sectionPaul E. McKenney1-1/+1
2017-06-08rcu: Prevent rcu_barrier() from starting needless grace periodsPaul E. McKenney1-2/+8
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-417/+293
2017-05-02rcu: Open-code the rcu_cblist_n_lazy_cbs() functionPaul E. McKenney1-1/+1
2017-05-02rcu: Open-code the rcu_cblist_n_cbs() functionPaul E. McKenney1-5/+4
2017-05-02rcu: Open-code the rcu_cblist_empty() functionPaul E. McKenney1-5/+4
2017-04-26srcu: Make rcutorture writer stalls print SRCU GP statePaul E. McKenney1-8/+4
2017-04-21Merge branches 'doc.2017.04.12a', 'fixes.2017.04.19a' and 'srcu.2017.04.21a' into HEADPaul E. McKenney1-407/+289
2017-04-21rcu: Make non-preemptive schedule be Tasks RCU quiescent statePaul E. McKenney1-1/+21
2017-04-21srcu: Parallelize callback handlingPaul E. McKenney1-0/+6
2017-04-19rcu: Fix typo in PER_RCU_NODE_PERIOD header commentPaul E. McKenney1-1/+1
2017-04-19rcu: Use bool value directlyNicholas Mc Guire1-1/+1
2017-04-19rcu: Improve comments for hotplug/suspend/hibernate functionsPaul E. McKenney1-4/+37
2017-04-19rcu: Remove obsolete comment from rcu_future_gp_cleanup() headerPaul E. McKenney1-3/+1
2017-04-18srcu: Make num_rcu_lvl[] array be externalPaul E. McKenney1-1/+1
2017-04-18rcu: Remove redundant levelcnt[] array from rcu_init_one()Paul E. McKenney1-6/+3
2017-04-18srcu: Move rcu_init_levelspread() to rcu_tree_node.hPaul E. McKenney1-25/+0
2017-04-18srcu: Move rcu_seq_start() and friends to rcu.hPaul E. McKenney1-35/+0
2017-04-18srcu: Allow SRCU to access rcu_scheduler_activePaul E. McKenney1-1/+1
2017-04-18srcu: Abstract multi-tail callback list handlingPaul E. McKenney1-236/+112
2017-04-18rcu: Place guard on rcu_all_qs() and rcu_note_context_switch() actionsPaul E. McKenney1-14/+24
2017-04-18rcu: Eliminate flavor scan in rcu_momentary_dyntick_idle()Paul E. McKenney1-50/+12
2017-04-18rcu: Pull rcu_qs_ctr into rcu_dynticks structurePaul E. McKenney1-9/+6
2017-04-18rcu: Pull rcu_sched_qs_mask into rcu_dynticks structurePaul E. McKenney1-7/+5
2017-04-18rcu: Semicolon inside RCU_TRACE() for tree.cPaul E. McKenney1-4/+4
2017-04-18rcu: Maintain special bits at bottom of ->dynticks counterPaul E. McKenney1-16/+61
2017-04-10rcu/tracing: Add rcu_disabled to denote when rcu_irq_enter() will not workSteven Rostedt (VMware)1-2/+16
2017-04-10rcu: Fix dyntick-idle tracingPaul E. McKenney1-25/+23
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <uapi/linux/sched/types.h>Ingo Molnar1-0/+1
2017-03-02rcu: Separate the RCU synchronization types and APIs into <linux/rcupdate_wait.h>Ingo Molnar1-1/+1
2017-01-25Merge branches 'doc.2017.01.15b', 'dyntick.2017.01.23a', 'fixes.2017.01.23a', 'srcu.2017.01.25a' and 'torture.2017.01.15b' into HEADPaul E. McKenney1-85/+177
2017-01-23rcu: Adjust FQS offline checks for exact online-CPU detectionPaul E. McKenney1-15/+2
2017-01-23rcu: Check cond_resched_rcu_qs() state less often to reduce GP overheadPaul E. McKenney1-12/+34
2017-01-23rcu: Abstract extended quiescent state determinationPaul E. McKenney1-14/+38
2017-01-23rcu: Abstract dynticks extended quiescent state enter/exit operationsPaul E. McKenney1-26/+62
2017-01-23rcu: Make rcu_cpu_starting() use its "cpu" argumentPaul E. McKenney1-1/+1
2017-01-23rcu: Don't wake rcuc/X kthreads on NOCB CPUsPaul E. McKenney1-1/+1
2017-01-23rcu: Once again use NMI-based stack traces in stall warningsPaul E. McKenney1-5/+7
2017-01-23rcu: Remove short-term CPU kickingPaul E. McKenney1-5/+0