aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree.c
AgeCommit message (Expand)Author
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-05-02rcu: Open-code the rcu_cblist_n_lazy_cbs() functionPaul E. McKenney
2017-05-02rcu: Open-code the rcu_cblist_n_cbs() functionPaul E. McKenney
2017-05-02rcu: Open-code the rcu_cblist_empty() functionPaul E. McKenney
2017-04-26srcu: Make rcutorture writer stalls print SRCU GP statePaul E. McKenney
2017-04-21Merge branches 'doc.2017.04.12a', 'fixes.2017.04.19a' and 'srcu.2017.04.21a' ...Paul E. McKenney
2017-04-21rcu: Make non-preemptive schedule be Tasks RCU quiescent statePaul E. McKenney
2017-04-21srcu: Parallelize callback handlingPaul E. McKenney
2017-04-19rcu: Fix typo in PER_RCU_NODE_PERIOD header commentPaul E. McKenney
2017-04-19rcu: Use bool value directlyNicholas Mc Guire
2017-04-19rcu: Improve comments for hotplug/suspend/hibernate functionsPaul E. McKenney
2017-04-19rcu: Remove obsolete comment from rcu_future_gp_cleanup() headerPaul E. McKenney
2017-04-18srcu: Make num_rcu_lvl[] array be externalPaul E. McKenney
2017-04-18rcu: Remove redundant levelcnt[] array from rcu_init_one()Paul E. McKenney
2017-04-18srcu: Move rcu_init_levelspread() to rcu_tree_node.hPaul E. McKenney
2017-04-18srcu: Move rcu_seq_start() and friends to rcu.hPaul E. McKenney
2017-04-18srcu: Allow SRCU to access rcu_scheduler_activePaul E. McKenney
2017-04-18srcu: Abstract multi-tail callback list handlingPaul E. McKenney
2017-04-18rcu: Place guard on rcu_all_qs() and rcu_note_context_switch() actionsPaul E. McKenney
2017-04-18rcu: Eliminate flavor scan in rcu_momentary_dyntick_idle()Paul E. McKenney
2017-04-18rcu: Pull rcu_qs_ctr into rcu_dynticks structurePaul E. McKenney
2017-04-18rcu: Pull rcu_sched_qs_mask into rcu_dynticks structurePaul E. McKenney
2017-04-18rcu: Semicolon inside RCU_TRACE() for tree.cPaul E. McKenney
2017-04-18rcu: Maintain special bits at bottom of ->dynticks counterPaul E. McKenney
2017-04-10rcu/tracing: Add rcu_disabled to denote when rcu_irq_enter() will not workSteven Rostedt (VMware)
2017-04-10rcu: Fix dyntick-idle tracingPaul E. McKenney
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar
2017-03-02rcu: Separate the RCU synchronization types and APIs into <linux/rcupdate_wai...Ingo Molnar
2017-01-25Merge branches 'doc.2017.01.15b', 'dyntick.2017.01.23a', 'fixes.2017.01.23a',...Paul E. McKenney
2017-01-23rcu: Adjust FQS offline checks for exact online-CPU detectionPaul E. McKenney
2017-01-23rcu: Check cond_resched_rcu_qs() state less often to reduce GP overheadPaul E. McKenney
2017-01-23rcu: Abstract extended quiescent state determinationPaul E. McKenney
2017-01-23rcu: Abstract dynticks extended quiescent state enter/exit operationsPaul E. McKenney
2017-01-23rcu: Make rcu_cpu_starting() use its "cpu" argumentPaul E. McKenney
2017-01-23rcu: Don't wake rcuc/X kthreads on NOCB CPUsPaul E. McKenney
2017-01-23rcu: Once again use NMI-based stack traces in stall warningsPaul E. McKenney
2017-01-23rcu: Remove short-term CPU kickingPaul E. McKenney
2017-01-23rcu: Add long-term CPU kickingPaul E. McKenney
2017-01-23rcu: Remove unused but set variableTobias Klauser
2017-01-23rcu: Only dump stalled-tasks stacks if there was a real stallByungchul Park
2017-01-16rcu: Abstract the dynticks snapshot operationPaul E. McKenney
2017-01-16rcu: Abstract the dynticks momentary-idle operationPaul E. McKenney
2017-01-14rcu: Narrow early boot window of illegal synchronous grace periodsPaul E. McKenney
2016-11-14rcu: Don't kick unless grace period or requestPaul E. McKenney
2016-11-14rcu: Remove obsolete comment from __call_rcu()Paul E. McKenney
2016-11-14rcu: Remove obsolete rcu_check_callbacks() header commentPaul E. McKenney
2016-11-14rcu: Tighten up __call_rcu() rcu_head alignment checkPaul E. McKenney
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-10-10latent_entropy: Mark functions with __latent_entropyEmese Revfy