index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
rcu
/
tree_stall.h
Age
Commit message (
Expand
)
Author
2024-06-28
rcu: Remove full memory barrier on RCU stall printout
Frederic Weisbecker
2024-04-15
rcu: Fix buffer overflow in print_cpu_stall_info()
Nikita Kiryushin
2024-04-15
rcu: Mark loads from rcu_state.n_online_cpus
Paul E. McKenney
2024-04-15
rcu: Bring diagnostic read of rcu_state.gp_flags into alignment
Paul E. McKenney
2023-12-12
rcu: Restrict access to RCU CPU stall notifiers
Paul E. McKenney
2023-09-11
rcu/tree: Defer setting of jiffies during stall reset
Joel Fernandes (Google)
2023-09-11
rcu: Add RCU CPU stall notifier
Paul E. McKenney
2023-09-11
rcu: Eliminate check_cpu_stall() duplicate code
Zhen Lei
2023-09-11
rcu: Don't redump the stalled CPU where RCU GP kthread last ran
Zhen Lei
2023-09-11
rcu: Delete a redundant check in rcu_check_gp_kthread_starvation()
Zhen Lei
2023-07-25
tty: sysrq: switch sysrq handlers from int to u8
Jiri Slaby
2023-01-09
rcu: Allow up to five minutes expedited RCU CPU stall-warning timeouts
Paul E. McKenney
2023-01-05
rcu: Align the output of RCU CPU stall warning messages
Zhen Lei
2023-01-05
rcu: Add RCU stall diagnosis information
Zhen Lei
2022-08-31
sched/debug: Try trigger_single_cpu_backtrace(cpu) in dump_cpu_task()
Zhen Lei
2022-08-02
Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-07-05
context_tracking: Convert state to atomic_t
Frederic Weisbecker
2022-07-05
rcu/context_tracking: Move dynticks_nmi_nesting to context tracking
Frederic Weisbecker
2022-07-05
rcu/context_tracking: Move dynticks_nesting to context tracking
Frederic Weisbecker
2022-07-05
rcu/context_tracking: Move dynticks counter to context tracking
Frederic Weisbecker
2022-06-23
Revert "printk: add functions to prefer direct printing"
Petr Mladek
2022-06-20
rcu: Dump rcuc kthread status for CPUs not reporting quiescent state
Zqiang
2022-05-25
Merge tag 'printk-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-05-11
Merge branch 'exp.2022.05.11a' into HEAD
Paul E. McKenney
2022-05-11
rcu: Introduce CONFIG_RCU_EXP_CPU_STALL_TIMEOUT
Uladzislau Rezki
2022-04-22
printk: add functions to prefer direct printing
John Ogness
2022-04-20
rcu: Print number of online CPUs in RCU CPU stall-warning messages
Paul E. McKenney
2022-02-01
rcu: Add per-CPU rcuc task dumps to RCU CPU stall warnings
Zqiang
2021-11-30
rcu: Remove the RCU_FAST_NO_HZ Kconfig option
Paul E. McKenney
2021-10-07
sched,rcu: Rework try_invoke_on_locked_down_task()
Peter Zijlstra
2021-08-06
rcu: Use per_cpu_ptr to get the pointer of per_cpu variable
Liu Song
2021-08-06
rcu: Mark accesses in tree_stall.h
Paul E. McKenney
2021-08-06
rcu: Mark lockless ->qsmask read in rcu_check_boost_fail()
Paul E. McKenney
2021-08-06
rcu: Start timing stall repetitions after warning complete
Paul E. McKenney
2021-08-06
rcu: Do not disable GP stall detection in rcu_cpu_stall_reset()
Sergey Senozhatsky
2021-08-06
rcu/tree: Handle VM stoppage in stall detection
Sergey Senozhatsky
2021-08-06
rcu: Fix stall-warning deadlock due to non-release of rcu_node ->lock
Yanfei Xu
2021-08-06
rcu: Fix to include first blocked task in stall warning
Yanfei Xu
2021-07-06
rcu: Fix pr_info() formats and values in show_rcu_gp_kthreads()
Paul E. McKenney
2021-07-04
Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2021-06-18
sched: Change task_struct::state
Peter Zijlstra
2021-05-18
Merge branches 'bitmaprange.2021.05.10c', 'doc.2021.05.10c', 'fixes.2021.05.1...
Paul E. McKenney
2021-05-13
rcu: Add missing __releases() annotation
Jules Irenge
2021-05-10
rcu: Don't penalize priority boosting when there is nothing to boost
Paul E. McKenney
2021-05-10
rcu: Make show_rcu_gp_kthreads() dump rcu_node structures blocking GP
Paul E. McKenney
2021-05-10
rcu: Add quiescent states and boost states to show_rcu_gp_kthreads() output
Paul E. McKenney
2021-05-10
rcu: Add ->gp_max to show_rcu_gp_kthreads() output
Paul E. McKenney
2021-05-10
rcu: Add ->rt_priority and ->gp_start to show_rcu_gp_kthreads() output
Paul E. McKenney
2021-05-10
rcutorture: Don't count CPU-stalled time against priority boosting
Paul E. McKenney
2021-05-10
rcutorture: Forgive RCU boost failures when CPUs don't pass through QS
Paul E. McKenney
[next]