index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
rcu
/
srcutree.c
Age
Commit message (
Expand
)
Author
Lines
2024-11-15
srcu: Unconditionally record srcu_read_lock_lite() in ->srcu_reader_flavor
Paul E. McKenney
-4
/
+2
2024-11-12
srcu: Check for srcu_read_lock_lite() across all CPUs
Paul E. McKenney
-5
/
+7
2024-11-12
srcu: Allow inlining of __srcu_read_{,un}lock_lite()
Paul E. McKenney
-41
/
+0
2024-11-12
srcu: Add srcu_read_lock_lite() and srcu_read_unlock_lite()
Paul E. McKenney
-11
/
+71
2024-11-12
srcu: Create CPP macros for normal and NMI-safe SRCU readers
Paul E. McKenney
-10
/
+11
2024-11-12
srcu: Standardize srcu_data pointers to "sdp" and similar
Paul E. McKenney
-10
/
+10
2024-11-12
srcu: Bit manipulation changes for additional reader flavor
Paul E. McKenney
-3
/
+4
2024-11-12
srcu: Renaming in preparation for additional reader flavor
Paul E. McKenney
-11
/
+11
2024-10-28
srcu: Introduce srcu_gp_is_expedited() helper function
Paul E. McKenney
-2
/
+12
2024-10-28
srcu: Rename srcu_might_be_idle() to srcu_should_expedite()
Paul E. McKenney
-7
/
+9
2024-10-23
srcu: Replace WARN_ON_ONCE() with BUILD_BUG_ON() if possible
Zhen Lei
-2
/
+2
2024-08-12
srcu: Mark callbacks not currently participating in barrier operation
Paul E. McKenney
-0
/
+2
2024-08-12
srcu: Check for concurrent updates of heuristics
Paul E. McKenney
-0
/
+2
2024-08-12
srcu: faster gp seq wrap-around
JP Kobryn
-3
/
+4
2024-07-04
Merge branches 'doc.2024.06.06a', 'fixes.2024.07.04a', 'mb.2024.06.28a', 'noc...
Paul E. McKenney
-5
/
+8
2024-06-18
srcu: Fill out polled grace-period APIs
Paul E. McKenney
-1
/
+2
2024-06-18
srcu: Update cleanup_srcu_struct() comment
Paul E. McKenney
-1
/
+4
2024-06-18
srcu: Disable interrupts directly in srcu_gp_end()
Paul E. McKenney
-3
/
+2
2024-04-16
rcutorture: Make rcutorture support print rcu-tasks gp state
Zqiang
-4
/
+1
2024-02-14
srcu: Improve comments about acceleration leak
Joel Fernandes (Google)
-4
/
+20
2023-12-12
srcu: Explain why callbacks invocations can't run concurrently
Frederic Weisbecker
-0
/
+6
2023-12-12
srcu: No need to advance/accelerate if no callback enqueued
Frederic Weisbecker
-3
/
+5
2023-12-12
srcu: Remove superfluous callbacks advancing from srcu_gp_start()
Frederic Weisbecker
-10
/
+0
2023-10-13
srcu: Only accelerate on enqueue time
Frederic Weisbecker
-4
/
+2
2023-10-10
srcu: Fix callbacks acceleration mishandling
Frederic Weisbecker
-2
/
+29
2023-09-26
srcu: Fix srcu_struct node grpmask overflow on 64-bit systems
Denis Arefev
-2
/
+2
2023-09-13
rcu: Dump memory object info if callback function is invalid
Zhen Lei
-0
/
+1
2023-09-13
srcu: Fix error handling in init_srcu_struct_fields()
Joel Fernandes (Google)
-15
/
+17
2023-04-05
Merge branches 'rcu/staging-core', 'rcu/staging-docs' and 'rcu/staging-kfree'...
Joel Fernandes (Google)
-195
/
+243
2023-04-05
srcu: Clarify comments on memory barrier "E"
Joel Fernandes (Google)
-7
/
+27
2023-04-04
srcu: Fix long lines in srcu_funnel_gp_start()
Paul E. McKenney
-13
/
+14
2023-04-04
srcu: Fix long lines in srcu_gp_end()
Paul E. McKenney
-20
/
+21
2023-04-04
srcu: Fix long lines in cleanup_srcu_struct()
Paul E. McKenney
-10
/
+11
2023-04-04
srcu: Fix long lines in srcu_get_delay()
Paul E. McKenney
-5
/
+6
2023-04-04
srcu: Check for readers at module-exit time
Paul E. McKenney
-1
/
+2
2023-04-04
srcu: Move work-scheduling fields from srcu_struct to srcu_usage
Paul E. McKenney
-19
/
+22
2023-04-04
srcu: Move srcu_barrier() fields from srcu_struct to srcu_usage
Paul E. McKenney
-19
/
+19
2023-04-04
srcu: Move ->sda_is_static from srcu_struct to srcu_usage
Paul E. McKenney
-4
/
+4
2023-04-04
srcu: Move heuristics fields from srcu_struct to srcu_usage
Paul E. McKenney
-9
/
+9
2023-04-04
srcu: Move grace-period fields from srcu_struct to srcu_usage
Paul E. McKenney
-64
/
+64
2023-04-04
srcu: Move ->srcu_gp_mutex from srcu_struct to srcu_usage
Paul E. McKenney
-7
/
+7
2023-04-04
srcu: Move ->lock from srcu_struct to srcu_usage
Paul E. McKenney
-28
/
+28
2023-04-04
srcu: Move ->lock initialization after srcu_usage allocation
Paul E. McKenney
-2
/
+2
2023-04-04
srcu: Move ->srcu_cb_mutex from srcu_struct to srcu_usage
Paul E. McKenney
-3
/
+3
2023-04-04
srcu: Move ->srcu_size_state from srcu_struct to srcu_usage
Paul E. McKenney
-18
/
+19
2023-04-04
srcu: Move ->level from srcu_struct to srcu_usage
Paul E. McKenney
-7
/
+7
2023-04-04
srcu: Begin offloading srcu_struct fields to srcu_update
Paul E. McKenney
-9
/
+19
2023-04-04
srcu: Use static init for statically allocated in-module srcu_struct
Paul E. McKenney
-6
/
+13
2023-03-27
rcu: Annotate SRCU's update-side lockdep dependencies
Boqun Feng
-0
/
+2
2023-01-03
srcu: Update comment after the index flip
Paul E. McKenney
-4
/
+5
[next]