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
/
kernel
/
srcu.c
Age
Commit message (
Expand
)
Author
2013-02-07
srcu: use ACCESS_ONCE() to access sp->completed in srcu_read_lock()
Lai Jiangshan
2013-02-07
srcu: Update synchronize_srcu_expedited()'s comments
Lai Jiangshan
2013-02-07
srcu: Update synchronize_srcu()'s comments
Lai Jiangshan
2013-02-07
srcu: Simple cleanup for cleanup_srcu_struct()
Lai Jiangshan
2013-02-07
srcu: Add might_sleep() annotation to synchronize_srcu()
Lai Jiangshan
2013-02-07
srcu: Simplify __srcu_read_unlock() via this_cpu_dec()
Lai Jiangshan
2012-11-16
Merge branches 'urgent.2012.10.27a', 'doc.2012.11.16a', 'fixes.2012.11.13a', ...
Paul E. McKenney
2012-10-23
srcu: Export process_srcu()
Lai Jiangshan
2012-10-23
srcu: Credit Lai Jiangshan with SRCU rewrite
Lai Jiangshan
2012-10-23
rcu: Add a module parameter to force use of expedited RCU primitives
Antti P Miettinen
2012-08-20
workqueue: deprecate system_nrt[_freezable]_wq
Tejun Heo
2012-04-30
rcu: Implement per-domain single-threaded call_srcu() state machine
Lai Jiangshan
2012-04-30
rcu: Use single value to handle expedited SRCU grace periods
Lai Jiangshan
2012-04-30
rcu: Improve srcu_readers_active_idx()'s cache locality
Lai Jiangshan
2012-04-30
rcu: Implement a variant of Peter's SRCU algorithm
Lai Jiangshan
2012-04-30
rcu: Improve SRCU's wait_idx() comments
Lai Jiangshan
2012-04-30
rcu: Flip ->completed only once per SRCU grace period
Lai Jiangshan
2012-04-30
rcu: Increment upper bit only for srcu_read_lock()
Lai Jiangshan
2012-04-30
rcu: Remove fast check path from __synchronize_srcu()
Lai Jiangshan
2012-04-30
rcu: Direct algorithmic SRCU implementation
Paul E. McKenney
2012-02-21
rcu: Call out dangers of expedited RCU primitives
Paul E. McKenney
2012-02-21
rcu: Add lockdep-RCU checks for simple self-deadlock
Paul E. McKenney
2011-10-31
kernel: Map most files to use export.h instead of module.h
Paul Gortmaker
2011-01-14
rcu: demote SRCU_SYNCHRONIZE_DELAY from kernel-parameter status
Paul E. McKenney
2010-11-29
rcu: Make synchronize_srcu_expedited() fast if running readers
Paul E. McKenney
2010-09-23
kernel: Remove undead ifdef CONFIG_DEBUG_LOCK_ALLOC
Christian Dietrich
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-02-25
rcu: Introduce lockdep-based checking to RCU read-side primitives
Paul E. McKenney
2010-01-16
rcu: Fix sparse warnings
Paul E. McKenney
2009-10-26
rcu: Add synchronize_srcu_expedited()
Paul E. McKenney
2008-02-06
make srcu_readers_active() static
Adrian Bunk
2006-10-04
[PATCH] SRCU: report out-of-memory errors
Alan Stern
2006-10-04
[PATCH] srcu-3: RCU variant permitting read-side blocking
Paul E. McKenney