index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
rcu
/
tree_stall.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'rcu.release.v6.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-09-18
1
-4
/
+12
|
\
|
*
-
.
Merge branches 'context_tracking.15.08.24a', 'csd.lock.15.08.24a', 'nocb.09.0...
Neeraj Upadhyay
2024-09-08
1
-1
/
+9
|
|
\
\
|
|
|
*
rcu: Defer printing stall-warning backtrace when holding rcu_node lock
Paul E. McKenney
2024-09-08
1
-0
/
+2
|
|
|
*
rcu: Summarize RCU CPU stall warnings during CSD-lock stalls
Paul E. McKenney
2024-08-14
1
-1
/
+7
|
|
|
/
|
*
|
rcu: Rename rcu_dynticks_in_eqs() into rcu_watching_snap_in_eqs()
Valentin Schneider
2024-08-15
1
-1
/
+1
|
*
|
context_tracking, rcu: Rename ct_dynticks_nmi_nesting_cpu() into ct_nmi_nesti...
Valentin Schneider
2024-08-11
1
-1
/
+1
|
*
|
context_tracking, rcu: Rename ct_dynticks_nesting_cpu() into ct_nesting_cpu()
Valentin Schneider
2024-08-11
1
-1
/
+1
|
*
|
context_tracking, rcu: Rename ct_dynticks_cpu() into ct_rcu_watching_cpu()
Valentin Schneider
2024-07-29
1
-2
/
+2
|
|
/
*
/
rcu: Mark emergency sections in rcu stalls
John Ogness
2024-08-21
1
-0
/
+9
|
/
*
rcu: Remove full memory barrier on RCU stall printout
Frederic Weisbecker
2024-06-28
1
-2
/
+2
*
rcu: Fix buffer overflow in print_cpu_stall_info()
Nikita Kiryushin
2024-04-15
1
-1
/
+2
*
rcu: Mark loads from rcu_state.n_online_cpus
Paul E. McKenney
2024-04-15
1
-2
/
+4
*
rcu: Bring diagnostic read of rcu_state.gp_flags into alignment
Paul E. McKenney
2024-04-15
1
-1
/
+1
*
rcu: Restrict access to RCU CPU stall notifiers
Paul E. McKenney
2023-12-11
1
-1
/
+10
*
rcu/tree: Defer setting of jiffies during stall reset
Joel Fernandes (Google)
2023-09-11
1
-2
/
+18
*
rcu: Add RCU CPU stall notifier
Paul E. McKenney
2023-09-11
1
-1
/
+58
*
rcu: Eliminate check_cpu_stall() duplicate code
Zhen Lei
2023-09-11
1
-27
/
+15
*
rcu: Don't redump the stalled CPU where RCU GP kthread last ran
Zhen Lei
2023-09-11
1
-1
/
+3
*
rcu: Delete a redundant check in rcu_check_gp_kthread_starvation()
Zhen Lei
2023-09-11
1
-7
/
+5
*
tty: sysrq: switch sysrq handlers from int to u8
Jiri Slaby
2023-07-25
1
-1
/
+1
*
rcu: Allow up to five minutes expedited RCU CPU stall-warning timeouts
Paul E. McKenney
2023-01-09
1
-1
/
+1
*
rcu: Align the output of RCU CPU stall warning messages
Zhen Lei
2023-01-05
1
-2
/
+2
*
rcu: Add RCU stall diagnosis information
Zhen Lei
2023-01-05
1
-0
/
+31
*
sched/debug: Try trigger_single_cpu_backtrace(cpu) in dump_cpu_task()
Zhen Lei
2022-08-31
1
-3
/
+2
*
Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-08-03
1
-31
/
+24
|
\
|
*
context_tracking: Convert state to atomic_t
Frederic Weisbecker
2022-07-05
1
-2
/
+2
|
*
rcu/context_tracking: Move dynticks_nmi_nesting to context tracking
Frederic Weisbecker
2022-07-05
1
-1
/
+1
|
*
rcu/context_tracking: Move dynticks_nesting to context tracking
Frederic Weisbecker
2022-07-05
1
-1
/
+1
|
*
rcu/context_tracking: Move dynticks counter to context tracking
Frederic Weisbecker
2022-07-05
1
-2
/
+2
|
*
rcu: Dump rcuc kthread status for CPUs not reporting quiescent state
Zqiang
2022-06-20
1
-28
/
+21
*
|
Revert "printk: add functions to prefer direct printing"
Petr Mladek
2022-06-23
1
-2
/
+0
|
/
*
Merge tag 'printk-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-05-25
1
-0
/
+2
|
\
|
*
printk: add functions to prefer direct printing
John Ogness
2022-04-22
1
-0
/
+2
*
|
Merge branch 'exp.2022.05.11a' into HEAD
Paul E. McKenney
2022-05-11
1
-0
/
+28
|
\
\
|
*
|
rcu: Introduce CONFIG_RCU_EXP_CPU_STALL_TIMEOUT
Uladzislau Rezki
2022-05-11
1
-0
/
+28
|
|
/
*
/
rcu: Print number of online CPUs in RCU CPU stall-warning messages
Paul E. McKenney
2022-04-21
1
-4
/
+4
|
/
*
rcu: Add per-CPU rcuc task dumps to RCU CPU stall warnings
Zqiang
2022-02-02
1
-0
/
+35
*
rcu: Remove the RCU_FAST_NO_HZ Kconfig option
Paul E. McKenney
2021-12-01
1
-25
/
+2
*
sched,rcu: Rework try_invoke_on_locked_down_task()
Peter Zijlstra
2021-10-07
1
-4
/
+4
*
rcu: Use per_cpu_ptr to get the pointer of per_cpu variable
Liu Song
2021-08-06
1
-1
/
+1
*
rcu: Mark accesses in tree_stall.h
Paul E. McKenney
2021-08-06
1
-30
/
+33
*
rcu: Mark lockless ->qsmask read in rcu_check_boost_fail()
Paul E. McKenney
2021-08-06
1
-1
/
+1
*
rcu: Start timing stall repetitions after warning complete
Paul E. McKenney
2021-08-06
1
-1
/
+8
*
rcu: Do not disable GP stall detection in rcu_cpu_stall_reset()
Sergey Senozhatsky
2021-08-06
1
-6
/
+3
*
rcu/tree: Handle VM stoppage in stall detection
Sergey Senozhatsky
2021-08-06
1
-0
/
+18
*
rcu: Fix stall-warning deadlock due to non-release of rcu_node ->lock
Yanfei Xu
2021-08-06
1
-1
/
+3
*
rcu: Fix to include first blocked task in stall warning
Yanfei Xu
2021-08-06
1
-2
/
+2
*
rcu: Fix pr_info() formats and values in show_rcu_gp_kthreads()
Paul E. McKenney
2021-07-07
1
-2
/
+2
*
Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2021-07-04
1
-8
/
+76
|
\
|
*
-
.
Merge branches 'bitmaprange.2021.05.10c', 'doc.2021.05.10c', 'fixes.2021.05.1...
Paul E. McKenney
2021-05-18
1
-8
/
+76
|
|
\
\
[next]