| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-31 | Merge tag 'sched_ext-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext |  Linus Torvalds | 1 | -0/+7 |
| 2025-07-30 | Merge tag 'rcu.release.v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rcu/linux |  Linus Torvalds | 1 | -2/+1 |
| 2025-07-23 | rcu: Move rcu_stall related sysctls into rcu/tree_stall.h |  Joel Granados | 1 | -2/+31 |
| 2025-07-07 | rcu/nocb: Dump gp state even if rdp gp itself is not offloaded |  Frederic Weisbecker | 1 | -2/+1 |
| 2025-06-24 | sched_ext, rcu: Eject BPF scheduler on RCU CPU stall panic |  David Dai | 1 | -0/+7 |
| 2025-06-05 | kernel/rcu/tree_stall: add /sys/kernel/rcu_stall_count |  Max Kellermann | 1 | -0/+26 |
| 2025-05-16 | rcu/cpu_stall_cputime: fix the hardirq count for x86 architecture |  Yongliang Gao | 1 | -2/+2 |
| 2024-11-03 | rcu: Finer-grained grace-period-end checks in rcu_dump_cpu_stacks() |  Paul E. McKenney | 1 | -7/+11 |
| 2024-10-23 | rcu: Stop stall warning from dumping stacks if grace period ends |  Paul E. McKenney | 1 | -6/+11 |
| 2024-10-23 | rcu: Delete unused rcu_gp_might_be_stalled() function |  Paul E. McKenney | 1 | -30/+0 |
| 2024-09-18 | Merge tag 'rcu.release.v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rcu/linux |  Linus Torvalds | 1 | -4/+12 |
| 2024-09-09 | Merge branches 'context_tracking.15.08.24a', 'csd.lock.15.08.24a', 'nocb.09.09.24a', 'rcutorture.14.08.24a', 'rcustall.09.09.24a', 'srcu.12.08.24a', 'rcu.tasks.14.08.24a', 'rcu_scaling_tests.15.08.24a', 'fixes.12.08.24a' and 'misc.11.08.24a' into next.09.09.24a |  Neeraj Upadhyay | 1 | -1/+9 |
| 2024-09-09 | rcu: Defer printing stall-warning backtrace when holding rcu_node lock |  Paul E. McKenney | 1 | -0/+2 |
| 2024-08-21 | rcu: Mark emergency sections in rcu stalls |  John Ogness | 1 | -0/+9 |
| 2024-08-15 | rcu: Rename rcu_dynticks_in_eqs() into rcu_watching_snap_in_eqs() |  Valentin Schneider | 1 | -1/+1 |
| 2024-08-15 | rcu: Summarize RCU CPU stall warnings during CSD-lock stalls |  Paul E. McKenney | 1 | -1/+7 |
| 2024-08-11 | context_tracking, rcu: Rename ct_dynticks_nmi_nesting_cpu() into ct_nmi_nesting_cpu() |  Valentin Schneider | 1 | -1/+1 |
| 2024-08-11 | context_tracking, rcu: Rename ct_dynticks_nesting_cpu() into ct_nesting_cpu() |  Valentin Schneider | 1 | -1/+1 |
| 2024-07-29 | context_tracking, rcu: Rename ct_dynticks_cpu() into ct_rcu_watching_cpu() |  Valentin Schneider | 1 | -2/+2 |
| 2024-06-28 | rcu: Remove full memory barrier on RCU stall printout |  Frederic Weisbecker | 1 | -2/+2 |
| 2024-04-15 | rcu: Fix buffer overflow in print_cpu_stall_info() |  Nikita Kiryushin | 1 | -1/+2 |
| 2024-04-15 | rcu: Mark loads from rcu_state.n_online_cpus |  Paul E. McKenney | 1 | -2/+4 |
| 2024-04-15 | rcu: Bring diagnostic read of rcu_state.gp_flags into alignment |  Paul E. McKenney | 1 | -1/+1 |
| 2023-12-12 | rcu: Restrict access to RCU CPU stall notifiers |  Paul E. McKenney | 1 | -1/+10 |
| 2023-09-11 | rcu/tree: Defer setting of jiffies during stall reset |  Joel Fernandes (Google) | 1 | -2/+18 |
| 2023-09-11 | rcu: Add RCU CPU stall notifier |  Paul E. McKenney | 1 | -1/+58 |
| 2023-09-11 | rcu: Eliminate check_cpu_stall() duplicate code |  Zhen Lei | 1 | -27/+15 |
| 2023-09-11 | rcu: Don't redump the stalled CPU where RCU GP kthread last ran |  Zhen Lei | 1 | -1/+3 |
| 2023-09-11 | rcu: Delete a redundant check in rcu_check_gp_kthread_starvation() |  Zhen Lei | 1 | -7/+5 |
| 2023-07-25 | tty: sysrq: switch sysrq handlers from int to u8 |  Jiri Slaby | 1 | -1/+1 |
| 2023-01-09 | rcu: Allow up to five minutes expedited RCU CPU stall-warning timeouts |  Paul E. McKenney | 1 | -1/+1 |
| 2023-01-05 | rcu: Align the output of RCU CPU stall warning messages |  Zhen Lei | 1 | -2/+2 |
| 2023-01-05 | rcu: Add RCU stall diagnosis information |  Zhen Lei | 1 | -0/+31 |
| 2022-08-31 | sched/debug: Try trigger_single_cpu_backtrace(cpu) in dump_cpu_task() |  Zhen Lei | 1 | -3/+2 |
| 2022-08-02 | Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu |  Linus Torvalds | 1 | -31/+24 |
| 2022-07-05 | context_tracking: Convert state to atomic_t |  Frederic Weisbecker | 1 | -2/+2 |
| 2022-07-05 | rcu/context_tracking: Move dynticks_nmi_nesting to context tracking |  Frederic Weisbecker | 1 | -1/+1 |
| 2022-07-05 | rcu/context_tracking: Move dynticks_nesting to context tracking |  Frederic Weisbecker | 1 | -1/+1 |
| 2022-07-05 | rcu/context_tracking: Move dynticks counter to context tracking |  Frederic Weisbecker | 1 | -2/+2 |
| 2022-06-23 | Revert "printk: add functions to prefer direct printing" |  Petr Mladek | 1 | -2/+0 |
| 2022-06-20 | rcu: Dump rcuc kthread status for CPUs not reporting quiescent state |  Zqiang | 1 | -28/+21 |
| 2022-05-25 | Merge tag 'printk-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux |  Linus Torvalds | 1 | -0/+2 |
| 2022-05-11 | Merge branch 'exp.2022.05.11a' into HEAD |  Paul E. McKenney | 1 | -0/+28 |
| 2022-05-11 | rcu: Introduce CONFIG_RCU_EXP_CPU_STALL_TIMEOUT |  Uladzislau Rezki | 1 | -0/+28 |
| 2022-04-22 | printk: add functions to prefer direct printing |  John Ogness | 1 | -0/+2 |
| 2022-04-20 | rcu: Print number of online CPUs in RCU CPU stall-warning messages |  Paul E. McKenney | 1 | -4/+4 |
| 2022-02-01 | rcu: Add per-CPU rcuc task dumps to RCU CPU stall warnings |  Zqiang | 1 | -0/+35 |
| 2021-11-30 | rcu: Remove the RCU_FAST_NO_HZ Kconfig option |  Paul E. McKenney | 1 | -25/+2 |
| 2021-10-07 | sched,rcu: Rework try_invoke_on_locked_down_task() |  Peter Zijlstra | 1 | -4/+4 |
| 2021-08-06 | rcu: Use per_cpu_ptr to get the pointer of per_cpu variable |  Liu Song | 1 | -1/+1 |