summaryrefslogtreecommitdiff
path: root/kernel/rcu/tree_stall.h
AgeCommit message (Expand)Author
2023-12-12rcu: Restrict access to RCU CPU stall notifiersPaul E. McKenney
2023-09-11rcu/tree: Defer setting of jiffies during stall resetJoel Fernandes (Google)
2023-09-11rcu: Add RCU CPU stall notifierPaul E. McKenney
2023-09-11rcu: Eliminate check_cpu_stall() duplicate codeZhen Lei
2023-09-11rcu: Don't redump the stalled CPU where RCU GP kthread last ranZhen Lei
2023-09-11rcu: Delete a redundant check in rcu_check_gp_kthread_starvation()Zhen Lei
2023-07-25tty: sysrq: switch sysrq handlers from int to u8Jiri Slaby
2023-01-09rcu: Allow up to five minutes expedited RCU CPU stall-warning timeoutsPaul E. McKenney
2023-01-05rcu: Align the output of RCU CPU stall warning messagesZhen Lei
2023-01-05rcu: Add RCU stall diagnosis informationZhen Lei
2022-08-31sched/debug: Try trigger_single_cpu_backtrace(cpu) in dump_cpu_task()Zhen Lei
2022-08-02Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-07-05context_tracking: Convert state to atomic_tFrederic Weisbecker
2022-07-05rcu/context_tracking: Move dynticks_nmi_nesting to context trackingFrederic Weisbecker
2022-07-05rcu/context_tracking: Move dynticks_nesting to context trackingFrederic Weisbecker
2022-07-05rcu/context_tracking: Move dynticks counter to context trackingFrederic Weisbecker
2022-06-23Revert "printk: add functions to prefer direct printing"Petr Mladek
2022-06-20rcu: Dump rcuc kthread status for CPUs not reporting quiescent stateZqiang
2022-05-25Merge tag 'printk-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-05-11Merge branch 'exp.2022.05.11a' into HEADPaul E. McKenney
2022-05-11rcu: Introduce CONFIG_RCU_EXP_CPU_STALL_TIMEOUTUladzislau Rezki
2022-04-22printk: add functions to prefer direct printingJohn Ogness
2022-04-20rcu: Print number of online CPUs in RCU CPU stall-warning messagesPaul E. McKenney
2022-02-01rcu: Add per-CPU rcuc task dumps to RCU CPU stall warningsZqiang
2021-11-30rcu: Remove the RCU_FAST_NO_HZ Kconfig optionPaul E. McKenney
2021-10-07sched,rcu: Rework try_invoke_on_locked_down_task()Peter Zijlstra
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