summaryrefslogtreecommitdiff
path: root/kernel/rcu/tree_stall.h
AgeCommit message (Expand)Author
2020-06-29Merge branches 'doc.2020.06.29a', 'fixes.2020.06.29a', 'kfree_rcu.2020.06.29a...Paul E. McKenney
2020-06-29rcu: Remove initialized but unused rnp from check_slow_task()Paul E. McKenney
2020-06-29rcu: Add callbacks-invoked countersPaul E. McKenney
2020-06-29docs: RCU: Convert stallwarn.txt to ReSTMauro Carvalho Chehab
2020-06-07Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2020-05-15rcu: constify sysrq_key_opEmil Velikov
2020-05-07Merge branches 'fixes.2020.04.27a', 'kfree_rcu.2020.04.27a', 'rcu-tasks.2020....Paul E. McKenney
2020-04-27rcu: Remove self-stack-trace when all quiescent states seenPaul E. McKenney
2020-04-27rcu: When GP kthread is starved, tag idle threads as false positivesPaul E. McKenney
2020-04-27rcu-tasks: Add RCU tasks to rcutorture writer stall outputPaul E. McKenney
2020-04-27rcu: Add per-task state to RCU CPU stall warningsPaul E. McKenney
2020-04-27rcu: Add rcu_gp_might_be_stalled()Paul E. McKenney
2020-04-27rcu: Fix the (t=0 jiffies) false positiveZhaolong Zhang
2020-04-27rcu: Use data_race() for RCU CPU stall-warning printsPaul E. McKenney
2020-03-21Merge branches 'doc.2020.02.27a', 'fixes.2020.03.21a', 'kfree_rcu.2020.02.20a...Paul E. McKenney
2020-02-20rcutorture: Allow boottime stall warnings to be suppressedPaul E. McKenney
2020-02-20rcu: Don't flag non-starting GPs before GP kthread is runningPaul E. McKenney
2020-02-20rcu: Add WRITE_ONCE() to rcu_state ->gp_startPaul E. McKenney
2020-02-20rcu: Add READ_ONCE() to rcu_data ->gpwrapPaul E. McKenney
2020-02-20rcu: Add *_ONCE() for grace-period progress indicatorsPaul E. McKenney
2020-01-24Merge branches 'doc.2019.12.10a', 'exp.2019.12.09a', 'fixes.2020.01.24a', 'kf...Paul E. McKenney
2020-01-24rcu: Move gp_state_names[] and gp_state_getname() to tree_stall.hLai Jiangshan
2020-01-24rcu: Rename some instance of CONFIG_PREEMPTION to CONFIG_PREEMPT_RCULai Jiangshan
2020-01-24rcu: Remove kfree_rcu() special casing and lazy-callback handlingJoel Fernandes (Google)
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-08-13rcu/nocb: Print no-CBs diagnostics when rcutorture writer unduly delayedPaul E. McKenney
2019-08-01rcu: Add kernel parameter to dump trace after RCU CPU stall warningPaul E. McKenney
2019-07-31rcu: Use CONFIG_PREEMPTIONThomas Gleixner
2019-05-28rcu: Correctly unlock root node in rcu_check_gp_start_stall()Neeraj Upadhyay
2019-03-26rcu: Fix nohz status in stall warningNeeraj Upadhyay
2019-03-26rcu: Move forward-progress checkers into tree_stall.hPaul E. McKenney
2019-03-26rcu: Move irq-disabled stall-warning checking to tree_stall.hPaul E. McKenney
2019-03-26rcu: Organize functions in tree_stall.hPaul E. McKenney
2019-03-26rcu: Move FAST_NO_HZ stall-warning code to tree_stall.hPaul E. McKenney
2019-03-26rcu: Inline RCU stall-warning info helper functionsPaul E. McKenney
2019-03-26rcu: Inline RCU task stall-warning helper functionsPaul E. McKenney
2019-03-26rcu: Move RCU CPU stall-warning code out of tree.cPaul E. McKenney
2019-03-26rcu: Move RCU CPU stall-warning code out of tree_plugin.hPaul E. McKenney
2019-03-26rcu: Move RCU CPU stall-warning code out of update.cPaul E. McKenney