summaryrefslogtreecommitdiffstats
path: root/kernel/locking (follow)
Commit message (Expand)AuthorAgeFilesLines
* lockdep: Do not break user-visible stringBorislav Petkov2015-06-031-2/+1
* locking/arch: Rename set_mb() to smp_store_mb()Peter Zijlstra2015-05-191-1/+1
* rtmutex: Warn if trylock is called from hard/softirq contextThomas Gleixner2015-05-131-0/+7
* locking/rtmutex: Drop usage of __HAVE_ARCH_CMPXCHGSebastian Andrzej Siewior2015-05-131-3/+3
* locking/qrwlock: Rename QUEUE_RWLOCK to QUEUED_RWLOCKSWaiman Long2015-05-122-2/+2
* locking/pvqspinlock: Rename QUEUED_SPINLOCK to QUEUED_SPINLOCKSIngo Molnar2015-05-111-1/+1
* locking/pvqspinlock: Replace xchg() by the more descriptive set_mb()Waiman Long2015-05-111-1/+1
* locking/pvqspinlock: Implement simple paravirt support for the qspinlockWaiman Long2015-05-082-1/+392
* locking/qspinlock: Revert to test-and-set on hypervisorsPeter Zijlstra (Intel)2015-05-081-0/+3
* locking/qspinlock: Use a simple write to grab the lockWaiman Long2015-05-081-16/+50
* locking/qspinlock: Optimize for smaller NR_CPUSPeter Zijlstra (Intel)2015-05-081-1/+68
* locking/qspinlock: Extract out code snippets for the next patchWaiman Long2015-05-081-31/+48
* locking/qspinlock: Add pending bitPeter Zijlstra (Intel)2015-05-081-21/+98
* locking/qspinlock: Introduce a simple generic 4-byte queued spinlockWaiman Long2015-05-083-0/+211
* locking/rwsem: Reduce spinlock contention in wakeup after up_read()/up_write()Waiman Long2015-05-081-0/+44
* lockdep: Make print_lock() robust against concurrent releasePeter Zijlstra2015-04-171-1/+15
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-04-138-102/+118
|\
| * locking/mutex: Further simplify mutex_spin_on_owner()Jason Low2015-04-091-10/+4
| * locking/rtmutex: Rename argument in the rt_mutex_adjust_prio_chain() document...Tom(JeHyeon) Yeon2015-03-251-1/+1
| * locking/rwsem: Fix lock optimistic spinning when owner is not runningJason Low2015-03-071-20/+11
| * locking: Remove ACCESS_ONCE() usageDavidlohr Bueso2015-02-244-19/+19
| * Merge tag 'v4.0-rc1' into locking/core, to refresh the tree before merging ne...Ingo Molnar2015-02-242-4/+12
| |\
| * | locking/rwsem: Check for active lock before bailing on spinningDavidlohr Bueso2015-02-181-10/+17
| * | locking/rwsem: Avoid deceiving lock spinnersDavidlohr Bueso2015-02-181-6/+15
| * | locking/rwsem: Set lock ownership ASAPDavidlohr Bueso2015-02-184-24/+28
| * | locking/rwsem: Document barrier need when waking tasksDavidlohr Bueso2015-02-182-0/+14
| * | locking/mutex: Refactor mutex_spin_on_owner()Jason Low2015-02-181-25/+22
| * | locking/mutex: In mutex_spin_on_owner(), return true when owner changesJason Low2015-02-181-4/+4
* | | lockdep: Fix the module unload key range freeing logicPeter Zijlstra2015-03-231-26/+55
* | | locking/rtmutex: Set state back to running on errorSebastian Andrzej Siewior2015-03-011-0/+1
| |/ |/|
* | 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-121-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-111-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-101-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
|\