index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
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
5 days
rcu: Fix racy re-initialization of irq_work causing hangs
Frederic Weisbecker
3
-2
/
+9
5 days
rcu: Fix rcu_read_unlock() deadloop due to IRQ work
Joel Fernandes
2
-12
/
+38
5 days
rcutorture: Fix rcutorture_one_extend_check() splat in RT kernels
Zqiang
1
-3
/
+6
5 days
rcu/nocb: Fix possible invalid rdp's->nocb_cb_kthread pointer access
Zqiang
1
-3
/
+2
5 days
rcu: Protect ->defer_qs_iw_pending from data race
Paul E. McKenney
1
-0
/
+3
10 days
rcu: Fix delayed execution of hurry callbacks
Tze-nan Wu
1
-1
/
+1
10 days
refscale: Check that nreaders and loops multiplication doesn't overflow
Artem Sadovnikov
1
-3
/
+7
2025-07-10
rcu: Return early if callback is not specified
Uladzislau Rezki (Sony)
1
-0
/
+4
2025-06-19
rcu/cpu_stall_cputime: fix the hardirq count for x86 architecture
Yongliang Gao
3
-6
/
+10
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
4
-5
/
+5
2025-04-02
Merge tag 'rcu-fixes-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+2
2025-03-28
srcu: Make FORCE_NEED_SRCU_NMI_SAFE depend on RCU_EXPERT
Paul E. McKenney
1
-0
/
+2
2025-03-24
Merge tag 'rcu-next-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
13
-160
/
+420
2025-03-04
Merge branches 'docs.2025.02.04a', 'lazypreempt.2025.03.04a', 'misc.2025.03.0...
Boqun Feng
13
-150
/
+387
2025-03-04
rcu: limit PREEMPT_RCU configurations
Ankur Arora
1
-1
/
+1
2025-03-04
rcutorture: Update ->extendables check for lazy preemption
Boqun Feng
1
-2
/
+10
2025-03-04
rcutorture: Update rcutorture_one_extend_check() for lazy preemption
Paul E. McKenney
1
-2
/
+12
2025-03-04
rcu: Use _full() API to debug synchronize_rcu()
Uladzislau Rezki (Sony)
1
-5
/
+3
2025-03-04
rcutorture: Allow a negative value for nfakewriters
Uladzislau Rezki (Sony)
1
-6
/
+16
2025-03-04
rcu/nocb: Print segment lengths in show_rcu_nocb_gp_state()
Paul E. McKenney
1
-5
/
+15
2025-03-04
rcu-tasks: Move RCU Tasks self-tests to core_initcall()
Paul E. McKenney
1
-1
/
+4
2025-03-04
rcu: Fix get_state_synchronize_rcu_full() GP-start detection
Paul E. McKenney
2
-5
/
+12
2025-02-05
srcu: Add FORCE_NEED_SRCU_NMI_SAFE Kconfig for testing
Paul E. McKenney
1
-0
/
+11
2025-02-05
rcutorture: Complain when invalid SRCU reader_flavor is specified
Paul E. McKenney
1
-0
/
+2
2025-02-05
rcutorture: Move RCU_TORTURE_TEST_{CHK_RDR_STATE,LOG_CPU} to bool
Paul E. McKenney
1
-2
/
+2
2025-02-05
rcutorture: Make cur_ops->format_gp_seqs take buffer length
Paul E. McKenney
4
-8
/
+10
2025-02-05
rcutorture: Add ftrace-compatible timestamp to GP# failure/close-call output
Paul E. McKenney
1
-1
/
+7
2025-02-05
rcutorture: Expand failure/close-call grace-period output
Paul E. McKenney
4
-21
/
+21
2025-02-05
rcutorture: Include grace-period sequence numbers in failure/close-call
Paul E. McKenney
5
-0
/
+84
2025-02-05
rcutorture: Add a test_boost_holdoff module parameter
Paul E. McKenney
1
-3
/
+16
2025-02-05
refscale: Add srcu_read_lock_fast() support using "srcu-fast"
Paul E. McKenney
1
-1
/
+31
2025-02-05
rcutorture: Add ability to test srcu_read_{,un}lock_fast()
Paul E. McKenney
1
-0
/
+9
2025-02-05
srcu: Pull integer-to-pointer conversion into __srcu_ctr_to_ptr()
Paul E. McKenney
1
-4
/
+2
2025-02-05
srcu: Pull pointer-to-integer conversion into __srcu_ptr_to_ctr()
Paul E. McKenney
1
-2
/
+2
2025-02-05
srcu: Add SRCU_READ_FLAVOR_SLOWGP to flag need for synchronize_rcu()
Paul E. McKenney
1
-3
/
+3
2025-02-05
srcu: Force synchronization for srcu_get_delay()
Paul E. McKenney
1
-1
/
+10
2025-02-05
srcu: Make Tree SRCU updates independent of ->srcu_idx
Paul E. McKenney
1
-34
/
+34
2025-02-05
srcu: Make SRCU readers use ->srcu_ctrs for counter selection
Paul E. McKenney
1
-10
/
+13
2025-02-05
srcu: Pull ->srcu_{un,}lock_count into a new srcu_ctr structure
Paul E. McKenney
1
-58
/
+57
2025-02-05
srcu: Use ->srcu_gp_seq for rcutorture reader batch
Paul E. McKenney
2
-1
/
+3
2025-02-05
srcu: Make Tiny SRCU able to operate in preemptible kernels
Paul E. McKenney
2
-3
/
+12
2025-02-05
rcu: handle quiescent states for PREEMPT_RCU=n, PREEMPT_COUNT=y
Ankur Arora
1
-4
/
+7
2025-02-05
rcu: handle unstable rdp in rcu_read_unlock_strict()
Ankur Arora
1
-1
/
+10
2025-02-05
rcu: rename PREEMPT_AUTO to PREEMPT_LAZY
Ankur Arora
2
-8
/
+8
2025-02-05
rcu, slab: use a regular callback function for kvfree_rcu
Vlastimil Babka
1
-14
/
+0
2025-02-05
rcu: remove trace_rcu_kvfree_callback
Vlastimil Babka
1
-7
/
+2
2025-02-05
slab, rcu: move TINY_RCU variant of kvfree_rcu() to SLAB
Vlastimil Babka
1
-11
/
+0
2025-02-04
rcu: Remove READ_ONCE() for rdp->gpwrap access in __note_gp_changes()
Zilin Guan
1
-3
/
+3
2025-02-04
rcu: Split rcu_report_exp_cpu_mult() mask parameter and use for tracing
Paul E. McKenney
1
-2
/
+4
2025-02-04
rcu: Clarify RCU_LAZY and RCU_LAZY_DEFAULT_OFF help text
Paul E. McKenney
1
-7
/
+13
[next]