summaryrefslogtreecommitdiffstats
path: root/kernel/locking
Commit message (Expand)AuthorAgeFilesLines
* locking/ww_mutex: Add ww_mutex to locktorture testChris Wilson2017-01-141-0/+73
* locking/mutex: Initialize mutex_waiter::ww_ctx with poison when debuggingNicolai Hähnle2017-01-141-0/+4
* locking/ww_mutex: Optimize ww-mutexes by yielding to other waiters from optim...Nicolai Hähnle2017-01-141-26/+52
* locking/ww_mutex: Re-check ww->ctx in the inner optimistic spin loopNicolai Hähnle2017-01-141-20/+29
* locking/mutex: Improve inliningPeter Zijlstra2017-01-141-41/+44
* locking/ww_mutex: Optimize ww-mutexes by waking at most one waiter for backof...Nicolai Hähnle2017-01-141-19/+40
* locking/ww_mutex: Notify waiters that have to back off while adding tasks to ...Nicolai Hähnle2017-01-141-10/+30
* locking/ww_mutex: Add waiters in stamp orderNicolai Hähnle2017-01-141-7/+69
* locking/ww_mutex: Remove the __ww_mutex_lock*() inline wrappersNicolai Hähnle2017-01-141-8/+8
* locking/ww_mutex: Set use_ww_ctx even when locking without a contextNicolai Hähnle2017-01-141-12/+17
* locking/ww_mutex: Extract stamp comparison to __ww_mutex_stamp_after()Nicolai Hähnle2017-01-141-2/+8
* locking/mutex: Fix mutex handoffPeter Zijlstra2017-01-141-56/+52Star
* locking/percpu-rwsem: Replace waitqueue with rcuwaitDavidlohr Bueso2017-01-141-4/+3Star
* sched/core: Remove set_task_state()Davidlohr Bueso2017-01-144-11/+11
* kernel/locking: Compute 'current' directlyDavidlohr Bueso2017-01-144-29/+22Star
* locking/pvqspinlock: Don't wait if vCPU is preemptedPan Xinhui2017-01-121-1/+1
* locking/spinlocks: Remove the unused spin_lock_bh_nested() APIWaiman Long2017-01-121-8/+0Star
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-161-10/+2Star
|\
| * don't open-code file_inode()Al Viro2016-12-051-10/+2Star
* | Merge tag 'xfs-for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-12-151-8/+12
|\ \
| * | locking/lockdep: Provide a type check for lock_is_heldPeter Zijlstra2016-11-301-8/+12
* | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2016-12-111-54/+57
|\ \ \
| * | | lockdep: Fix report formattingDmitry Vyukov2016-12-061-54/+57
* | | | locking/rtmutex: Explain locking rules for rt_mutex_proxy_unlock()/init_proxy...Thomas Gleixner2016-12-021-4/+12
* | | | locking/rtmutex: Get rid of RT_MUTEX_OWNER_MASKALLThomas Gleixner2016-12-021-2/+1Star
* | | | Merge branch 'locking/urgent' into locking/core, to pick up dependent fixesIngo Molnar2016-12-022-4/+69
|\| | |
| * | | locking/rtmutex: Use READ_ONCE() in rt_mutex_owner()Thomas Gleixner2016-12-021-2/+3
| * | | locking/rtmutex: Prevent dequeue vs. unlock raceThomas Gleixner2016-12-021-2/+66
| | |/ | |/|
* | | locking/mutex: Break out of expensive busy-loop on {mutex,rwsem}_spin_on_owne...Pan Xinhui2016-11-222-5/+22
* | | locking/osq: Break out of spin-wait busy waiting loop for a preempted vCPU in...Pan Xinhui2016-11-221-1/+8
* | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2016-11-221-3/+17
|\| |
| * | lockdep: Limit static allocations if PROVE_LOCKING_SMALL is definedBabu Moger2016-11-181-3/+17
| |/
* | sched/wake_q: Rename WAKE_Q to DEFINE_WAKE_QWaiman Long2016-11-213-7/+7
* | locking/core: Remove cpu_relax_lowlatency() usersChristian Borntraeger2016-11-165-12/+12
* | locking/lockdep: Remove unused parameter from the add_lock_to_list() functionTahsin Erdogan2016-11-111-5/+5
* | locking/mutex: Enable optimistic spinning of woken waiterWaiman Long2016-10-251-23/+54
* | locking/mutex: Simplify some ww_mutex code in __mutex_lock_common()Waiman Long2016-10-251-9/+4Star
* | locking/mutex: Restructure wait loopPeter Zijlstra2016-10-251-5/+25
* | locking/mutex: Add lock handoff to avoid starvationPeter Zijlstra2016-10-251-23/+119
* | locking/mutex: Rework mutex::ownerPeter Zijlstra2016-10-254-264/+156Star
|/
* locking/lglock: Remove lglock implementationPeter Zijlstra2016-09-222-90/+0Star
* stop_machine: Remove stop_cpus_lock and lg_double_lock/unlock()Oleg Nesterov2016-09-221-22/+0Star
* locking/pv-qspinlock: Use cmpxchg_release() in __pv_queued_spin_unlock()Pan Xinhui2016-09-221-1/+1
* locking/rwsem: Scan the wait_list for readers only onceDavidlohr Bueso2016-08-181-32/+26Star
* locking/rwsem: Remove a few useless commentsDavidlohr Bueso2016-08-181-3/+0Star
* locking/rwsem: Return void in __rwsem_mark_wake()Davidlohr Bueso2016-08-181-18/+17Star
* locking/percpu-rwsem: Optimize readers and reduce global impactPeter Zijlstra2016-08-101-97/+131
* locking/pvstat: Separate wait_again and spurious wakeup statsWaiman Long2016-08-102-11/+5Star
* locking/qspinlock: Improve readabilityPeter Zijlstra2016-08-101-5/+7