summaryrefslogtreecommitdiffstats
path: root/kernel/locking
AgeCommit message (Expand)AuthorLines
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-322/+1081
2017-02-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+24
2017-02-10locking/spinlock/debug: Remove spinlock lockup detection codeWaiman Long-81/+5
2017-02-10lockdep: Fix incorrect condition to print bug msgs for MAX_LOCKDEP_CHAIN_HLOCKSByungchul Park-1/+1
2017-01-30locking/mutex: Fix lockdep_assert_held() failPeter Zijlstra-35/+11
2017-01-30locking/rtmutex: Flip unlikely() branch to likely() in __rt_mutex_slowlock()Steven Rostedt (VMware)-1/+1
2017-01-25Merge branches 'doc.2017.01.15b', 'dyntick.2017.01.23a', 'fixes.2017.01.23a',...Paul E. McKenney-6/+12
2017-01-23lockdep: Make RCU suspicious-access splats use pr_errPaul E. McKenney-6/+6
2017-01-22locking/rwsem: Reinit wake_q after useWaiman Long-2/+5
2017-01-14locktorture: Fix potential memory leak with rw lock testYang Shi-0/+6
2017-01-14locking/ww_mutex: Add kselftests for ww_mutex stressChris Wilson-0/+254
2017-01-14locking/ww_mutex: Add kselftests for resolving ww_mutex cyclic deadlocksChris Wilson-0/+115
2017-01-14locking/ww_mutex: Add kselftests for ww_mutex ABBA deadlock detectionChris Wilson-0/+98
2017-01-14locking/ww_mutex: Add kselftests for ww_mutex AA deadlock detectionChris Wilson-0/+39
2017-01-14locking/ww_mutex: Begin kselftests for ww_mutexChris Wilson-0/+141
2017-01-14locking/ww_mutex: Add ww_mutex to locktorture testChris Wilson-0/+73
2017-01-14locking/mutex, sched/wait: Add mutex_lock_io()Tejun Heo-0/+24
2017-01-14locking/mutex: Initialize mutex_waiter::ww_ctx with poison when debuggingNicolai Hähnle-0/+4
2017-01-14locking/ww_mutex: Optimize ww-mutexes by yielding to other waiters from optim...Nicolai Hähnle-26/+52
2017-01-14locking/ww_mutex: Re-check ww->ctx in the inner optimistic spin loopNicolai Hähnle-20/+29
2017-01-14locking/mutex: Improve inliningPeter Zijlstra-41/+44
2017-01-14locking/ww_mutex: Optimize ww-mutexes by waking at most one waiter for backof...Nicolai Hähnle-19/+40
2017-01-14locking/ww_mutex: Notify waiters that have to back off while adding tasks to ...Nicolai Hähnle-10/+30
2017-01-14locking/ww_mutex: Add waiters in stamp orderNicolai Hähnle-7/+69
2017-01-14locking/ww_mutex: Remove the __ww_mutex_lock*() inline wrappersNicolai Hähnle-8/+8
2017-01-14locking/ww_mutex: Set use_ww_ctx even when locking without a contextNicolai Hähnle-12/+17
2017-01-14locking/ww_mutex: Extract stamp comparison to __ww_mutex_stamp_after()Nicolai Hähnle-2/+8
2017-01-14locking/mutex: Fix mutex handoffPeter Zijlstra-56/+52
2017-01-14locking/percpu-rwsem: Replace waitqueue with rcuwaitDavidlohr Bueso-4/+3
2017-01-14sched/core: Remove set_task_state()Davidlohr Bueso-11/+11
2017-01-14kernel/locking: Compute 'current' directlyDavidlohr Bueso-29/+22
2017-01-12locking/pvqspinlock: Don't wait if vCPU is preemptedPan Xinhui-1/+1
2017-01-12locking/spinlocks: Remove the unused spin_lock_bh_nested() APIWaiman Long-8/+0
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-10/+2
2016-12-14Merge tag 'xfs-for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-8/+12
2016-12-11Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar-54/+57
2016-12-06lockdep: Fix report formattingDmitry Vyukov-54/+57
2016-12-04don't open-code file_inode()Al Viro-10/+2
2016-12-02locking/rtmutex: Explain locking rules for rt_mutex_proxy_unlock()/init_proxy...Thomas Gleixner-4/+12
2016-12-02locking/rtmutex: Get rid of RT_MUTEX_OWNER_MASKALLThomas Gleixner-2/+1
2016-12-02Merge branch 'locking/urgent' into locking/core, to pick up dependent fixesIngo Molnar-4/+69
2016-12-02locking/rtmutex: Use READ_ONCE() in rt_mutex_owner()Thomas Gleixner-2/+3
2016-12-02locking/rtmutex: Prevent dequeue vs. unlock raceThomas Gleixner-2/+66
2016-11-30locking/lockdep: Provide a type check for lock_is_heldPeter Zijlstra-8/+12
2016-11-22locking/mutex: Break out of expensive busy-loop on {mutex,rwsem}_spin_on_owne...Pan Xinhui-5/+22
2016-11-22locking/osq: Break out of spin-wait busy waiting loop for a preempted vCPU in...Pan Xinhui-1/+8
2016-11-22Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar-3/+17
2016-11-21sched/wake_q: Rename WAKE_Q to DEFINE_WAKE_QWaiman Long-7/+7
2016-11-18lockdep: Limit static allocations if PROVE_LOCKING_SMALL is definedBabu Moger-3/+17