index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
rcu
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-11
rcu: Fix racy re-initialization of irq_work causing hangs
Frederic Weisbecker
3
-2
/
+9
2025-07-31
Merge tag 'sched_ext-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+7
2025-07-30
Merge tag 'rcu.release.v6.17' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
9
-185
/
+502
2025-07-29
Merge tag 'sysctl-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+31
2025-07-23
Merge branches 'rcu-exp.23.07.2025', 'rcu.22.07.2025', 'torture-scripts.16.07...
Neeraj Upadhyay (AMD)
8
-132
/
+487
2025-07-23
rcu: Move rcu_stall related sysctls into rcu/tree_stall.h
Joel Granados
1
-2
/
+31
2025-07-22
rcu: Document concurrent quiescent state reporting for offline CPUs
Joel Fernandes
1
-1
/
+18
2025-07-22
rcu: Document separation of rcu_state and rnp's gp_seq
Joel Fernandes
1
-0
/
+4
2025-07-22
rcu: Document GP init vs hotplug-scan ordering requirements
Joel Fernandes
1
-0
/
+8
2025-07-18
rcu: Fix delayed execution of hurry callbacks
Tze-nan Wu
1
-1
/
+1
2025-07-16
rcu: Refactor expedited handling check in rcu_read_unlock_special()
Joel Fernandes
1
-9
/
+74
2025-07-16
srcu: Expedite SRCU-fast grace periods
Paul E. McKenney
1
-0
/
+2
2025-07-16
rcutorture: Remove support for SRCU-lite
Paul E. McKenney
1
-7
/
+0
2025-07-16
torture: Remove support for SRCU-lite
Paul E. McKenney
1
-31
/
+1
2025-07-16
rcu: Fix rcu_read_unlock() deadloop due to IRQ work
Joel Fernandes
2
-12
/
+38
2025-07-16
rcu: Enable rcu_normal_wake_from_gp on small systems
Uladzislau Rezki (Sony)
1
-3
/
+11
2025-07-16
rcu: Protect ->defer_qs_iw_pending from data race
Paul E. McKenney
1
-0
/
+3
2025-07-08
rcu/nocb: Fix possible invalid rdp's->nocb_cb_kthread pointer access
Zqiang
1
-3
/
+2
2025-07-08
rcu/exp: Warn on QS requested on dying CPU
Frederic Weisbecker
1
-0
/
+6
2025-07-08
rcu/exp: Remove needless CPU up quiescent state report
Frederic Weisbecker
2
-45
/
+2
2025-07-08
rcu/exp: Remove confusing needless full barrier on task unblock
Frederic Weisbecker
1
-1
/
+0
2025-07-07
refscale: Check that nreaders and loops multiplication doesn't overflow
Artem Sadovnikov
1
-3
/
+7
2025-07-07
rcu/nocb: Dump gp state even if rdp gp itself is not offloaded
Frederic Weisbecker
2
-2
/
+4
2025-06-25
rcutorture: Fix rcutorture_one_extend_check() splat in RT kernels
Zqiang
1
-3
/
+6
2025-06-25
rcutorture: Make Trivial RCU ignore onoff_interval and shuffle_interval
Paul E. McKenney
1
-2
/
+13
2025-06-25
rcutorture: Drop redundant "insoftirq" parameters
Paul E. McKenney
1
-19
/
+16
2025-06-25
rcutorture: Print number of RCU up/down readers and migrations
Paul E. McKenney
1
-5
/
+25
2025-06-25
rcutorture: Check for no up/down readers at task level
Paul E. McKenney
1
-0
/
+2
2025-06-25
rcutorture: Check for ->up_read() without matching ->down_read()
Paul E. McKenney
1
-2
/
+13
2025-06-25
rcutorture: Complain if an ->up_read() is delayed more than 10 seconds
Paul E. McKenney
1
-3
/
+13
2025-06-25
rcutorture: Pull rcu_torture_updown() loop body into new function
Paul E. McKenney
1
-20
/
+24
2025-06-25
rcutorture: Add tests for SRCU up/down reader primitives
Paul E. McKenney
1
-19
/
+206
2025-06-25
rcutorture: Make rcutorture_one_extend_check() account for hard IRQs
Paul E. McKenney
1
-4
/
+4
2025-06-25
rcutorture: Start rcu_torture_writer() after rcu_torture_reader()
Paul E. McKenney
1
-5
/
+6
2025-06-25
rcutorture: Print only one rtort_pipe_count splat
Paul E. McKenney
1
-0
/
+1
2025-06-25
rcu: Robustify rcu_is_cpu_rrupt_from_idle()
Frederic Weisbecker
1
-10
/
+17
2025-06-25
rcu/exp: Protect against early QS report
Frederic Weisbecker
1
-7
/
+7
2025-06-24
sched_ext, rcu: Eject BPF scheduler on RCU CPU stall panic
David Dai
1
-0
/
+7
2025-06-20
rcu: Return early if callback is not specified
Uladzislau Rezki (Sony)
1
-0
/
+4
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
2
-2
/
+3
2025-06-05
kernel/rcu/tree_stall: add /sys/kernel/rcu_stall_count
Max Kellermann
1
-0
/
+26
2025-05-27
Merge tag 'timers-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2025-05-16
Merge branches 'rcu/misc-for-6.16', 'rcu/seq-counters-for-6.16' and 'rcu/tort...
Joel Fernandes
5
-51
/
+216
2025-05-16
rcutorture: Perform more frequent testing of ->gpwrap
Joel Fernandes
4
-4
/
+113
2025-05-16
rcutorture: Comment invocations of tick_dep_set_task()
Paul E. McKenney
1
-2
/
+2
2025-05-16
rcu/nocb: Add Safe checks for access offloaded rdp
Zqiang
1
-1
/
+1
2025-05-16
rcuscale: using kcalloc() to relpace kmalloc()
Su Hui
1
-1
/
+1
2025-05-16
Revert "rcu/nocb: Fix rcuog wake-up from offline softirq"
Frederic Weisbecker
1
-7
/
+1
2025-05-16
rcu/cpu_stall_cputime: fix the hardirq count for x86 architecture
Yongliang Gao
3
-6
/
+10
2025-05-16
rcu: Remove swake_up_one_online() bandaid
Frederic Weisbecker
3
-35
/
+3
[next]