summaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree_stall.h
AgeCommit message (Expand)AuthorFilesLines
2020-01-24Merge branches 'doc.2019.12.10a', 'exp.2019.12.09a', 'fixes.2020.01.24a', 'kf...Paul E. McKenney1-7/+27
2020-01-24rcu: Move gp_state_names[] and gp_state_getname() to tree_stall.hLai Jiangshan1-0/+22
2020-01-24rcu: Rename some instance of CONFIG_PREEMPTION to CONFIG_PREEMPT_RCULai Jiangshan1-3/+3
2020-01-24rcu: Remove kfree_rcu() special casing and lazy-callback handlingJoel Fernandes (Google)1-4/+2
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+3
2019-08-13rcu/nocb: Print no-CBs diagnostics when rcutorture writer unduly delayedPaul E. McKenney1-0/+5
2019-08-01rcu: Add kernel parameter to dump trace after RCU CPU stall warningPaul E. McKenney1-0/+4
2019-07-31rcu: Use CONFIG_PREEMPTIONThomas Gleixner1-3/+3
2019-05-28rcu: Correctly unlock root node in rcu_check_gp_start_stall()Neeraj Upadhyay1-1/+3
2019-03-26rcu: Fix nohz status in stall warningNeeraj Upadhyay1-1/+1
2019-03-26rcu: Move forward-progress checkers into tree_stall.hPaul E. McKenney1-0/+171
2019-03-26rcu: Move irq-disabled stall-warning checking to tree_stall.hPaul E. McKenney1-0/+20
2019-03-26rcu: Organize functions in tree_stall.hPaul E. McKenney1-83/+97
2019-03-26rcu: Move FAST_NO_HZ stall-warning code to tree_stall.hPaul E. McKenney1-0/+80
2019-03-26rcu: Inline RCU stall-warning info helper functionsPaul E. McKenney1-8/+4
2019-03-26rcu: Inline RCU task stall-warning helper functionsPaul E. McKenney1-29/+7
2019-03-26rcu: Move RCU CPU stall-warning code out of tree.cPaul E. McKenney1-0/+292
2019-03-26rcu: Move RCU CPU stall-warning code out of tree_plugin.hPaul E. McKenney1-0/+95
2019-03-26rcu: Move RCU CPU stall-warning code out of update.cPaul E. McKenney1-0/+63