summaryrefslogtreecommitdiff
path: root/kernel/rcu/tree_stall.h
AgeCommit message (Expand)Author
2021-08-06rcu: Use per_cpu_ptr to get the pointer of per_cpu variableLiu Song
2021-08-06rcu: Mark accesses in tree_stall.hPaul E. McKenney
2021-08-06rcu: Mark lockless ->qsmask read in rcu_check_boost_fail()Paul E. McKenney
2021-08-06rcu: Start timing stall repetitions after warning completePaul E. McKenney
2021-08-06rcu: Do not disable GP stall detection in rcu_cpu_stall_reset()Sergey Senozhatsky
2021-08-06rcu/tree: Handle VM stoppage in stall detectionSergey Senozhatsky
2021-08-06rcu: Fix stall-warning deadlock due to non-release of rcu_node ->lockYanfei Xu
2021-08-06rcu: Fix to include first blocked task in stall warningYanfei Xu
2021-07-06rcu: Fix pr_info() formats and values in show_rcu_gp_kthreads()Paul E. McKenney
2021-07-04Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-06-18sched: Change task_struct::statePeter Zijlstra
2021-05-18Merge branches 'bitmaprange.2021.05.10c', 'doc.2021.05.10c', 'fixes.2021.05.1...Paul E. McKenney
2021-05-13rcu: Add missing __releases() annotationJules Irenge
2021-05-10rcu: Don't penalize priority boosting when there is nothing to boostPaul E. McKenney
2021-05-10rcu: Make show_rcu_gp_kthreads() dump rcu_node structures blocking GPPaul E. McKenney
2021-05-10rcu: Add quiescent states and boost states to show_rcu_gp_kthreads() outputPaul E. McKenney
2021-05-10rcu: Add ->gp_max to show_rcu_gp_kthreads() outputPaul E. McKenney
2021-05-10rcu: Add ->rt_priority and ->gp_start to show_rcu_gp_kthreads() outputPaul E. McKenney
2021-05-10rcutorture: Don't count CPU-stalled time against priority boostingPaul E. McKenney
2021-05-10rcutorture: Forgive RCU boost failures when CPUs don't pass through QSPaul E. McKenney
2021-03-15rcu/tree: Add a trace event for RCU CPU stall warningsSangmoon Kim
2021-01-22Merge branches 'doc.2021.01.06a', 'fixes.2021.01.04b', 'kfree_rcu.2021.01.04a...Paul E. McKenney
2021-01-06rcu: Check and report missed fqs timer wakeup on RCU stallNeeraj Upadhyay
2021-01-04rcu: Add lockdep_assert_irqs_disabled() to rcu_sched_clock_irq() and calleesPaul E. McKenney
2021-01-04rcu: Do not NMI offline CPUsPaul E. McKenney
2021-01-04rcu: For RCU grace-period kthread starvation, dump last CPU it ran onPaul E. McKenney
2020-11-19rcu: Panic after fixed number of stallschao
2020-11-10rcu: Don't invoke try_invoke_on_locked_down_task() with irqs disabledPaul E. McKenney
2020-08-24rcu: Add READ_ONCE() to rcu_do_batch() access to rcu_cpu_stall_ftrace_dumpPaul E. McKenney
2020-08-24rcu: Add READ_ONCE() to rcu_do_batch() access to rcu_kick_kthreadsPaul E. McKenney
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