summaryrefslogtreecommitdiffstats
path: root/kernel/locking
AgeCommit message (Expand)Author
2017-04-18sparc64: Use LOCKDEP_SMALL, not PROVE_LOCKING_SMALLDaniel Jordan
2017-03-16locking/rwsem: Fix down_write_killable() for CONFIG_RWSEM_GENERIC_SPINLOCK=yNiklas Cassel
2017-03-07Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2017-03-02locking/ww_mutex: Adjust the lock number for stress testBoqun Feng
2017-03-02locking/lockdep: Add nest_lock integrity testPeter Zijlstra
2017-03-02locking/ww_mutex: Replace cpu_relax() with cond_resched() for testsChris Wilson
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-03-02sched/headers: Prepare for the removal of <linux/rtmutex.h> from <linux/sched.h>Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-02-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-02-10locking/spinlock/debug: Remove spinlock lockup detection codeWaiman Long
2017-02-10lockdep: Fix incorrect condition to print bug msgs for MAX_LOCKDEP_CHAIN_HLOCKSByungchul Park
2017-01-30locking/mutex: Fix lockdep_assert_held() failPeter Zijlstra
2017-01-30locking/rtmutex: Flip unlikely() branch to likely() in __rt_mutex_slowlock()Steven Rostedt (VMware)
2017-01-25Merge branches 'doc.2017.01.15b', 'dyntick.2017.01.23a', 'fixes.2017.01.23a',...Paul E. McKenney
2017-01-23lockdep: Make RCU suspicious-access splats use pr_errPaul E. McKenney
2017-01-22locking/rwsem: Reinit wake_q after useWaiman Long
2017-01-14locktorture: Fix potential memory leak with rw lock testYang Shi
2017-01-14locking/ww_mutex: Add kselftests for ww_mutex stressChris Wilson
2017-01-14locking/ww_mutex: Add kselftests for resolving ww_mutex cyclic deadlocksChris Wilson
2017-01-14locking/ww_mutex: Add kselftests for ww_mutex ABBA deadlock detectionChris Wilson
2017-01-14locking/ww_mutex: Add kselftests for ww_mutex AA deadlock detectionChris Wilson
2017-01-14locking/ww_mutex: Begin kselftests for ww_mutexChris Wilson
2017-01-14locking/ww_mutex: Add ww_mutex to locktorture testChris Wilson
2017-01-14locking/mutex, sched/wait: Add mutex_lock_io()Tejun Heo
2017-01-14locking/mutex: Initialize mutex_waiter::ww_ctx with poison when debuggingNicolai Hähnle
2017-01-14locking/ww_mutex: Optimize ww-mutexes by yielding to other waiters from optim...Nicolai Hähnle
2017-01-14locking/ww_mutex: Re-check ww->ctx in the inner optimistic spin loopNicolai Hähnle
2017-01-14locking/mutex: Improve inliningPeter Zijlstra
2017-01-14locking/ww_mutex: Optimize ww-mutexes by waking at most one waiter for backof...Nicolai Hähnle
2017-01-14locking/ww_mutex: Notify waiters that have to back off while adding tasks to ...Nicolai Hähnle
2017-01-14locking/ww_mutex: Add waiters in stamp orderNicolai Hähnle
2017-01-14locking/ww_mutex: Remove the __ww_mutex_lock*() inline wrappersNicolai Hähnle
2017-01-14locking/ww_mutex: Set use_ww_ctx even when locking without a contextNicolai Hähnle
2017-01-14locking/ww_mutex: Extract stamp comparison to __ww_mutex_stamp_after()Nicolai Hähnle
2017-01-14locking/mutex: Fix mutex handoffPeter Zijlstra
2017-01-14locking/percpu-rwsem: Replace waitqueue with rcuwaitDavidlohr Bueso
2017-01-14sched/core: Remove set_task_state()Davidlohr Bueso
2017-01-14kernel/locking: Compute 'current' directlyDavidlohr Bueso
2017-01-12locking/pvqspinlock: Don't wait if vCPU is preemptedPan Xinhui
2017-01-12locking/spinlocks: Remove the unused spin_lock_bh_nested() APIWaiman Long
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-12-14Merge tag 'xfs-for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2016-12-11Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar