aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/locking (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-16locking/rwsem: Fix down_write_killable() for CONFIG_RWSEM_GENERIC_SPINLOCK=yNiklas Cassel1-5/+11
2017-03-07Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-5/+12
2017-03-02locking/ww_mutex: Adjust the lock number for stress testBoqun Feng1-1/+1
2017-03-02locking/lockdep: Add nest_lock integrity testPeter Zijlstra1-2/+9
2017-03-02locking/ww_mutex: Replace cpu_relax() with cond_resched() for testsChris Wilson1-2/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar7-0/+7
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar4-4/+4
2017-03-02sched/headers: Prepare for the removal of <linux/rtmutex.h> from <linux/sched.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <uapi/linux/sched/types.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h>Ingo Molnar2-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/wake_q.h>Ingo Molnar4-1/+5
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds15-322/+1081
2017-02-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+24
2017-02-10locking/spinlock/debug: Remove spinlock lockup detection codeWaiman Long1-81/+5
2017-02-10lockdep: Fix incorrect condition to print bug msgs for MAX_LOCKDEP_CHAIN_HLOCKSByungchul Park1-1/+1
2017-01-30locking/mutex: Fix lockdep_assert_held() failPeter Zijlstra3-35/+11
2017-01-30locking/rtmutex: Flip unlikely() branch to likely() in __rt_mutex_slowlock()Steven Rostedt (VMware)1-1/+1
2017-01-25Merge branches 'doc.2017.01.15b', 'dyntick.2017.01.23a', 'fixes.2017.01.23a', 'srcu.2017.01.25a' and 'torture.2017.01.15b' into HEADPaul E. McKenney2-6/+12
2017-01-23lockdep: Make RCU suspicious-access splats use pr_errPaul E. McKenney1-6/+6
2017-01-22locking/rwsem: Reinit wake_q after useWaiman Long1-2/+5
2017-01-14locktorture: Fix potential memory leak with rw lock testYang Shi1-0/+6
2017-01-14locking/ww_mutex: Add kselftests for ww_mutex stressChris Wilson1-0/+254
2017-01-14locking/ww_mutex: Add kselftests for resolving ww_mutex cyclic deadlocksChris Wilson1-0/+115
2017-01-14locking/ww_mutex: Add kselftests for ww_mutex ABBA deadlock detectionChris Wilson1-0/+98
2017-01-14locking/ww_mutex: Add kselftests for ww_mutex AA deadlock detectionChris Wilson1-0/+39
2017-01-14locking/ww_mutex: Begin kselftests for ww_mutexChris Wilson2-0/+141
2017-01-14locking/ww_mutex: Add ww_mutex to locktorture testChris Wilson1-0/+73
2017-01-14locking/mutex, sched/wait: Add mutex_lock_io()Tejun Heo1-0/+24
2017-01-14locking/mutex: Initialize mutex_waiter::ww_ctx with poison when debuggingNicolai Hähnle1-0/+4
2017-01-14locking/ww_mutex: Optimize ww-mutexes by yielding to other waiters from optimistic spinNicolai Hähnle1-26/+52
2017-01-14locking/ww_mutex: Re-check ww->ctx in the inner optimistic spin loopNicolai Hähnle1-20/+29
2017-01-14locking/mutex: Improve inliningPeter Zijlstra1-41/+44
2017-01-14locking/ww_mutex: Optimize ww-mutexes by waking at most one waiter for backoff when acquiring the lockNicolai Hähnle1-19/+40
2017-01-14locking/ww_mutex: Notify waiters that have to back off while adding tasks to wait listNicolai Hähnle1-10/+30
2017-01-14locking/ww_mutex: Add waiters in stamp orderNicolai Hähnle1-7/+69
2017-01-14locking/ww_mutex: Remove the __ww_mutex_lock*() inline wrappersNicolai Hähnle1-8/+8
2017-01-14locking/ww_mutex: Set use_ww_ctx even when locking without a contextNicolai Hähnle1-12/+17
2017-01-14locking/ww_mutex: Extract stamp comparison to __ww_mutex_stamp_after()Nicolai Hähnle1-2/+8
2017-01-14locking/mutex: Fix mutex handoffPeter Zijlstra1-56/+52
2017-01-14locking/percpu-rwsem: Replace waitqueue with rcuwaitDavidlohr Bueso1-4/+3
2017-01-14sched/core: Remove set_task_state()Davidlohr Bueso4-11/+11
2017-01-14kernel/locking: Compute 'current' directlyDavidlohr Bueso4-29/+22
2017-01-12locking/pvqspinlock: Don't wait if vCPU is preemptedPan Xinhui1-1/+1
2017-01-12locking/spinlocks: Remove the unused spin_lock_bh_nested() APIWaiman Long1-8/+0
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-10/+2
2016-12-14Merge tag 'xfs-for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds1-8/+12
2016-12-11Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar1-54/+57
2016-12-06lockdep: Fix report formattingDmitry Vyukov1-54/+57