- 24af98c Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- b4b29f9 locking/osq: Fix ordering of node initialisation in osq_lock by Will Deacon · 9 years ago
- cd0272f locking/pvqspinlock: Queue node adaptive spinning by Waiman Long · 9 years ago
- 1c4941f locking/pvqspinlock: Allow limited lock stealing by Waiman Long · 9 years ago
- 45e898b locking/pvqspinlock: Collect slowpath lock statistics by Waiman Long · 9 years ago
- b3e0b1b locking, sched: Introduce smp_cond_acquire() and use it by Peter Zijlstra · 9 years ago
- d780453 locking/pvqspinlock, x86: Optimize the PV unlock code path by Waiman Long · 9 years ago
- aa68744 locking/qspinlock: Avoid redundant read of next pointer by Waiman Long · 9 years ago
- 81b5598 locking/qspinlock: Prefetch the next node cacheline by Waiman Long · 9 years ago
- 64d816c locking/qspinlock: Use _acquire/_release() versions of cmpxchg() & xchg() by Waiman Long · 9 years ago
- 90eec10 treewide: Remove old email address by Peter Zijlstra · 9 years ago
- d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
- 5352869 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- d63a978 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- c13dc31 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 9 years ago
- 39cd2dd Merge branches 'doc.2015.10.06a', 'percpu-rwsem.2015.10.06a' and 'torture.2015.10.06a' into HEAD by Paul E. McKenney · 9 years ago
- a36a996 locktorture: Fix module unwind when bad torture_type specified by Paul E. McKenney · 9 years ago
- cc5f730 locking/percpu-rwsem: Clean up the lockdep annotations in percpu_down_read() by Oleg Nesterov · 9 years ago
- f324a76 locking/percpu-rwsem: Fix the comments outdated by rcu_sync by Oleg Nesterov · 9 years ago
- 001dac6 locking/percpu-rwsem: Make use of the rcu_sync infrastructure by Oleg Nesterov · 9 years ago
- 95b19f6 locking/percpu-rwsem: Make percpu_free_rwsem() after kzalloc() safe by Oleg Nesterov · 9 years ago
- 617783d locktorture: Add torture tests for percpu_rwsem by Paul E. McKenney · 9 years ago
- 302707f locking/percpu-rwsem: Export symbols for locktorture by Paul E. McKenney · 9 years ago
- 095777c locktorture: Support rtmutex torturing by Davidlohr Bueso · 9 years ago
- 00eb4ba locking/rwsem: Use acquire/release semantics by Davidlohr Bueso · 9 years ago
- 3552a07 locking/mcs: Use acquire/release semantics by Davidlohr Bueso · 9 years ago
- 700318d locking/rtmutex: Use acquire/release semantics by Davidlohr Bueso · 9 years ago
- 81a43ad locking/mutex: Use acquire/release semantics by Davidlohr Bueso · 9 years ago
- fe19159 Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying new changes by Ingo Molnar · 9 years ago
- 4bbffe7 Merge branch 'locking/urgent' into locking/core, to pick up fixes before applying new changes by Ingo Molnar · 9 years ago
- f524057 sched/deadline, locking/rtmutex: Fix open coded check in rt_mutex_waiter_less() by Juri Lelli · 9 years ago
- 21199f2 locking/lockdep: Fix hlock->pin_count reset on lock stack rebuilds by Peter Zijlstra · 9 years ago
- 93edc8b locking/pvqspinlock: Kick the PV CPU unconditionally when _Q_SLOW_VAL by Waiman Long · 9 years ago
- c55a6ff locking/osq: Relax atomic semantics by Davidlohr Bueso · 9 years ago
- 6e1e519 locking/qrwlock: Rename ->lock to ->wait_lock by Davidlohr Bueso · 9 years ago
- 9786cff Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- c7ef92c Merge tag 'v4.3-rc1' into locking/core, to refresh the tree by Ingo Molnar · 9 years ago
- 43b3f02 locking/qspinlock/x86: Fix performance regression under unaccelerated VMs by Peter Zijlstra · 9 years ago
- 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 · 9 years ago
- ffffeaf locking/qrwlock: Reduce reader/writer to reader lock transfer latency by Waiman Long · 9 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 · 9 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