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
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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
/
tree.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-21
rcu/kvfree: Avoid freeing new kfree_rcu() memory after old grace period
Ziwei Dai
1
-8
/
+31
2023-05-11
rcu: Avoid stack overflow due to __rcu_irq_enter_check_tick() being kprobe-ed
Zheng Yejian
1
-0
/
+1
2022-12-31
rcu: Fix __this_cpu_read() lockdep warning in rcu_force_quiescent_state()
Zqiang
1
-1
/
+1
2022-10-26
rcu: Back off upon fill_page_cache_func() allocation failure
Michal Hocko
1
-8
/
+9
2022-05-12
rcu: Apply callbacks processing time limit only on softirq
Frederic Weisbecker
1
-13
/
+13
2022-05-12
rcu: Fix callbacks processing time limit retaining cond_resched()
Frederic Weisbecker
1
-11
/
+16
2022-01-29
rcu: Tighten rcu_advance_cbs_nowake() checks
Paul E. McKenney
1
-3
/
+4
2021-12-22
rcu: Mark accesses to rcu_state.n_force_qs
Paul E. McKenney
1
-5
/
+5
2021-11-18
rcu: Fix rcu_dynticks_curr_cpu_in_eqs() vs noinstr
Peter Zijlstra
1
-1
/
+1
2021-08-10
Merge branches 'doc.2021.07.20c', 'fixes.2021.08.06a', 'nocb.2021.07.20c', 'n...
Paul E. McKenney
1
-74
/
+33
2021-08-10
rcu: Replace deprecated CPU-hotplug functions
Sebastian Andrzej Siewior
1
-2
/
+2
2021-08-06
rcu: Use per_cpu_ptr to get the pointer of per_cpu variable
Liu Song
1
-1
/
+1
2021-08-06
rcu: Remove useless "ret" update in rcu_gp_fqs_loop()
Liu Song
1
-2
/
+2
2021-08-06
rcu: Make rcu_gp_init() and rcu_gp_fqs_loop noinline to conserve stack
Paul E. McKenney
1
-2
/
+2
2021-08-06
rcu: Weaken ->dynticks accesses and updates
Paul E. McKenney
1
-8
/
+18
2021-08-06
rcu: Remove special bit at the bottom of the ->dynticks counter
Joel Fernandes (Google)
1
-63
/
+14
2021-07-20
rcu/nocb: Remove NOCB deferred wakeup from rcutree_dead_cpu()
Frederic Weisbecker
1
-3
/
+0
2021-07-20
rcu/nocb: Start moving nocb code to its own plugin file
Frederic Weisbecker
1
-0
/
+1
2021-07-04
Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-139
/
+174
2021-07-01
kernel.h: split out panic and oops helpers
Andy Shevchenko
1
-0
/
+2
2021-05-18
Merge branches 'bitmaprange.2021.05.10c', 'doc.2021.05.10c', 'fixes.2021.05.1...
Paul E. McKenney
1
-139
/
+174
2021-05-18
rcu-tasks: Make ksoftirqd provide RCU Tasks quiescent states
Paul E. McKenney
1
-0
/
+1
2021-05-13
rcu: Improve comments describing RCU read-side critical sections
Paul E. McKenney
1
-10
/
+14
2021-05-12
rcu: Fix various typos in comments
Ingo Molnar
1
-3
/
+3
2021-05-12
rcu/nocb: Prepare for fine-grained deferred wakeup
Frederic Weisbecker
1
-1
/
+1
2021-05-10
rcu: Point to documentation of ordering guarantees
Paul E. McKenney
1
-2
/
+18
2021-05-10
rcu: Make rcu_gp_cleanup() be noinline for tracing
Paul E. McKenney
1
-1
/
+1
2021-05-10
rcu: Make RCU priority boosting work on single-CPU rcu_node structures
Paul E. McKenney
1
-1
/
+1
2021-05-10
rcu: Invoke rcu_spawn_core_kthreads() from rcu_spawn_gp_kthread()
Paul E. McKenney
1
-1
/
+1
2021-05-10
rcu: Improve tree.c comments and add code cleanups
Zhouyi Zhou
1
-12
/
+12
2021-05-10
rcu: Remove the unused rcu_irq_exit_preempt() function
Paul E. McKenney
1
-22
/
+0
2021-05-10
srcu: Fix broken node geometry after early ssp init
Frederic Weisbecker
1
-1
/
+15
2021-05-10
srcu: Initialize SRCU after timers
Frederic Weisbecker
1
-1
/
+0
2021-05-10
kvfree_rcu: Refactor kfree_rcu_monitor()
Uladzislau Rezki (Sony)
1
-58
/
+26
2021-05-10
kvfree_rcu: Fix comments according to current code
Uladzislau Rezki (Sony)
1
-6
/
+9
2021-05-10
kvfree_rcu: Use kfree_rcu_monitor() instead of open-coded variant
Uladzislau Rezki (Sony)
1
-7
/
+1
2021-05-10
kvfree_rcu: Update "monitor_todo" once a batch is started
Uladzislau Rezki (Sony)
1
-2
/
+1
2021-05-10
kvfree_rcu: Add a bulk-list check when a scheduler is run
Uladzislau Rezki (Sony)
1
-1
/
+2
2021-05-10
kvfree_rcu: Use [READ/WRITE]_ONCE() macros to access to nr_bkv_objs
Uladzislau Rezki (Sony)
1
-10
/
+4
2021-05-10
kvfree_rcu: Release a page cache under memory pressure
Zhang Qiang
1
-9
/
+73
2021-03-24
Merge branches 'bitmaprange.2021.03.08a', 'fixes.2021.03.15a', 'kvfree_rcu.20...
Paul E. McKenney
1
-45
/
+124
2021-03-22
rcu: Provide polling interfaces for Tree RCU grace periods
Paul E. McKenney
1
-7
/
+68
2021-03-08
rcu/nocb: Only (re-)initialize segcblist when needed on CPU up
Frederic Weisbecker
1
-5
/
+4
2021-03-08
rcu/nocb: Forbid NOCB toggling on offline CPUs
Frederic Weisbecker
1
-2
/
+1
2021-03-08
rcu/nocb: Detect unsafe checks for offloaded rdp
Frederic Weisbecker
1
-10
/
+11
2021-03-08
kvfree_rcu: Use same set of GFP flags as does single-argument
Uladzislau Rezki (Sony)
1
-1
/
+1
2021-03-08
kvfree_rcu: Replace __GFP_RETRY_MAYFAIL by __GFP_NORETRY
Uladzislau Rezki (Sony)
1
-1
/
+13
2021-03-08
kvfree_rcu: Make krc_this_cpu_unlock() use raw_spin_unlock_irqrestore()
Paul E. McKenney
1
-2
/
+1
2021-03-08
kvfree_rcu: Use __GFP_NOMEMALLOC for single-argument kvfree_rcu()
Paul E. McKenney
1
-1
/
+1
2021-03-08
kvfree_rcu: Directly allocate page for single-argument case
Uladzislau Rezki (Sony)
1
-16
/
+26
[next]