summaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree_stall.h
Commit message (Expand)AuthorAgeFilesLines
* rcu: Add READ_ONCE() to rcu_do_batch() access to rcu_cpu_stall_ftrace_dumpPaul E. McKenney2020-08-241-2/+2
* rcu: Add READ_ONCE() to rcu_do_batch() access to rcu_kick_kthreadsPaul E. McKenney2020-08-241-2/+2
*-. Merge branches 'doc.2020.06.29a', 'fixes.2020.06.29a', 'kfree_rcu.2020.06.29a...Paul E. McKenney2020-06-291-2/+3
|\ \
| * | rcu: Remove initialized but unused rnp from check_slow_task()Paul E. McKenney2020-06-291-2/+0
| * | rcu: Add callbacks-invoked countersPaul E. McKenney2020-06-291-0/+3
| |/
* / docs: RCU: Convert stallwarn.txt to ReSTMauro Carvalho Chehab2020-06-291-2/+2
|/
* Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-06-071-1/+1
|\
| * rcu: constify sysrq_key_opEmil Velikov2020-05-151-1/+1
| |
| \
| \
| \
| \
| \
*-----. | Merge branches 'fixes.2020.04.27a', 'kfree_rcu.2020.04.27a', 'rcu-tasks.2020....Paul E. McKenney2020-05-071-14/+92
|\ \ \ \|
| | | * | rcu: Remove self-stack-trace when all quiescent states seenPaul E. McKenney2020-04-271-2/+0
| | | * | rcu: When GP kthread is starved, tag idle threads as false positivesPaul E. McKenney2020-04-271-5/+19
| | | |/
| | * | rcu-tasks: Add RCU tasks to rcutorture writer stall outputPaul E. McKenney2020-04-271-1/+1
| | * | rcu: Add per-task state to RCU CPU stall warningsPaul E. McKenney2020-04-271-2/+36
| | |/
| * / rcu: Add rcu_gp_might_be_stalled()Paul E. McKenney2020-04-271-4/+36
| |/
* | rcu: Fix the (t=0 jiffies) false positiveZhaolong Zhang2020-04-271-6/+6
* | rcu: Use data_race() for RCU CPU stall-warning printsPaul E. McKenney2020-04-271-13/+13
|/
*-. Merge branches 'doc.2020.02.27a', 'fixes.2020.03.21a', 'kfree_rcu.2020.02.20a...Paul E. McKenney2020-03-211-18/+23
|\ \
| | * rcutorture: Allow boottime stall warnings to be suppressedPaul E. McKenney2020-02-201-3/+3
| |/ |/|
| * rcu: Don't flag non-starting GPs before GP kthread is runningPaul E. McKenney2020-02-201-3/+4
| * rcu: Add WRITE_ONCE() to rcu_state ->gp_startPaul E. McKenney2020-02-201-1/+1
| * rcu: Add READ_ONCE() to rcu_data ->gpwrapPaul E. McKenney2020-02-201-1/+1
| * rcu: Add *_ONCE() for grace-period progress indicatorsPaul E. McKenney2020-02-201-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-161-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