summaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree_stall.h (follow)
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'doc.2020.02.27a', 'fixes.2020.03.21a', 'kfree_rcu.2020.02.20a...Paul E. McKenney2020-03-221-18/+23
|\ \
| | * rcutorture: Allow boottime stall warnings to be suppressedPaul E. McKenney2020-02-211-3/+3
| |/ |/|
| * rcu: Don't flag non-starting GPs before GP kthread is runningPaul E. McKenney2020-02-211-3/+4
| * rcu: Add WRITE_ONCE() to rcu_state ->gp_startPaul E. McKenney2020-02-211-1/+1
| * rcu: Add READ_ONCE() to rcu_data ->gpwrapPaul E. McKenney2020-02-211-1/+1
| * rcu: Add *_ONCE() for grace-period progress indicatorsPaul E. McKenney2020-02-211-11/+15
|/
*---. Merge branches 'doc.2019.12.10a', 'exp.2019.12.09a', 'fixes.2020.01.24a', 'kf...Paul E. McKenney2020-01-241-7/+27
|\ \ \
| | | * rcu: Rename some instance of CONFIG_PREEMPTION to CONFIG_PREEMPT_RCULai Jiangshan2020-01-241-3/+3
| |_|/ |/| |
| | * rcu: Remove kfree_rcu() special casing and lazy-callback handlingJoel Fernandes (Google)2020-01-241-4/+2
| |/ |/|
| * rcu: Move gp_state_names[] and gp_state_getname() to tree_stall.hLai Jiangshan2020-01-241-0/+22
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-171-3/+3
|\
| * rcu: Use CONFIG_PREEMPTIONThomas Gleixner2019-07-311-3/+3
* | rcu/nocb: Print no-CBs diagnostics when rcutorture writer unduly delayedPaul E. McKenney2019-08-131-0/+5
* | rcu: Add kernel parameter to dump trace after RCU CPU stall warningPaul E. McKenney2019-08-011-0/+4
|/
* rcu: Correctly unlock root node in rcu_check_gp_start_stall()Neeraj Upadhyay2019-05-281-1/+3
* rcu: Fix nohz status in stall warningNeeraj Upadhyay2019-03-261-1/+1
* rcu: Move forward-progress checkers into tree_stall.hPaul E. McKenney2019-03-261-0/+171
* rcu: Move irq-disabled stall-warning checking to tree_stall.hPaul E. McKenney2019-03-261-0/+20
* rcu: Organize functions in tree_stall.hPaul E. McKenney2019-03-261-83/+97
* rcu: Move FAST_NO_HZ stall-warning code to tree_stall.hPaul E. McKenney2019-03-261-0/+80
* rcu: Inline RCU stall-warning info helper functionsPaul E. McKenney2019-03-261-8/+4
* rcu: Inline RCU task stall-warning helper functionsPaul E. McKenney2019-03-261-29/+7
* rcu: Move RCU CPU stall-warning code out of tree.cPaul E. McKenney2019-03-261-0/+292
* rcu: Move RCU CPU stall-warning code out of tree_plugin.hPaul E. McKenney2019-03-261-0/+95
* rcu: Move RCU CPU stall-warning code out of update.cPaul E. McKenney2019-03-261-0/+63