summaryrefslogtreecommitdiffstats
path: root/kernel/locking
Commit message (Expand)AuthorAgeFilesLines
* locking/rwsem: Fix down_write_killable() for CONFIG_RWSEM_GENERIC_SPINLOCK=yNiklas Cassel2017-03-161-5/+11
* Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-072-5/+12
|\
| * locking/ww_mutex: Adjust the lock number for stress testBoqun Feng2017-03-021-1/+1
| * locking/lockdep: Add nest_lock integrity testPeter Zijlstra2017-03-021-2/+9
| * locking/ww_mutex: Replace cpu_relax() with cond_resched() for testsChris Wilson2017-03-021-2/+2
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-027-0/+7
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-024-4/+4
* | sched/headers: Prepare for the removal of <linux/rtmutex.h> from <linux/sched.h>Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-0/+2
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-024-1/+5
|/
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-02-2015-322/+1081
|\
| * locking/spinlock/debug: Remove spinlock lockup detection codeWaiman Long2017-02-101-81/+5
| * lockdep: Fix incorrect condition to print bug msgs for MAX_LOCKDEP_CHAIN_HLOCKSByungchul Park2017-02-101-1/+1
| * locking/mutex: Fix lockdep_assert_held() failPeter Zijlstra2017-01-303-35/+11
| * locking/rtmutex: Flip unlikely() branch to likely() in __rt_mutex_slowlock()Steven Rostedt (VMware)2017-01-301-1/+1
| * locking/rwsem: Reinit wake_q after useWaiman Long2017-01-221-2/+5
| * locking/ww_mutex: Add kselftests for ww_mutex stressChris Wilson2017-01-141-0/+254
| * locking/ww_mutex: Add kselftests for resolving ww_mutex cyclic deadlocksChris Wilson2017-01-141-0/+115
| * locking/ww_mutex: Add kselftests for ww_mutex ABBA deadlock detectionChris Wilson2017-01-141-0/+98
| * locking/ww_mutex: Add kselftests for ww_mutex AA deadlock detectionChris Wilson2017-01-141-0/+39
| * locking/ww_mutex: Begin kselftests for ww_mutexChris Wilson2017-01-142-0/+141
| * 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/+52
| * locking/percpu-rwsem: Replace waitqueue with rcuwaitDavidlohr Bueso2017-01-141-4/+3
| * sched/core: Remove set_task_state()Davidlohr Bueso2017-01-144-11/+11
| * kernel/locking: Compute 'current' directlyDavidlohr Bueso2017-01-144-29/+22
| * 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/+0
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-02-201-0/+24
|\ \
| * | locking/mutex, sched/wait: Add mutex_lock_io()Tejun Heo2017-01-141-0/+24
| |/
| |
| \
*-. \ Merge branches 'doc.2017.01.15b', 'dyntick.2017.01.23a', 'fixes.2017.01.23a',...Paul E. McKenney2017-01-252-6/+12
|\ \ \ | |_|/ |/| |
| | * locktorture: Fix potential memory leak with rw lock testYang Shi2017-01-141-0/+6
| |/ |/|
| * lockdep: Make RCU suspicious-access splats use pr_errPaul E. McKenney2017-01-231-6/+6
|/
* 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/+2
|\
| * don't open-code file_inode()Al Viro2016-12-041-10/+2
* | Merge tag 'xfs-for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-12-141-8/+12
|\ \
| * | locking/lockdep: Provide a type check for lock_is_heldPeter Zijlstra2016-11-301-8/+12
OpenPOWER on IntegriCloud