aboutsummaryrefslogtreecommitdiff
path: root/kernel/locking
AgeCommit message (Expand)Author
2014-10-31rt: rwsem/rwlock: lockdep annotationsThomas Gleixner
2014-10-31stomp-machine: create lg_global_trylock_relax() primitiveMike Galbraith
2014-10-31lglocks-rt.patchThomas Gleixner
2014-10-31rtmutex: use a trylock for waiter lock in trylockSebastian Andrzej Siewior
2014-10-31timer-handle-idle-trylock-in-get-next-timer-irq.patchThomas Gleixner
2014-10-31bad return value in __mutex_lock_check_stampNicholas Mc Guire
2014-10-31rtmutex: add a first shot of ww_mutexSebastian Andrzej Siewior
2014-10-31percpu-rwsem: compile fixSebastian Andrzej Siewior
2014-10-31rwlock: disable migration before taking a lockSteven Rostedt
2014-10-31read_lock migrate_disable pushdown to rt_read_lockNicholas Mc Guire
2014-10-31write_lock migrate_disable pushdown to rt_write_lockNicholas Mc Guire
2014-10-31migrate_disable pushd down in rt_write_trylock_irqsaveNicholas Mc Guire
2014-10-31migrate_disable pushd down in rt_spin_trylock_irqsaveNicholas Mc Guire
2014-10-31Revert "migrate_disable pushd down in atomic_dec_and_spin_lock"Sebastian Andrzej Siewior
2014-10-31migrate_disable pushd down in atomic_dec_and_spin_lockNicholas Mc Guire
2014-10-31condition migration_disable on lock acquisitionNicholas Mc Guire
2014-10-31rwsem-rt: Do not allow readers to nestSteven Rostedt (Red Hat)
2014-10-31rt: Add the preempt-rt lock replacement APIsThomas Gleixner
2014-10-31rwsem-add-rt-variant.patchThomas Gleixner
2014-10-31rt-mutex-add-sleeping-spinlocks-support.patchThomas Gleixner
2014-10-31rtmutex-lock-killable.patchThomas Gleixner
2014-10-31futex: Fix bug on when a requeued RT task times outSteven Rostedt
2014-10-31rtmutex-futex-prepare-rt.patchThomas Gleixner
2014-10-31lockdep-rt.patchThomas Gleixner
2014-10-31sched: Consider pi boosting in setscheduler()Thomas Gleixner
2014-06-30rtmutex: Plug slow unlock raceThomas Gleixner
2014-06-30rtmutex: Handle deadlock detection smarterThomas Gleixner
2014-06-30rtmutex: Detect changes in the pi lock chainThomas Gleixner
2014-06-07rtmutex: Fix deadlock detector for realThomas Gleixner
2014-01-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-01-13sched/deadline: Add SCHED_DEADLINE inheritance logicDario Faggioli
2014-01-13rtmutex: Turn the plist into an rb-treePeter Zijlstra
2013-12-17mutexes: Give more informative mutex warning in the !lock->owner caseChuansheng Liu
2013-11-27lockdep: Be nice about building from userspaceSasha Levin
2013-11-13locking/lockdep: Mark __lockdep_count_forward_deps() as staticFengguang Wu
2013-11-11lockdep/proc: Fix lock-time avg computationPeter Zijlstra
2013-11-11locking/doc: Update references to kernel/mutex.cPeter Zijlstra
2013-11-06locking: Move the percpu-rwsem code to kernel/locking/Peter Zijlstra
2013-11-06locking: Move the lglocks code to kernel/locking/Peter Zijlstra
2013-11-06locking: Move the rwsem code to kernel/locking/Peter Zijlstra
2013-11-06locking: Move the rtmutex code to kernel/locking/Peter Zijlstra
2013-11-06locking: Move the semaphore core to kernel/locking/Peter Zijlstra
2013-11-06locking: Move the spinlock code to kernel/locking/Peter Zijlstra
2013-11-06locking: Move the lockdep code to kernel/locking/Peter Zijlstra
2013-11-06locking: Move the mutex code to kernel/locking/Peter Zijlstra