summaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree_stall.h
Commit message (Expand)AuthorAgeFilesLines
* rcu: Restrict access to RCU CPU stall notifiersPaul E. McKenney2023-12-121-1/+10
* rcu/tree: Defer setting of jiffies during stall resetJoel Fernandes (Google)2023-09-111-2/+18
* rcu: Add RCU CPU stall notifierPaul E. McKenney2023-09-111-1/+58
* rcu: Eliminate check_cpu_stall() duplicate codeZhen Lei2023-09-111-27/+15
* rcu: Don't redump the stalled CPU where RCU GP kthread last ranZhen Lei2023-09-111-1/+3
* rcu: Delete a redundant check in rcu_check_gp_kthread_starvation()Zhen Lei2023-09-111-7/+5
* tty: sysrq: switch sysrq handlers from int to u8Jiri Slaby2023-07-251-1/+1
* rcu: Allow up to five minutes expedited RCU CPU stall-warning timeoutsPaul E. McKenney2023-01-091-1/+1
* rcu: Align the output of RCU CPU stall warning messagesZhen Lei2023-01-051-2/+2
* rcu: Add RCU stall diagnosis informationZhen Lei2023-01-051-0/+31
* sched/debug: Try trigger_single_cpu_backtrace(cpu) in dump_cpu_task()Zhen Lei2022-08-311-3/+2
* Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-021-31/+24
|\
| * context_tracking: Convert state to atomic_tFrederic Weisbecker2022-07-051-2/+2
| * rcu/context_tracking: Move dynticks_nmi_nesting to context trackingFrederic Weisbecker2022-07-051-1/+1
| * rcu/context_tracking: Move dynticks_nesting to context trackingFrederic Weisbecker2022-07-051-1/+1
| * rcu/context_tracking: Move dynticks counter to context trackingFrederic Weisbecker2022-07-051-2/+2
| * rcu: Dump rcuc kthread status for CPUs not reporting quiescent stateZqiang2022-06-201-28/+21
* | Revert "printk: add functions to prefer direct printing"Petr Mladek2022-06-231-2/+0
|/
* Merge tag 'printk-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-05-251-0/+2
|\
| * printk: add functions to prefer direct printingJohn Ogness2022-04-221-0/+2
* | Merge branch 'exp.2022.05.11a' into HEADPaul E. McKenney2022-05-111-0/+28
|\ \
| * | rcu: Introduce CONFIG_RCU_EXP_CPU_STALL_TIMEOUTUladzislau Rezki2022-05-111-0/+28
| |/
* / rcu: Print number of online CPUs in RCU CPU stall-warning messagesPaul E. McKenney2022-04-201-4/+4
|/
* rcu: Add per-CPU rcuc task dumps to RCU CPU stall warningsZqiang2022-02-011-0/+35
* rcu: Remove the RCU_FAST_NO_HZ Kconfig optionPaul E. McKenney2021-11-301-25/+2
* sched,rcu: Rework try_invoke_on_locked_down_task()Peter Zijlstra2021-10-071-4/+4
* rcu: Use per_cpu_ptr to get the pointer of per_cpu variableLiu Song2021-08-061-1/+1
* rcu: Mark accesses in tree_stall.hPaul E. McKenney2021-08-061-30/+33
* rcu: Mark lockless ->qsmask read in rcu_check_boost_fail()Paul E. McKenney2021-08-061-1/+1
* rcu: Start timing stall repetitions after warning completePaul E. McKenney2021-08-061-1/+8
* rcu: Do not disable GP stall detection in rcu_cpu_stall_reset()Sergey Senozhatsky2021-08-061-6/+3
* rcu/tree: Handle VM stoppage in stall detectionSergey Senozhatsky2021-08-061-0/+18
* rcu: Fix stall-warning deadlock due to non-release of rcu_node ->lockYanfei Xu2021-08-061-1/+3
* rcu: Fix to include first blocked task in stall warningYanfei Xu2021-08-061-2/+2
* rcu: Fix pr_info() formats and values in show_rcu_gp_kthreads()Paul E. McKenney2021-07-061-2/+2
* Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-07-041-8/+76
|\
| *-. Merge branches 'bitmaprange.2021.05.10c', 'doc.2021.05.10c', 'fixes.2021.05.1...Paul E. McKenney2021-05-181-8/+76
| |\ \
| | | * rcu: Don't penalize priority boosting when there is nothing to boostPaul E. McKenney2021-05-101-3/+14
| | | * rcutorture: Don't count CPU-stalled time against priority boostingPaul E. McKenney2021-05-101-0/+10
| | | * rcutorture: Forgive RCU boost failures when CPUs don't pass through QSPaul E. McKenney2021-05-101-0/+36
| | |/ | |/|
| | * rcu: Add missing __releases() annotationJules Irenge2021-05-131-0/+1
| | * rcu: Make show_rcu_gp_kthreads() dump rcu_node structures blocking GPPaul E. McKenney2021-05-101-2/+3
| | * rcu: Add quiescent states and boost states to show_rcu_gp_kthreads() outputPaul E. McKenney2021-05-101-3/+9
| | * rcu: Add ->gp_max to show_rcu_gp_kthreads() outputPaul E. McKenney2021-05-101-1/+2
| | * rcu: Add ->rt_priority and ->gp_start to show_rcu_gp_kthreads() outputPaul E. McKenney2021-05-101-3/+5
| |/
* / sched: Change task_struct::statePeter Zijlstra2021-06-181-6/+6
|/
* rcu/tree: Add a trace event for RCU CPU stall warningsSangmoon Kim2021-03-151-0/+2
*-. Merge branches 'doc.2021.01.06a', 'fixes.2021.01.04b', 'kfree_rcu.2021.01.04a...Paul E. McKenney2021-01-221-3/+57
|\ \
| | * rcu: Check and report missed fqs timer wakeup on RCU stallNeeraj Upadhyay2021-01-061-0/+32
| | * rcu: Do not NMI offline CPUsPaul E. McKenney2021-01-041-5/+12