index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
srcutree.h
Age
Commit message (
Expand
)
Author
2025-09-15
srcu: Document __srcu_read_{,un}lock_fast() implicit RCU readers
Paul E. McKenney
2025-08-14
srcu: Add srcu_read_lock_fast_notrace() and srcu_read_unlock_fast_notrace()
Paul E. McKenney
2025-08-14
srcu: Move rcu_is_watching() checks to srcu_read_{,un}lock_fast()
Paul E. McKenney
2025-07-16
srcu: Remove SRCU-lite implementation
Paul E. McKenney
2025-02-05
srcu: Make SRCU-fast also be NMI-safe
Paul E. McKenney
2025-02-05
srcu: Add SRCU-fast readers
Paul E. McKenney
2025-02-05
srcu: Move SRCU Tree/Tiny definitions from srcu.h
Paul E. McKenney
2025-02-05
srcu: Pull integer-to-pointer conversion into __srcu_ctr_to_ptr()
Paul E. McKenney
2025-02-05
srcu: Pull pointer-to-integer conversion into __srcu_ptr_to_ctr()
Paul E. McKenney
2025-02-05
srcu: Rename srcu_check_read_flavor_lite() to srcu_check_read_flavor_force()
Paul E. McKenney
2025-02-05
srcu: Make Tree SRCU updates independent of ->srcu_idx
Paul E. McKenney
2025-02-05
srcu: Make SRCU readers use ->srcu_ctrs for counter selection
Paul E. McKenney
2025-02-05
srcu: Pull ->srcu_{un,}lock_count into a new srcu_ctr structure
Paul E. McKenney
2024-12-14
Merge branches 'fixes.2024.12.14a', 'rcutorture.2024.12.14a', 'srcu.2024.12.1...
Uladzislau Rezki (Sony)
2024-12-14
srcu: Fix typo s/srcu_check_read_flavor()/__srcu_check_read_flavor()/
Paul E. McKenney
2024-12-14
rcutorture: Use symbols for SRCU reader flavors
Paul E. McKenney
2024-11-15
srcu: Unconditionally record srcu_read_lock_lite() in ->srcu_reader_flavor
Paul E. McKenney
2024-11-12
srcu: Allow inlining of __srcu_read_{,un}lock_lite()
Paul E. McKenney
2024-11-12
srcu: Add srcu_read_lock_lite() and srcu_read_unlock_lite()
Paul E. McKenney
2024-11-12
srcu: Create CPP macros for normal and NMI-safe SRCU readers
Paul E. McKenney
2024-11-12
srcu: Renaming in preparation for additional reader flavor
Paul E. McKenney
2024-08-12
srcu: faster gp seq wrap-around
JP Kobryn
2023-04-05
Merge branches 'rcu/staging-core', 'rcu/staging-docs' and 'rcu/staging-kfree'...
Joel Fernandes (Google)
2023-04-05
srcu: Add comments for srcu_size_state
Pingfan Liu
2023-04-04
srcu: Move work-scheduling fields from srcu_struct to srcu_usage
Paul E. McKenney
2023-04-04
srcu: Move srcu_barrier() fields from srcu_struct to srcu_usage
Paul E. McKenney
2023-04-04
srcu: Move ->sda_is_static from srcu_struct to srcu_usage
Paul E. McKenney
2023-04-04
srcu: Move heuristics fields from srcu_struct to srcu_usage
Paul E. McKenney
2023-04-04
srcu: Move grace-period fields from srcu_struct to srcu_usage
Paul E. McKenney
2023-04-04
srcu: Move ->srcu_gp_mutex from srcu_struct to srcu_usage
Paul E. McKenney
2023-04-04
srcu: Move ->lock from srcu_struct to srcu_usage
Paul E. McKenney
2023-04-04
srcu: Move ->srcu_cb_mutex from srcu_struct to srcu_usage
Paul E. McKenney
2023-04-04
srcu: Move ->srcu_size_state from srcu_struct to srcu_usage
Paul E. McKenney
2023-04-04
srcu: Move ->level from srcu_struct to srcu_usage
Paul E. McKenney
2023-04-04
srcu: Begin offloading srcu_struct fields to srcu_update
Paul E. McKenney
2023-04-04
srcu: Use static init for statically allocated in-module srcu_struct
Paul E. McKenney
2023-04-04
srcu: Add whitespace to __SRCU_STRUCT_INIT() & __DEFINE_SRCU()
Paul E. McKenney
2023-01-03
srcu: Fix a misspelling in comment
Pingfan Liu
2022-10-21
srcu: Debug NMI safety even on archs that don't require it
Frederic Weisbecker
2022-10-20
srcu: Check for consistent per-CPU per-srcu_struct NMI safety
Paul E. McKenney
2022-10-18
srcu: Convert ->srcu_lock_count and ->srcu_unlock_count to atomic
Paul E. McKenney
2022-05-03
srcu: Prevent expedited GPs and blocking readers from consuming CPU
Paul E. McKenney
2022-04-11
srcu: Add contention-triggered addition of srcu_node tree
Paul E. McKenney
2022-04-11
srcu: Prevent cleanup_srcu_struct() from freeing non-dynamic ->sda
Paul E. McKenney
2022-04-11
srcu: Use export for srcu_struct defined by DEFINE_STATIC_SRCU()
Alexander Aring
2022-04-11
srcu: Dynamically allocate srcu_node array
Paul E. McKenney
2022-04-11
srcu: Make Tree SRCU able to operate without snp_node array
Paul E. McKenney
2022-04-11
srcu: Fix s/is/if/ typo in srcu_node comment
Paul E. McKenney
2021-05-10
srcu: Unconditionally embed struct lockdep_map
Frederic Weisbecker
2019-05-28
module: Make srcu_struct ptr array as read-only
Joel Fernandes (Google)
[next]