summaryrefslogtreecommitdiffstats
path: root/kernel/locking
Commit message (Expand)AuthorAgeFilesLines
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-1/+1
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-11-031-1/+2
|\
| * Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar2015-10-061-5/+5
| |\
| * | sched/deadline, locking/rtmutex: Fix open coded check in rt_mutex_waiter_less()Juri Lelli2015-09-231-1/+2
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-11-037-29/+44
|\ \ \
| * | | locking/rwsem: Use acquire/release semanticsDavidlohr Bueso2015-10-061-2/+3
| * | | locking/mcs: Use acquire/release semanticsDavidlohr Bueso2015-10-061-2/+2
| * | | locking/rtmutex: Use acquire/release semanticsDavidlohr Bueso2015-10-061-9/+21
| * | | locking/mutex: Use acquire/release semanticsDavidlohr Bueso2015-10-061-4/+5
| * | | Merge branch 'locking/urgent' into locking/core, to pick up fixes before appl...Ingo Molnar2015-09-231-5/+5
| |\ \ \ | | | |/ | | |/|
| * | | locking/pvqspinlock: Kick the PV CPU unconditionally when _Q_SLOW_VALWaiman Long2015-09-181-5/+1
| * | | locking/osq: Relax atomic semanticsDavidlohr Bueso2015-09-181-3/+8
| * | | locking/qrwlock: Rename ->lock to ->wait_lockDavidlohr Bueso2015-09-181-4/+4
| * | | Merge tag 'v4.3-rc1' into locking/core, to refresh the treeIngo Molnar2015-09-132-2/+14
| |\ \ \
* | \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2015-10-192-60/+194
|\ \ \ \ \ | |_|_|/ / |/| | | |
| | | | |
| | \ \ \
| *-. \ \ \ Merge branches 'doc.2015.10.06a', 'percpu-rwsem.2015.10.06a' and 'torture.201...Paul E. McKenney2015-10-072-60/+194
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | | * | | locktorture: Fix module unwind when bad torture_type specifiedPaul E. McKenney2015-10-061-3/+3
| | |/ / / | |/| | |
| | * | | locking/percpu-rwsem: Clean up the lockdep annotations in percpu_down_read()Oleg Nesterov2015-10-061-5/+5
| | * | | locking/percpu-rwsem: Fix the comments outdated by rcu_syncOleg Nesterov2015-10-061-39/+11
| | * | | locking/percpu-rwsem: Make use of the rcu_sync infrastructureOleg Nesterov2015-10-061-11/+7
| | * | | locking/percpu-rwsem: Make percpu_free_rwsem() after kzalloc() safeOleg Nesterov2015-10-061-0/+7
| | * | | locktorture: Add torture tests for percpu_rwsemPaul E. McKenney2015-10-061-0/+44
| | * | | locking/percpu-rwsem: Export symbols for locktorturePaul E. McKenney2015-10-061-0/+5
| | * | | locktorture: Support rtmutex torturingDavidlohr Bueso2015-10-061-2/+112
| |/ / /
* / / / locking/lockdep: Fix hlock->pin_count reset on lock stack rebuildsPeter Zijlstra2015-09-231-5/+5
|/ / /
* | / Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2015-09-171-1/+1
|\| | | |/ |/|
| * locking/qspinlock/x86: Fix performance regression under unaccelerated VMsPeter Zijlstra2015-09-111-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-09-052-2/+14
|\ \ | |/ |/|
| * percpu-rwsem: kill CONFIG_PERCPU_RWSEMOleg Nesterov2015-08-151-2/+1
| * percpu-rwsem: introduce percpu_down_read_trylock()Oleg Nesterov2015-08-151-0/+13
* | locking/qrwlock: Make use of _{acquire|release|relaxed}() atomicsWill Deacon2015-08-121-12/+12
* | locking/pvqspinlock: Only kick CPU at unlock timeWaiman Long2015-08-032-21/+51
* | locking/qrwlock: Reduce reader/writer to reader lock transfer latencyWaiman Long2015-08-031-8/+4
* | locking/pvqspinlock: Order pv_unhash() after cmpxchg() on unlock slowpathWill Deacon2015-08-031-5/+18
* | locking: Clean up pvqspinlock warningPeter Zijlstra2015-08-031-6/+7
| |
| \
*-. \ Merge branch 'locking/urgent', tag 'v4.2-rc5' into locking/core, to pick up f...Ingo Molnar2015-08-031-1/+10
|\ \ \ | | |/ | |/|
| * | locking/pvqspinlock: Fix kernel panic in locking-selftestWaiman Long2015-07-211-1/+10
| |/
* | rtmutex: Delete scriptable testerDavidlohr Bueso2015-07-204-444/+1
* | locking/qrwlock: Better optimization for interrupt context readersWaiman Long2015-07-061-6/+7
* | locking/qrwlock: Rename functions to queued_*()Waiman Long2015-07-061-6/+6
|/
* Merge branch 'sched-hrtimers-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2015-06-241-90/+87
|\
| * lockdep: Implement lock pinningPeter Zijlstra2015-06-191-0/+80
| * lockdep: Simplify lock_release()Peter Zijlstra2015-06-191-101/+18
* | Merge branch 'sched-locking-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-06-242-31/+59
|\ \
| * | locking/rtmutex: Update stale plist commentsDavidlohr Bueso2015-06-191-9/+9
| * | futex: Lower the lock contention on the HB lock during wake upSebastian Andrzej Siewior2015-06-192-15/+44
| * | locking/rtmutex: Implement lockless top-waiter wakeupDavidlohr Bueso2015-06-181-11/+10
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-221-4/+1
|\ \ \ | | |/ | |/|
| * | Merge branch 'linus' into timers/coreThomas Gleixner2015-05-191-5/+7
| |\|
| * | rtmutex: Remove bogus hrtimer_active() checkThomas Gleixner2015-04-221-4/+1