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
*
-
-
-
.
Merge branches 'rcu/staging-core', 'rcu/staging-docs' and 'rcu/staging-kfree'...
Joel Fernandes (Google)
2023-04-05
1
-195
/
+243
|
\
\
\
|
|
|
*
rcu: Annotate SRCU's update-side lockdep dependencies
Boqun Feng
2023-03-27
1
-0
/
+2
|
|
_
|
/
|
/
|
|
|
|
*
srcu: Fix long lines in srcu_funnel_gp_start()
Paul E. McKenney
2023-04-04
1
-13
/
+14
|
|
*
srcu: Fix long lines in srcu_gp_end()
Paul E. McKenney
2023-04-04
1
-20
/
+21
|
|
*
srcu: Fix long lines in cleanup_srcu_struct()
Paul E. McKenney
2023-04-04
1
-10
/
+11
|
|
*
srcu: Fix long lines in srcu_get_delay()
Paul E. McKenney
2023-04-04
1
-5
/
+6
|
|
*
srcu: Check for readers at module-exit time
Paul E. McKenney
2023-04-04
1
-1
/
+2
|
|
*
srcu: Move work-scheduling fields from srcu_struct to srcu_usage
Paul E. McKenney
2023-04-04
1
-19
/
+22
|
|
*
srcu: Move srcu_barrier() fields from srcu_struct to srcu_usage
Paul E. McKenney
2023-04-04
1
-19
/
+19
|
|
*
srcu: Move ->sda_is_static from srcu_struct to srcu_usage
Paul E. McKenney
2023-04-04
1
-4
/
+4
|
|
*
srcu: Move heuristics fields from srcu_struct to srcu_usage
Paul E. McKenney
2023-04-04
1
-9
/
+9
|
|
*
srcu: Move grace-period fields from srcu_struct to srcu_usage
Paul E. McKenney
2023-04-04
1
-64
/
+64
|
|
*
srcu: Move ->srcu_gp_mutex from srcu_struct to srcu_usage
Paul E. McKenney
2023-04-04
1
-7
/
+7
|
|
*
srcu: Move ->lock from srcu_struct to srcu_usage
Paul E. McKenney
2023-04-04
1
-28
/
+28
|
|
*
srcu: Move ->lock initialization after srcu_usage allocation
Paul E. McKenney
2023-04-04
1
-2
/
+2
|
|
*
srcu: Move ->srcu_cb_mutex from srcu_struct to srcu_usage
Paul E. McKenney
2023-04-04
1
-3
/
+3
|
|
*
srcu: Move ->srcu_size_state from srcu_struct to srcu_usage
Paul E. McKenney
2023-04-04
1
-18
/
+19
|
|
*
srcu: Move ->level from srcu_struct to srcu_usage
Paul E. McKenney
2023-04-04
1
-7
/
+7
|
|
*
srcu: Begin offloading srcu_struct fields to srcu_update
Paul E. McKenney
2023-04-04
1
-9
/
+19
|
|
*
srcu: Use static init for statically allocated in-module srcu_struct
Paul E. McKenney
2023-04-04
1
-6
/
+13
|
|
/
|
/
|
|
*
srcu: Clarify comments on memory barrier "E"
Joel Fernandes (Google)
2023-04-05
1
-7
/
+27
|
/
*
srcu: Update comment after the index flip
Paul E. McKenney
2023-01-04
1
-4
/
+5
*
srcu: Yet more detail for srcu_readers_active_idx_check() comments
Paul E. McKenney
2023-01-04
1
-16
/
+51
*
srcu: Remove needless rcu_seq_done() check while holding read lock
Pingfan Liu
2023-01-04
1
-4
/
+7
*
srcu: Fix the comparision in srcu_invl_snp_seq()
Pingfan Liu
2023-01-04
1
-1
/
+1
*
srcu: Delegate work to the boot cpu if using SRCU_SIZE_SMALL
Pingfan Liu
2023-01-04
1
-4
/
+5
*
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
[next]