summaryrefslogtreecommitdiffstats
path: root/kernel/locking
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2015-02-211-1/+2
|\
| * locking/rtmutex: Avoid a NULL pointer dereference on deadlockSebastian Andrzej Siewior2015-02-181-1/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-02-111-4/+4
|\ \
| * | ftrace: allow architectures to specify ftrace compile optionsHeiko Carstens2015-01-291-4/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-02-101-0/+8
|\ \ \ | |_|/ |/| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-151-1/+1
| |\ \
| * | | spinlock: Add spin_lock_bh_nested()Thomas Graf2015-01-031-0/+8
| | |/ | |/|
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-02-091-1/+1
|\ \ \
| * | | sched/Documentation: Remove unneeded wordSharon Dvir2015-02-041-1/+1
| | |/ | |/|
* | | locking/rtmutex: Optimize setting task running after being blockedDavidlohr Bueso2015-02-041-4/+3
* | | locking/rwsem: Use task->state helpersDavidlohr Bueso2015-02-042-3/+2
* | | locking/mutex: Explicitly mark task as running after wakeupDavidlohr Bueso2015-02-041-0/+2
* | | locking/osq: No need for load/acquire when acquire-pollingDavidlohr Bueso2015-01-141-1/+1
* | | locking/mcs: Better differentiate between MCS variantsDavidlohr Bueso2015-01-143-23/+3
* | | locking/mutex: Introduce ww_mutex_set_context_slowpath()Davidlohr Bueso2015-01-141-18/+26
* | | locking/mutex: Move MCS related comments to proper locationDavidlohr Bueso2015-01-141-11/+5
* | | locking/mutex: Checking the stamp is WW onlyDavidlohr Bueso2015-01-141-2/+2
|/ /
* | mutex: Always clear owner field upon mutex_unlock()Chris Wilson2015-01-091-1/+1
|/
* locking/mutex: Don't assume TASK_RUNNINGPeter Zijlstra2014-10-281-1/+7
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-10-136-212/+250
|\
| * locking/lockdep: Revert qrwlock recusive stuffPeter Zijlstra2014-10-031-6/+0
| * locking/rwsem: Avoid double checking before try acquiring write lockJason Low2014-10-031-9/+11
| * locking/rwsem: Move EXPORT_SYMBOL() lines to follow function definitionDavidlohr Bueso2014-09-161-4/+3
| * locking/semaphore: Resolve some shadow warningsMark Rustad2014-09-041-6/+6
| * locking/lockdep: Restrict the use of recursive read_lock() with qrwlockWaiman Long2014-08-131-0/+6
| * locking/Documentation: Move locking related docs into Documentation/locking/Davidlohr Bueso2014-08-132-2/+2
| * locking/mutexes: Use MUTEX_SPIN_ON_OWNER when appropriateDavidlohr Bueso2014-08-131-1/+1
| * locking/mutexes: Refactor optimistic spinning codeDavidlohr Bueso2014-08-131-182/+214
| * locking/mcs: Remove obsolete commentDavidlohr Bueso2014-08-131-3/+0
| * locking/mutexes: Document quick lock release when unlockingDavidlohr Bueso2014-08-131-2/+9
| * locking/mutexes: Standardize arguments in lock/unlock slowpathsDavidlohr Bueso2014-08-131-3/+4
* | locktorture: Cleanup header usageDavidlohr Bueso2014-09-301-13/+1
* | locktorture: Cannot hold read and write lockDavidlohr Bueso2014-09-301-0/+10
* | locktorture: Fix __acquire annotation for spinlock irqDavidlohr Bueso2014-09-301-1/+1
* | locktorture: Support rwlocksDavidlohr Bueso2014-09-301-3/+112
* | locktorture: Introduce torture contextDavidlohr Bueso2014-09-161-79/+82
* | locktorture: Support rwsemsDavidlohr Bueso2014-09-161-1/+67
* | locktorture: Add infrastructure for torturing read locksDavidlohr Bueso2014-09-161-20/+156
* | torture: Address race in module cleanupDavidlohr Bueso2014-09-161-1/+2
* | locktorture: Make statistics genericDavidlohr Bueso2014-09-161-16/+16
* | locktorture: Teach about lock debuggingDavidlohr Bueso2014-09-161-2/+13
* | locktorture: Support mutexesDavidlohr Bueso2014-09-161-2/+39
* | locktorture: Rename locktorture_runnable parameterDavidlohr Bueso2014-09-161-4/+4
|/
* arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso2014-07-175-16/+13
* locking/lockdep: Only ask for /proc/lock_stat output when availableAndreas Gruenbacher2014-07-171-0/+2
* Merge branch 'locking/urgent' into locking/core, before applying larger chang...Ingo Molnar2014-07-176-44/+77
|\
| * locking/rwsem: Add CONFIG_RWSEM_SPIN_ON_OWNERDavidlohr Bueso2014-07-162-3/+3
| * locking/rwsem: Rename 'activity' to 'count'Peter Zijlstra2014-07-161-14/+14
| * locking/spinlocks/mcs: Micro-optimize osq_unlock()Jason Low2014-07-161-2/+2
| * locking/spinlocks/mcs: Introduce and use init macro and function for osq locksJason Low2014-07-162-2/+2
OpenPOWER on IntegriCloud