aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/locking
Commit message (Expand)AuthorAge
* Augment rt_task() with is_realtime()Bjoern Brandenburg2015-08-09
* lockdep: Fix a race between /proc/lock_stat and module unloadPeter Zijlstra2015-06-07
* sched: Handle priority boosted tasks proper in setscheduler()Thomas Gleixner2015-05-08
* lockdep: Make print_lock() robust against concurrent releasePeter Zijlstra2015-04-17
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-04-13
|\
| * locking/mutex: Further simplify mutex_spin_on_owner()Jason Low2015-04-09
| * locking/rtmutex: Rename argument in the rt_mutex_adjust_prio_chain() document...Tom(JeHyeon) Yeon2015-03-25
| * locking/rwsem: Fix lock optimistic spinning when owner is not runningJason Low2015-03-07
| * locking: Remove ACCESS_ONCE() usageDavidlohr Bueso2015-02-24
| * Merge tag 'v4.0-rc1' into locking/core, to refresh the tree before merging ne...Ingo Molnar2015-02-24
| |\
| * | locking/rwsem: Check for active lock before bailing on spinningDavidlohr Bueso2015-02-18
| * | locking/rwsem: Avoid deceiving lock spinnersDavidlohr Bueso2015-02-18
| * | locking/rwsem: Set lock ownership ASAPDavidlohr Bueso2015-02-18
| * | locking/rwsem: Document barrier need when waking tasksDavidlohr Bueso2015-02-18
| * | locking/mutex: Refactor mutex_spin_on_owner()Jason Low2015-02-18
| * | locking/mutex: In mutex_spin_on_owner(), return true when owner changesJason Low2015-02-18
* | | lockdep: Fix the module unload key range freeing logicPeter Zijlstra2015-03-23
* | | locking/rtmutex: Set state back to running on errorSebastian Andrzej Siewior2015-03-01
| |/ |/|
* | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2015-02-21
|\|
| * locking/rtmutex: Avoid a NULL pointer dereference on deadlockSebastian Andrzej Siewior2015-02-18
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-02-11
|\ \
| * | ftrace: allow architectures to specify ftrace compile optionsHeiko Carstens2015-01-29
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-02-10
|\ \ \ | |_|/ |/| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-15
| |\ \
| * | | spinlock: Add spin_lock_bh_nested()Thomas Graf2015-01-03
| | |/ | |/|
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-02-09
|\ \ \
| * | | sched/Documentation: Remove unneeded wordSharon Dvir2015-02-04
| | |/ | |/|
* | | locking/rtmutex: Optimize setting task running after being blockedDavidlohr Bueso2015-02-04
* | | locking/rwsem: Use task->state helpersDavidlohr Bueso2015-02-04
* | | locking/mutex: Explicitly mark task as running after wakeupDavidlohr Bueso2015-02-04
* | | locking/osq: No need for load/acquire when acquire-pollingDavidlohr Bueso2015-01-14
* | | locking/mcs: Better differentiate between MCS variantsDavidlohr Bueso2015-01-14
* | | locking/mutex: Introduce ww_mutex_set_context_slowpath()Davidlohr Bueso2015-01-14
* | | locking/mutex: Move MCS related comments to proper locationDavidlohr Bueso2015-01-14
* | | locking/mutex: Checking the stamp is WW onlyDavidlohr Bueso2015-01-14
|/ /
* / mutex: Always clear owner field upon mutex_unlock()Chris Wilson2015-01-09
|/
* locking/mutex: Don't assume TASK_RUNNINGPeter Zijlstra2014-10-28
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-10-13
|\
| * locking/lockdep: Revert qrwlock recusive stuffPeter Zijlstra2014-10-03
| * locking/rwsem: Avoid double checking before try acquiring write lockJason Low2014-10-03
| * locking/rwsem: Move EXPORT_SYMBOL() lines to follow function definitionDavidlohr Bueso2014-09-16
| * locking/semaphore: Resolve some shadow warningsMark Rustad2014-09-04
| * locking/lockdep: Restrict the use of recursive read_lock() with qrwlockWaiman Long2014-08-13
| * locking/Documentation: Move locking related docs into Documentation/locking/Davidlohr Bueso2014-08-13
| * locking/mutexes: Use MUTEX_SPIN_ON_OWNER when appropriateDavidlohr Bueso2014-08-13
| * locking/mutexes: Refactor optimistic spinning codeDavidlohr Bueso2014-08-13
| * locking/mcs: Remove obsolete commentDavidlohr Bueso2014-08-13
| * locking/mutexes: Document quick lock release when unlockingDavidlohr Bueso2014-08-13
| * locking/mutexes: Standardize arguments in lock/unlock slowpathsDavidlohr Bueso2014-08-13
* | locktorture: Cleanup header usageDavidlohr Bueso2014-09-30