summaryrefslogtreecommitdiff
path: root/kernel/locking
AgeCommit message (Expand)Author
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
2015-04-22rtmutex: Remove bogus hrtimer_active() checkThomas Gleixner
2015-04-17lockdep: Make print_lock() robust against concurrent releasePeter Zijlstra
2015-04-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-04-09locking/mutex: Further simplify mutex_spin_on_owner()Jason Low
2015-03-25locking/rtmutex: Rename argument in the rt_mutex_adjust_prio_chain() document...Tom(JeHyeon) Yeon
2015-03-23lockdep: Fix the module unload key range freeing logicPeter Zijlstra
2015-03-07locking/rwsem: Fix lock optimistic spinning when owner is not runningJason Low
2015-03-01locking/rtmutex: Set state back to running on errorSebastian Andrzej Siewior
2015-02-24locking: Remove ACCESS_ONCE() usageDavidlohr Bueso
2015-02-24Merge tag 'v4.0-rc1' into locking/core, to refresh the tree before merging ne...Ingo Molnar
2015-02-21Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2015-02-18locking/rwsem: Check for active lock before bailing on spinningDavidlohr Bueso
2015-02-18locking/rwsem: Avoid deceiving lock spinnersDavidlohr Bueso
2015-02-18locking/rwsem: Set lock ownership ASAPDavidlohr Bueso
2015-02-18locking/rwsem: Document barrier need when waking tasksDavidlohr Bueso
2015-02-18locking/mutex: Refactor mutex_spin_on_owner()Jason Low