Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
1853c949646005b5959c483becde86608f548f24
/
kernel
/
locking
7d9071a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
bf3eac8
percpu-rwsem: kill CONFIG_PERCPU_RWSEM
by Oleg Nesterov
· 9 years ago
9287f69
percpu-rwsem: introduce percpu_down_read_trylock()
by Oleg Nesterov
· 9 years ago
77e430e
locking/qrwlock: Make use of _{acquire|release|relaxed}() atomics
by Will Deacon
· 9 years ago
75d2270
locking/pvqspinlock: Only kick CPU at unlock time
by Waiman Long
· 10 years ago
ffffeaf
locking/qrwlock: Reduce reader/writer to reader lock transfer latency
by Waiman Long
· 10 years ago
3b3fdf1
locking/pvqspinlock: Order pv_unhash() after cmpxchg() on unlock slowpath
by Will Deacon
· 9 years ago
0b792bf
locking: Clean up pvqspinlock warning
by Peter Zijlstra
· 9 years ago
3a7651e
Merge branch 'locking/urgent', tag 'v4.2-rc5' into locking/core, to pick up fixes before applying new changes
by Ingo Molnar
· 9 years ago
cba77f0
locking/pvqspinlock: Fix kernel panic in locking-selftest
by Waiman Long
· 10 years ago
1b0b7c1
rtmutex: Delete scriptable tester
by Davidlohr Bueso
· 10 years ago
0e06e5b
locking/qrwlock: Better optimization for interrupt context readers
by Waiman Long
· 10 years ago
f7d71f2
locking/qrwlock: Rename functions to queued_*()
by Waiman Long
· 10 years ago
98ec21a
Merge branch 'sched-hrtimers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
a262948
Merge branch 'sched-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
43224b9
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
23b7776
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
1bf7067
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
fc934d4
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
9f40a51
locking/rtmutex: Update stale plist comments
by Davidlohr Bueso
· 10 years ago
802ab58
futex: Lower the lock contention on the HB lock during wake up
by Sebastian Andrzej Siewior
· 10 years ago
b17718d
sched/stop_machine: Fix deadlock between multiple stop_two_cpus()
by Peter Zijlstra
· 10 years ago
405963b
locking/qrwlock: Don't contend with readers when setting _QW_WAITING
by Waiman Long
· 10 years ago
a24fc60
lockdep: Implement lock pinning
by Peter Zijlstra
· 10 years ago
e0f56fd
lockdep: Simplify lock_release()
by Peter Zijlstra
· 10 years ago
45ab4ef
locking/rtmutex: Implement lockless top-waiter wakeup
by Davidlohr Bueso
· 10 years ago
cee34d8
lockdep: Fix a race between /proc/lock_stat and module unload
by Peter Zijlstra
· 10 years ago
92ae183
lockdep: Do not break user-visible string
by Borislav Petkov
· 10 years ago
085c789
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
by Ingo Molnar
· 10 years ago
61d49d2
locktorture: Change longdelay_us to longdelay_ms
by Paul E. McKenney
· 10 years ago
f548d99
locktorture: fix deadlock in 'rw_lock_irq' type
by Alexey Kodanev
· 10 years ago
c3b5d3c
Merge branch 'linus' into timers/core
by Thomas Gleixner
· 10 years ago
b92b8b3
locking/arch: Rename set_mb() to smp_store_mb()
by Peter Zijlstra
· 10 years ago
6ce47fd
rtmutex: Warn if trylock is called from hard/softirq context
by Thomas Gleixner
· 10 years ago
cede884
locking/rtmutex: Drop usage of __HAVE_ARCH_CMPXCHG
by Sebastian Andrzej Siewior
· 10 years ago
c7114b4
locking/qrwlock: Rename QUEUE_RWLOCK to QUEUED_RWLOCKS
by Waiman Long
· 10 years ago
62c7a1e
locking/pvqspinlock: Rename QUEUED_SPINLOCK to QUEUED_SPINLOCKS
by Ingo Molnar
· 10 years ago
52c9d2b
locking/pvqspinlock: Replace xchg() by the more descriptive set_mb()
by Waiman Long
· 10 years ago
a23db28
locking/pvqspinlock: Implement simple paravirt support for the qspinlock
by Waiman Long
· 10 years ago
2aa79af
locking/qspinlock: Revert to test-and-set on hypervisors
by Peter Zijlstra (Intel)
· 10 years ago
2c83e8e
locking/qspinlock: Use a simple write to grab the lock
by Waiman Long
· 10 years ago
69f9cae
locking/qspinlock: Optimize for smaller NR_CPUS
by Peter Zijlstra (Intel)
· 10 years ago
6403bd7
locking/qspinlock: Extract out code snippets for the next patch
by Waiman Long
· 10 years ago
c1fb159
locking/qspinlock: Add pending bit
by Peter Zijlstra (Intel)
· 10 years ago
a33fda3
locking/qspinlock: Introduce a simple generic 4-byte queued spinlock
by Waiman Long
· 10 years ago
59aabfc
locking/rwsem: Reduce spinlock contention in wakeup after up_read()/up_write()
by Waiman Long
· 10 years ago
0782e63
sched: Handle priority boosted tasks proper in setscheduler()
by Thomas Gleixner
· 10 years ago
ccdd92c
rtmutex: Remove bogus hrtimer_active() check
by Thomas Gleixner
· 10 years ago
d7bc319
lockdep: Make print_lock() robust against concurrent release
by Peter Zijlstra
· 10 years ago
cc76ee7
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
01ac33c
locking/mutex: Further simplify mutex_spin_on_owner()
by Jason Low
· 10 years ago
e6beaa36
locking/rtmutex: Rename argument in the rt_mutex_adjust_prio_chain() documentation as well
by Tom(JeHyeon) Yeon
· 10 years ago
35a9393
lockdep: Fix the module unload key range freeing logic
by Peter Zijlstra
· 10 years ago
9198f6e
locking/rwsem: Fix lock optimistic spinning when owner is not running
by Jason Low
· 10 years ago
9d3e2d0
locking/rtmutex: Set state back to running on error
by Sebastian Andrzej Siewior
· 10 years ago
4d3199e
locking: Remove ACCESS_ONCE() usage
by Davidlohr Bueso
· 10 years ago
2ae7902
Merge tag 'v4.0-rc1' into locking/core, to refresh the tree before merging new changes
by Ingo Molnar
· 10 years ago
10436cf
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
1a99367
locking/rwsem: Check for active lock before bailing on spinning
by Davidlohr Bueso
· 10 years ago
b3fd4f0
locking/rwsem: Avoid deceiving lock spinners
by Davidlohr Bueso
· 10 years ago
7a215f8
locking/rwsem: Set lock ownership ASAP
by Davidlohr Bueso
· 10 years ago
49e4b2b
locking/rwsem: Document barrier need when waking tasks
by Davidlohr Bueso
· 10 years ago
be1f7bf
locking/mutex: Refactor mutex_spin_on_owner()
by Jason Low
· 10 years ago
07d2413
locking/mutex: In mutex_spin_on_owner(), return true when owner changes
by Jason Low
· 10 years ago
8d1e5a1
locking/rtmutex: Avoid a NULL pointer dereference on deadlock
by Sebastian Andrzej Siewior
· 10 years ago
b3d6524
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 10 years ago
c5ce28d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 10 years ago
5b9b28a
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
afffc6c
locking/rtmutex: Optimize setting task running after being blocked
by Davidlohr Bueso
· 10 years ago
7310599
locking/rwsem: Use task->state helpers
by Davidlohr Bueso
· 10 years ago
51587bc
locking/mutex: Explicitly mark task as running after wakeup
by Davidlohr Bueso
· 10 years ago
139b6fd
sched/Documentation: Remove unneeded word
by Sharon Dvir
· 10 years ago
c0a80c0
ftrace: allow architectures to specify ftrace compile options
by Heiko Carstens
· 10 years ago
3f3558b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
036cc30
locking/osq: No need for load/acquire when acquire-polling
by Davidlohr Bueso
· 10 years ago
d84b672
locking/mcs: Better differentiate between MCS variants
by Davidlohr Bueso
· 10 years ago
4bd1908
locking/mutex: Introduce ww_mutex_set_context_slowpath()
by Davidlohr Bueso
· 10 years ago
e42f678
locking/mutex: Move MCS related comments to proper location
by Davidlohr Bueso
· 10 years ago
63dc47e
locking/mutex: Checking the stamp is WW only
by Davidlohr Bueso
· 10 years ago
a63b03e
mutex: Always clear owner field upon mutex_unlock()
by Chris Wilson
· 10 years ago
113948d
spinlock: Add spin_lock_bh_nested()
by Thomas Graf
· 10 years ago
6f942a1
locking/mutex: Don't assume TASK_RUNNING
by Peter Zijlstra
· 10 years ago
6d5f0eb
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
8acd91e
locking/lockdep: Revert qrwlock recusive stuff
by Peter Zijlstra
· 10 years ago
debfab7
locking/rwsem: Avoid double checking before try acquiring write lock
by Jason Low
· 10 years ago
c98fed9
locktorture: Cleanup header usage
by Davidlohr Bueso
· 10 years ago
a122949
locktorture: Cannot hold read and write lock
by Davidlohr Bueso
· 10 years ago
219f800
locktorture: Fix __acquire annotation for spinlock irq
by Davidlohr Bueso
· 10 years ago
e34191f
locktorture: Support rwlocks
by Davidlohr Bueso
· 10 years ago
630952c
locktorture: Introduce torture context
by Davidlohr Bueso
· 10 years ago
4a3b427
locktorture: Support rwsems
by Davidlohr Bueso
· 10 years ago
4f6332c
locktorture: Add infrastructure for torturing read locks
by Davidlohr Bueso
· 10 years ago
d36a7a0
torture: Address race in module cleanup
by Davidlohr Bueso
· 10 years ago
1e6757a
locktorture: Make statistics generic
by Davidlohr Bueso
· 10 years ago
f095bfc
locktorture: Teach about lock debugging
by Davidlohr Bueso
· 10 years ago
42ddc75
locktorture: Support mutexes
by Davidlohr Bueso
· 10 years ago
23a8e5c
locktorture: Rename locktorture_runnable parameter
by Davidlohr Bueso
· 10 years ago
db0e716
locking/rwsem: Move EXPORT_SYMBOL() lines to follow function definition
by Davidlohr Bueso
· 10 years ago
3154276
locking/semaphore: Resolve some shadow warnings
by Mark Rustad
· 10 years ago
f0bab73
locking/lockdep: Restrict the use of recursive read_lock() with qrwlock
by Waiman Long
· 10 years ago
Next »