aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree_stall.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-06rcu: Use per_cpu_ptr to get the pointer of per_cpu variableLiu Song1-1/+1
2021-08-06rcu: Mark accesses in tree_stall.hPaul E. McKenney1-30/+33
2021-08-06rcu: Mark lockless ->qsmask read in rcu_check_boost_fail()Paul E. McKenney1-1/+1
2021-08-06rcu: Start timing stall repetitions after warning completePaul E. McKenney1-1/+8
2021-08-06rcu: Do not disable GP stall detection in rcu_cpu_stall_reset()Sergey Senozhatsky1-6/+3
2021-08-06rcu/tree: Handle VM stoppage in stall detectionSergey Senozhatsky1-0/+18
2021-08-06rcu: Fix stall-warning deadlock due to non-release of rcu_node ->lockYanfei Xu1-1/+3
2021-08-06rcu: Fix to include first blocked task in stall warningYanfei Xu1-2/+2
2021-07-06rcu: Fix pr_info() formats and values in show_rcu_gp_kthreads()Paul E. McKenney1-2/+2
2021-07-04Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcuLinus Torvalds1-8/+76
2021-06-18sched: Change task_struct::statePeter Zijlstra1-6/+6
2021-05-18Merge branches 'bitmaprange.2021.05.10c', 'doc.2021.05.10c', 'fixes.2021.05.13a', 'kvfree_rcu.2021.05.10c', 'mmdumpobj.2021.05.10c', 'nocb.2021.05.12a', 'srcu.2021.05.12a', 'tasks.2021.05.18a' and 'torture.2021.05.10c' into HEADPaul E. McKenney1-8/+76
2021-05-13rcu: Add missing __releases() annotationJules Irenge1-0/+1
2021-05-10rcu: Don't penalize priority boosting when there is nothing to boostPaul E. McKenney1-3/+14
2021-05-10rcu: Make show_rcu_gp_kthreads() dump rcu_node structures blocking GPPaul E. McKenney1-2/+3
2021-05-10rcu: Add quiescent states and boost states to show_rcu_gp_kthreads() outputPaul E. McKenney1-3/+9
2021-05-10rcu: Add ->gp_max to show_rcu_gp_kthreads() outputPaul E. McKenney1-1/+2
2021-05-10rcu: Add ->rt_priority and ->gp_start to show_rcu_gp_kthreads() outputPaul E. McKenney1-3/+5
2021-05-10rcutorture: Don't count CPU-stalled time against priority boostingPaul E. McKenney1-0/+10
2021-05-10rcutorture: Forgive RCU boost failures when CPUs don't pass through QSPaul E. McKenney1-0/+36
2021-03-15rcu/tree: Add a trace event for RCU CPU stall warningsSangmoon Kim1-0/+2
2021-01-22Merge branches 'doc.2021.01.06a', 'fixes.2021.01.04b', 'kfree_rcu.2021.01.04a', 'mmdumpobj.2021.01.22a', 'nocb.2021.01.06a', 'rt.2021.01.04a', 'stall.2021.01.06a', 'torture.2021.01.12a' and 'tortureall.2021.01.06a' into HEADPaul E. McKenney1-3/+57
2021-01-06rcu: Check and report missed fqs timer wakeup on RCU stallNeeraj Upadhyay1-0/+32
2021-01-04rcu: Add lockdep_assert_irqs_disabled() to rcu_sched_clock_irq() and calleesPaul E. McKenney1-0/+8
2021-01-04rcu: Do not NMI offline CPUsPaul E. McKenney1-5/+12
2021-01-04rcu: For RCU grace-period kthread starvation, dump last CPU it ran onPaul E. McKenney1-1/+8
2020-11-19rcu: Panic after fixed number of stallschao1-0/+6
2020-11-10rcu: Don't invoke try_invoke_on_locked_down_task() with irqs disabledPaul E. McKenney1-5/+17
2020-08-24rcu: Add READ_ONCE() to rcu_do_batch() access to rcu_cpu_stall_ftrace_dumpPaul E. McKenney1-2/+2
2020-08-24rcu: Add READ_ONCE() to rcu_do_batch() access to rcu_kick_kthreadsPaul E. McKenney1-2/+2
2020-06-29Merge branches 'doc.2020.06.29a', 'fixes.2020.06.29a', 'kfree_rcu.2020.06.29a', 'rcu-tasks.2020.06.29a', 'scale.2020.06.29a', 'srcu.2020.06.29a' and 'torture.2020.06.29a' into HEADPaul E. McKenney1-2/+3
2020-06-29rcu: Remove initialized but unused rnp from check_slow_task()Paul E. McKenney1-2/+0
2020-06-29rcu: Add callbacks-invoked countersPaul E. McKenney1-0/+3
2020-06-29docs: RCU: Convert stallwarn.txt to ReSTMauro Carvalho Chehab1-2/+2
2020-06-07Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+1
2020-05-15rcu: constify sysrq_key_opEmil Velikov1-1/+1
2020-05-07Merge branches 'fixes.2020.04.27a', 'kfree_rcu.2020.04.27a', 'rcu-tasks.2020.04.27a', 'stall.2020.04.27a' and 'torture.2020.05.07a' into HEADPaul E. McKenney1-14/+92
2020-04-27rcu: Remove self-stack-trace when all quiescent states seenPaul E. McKenney1-2/+0
2020-04-27rcu: When GP kthread is starved, tag idle threads as false positivesPaul E. McKenney1-5/+19
2020-04-27rcu-tasks: Add RCU tasks to rcutorture writer stall outputPaul E. McKenney1-1/+1
2020-04-27rcu: Add per-task state to RCU CPU stall warningsPaul E. McKenney1-2/+36
2020-04-27rcu: Add rcu_gp_might_be_stalled()Paul E. McKenney1-4/+36
2020-04-27rcu: Fix the (t=0 jiffies) false positiveZhaolong Zhang1-6/+6
2020-04-27rcu: Use data_race() for RCU CPU stall-warning printsPaul E. McKenney1-13/+13
2020-03-21Merge branches 'doc.2020.02.27a', 'fixes.2020.03.21a', 'kfree_rcu.2020.02.20a', 'locktorture.2020.02.20a', 'ovld.2020.02.20a', 'rcu-tasks.2020.02.20a', 'srcu.2020.02.20a' and 'torture.2020.02.20a' into HEADPaul E. McKenney1-18/+23
2020-02-20rcutorture: Allow boottime stall warnings to be suppressedPaul E. McKenney1-3/+3
2020-02-20rcu: Don't flag non-starting GPs before GP kthread is runningPaul E. McKenney1-3/+4
2020-02-20rcu: Add WRITE_ONCE() to rcu_state ->gp_startPaul E. McKenney1-1/+1
2020-02-20rcu: Add READ_ONCE() to rcu_data ->gpwrapPaul E. McKenney1-1/+1
2020-02-20rcu: Add *_ONCE() for grace-period progress indicatorsPaul E. McKenney1-11/+15