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-10-07
Merge tag 'hyperv-next-signed-20251006' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-3
/
+3
2025-10-04
Merge tag 'rcu.2025.09.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
7
-20
/
+43
2025-09-30
entry: Rename "kvm" entry code assets to "virt" to genericize APIs
Sean Christopherson
1
-3
/
+3
2025-09-23
Merge branch 'torture.2025.08.14a' into HEAD
Paul E. McKenney
2
-9
/
+22
2025-09-23
Merge branch 'srcu-next.2025.08.21a' into HEAD
Paul E. McKenney
2
-3
/
+11
2025-09-23
rcu: WQ_UNBOUND added to sync_wq workqueue
Marco Crivellari
1
-1
/
+1
2025-09-23
rcu: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
1
-1
/
+1
2025-09-23
rcu: replace use of system_wq with system_percpu_wq
Marco Crivellari
1
-2
/
+2
2025-09-15
refperf: Set reader_tasks to NULL after kfree()
Kaushlendra Kumar
1
-0
/
+1
2025-09-15
refperf: Remove redundant kfree() after torture_stop_kthread()
Kaushlendra Kumar
1
-1
/
+0
2025-09-15
srcu/tiny: Remove preempt_disable/enable() in srcu_gp_start_if_needed()
Zqiang
1
-3
/
+1
2025-09-15
srcu: Document srcu_flip() memory-barrier D relation to SRCU-fast
Paul E. McKenney
1
-0
/
+10
2025-09-13
mm: replace (20 - PAGE_SHIFT) with common macros for pages<->MB conversion
Ye Liu
1
-1
/
+1
2025-08-22
refscale: Use kcalloc() instead of kzalloc()
Qianfeng Rong
1
-1
/
+1
2025-08-22
rcutorture: Use kcalloc() instead of kzalloc()
Qianfeng Rong
1
-2
/
+2
2025-08-14
rcutorture: Delay forward-progress testing until boot completes
Paul E. McKenney
1
-0
/
+2
2025-08-14
rcutorture: Delay rcutorture readers and writers until boot completes
Paul E. McKenney
1
-4
/
+14
2025-08-14
rcutorture: Suppress "Writer stall state" reports during boot
Paul E. McKenney
1
-1
/
+2
2025-08-14
rcu: Remove local_irq_save/restore() in rcu_preempt_deferred_qs_handler()
Zqiang
1
-4
/
+1
2025-08-13
rcu: Document that rcu_barrier() hurries lazy callbacks
Paul E. McKenney
1
-0
/
+5
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
[next]