index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
rcu
/
srcutree.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
srcu: Debug NMI safety even on archs that don't require it
Frederic Weisbecker
2022-10-21
1
-15
/
+10
*
srcu: Explain the reason behind the read side critical section on GP start
Frederic Weisbecker
2022-10-21
1
-0
/
+5
*
srcu: Warn when NMI-unsafe API is used in NMI
Frederic Weisbecker
2022-10-21
1
-0
/
+2
*
srcu: Check for consistent global per-srcu_struct NMI safety
Paul E. McKenney
2022-10-21
1
-0
/
+5
*
srcu: Check for consistent per-CPU per-srcu_struct NMI safety
Paul E. McKenney
2022-10-21
1
-6
/
+32
*
srcu: Create an srcu_read_lock_nmisafe() and srcu_read_unlock_nmisafe()
Paul E. McKenney
2022-10-20
1
-4
/
+39
*
srcu: Convert ->srcu_lock_count and ->srcu_unlock_count to atomic
Paul E. McKenney
2022-10-18
1
-12
/
+12
*
srcu: Make expedited RCU grace periods block even less frequently
Neeraj Upadhyay
2022-07-19
1
-19
/
+63
*
srcu: Block less aggressively for expedited grace periods
Paul E. McKenney
2022-07-19
1
-7
/
+13
*
srcu: Drop needless initialization of sdp in srcu_gp_start()
Lukas Bulwahn
2022-05-03
1
-1
/
+1
*
srcu: Prevent expedited GPs and blocking readers from consuming CPU
Paul E. McKenney
2022-05-03
1
-6
/
+38
*
srcu: Add contention check to call_srcu() srcu_data ->lock acquisition
Paul E. McKenney
2022-05-03
1
-9
/
+36
*
srcu: Automatically determine size-transition strategy at boot
Paul E. McKenney
2022-05-03
1
-3
/
+20
*
srcu: Add contention-triggered addition of srcu_node tree
Paul E. McKenney
2022-04-12
1
-24
/
+83
*
srcu: Create concurrency-safe helper for initiating size transition
Paul E. McKenney
2022-04-12
1
-2
/
+21
*
srcu: Explain srcu_funnel_gp_start() call to list_add() is safe
Paul E. McKenney
2022-04-12
1
-0
/
+6
*
srcu: Prevent cleanup_srcu_struct() from freeing non-dynamic ->sda
Paul E. McKenney
2022-04-12
1
-3
/
+6
*
srcu: Avoid NULL dereference in srcu_torture_stats_print()
Paul E. McKenney
2022-04-12
1
-28
/
+34
*
srcu: Add boot-time control over srcu_node array allocation
Paul E. McKenney
2022-04-12
1
-16
/
+32
*
srcu: Ensure snp nodes tree is fully initialized before traversal
Neeraj Upadhyay
2022-04-12
1
-3
/
+19
*
srcu: Use invalid initial value for srcu_node GP sequence numbers
Paul E. McKenney
2022-04-12
1
-9
/
+27
*
srcu: Compute snp_seq earlier in srcu_funnel_gp_start()
Paul E. McKenney
2022-04-12
1
-5
/
+3
*
srcu: Make rcutorture dump the SRCU size state
Paul E. McKenney
2022-04-12
1
-2
/
+20
*
srcu: Add size-state transitioning code
Paul E. McKenney
2022-04-12
1
-0
/
+13
*
srcu: Dynamically allocate srcu_node array
Paul E. McKenney
2022-04-12
1
-15
/
+50
*
srcu: Make Tree SRCU able to operate without snp_node array
Paul E. McKenney
2022-04-12
1
-92
/
+111
*
srcu: Make srcu_funnel_gp_start() cache ->mynode in snp_leaf
Paul E. McKenney
2022-04-12
1
-6
/
+7
*
srcu: Tighten cleanup_srcu_struct() GP checks
Paul E. McKenney
2022-04-12
1
-2
/
+4
*
-
-
-
.
Merge branches 'bitmaprange.2021.05.10c', 'doc.2021.05.10c', 'fixes.2021.05.1...
Paul E. McKenney
2021-05-18
1
-13
/
+15
|
\
\
\
|
|
|
*
srcu: Fix broken node geometry after early ssp init
Frederic Weisbecker
2021-05-11
1
-0
/
+3
|
|
|
*
srcu: Initialize SRCU after timers
Frederic Weisbecker
2021-05-11
1
-0
/
+5
|
|
|
*
srcu: Remove superfluous ssp initialization for early callbacks
Frederic Weisbecker
2021-05-11
1
-1
/
+0
|
|
|
*
srcu: Remove superfluous sdp->srcu_lock_count zero filling
Frederic Weisbecker
2021-05-11
1
-10
/
+2
|
|
_
|
/
|
/
|
|
|
|
*
rcu: Fix various typos in comments
Ingo Molnar
2021-05-12
1
-2
/
+2
|
|
/
|
/
|
|
*
rcu: Point to documentation of ordering guarantees
Paul E. McKenney
2021-05-11
1
-0
/
+3
|
/
*
-
-
-
.
Merge branches 'doc.2021.01.06a', 'fixes.2021.01.04b', 'kfree_rcu.2021.01.04a...
Paul E. McKenney
2021-01-23
1
-31
/
+116
|
\
\
\
|
|
|
*
srcu: Add comment explaining cookie overflow/wrap
Paul E. McKenney
2021-01-04
1
-0
/
+15
|
|
|
*
srcu: Provide polling interfaces for Tree SRCU grace periods
Paul E. McKenney
2021-01-04
1
-4
/
+63
|
|
|
*
srcu: Provide internal interface to start a Tree SRCU grace period
Paul E. McKenney
2021-01-04
1
-29
/
+37
|
|
_
|
/
|
/
|
|
|
|
*
rcu/segcblist: Add counters to segcblist datastructure
Joel Fernandes (Google)
2021-01-07
1
-1
/
+4
|
|
/
|
/
|
|
|
|
\
*
-
.
\
Merge branches 'cpuinfo.2020.11.06a', 'doc.2020.11.06a', 'fixes.2020.11.19b',...
Paul E. McKenney
2020-11-20
1
-2
/
+4
|
\
\
\
|
|
_
|
/
|
/
|
|
|
|
*
srcu: Use a more appropriate lockdep helper
Jakub Kicinski
2020-11-03
1
-1
/
+1
|
|
/
|
/
|
|
*
srcu: Take early exit on memory-allocation failure
Paul E. McKenney
2020-11-20
1
-1
/
+3
|
/
*
srcu: Remove KCSAN stubs
Paul E. McKenney
2020-08-25
1
-13
/
+0
*
srcu: Avoid local_irq_save() before acquiring spinlock_t
Sebastian Andrzej Siewior
2020-06-29
1
-7
/
+7
*
srcu: Fix a typo in comment "amoritized"->"amortized"
Ethon Paul
2020-06-29
1
-1
/
+1
*
srcu: Add data_race() to ->srcu_lock_count and ->srcu_unlock_count arrays
Paul E. McKenney
2020-04-27
1
-4
/
+4
*
srcu: Add KCSAN stubs
Paul E. McKenney
2020-04-27
1
-0
/
+13
*
-
.
Merge branches 'doc.2020.02.27a', 'fixes.2020.03.21a', 'kfree_rcu.2020.02.20a...
Paul E. McKenney
2020-03-22
1
-8
/
+10
|
\
\
|
|
*
srcu: Hold srcu_struct ->lock when updating ->srcu_gp_seq
Paul E. McKenney
2020-02-21
1
-1
/
+3
[next]