summaryrefslogtreecommitdiff
path: root/kernel/rtmutex.c
AgeCommit message (Expand)Author
2015-02-13Revert "migrate_disable pushd down in atomic_dec_and_spin_lock"Sebastian Andrzej Siewior
2015-02-13rtmutex: use a trylock for waiter lock in trylockSebastian Andrzej Siewior
2015-02-13timer-handle-idle-trylock-in-get-next-timer-irq.patchThomas Gleixner
2015-02-13bad return value in __mutex_lock_check_stampNicholas Mc Guire
2015-02-13rtmutex: add a first shot of ww_mutexSebastian Andrzej Siewior
2015-02-13migrate_disable pushd down in rt_spin_trylock_irqsaveNicholas Mc Guire
2015-02-13migrate_disable pushd down in atomic_dec_and_spin_lockNicholas Mc Guire
2015-02-13rt-mutex-add-sleeping-spinlocks-support.patchThomas Gleixner
2015-02-13rtmutex-lock-killable.patchThomas Gleixner
2015-02-13futex: Fix bug on when a requeued RT task times outSteven Rostedt
2015-02-13rtmutex-futex-prepare-rt.patchThomas Gleixner
2015-02-13sched: Consider pi boosting in setschedulerThomas Gleixner
2015-02-13Reset to 3.12.37Scott Wood
2014-05-14rtmutex: use a trylock for waiter lock in trylockSebastian Andrzej Siewior
2014-05-14timer-handle-idle-trylock-in-get-next-timer-irq.patchThomas Gleixner
2014-05-14bad return value in __mutex_lock_check_stampNicholas Mc Guire
2014-05-14rtmutex: add a first shot of ww_mutexSebastian Andrzej Siewior
2014-05-14migrate_disable pushd down in rt_spin_trylock_irqsaveNicholas Mc Guire
2014-05-14migrate_disable pushd down in atomic_dec_and_spin_lockNicholas Mc Guire
2014-05-14rt-mutex-add-sleeping-spinlocks-support.patchThomas Gleixner
2014-05-14rtmutex-lock-killable.patchThomas Gleixner
2014-05-14futex: Fix bug on when a requeued RT task times outSteven Rostedt
2014-05-14rtmutex-futex-prepare-rt.patchThomas Gleixner
2014-05-14sched: Consider pi boosting in setschedulerThomas Gleixner
2014-05-14Reset to 3.12.19Scott Wood
2014-04-10rtmutex: use a trylock for waiter lock in trylockSebastian Andrzej Siewior
2014-04-10timer-handle-idle-trylock-in-get-next-timer-irq.patchThomas Gleixner
2014-04-10bad return value in __mutex_lock_check_stampNicholas Mc Guire
2014-04-10rtmutex: add a first shot of ww_mutexSebastian Andrzej Siewior
2014-04-10migrate_disable pushd down in rt_spin_trylock_irqsaveNicholas Mc Guire
2014-04-10migrate_disable pushd down in atomic_dec_and_spin_lockNicholas Mc Guire
2014-04-10rt-mutex-add-sleeping-spinlocks-support.patchThomas Gleixner
2014-04-10rtmutex-lock-killable.patchThomas Gleixner
2014-04-10futex: Fix bug on when a requeued RT task times outSteven Rostedt
2014-04-10rtmutex-futex-prepare-rt.patchThomas Gleixner
2014-04-10sched: Consider pi boosting in setschedulerThomas Gleixner
2013-05-28rtmutex: Document rt_mutex_adjust_prio_chain()Juri Lelli
2013-02-07sched/rt: Move rt specific bits into new header fileClark Williams
2011-12-11Revert "rcu: Permit rt_mutex_unlock() with irqs disabled"Paul E. McKenney
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker
2011-09-29rcu: Permit rt_mutex_unlock() with irqs disabledPaul E. McKenney
2011-07-08plist: Remove the need to supply locks to plist headsDima Zavin
2011-01-28rtmutex: Simplify PI algorithm and make highest prio task get lockLai Jiangshan
2009-12-14rtmutes: Convert rtmutex.lock to raw_spinlockThomas Gleixner
2009-12-14sched: Convert pi_lock to raw_spinlockThomas Gleixner
2009-08-06rtmutex: Avoid deadlock in rt_mutex_start_proxy_lock()Darren Hart
2009-06-12trivial: fix ETIMEOUT -> ETIMEDOUT typosJean Delvare
2009-06-10Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-04-29locking, rtmutex.c: Documentation cleanupLuis Henriques
2009-04-06rt_mutex: add proxy lock routinesDarren Hart