summaryrefslogtreecommitdiff
path: root/kernel/rcu/tree_stall.h
AgeCommit message (Expand)AuthorFilesLines
2024-06-28rcu: Remove full memory barrier on RCU stall printoutFrederic Weisbecker1-2/+2
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-03Merge 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-21rcu: Print number of online CPUs in RCU CPU stall-warning messagesPaul E. McKenney1-4/+4
2022-02-02rcu: Add per-CPU rcuc task dumps to RCU CPU stall warningsZqiang1-0/+35
2021-12-01rcu: 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-07rcu: 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-11rcu: Don't penalize priority boosting when there is nothing to boostPaul E. McKenney1-3/+14
2021-05-11rcu: Make show_rcu_gp_kthreads() dump rcu_node structures blocking GPPaul E. McKenney1-2/+3
2021-05-11rcu: Add quiescent states and boost states to show_rcu_gp_kthreads() outputPaul E. McKenney1-3/+9
2021-05-11rcu: Add ->gp_max to show_rcu_gp_kthreads() outputPaul E. McKenney1-1/+2
2021-05-11rcu: Add ->rt_priority and ->gp_start to show_rcu_gp_kthreads() outputPaul E. McKenney1-3/+5
2021-05-11rcutorture: Don't count CPU-stalled time against priority boostingPaul E. McKenney1-0/+10
2021-05-11rcutorture: Forgive RCU boost failures when CPUs don't pass through QSPaul E. McKenney1-0/+36