summaryrefslogtreecommitdiffstats
path: root/kernel/locking
AgeCommit message (Expand)Author
2015-09-23locking/lockdep: Fix hlock->pin_count reset on lock stack rebuildsPeter Zijlstra
2015-09-17Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2015-09-11locking/qspinlock/x86: Fix performance regression under unaccelerated VMsPeter Zijlstra
2015-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-08-15percpu-rwsem: kill CONFIG_PERCPU_RWSEMOleg Nesterov
2015-08-15percpu-rwsem: introduce percpu_down_read_trylock()Oleg Nesterov
2015-08-12locking/qrwlock: Make use of _{acquire|release|relaxed}() atomicsWill Deacon
2015-08-03locking/pvqspinlock: Only kick CPU at unlock timeWaiman Long
2015-08-03locking/qrwlock: Reduce reader/writer to reader lock transfer latencyWaiman Long
2015-08-03locking/pvqspinlock: Order pv_unhash() after cmpxchg() on unlock slowpathWill Deacon
2015-08-03locking: Clean up pvqspinlock warningPeter Zijlstra
2015-08-03Merge branch 'locking/urgent', tag 'v4.2-rc5' into locking/core, to pick up f...Ingo Molnar
2015-07-21locking/pvqspinlock: Fix kernel panic in locking-selftestWaiman Long
2015-07-20rtmutex: Delete scriptable testerDavidlohr Bueso
2015-07-06locking/qrwlock: Better optimization for interrupt context readersWaiman Long
2015-07-06locking/qrwlock: Rename functions to queued_*()Waiman Long
2015-06-24Merge branch 'sched-hrtimers-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2015-06-24Merge branch 'sched-locking-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2015-06-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-06-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-06-22Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-06-22Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-06-19locking/rtmutex: Update stale plist commentsDavidlohr Bueso
2015-06-19futex: Lower the lock contention on the HB lock during wake upSebastian Andrzej Siewior
2015-06-19sched/stop_machine: Fix deadlock between multiple stop_two_cpus()Peter Zijlstra
2015-06-19locking/qrwlock: Don't contend with readers when setting _QW_WAITINGWaiman Long
2015-06-19lockdep: Implement lock pinningPeter Zijlstra
2015-06-19lockdep: Simplify lock_release()Peter Zijlstra
2015-06-18locking/rtmutex: Implement lockless top-waiter wakeupDavidlohr Bueso
2015-06-07lockdep: Fix a race between /proc/lock_stat and module unloadPeter Zijlstra
2015-06-03lockdep: Do not break user-visible stringBorislav Petkov
2015-06-02Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2015-05-27locktorture: Change longdelay_us to longdelay_msPaul E. McKenney
2015-05-27locktorture: fix deadlock in 'rw_lock_irq' typeAlexey Kodanev
2015-05-19Merge branch 'linus' into timers/coreThomas Gleixner
2015-05-19locking/arch: Rename set_mb() to smp_store_mb()Peter Zijlstra
2015-05-13rtmutex: Warn if trylock is called from hard/softirq contextThomas Gleixner
2015-05-13locking/rtmutex: Drop usage of __HAVE_ARCH_CMPXCHGSebastian Andrzej Siewior
2015-05-12locking/qrwlock: Rename QUEUE_RWLOCK to QUEUED_RWLOCKSWaiman Long
2015-05-11locking/pvqspinlock: Rename QUEUED_SPINLOCK to QUEUED_SPINLOCKSIngo Molnar
2015-05-11locking/pvqspinlock: Replace xchg() by the more descriptive set_mb()Waiman Long
2015-05-08locking/pvqspinlock: Implement simple paravirt support for the qspinlockWaiman Long
2015-05-08locking/qspinlock: Revert to test-and-set on hypervisorsPeter Zijlstra (Intel)
2015-05-08locking/qspinlock: Use a simple write to grab the lockWaiman Long
2015-05-08locking/qspinlock: Optimize for smaller NR_CPUSPeter Zijlstra (Intel)
2015-05-08locking/qspinlock: Extract out code snippets for the next patchWaiman Long
2015-05-08locking/qspinlock: Add pending bitPeter Zijlstra (Intel)
2015-05-08locking/qspinlock: Introduce a simple generic 4-byte queued spinlockWaiman Long
2015-05-08locking/rwsem: Reduce spinlock contention in wakeup after up_read()/up_write()Waiman Long
2015-05-08sched: Handle priority boosted tasks proper in setscheduler()Thomas Gleixner