index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
rcu
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-26
rcu: Fix rcu_read_unlock() deadloop due to softirq
Yao Kai
2
-7
/
+10
2026-02-26
rcutorture: Correctly compute probability to invoke ->exp_current()
Paul E. McKenney
1
-2
/
+2
2025-12-03
Merge tag 'rcu.release.v6.19' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
7
-36
/
+587
2025-11-30
Merge branch 'rcu/misc' into next
Frederic Weisbecker
2
-3
/
+16
2025-11-28
Merge branch 'rcu/refscale' into next
Frederic Weisbecker
1
-9
/
+321
2025-11-28
refscale: Add SRCU-fast-updown readers
Paul E. McKenney
1
-1
/
+39
2025-11-27
refscale: Exercise DEFINE_STATIC_SRCU_FAST() and init_srcu_struct_fast()
Paul E. McKenney
1
-1
/
+8
2025-11-27
rcutorture: Make srcu{,d}_torture_init() announce the SRCU type
Paul E. McKenney
1
-6
/
+23
2025-11-27
srcu: Create an SRCU-fast-updown API
Paul E. McKenney
2
-9
/
+42
2025-11-20
sched: Provide and use set_need_resched_current()
Peter Zijlstra
5
-24
/
+13
2025-11-07
refscale: Do not disable interrupts for tests involving local_bh_enable()
Paul E. McKenney
1
-4
/
+10
2025-11-07
refscale: Add non-atomic per-CPU increment readers
Paul E. McKenney
1
-2
/
+153
2025-11-07
refscale: Add this_cpu_inc() readers
Paul E. McKenney
1
-4
/
+32
2025-11-07
refscale: Add preempt_disable() readers
Paul E. McKenney
1
-1
/
+32
2025-11-07
refscale: Add local_bh_disable() readers
Paul E. McKenney
1
-1
/
+33
2025-11-07
refscale: Add local_irq_disable() and local_irq_save() readers
Paul E. McKenney
1
-1
/
+65
2025-11-07
srcu: Add SRCU_READ_FLAVOR_FAST_UPDOWN CPP macro
Paul E. McKenney
1
-6
/
+18
2025-11-07
rcu: Mark diagnostic functions as notrace
Paul E. McKenney
2
-5
/
+5
2025-11-06
rcutorture: Remove redundant rcutorture_one_extend() from rcu_torture_one_read()
Paul E. McKenney
1
-3
/
+1
2025-11-05
srcu: Require special srcu_struct define/init for SRCU-fast readers
Paul E. McKenney
1
-0
/
+1
2025-11-05
rcutorture: Exercise DEFINE_STATIC_SRCU_FAST() and init_srcu_struct_fast()
Paul E. McKenney
1
-4
/
+15
2025-11-05
srcu: Make grace-period determination use ssp->srcu_reader_flavor
Paul E. McKenney
1
-1
/
+1
2025-11-05
srcu: Create a DEFINE_SRCU_FAST()
Paul E. McKenney
1
-2
/
+34
2025-11-05
rcutorture: Test srcu_expedite_current()
Paul E. McKenney
1
-0
/
+12
2025-11-05
srcu: Create an srcu_expedite_current() function
Paul E. McKenney
1
-0
/
+58
2025-11-05
srcu: Permit Tiny SRCU srcu_read_unlock() with interrupts disabled
Paul E. McKenney
1
-4
/
+9
2025-10-28
rcu: Add a small-width RCU watching counter debug option
Valentin Schneider
1
-0
/
+15
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
[next]