aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree_stall.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-15rcu: Fix buffer overflow in print_cpu_stall_info()Nikita Kiryushin1-1/+2
2024-04-15rcu: Mark loads from rcu_state.n_online_cpusPaul E. McKenney1-2/+4
2024-04-15rcu: Bring diagnostic read of rcu_state.gp_flags into alignmentPaul E. McKenney1-1/+1
2023-12-12rcu: Restrict access to RCU CPU stall notifiersPaul E. McKenney1-1/+10
2023-09-11rcu/tree: Defer setting of jiffies during stall resetJoel Fernandes (Google)1-2/+18
2023-09-11rcu: Add RCU CPU stall notifierPaul E. McKenney1-1/+58
2023-09-11rcu: Eliminate check_cpu_stall() duplicate codeZhen Lei1-27/+15
2023-09-11rcu: Don't redump the stalled CPU where RCU GP kthread last ranZhen Lei1-1/+3
2023-09-11rcu: Delete a redundant check in rcu_check_gp_kthread_starvation()Zhen Lei1-7/+5
2023-07-25tty: sysrq: switch sysrq handlers from int to u8Jiri Slaby1-1/+1
2023-01-09rcu: Allow up to five minutes expedited RCU CPU stall-warning timeoutsPaul E. McKenney1-1/+1
2023-01-05rcu: Align the output of RCU CPU stall warning messagesZhen Lei1-2/+2
2023-01-05rcu: Add RCU stall diagnosis informationZhen Lei1-0/+31
2022-08-31sched/debug: Try trigger_single_cpu_backtrace(cpu) in dump_cpu_task()Zhen Lei1-3/+2
2022-08-02Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-31/+24
2022-07-05context_tracking: Convert state to atomic_tFrederic Weisbecker1-2/+2
2022-07-05rcu/context_tracking: Move dynticks_nmi_nesting to context trackingFrederic Weisbecker1-1/+1
2022-07-05rcu/context_tracking: Move dynticks_nesting to context trackingFrederic Weisbecker1-1/+1
2022-07-05rcu/context_tracking: Move dynticks counter to context trackingFrederic Weisbecker1-2/+2
2022-06-23Revert "printk: add functions to prefer direct printing"Petr Mladek1-2/+0
2022-06-20rcu: Dump rcuc kthread status for CPUs not reporting quiescent stateZqiang1-28/+21
2022-05-25Merge tag 'printk-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+2
2022-05-11Merge branch 'exp.2022.05.11a' into HEADPaul E. McKenney1-0/+28
2022-05-11rcu: Introduce CONFIG_RCU_EXP_CPU_STALL_TIMEOUTUladzislau Rezki1-0/+28
2022-04-22printk: add functions to prefer direct printingJohn Ogness1-0/+2
2022-04-20rcu: Print number of online CPUs in RCU CPU stall-warning messagesPaul E. McKenney1-4/+4
2022-02-01rcu: Add per-CPU rcuc task dumps to RCU CPU stall warningsZqiang1-0/+35
2021-11-30rcu: Remove the RCU_FAST_NO_HZ Kconfig optionPaul E. McKenney1-25/+2
2021-10-07sched,rcu: Rework try_invoke_on_locked_down_task()Peter Zijlstra1-4/+4
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/kern...Linus 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.1...Paul 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...Paul 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...Paul 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/greg...Linus 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....Paul 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...Paul 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
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