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
/
srcu.h
Age
Commit message (
Expand
)
Author
2025-02-05
srcu: Add srcu_down_read_fast() and srcu_up_read_fast()
Paul E. McKenney
2025-02-05
srcu: Document that srcu_{read_lock,down_read}() can share srcu_struct
Paul E. McKenney
2025-02-05
srcu: Fix srcu_read_unlock_{lite,nmisafe}() kernel-doc
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: Add SRCU_READ_FLAVOR_SLOWGP to flag need for synchronize_rcu()
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: Define SRCU_READ_FLAVOR_ALL in terms of symbols
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: Guarantee non-negative return value from srcu_read_lock()
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: Remove smp_mb() from srcu_read_unlock_lite()
Paul E. McKenney
2024-11-12
srcu: Improve srcu_read_lock_lite() kernel-doc comment
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: Improve srcu_read_lock{,_nmisafe}() comments
Paul E. McKenney
2024-11-12
srcu: Renaming in preparation for additional reader flavor
Paul E. McKenney
2024-07-20
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2024-06-18
srcu: Fill out polled grace-period APIs
Paul E. McKenney
2024-06-18
srcu: Add NUM_ACTIVE_SRCU_POLL_OLDSTATE
Paul E. McKenney
2024-06-07
srcu: Add an API for a memory barrier after SRCU read lock
Yan Zhao
2023-12-13
srcu: Use try-lock lockdep annotation for NMI-safe access.
Sebastian Andrzej Siewior
2023-07-04
Merge tag 'core_guards_for_6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-06-26
locking: Introduce __cleanup() based infrastructure
Peter Zijlstra
2023-05-09
srcu: Remove extraneous parentheses from srcu_read_lock() etc.
Paul E. McKenney
2023-03-27
rcu: Annotate SRCU's update-side lockdep dependencies
Boqun Feng
2023-01-03
rcu: Add srcu_down_read() and srcu_up_read()
Paul E. McKenney
2022-11-29
rcu: Make SRCU mandatory
Paul E. McKenney
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-20
srcu: Create an srcu_read_lock_nmisafe() and srcu_read_unlock_nmisafe()
Paul E. McKenney
2021-11-30
rcu: Replace ________p1 and _________p1 with __UNIQUE_ID(rcu)
Chun-Hung Tseng
2021-05-10
srcu: Initialize SRCU after timers
Frederic Weisbecker
2021-01-04
srcu: Provide polling interfaces for Tiny SRCU grace periods
Paul E. McKenney
2019-03-26
srcu: Remove cleanup_srcu_struct_quiesced()
Paul E. McKenney
2019-02-09
Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp...
Paul E. McKenney
2019-02-09
linux/srcu: Convert to SPDX license identifier
Paul E. McKenney
2019-01-25
srcu: Check for invalid idx argument in srcu_read_unlock()
Paul E. McKenney
2018-11-27
srcu: Use "ssp" instead of "sp" for srcu_struct pointer
Paul E. McKenney
2018-11-08
srcu: Fix kernel-doc missing notation
Randy Dunlap
2018-07-26
srcu: Add notrace variant of srcu_dereference
Joel Fernandes (Google)
2018-07-26
srcu: Add notrace variants of srcu_read_{lock,unlock}
Paul McKenney
2018-05-15
srcu: Add cleanup_srcu_struct_quiesced()
Paul E. McKenney
2018-01-18
lockdep: Convert some users to const
Matthew Wilcox
2017-10-19
doc: Fix various RCU docbook comment-header problems
Paul E. McKenney
2017-06-08
srcu: Remove Classic SRCU
Paul E. McKenney
2017-06-08
srcu: Shrink srcu.h by moving docbook and private function
Paul E. McKenney
2017-06-08
srcu: Make SRCU be once again optional
Paul E. McKenney
2017-06-08
srcu: Allow use of Classic SRCU from both process and interrupt context
Paolo Bonzini
[next]