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
2025-08-20
rcu: Fix racy re-initialization of irq_work causing hangs
Frederic Weisbecker
3
-2
/
+9
2025-08-20
rcu: Fix rcu_read_unlock() deadloop due to IRQ work
Joel Fernandes
2
-12
/
+38
2025-08-20
rcu/nocb: Fix possible invalid rdp's->nocb_cb_kthread pointer access
Zqiang
1
-3
/
+2
2025-08-20
rcu: Protect ->defer_qs_iw_pending from data race
Paul E. McKenney
1
-0
/
+3
2025-08-15
rcu: Fix delayed execution of hurry callbacks
Tze-nan Wu
1
-1
/
+1
2025-08-15
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-05-29
rcu: handle unstable rdp in rcu_read_unlock_strict()
Ankur Arora
1
-1
/
+10
2025-05-29
rcu: handle quiescent states for PREEMPT_RCU=n, PREEMPT_COUNT=y
Ankur Arora
1
-4
/
+7
2025-05-29
rcu: Fix get_state_synchronize_rcu_full() GP-start detection
Paul E. McKenney
2
-5
/
+12
2025-03-22
mm/slab/kvfree_rcu: Switch to WQ_MEM_RECLAIM wq
Uladzislau Rezki (Sony)
1
-4
/
+10
2024-12-05
rcuscale: Do a proper cleanup if kfree_scale_init() fails
Uladzislau Rezki (Sony)
1
-2
/
+4
2024-12-05
rcu/nocb: Fix missed RCU barrier on deoffloading
Zqiang
1
-1
/
+12
2024-12-05
rcu/kvfree: Fix data-race in __mod_timer / kvfree_call_rcu
Uladzislau Rezki (Sony)
1
-2
/
+12
2024-12-05
rcu/srcutiny: don't return before reenabling preemption
Michal Schmidt
1
-1
/
+1
2024-10-17
Merge branch 'linus' into sched/urgent, to resolve conflict
Ingo Molnar
2
-5
/
+12
2024-10-14
sched/fair: Fix external p->on_rq users
Peter Zijlstra
1
-0
/
+9
2024-10-10
rcu/nocb: Fix rcuog wake-up from offline softirq
Frederic Weisbecker
1
-1
/
+7
2024-10-01
rcu/kvfree: Refactor kvfree_rcu_queue_batch()
Uladzislau Rezki (Sony)
1
-4
/
+5
2024-09-18
Merge tag 'slab-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...
Linus Torvalds
1
-8
/
+101
2024-09-18
Merge tag 'rcu.release.v6.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
14
-535
/
+737
2024-09-17
Merge tag 'printk-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-0
/
+16
2024-09-09
Merge branches 'context_tracking.15.08.24a', 'csd.lock.15.08.24a', 'nocb.09.0...
Neeraj Upadhyay
14
-467
/
+658
2024-09-09
rcu: Defer printing stall-warning backtrace when holding rcu_node lock
Paul E. McKenney
1
-0
/
+2
2024-09-09
rcu/nocb: Remove superfluous memory barrier after bypass enqueue
Frederic Weisbecker
1
-1
/
+1
2024-09-09
rcu/nocb: Conditionally wake up rcuo if not already waiting on GP
Frederic Weisbecker
1
-4
/
+1
2024-09-09
rcu/nocb: Fix RT throttling hrtimer armed from offline CPU
Frederic Weisbecker
1
-1
/
+4
2024-09-09
rcu/nocb: Simplify (de-)offloading state machine
Frederic Weisbecker
3
-84
/
+67
2024-08-27
rcu/kvfree: Add kvfree_rcu_barrier() API
Uladzislau Rezki (Sony)
1
-8
/
+101
2024-08-21
rcu: Mark emergency sections in rcu stalls
John Ogness
2
-0
/
+16
2024-08-20
softirq: Remove unused 'action' parameter from action callback
Caleb Sander Mateos
2
-2
/
+2
2024-08-15
rcu: Rename rcu_momentary_dyntick_idle() into rcu_momentary_eqs()
Valentin Schneider
4
-8
/
+8
2024-08-15
rcu: Rename rcu_implicit_dynticks_qs() into rcu_watching_snap_recheck()
Valentin Schneider
1
-2
/
+2
2024-08-15
rcu: Rename dyntick_save_progress_counter() into rcu_watching_snap_save()
Valentin Schneider
1
-4
/
+4
2024-08-15
rcu: Rename struct rcu_data .exp_dynticks_snap into .exp_watching_snap
Valentin Schneider
2
-3
/
+3
2024-08-15
rcu: Rename struct rcu_data .dynticks_snap into .watching_snap
Valentin Schneider
2
-4
/
+4
2024-08-15
rcu: Rename rcu_dynticks_zero_in_eqs() into rcu_watching_zero_in_eqs()
Valentin Schneider
3
-4
/
+4
2024-08-15
rcu: Rename rcu_dynticks_in_eqs_since() into rcu_watching_snap_stopped_since()
Valentin Schneider
2
-7
/
+18
2024-08-15
rcu: Rename rcu_dynticks_in_eqs() into rcu_watching_snap_in_eqs()
Valentin Schneider
3
-6
/
+6
2024-08-15
rcu: Rename rcu_dynticks_eqs_online() into rcu_watching_online()
Valentin Schneider
1
-4
/
+4
2024-08-15
context_tracking, rcu: Rename rcu_dynticks_curr_cpu_in_eqs() into rcu_is_watc...
Valentin Schneider
1
-3
/
+3
2024-08-15
refscale: Constify struct ref_scale_ops
Christophe JAILLET
1
-21
/
+21
2024-08-15
rcuscale: Count outstanding callbacks per-task rather than per-CPU
Paul E. McKenney
1
-4
/
+6
2024-08-15
rcuscale: NULL out top-level pointers to heap memory
Paul E. McKenney
1
-0
/
+5
2024-08-15
rcuscale: Use special allocator for rcu_scale_writer()
Paul E. McKenney
1
-10
/
+113
2024-08-15
rcuscale: Make rcu_scale_writer() tolerate repeated GFP_KERNEL failure
Paul E. McKenney
1
-3
/
+6
2024-08-15
rcuscale: Make all writer tasks report upon hang
Paul E. McKenney
1
-0
/
+6
2024-08-15
rcuscale: Provide clear error when async specified without primitives
Paul E. McKenney
1
-2
/
+2
2024-08-15
rcu: Let dump_cpu_task() be used without preemption disabled
Ryo Takakura
1
-2
/
+0
[next]