summaryrefslogtreecommitdiffstats
path: root/kernel/locking
Commit message (Expand)AuthorAge
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-01-11
|\
| * locking/pvqspinlock: Queue node adaptive spinningWaiman Long2015-12-04
| * locking/pvqspinlock: Allow limited lock stealingWaiman Long2015-12-04
| * locking/pvqspinlock: Collect slowpath lock statisticsWaiman Long2015-12-04
| * locking, sched: Introduce smp_cond_acquire() and use itPeter Zijlstra2015-12-04
| * locking/pvqspinlock, x86: Optimize the PV unlock code pathWaiman Long2015-11-23
| * locking/qspinlock: Avoid redundant read of next pointerWaiman Long2015-11-23
| * locking/qspinlock: Prefetch the next node cachelineWaiman Long2015-11-23
| * locking/qspinlock: Use _acquire/_release() versions of cmpxchg() & xchg()Waiman Long2015-11-23
* | locking/osq: Fix ordering of node initialisation in osq_lockWill Deacon2015-12-17
* | treewide: Remove old email addressPeter Zijlstra2015-11-23
|/
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-06
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-11-03
|\
| * Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar2015-10-06
| |\
| * | sched/deadline, locking/rtmutex: Fix open coded check in rt_mutex_waiter_less()Juri Lelli2015-09-23
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-11-03
|\ \ \
| * | | locking/rwsem: Use acquire/release semanticsDavidlohr Bueso2015-10-06
| * | | locking/mcs: Use acquire/release semanticsDavidlohr Bueso2015-10-06
| * | | locking/rtmutex: Use acquire/release semanticsDavidlohr Bueso2015-10-06
| * | | locking/mutex: Use acquire/release semanticsDavidlohr Bueso2015-10-06
| * | | Merge branch 'locking/urgent' into locking/core, to pick up fixes before appl...Ingo Molnar2015-09-23
| |\ \ \ | | | |/ | | |/|
| * | | locking/pvqspinlock: Kick the PV CPU unconditionally when _Q_SLOW_VALWaiman Long2015-09-18
| * | | locking/osq: Relax atomic semanticsDavidlohr Bueso2015-09-18
| * | | locking/qrwlock: Rename ->lock to ->wait_lockDavidlohr Bueso2015-09-18
| * | | Merge tag 'v4.3-rc1' into locking/core, to refresh the treeIngo Molnar2015-09-13
| |\ \ \
* | \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2015-10-19
|\ \ \ \ \ | |_|_|/ / |/| | | |
| | | | |
| | \ \ \
| *-. \ \ \ Merge branches 'doc.2015.10.06a', 'percpu-rwsem.2015.10.06a' and 'torture.201...Paul E. McKenney2015-10-07
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | | * | | locktorture: Fix module unwind when bad torture_type specifiedPaul E. McKenney2015-10-06
| | |/ / / | |/| | |
| | * | | locking/percpu-rwsem: Clean up the lockdep annotations in percpu_down_read()Oleg Nesterov2015-10-06
| | * | | locking/percpu-rwsem: Fix the comments outdated by rcu_syncOleg Nesterov2015-10-06
| | * | | locking/percpu-rwsem: Make use of the rcu_sync infrastructureOleg Nesterov2015-10-06
| | * | | locking/percpu-rwsem: Make percpu_free_rwsem() after kzalloc() safeOleg Nesterov2015-10-06
| | * | | locktorture: Add torture tests for percpu_rwsemPaul E. McKenney2015-10-06
| | * | | locking/percpu-rwsem: Export symbols for locktorturePaul E. McKenney2015-10-06
| | * | | locktorture: Support rtmutex torturingDavidlohr Bueso2015-10-06
| |/ / /
* / / / locking/lockdep: Fix hlock->pin_count reset on lock stack rebuildsPeter Zijlstra2015-09-23
|/ / /
* | / Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2015-09-17
|\| | | |/ |/|
| * locking/qspinlock/x86: Fix performance regression under unaccelerated VMsPeter Zijlstra2015-09-11
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-09-05
|\ \ | |/ |/|
| * percpu-rwsem: kill CONFIG_PERCPU_RWSEMOleg Nesterov2015-08-15
| * percpu-rwsem: introduce percpu_down_read_trylock()Oleg Nesterov2015-08-15
* | locking/qrwlock: Make use of _{acquire|release|relaxed}() atomicsWill Deacon2015-08-12
* | locking/pvqspinlock: Only kick CPU at unlock timeWaiman Long2015-08-03
* | locking/qrwlock: Reduce reader/writer to reader lock transfer latencyWaiman Long2015-08-03
* | locking/pvqspinlock: Order pv_unhash() after cmpxchg() on unlock slowpathWill Deacon2015-08-03
* | locking: Clean up pvqspinlock warningPeter Zijlstra2015-08-03
| |
| \
*-. \ Merge branch 'locking/urgent', tag 'v4.2-rc5' into locking/core, to pick up f...Ingo Molnar2015-08-03
|\ \ \ | | |/ | |/|
| * | locking/pvqspinlock: Fix kernel panic in locking-selftestWaiman Long2015-07-21
| |/
* | rtmutex: Delete scriptable testerDavidlohr Bueso2015-07-20
* | locking/qrwlock: Better optimization for interrupt context readersWaiman Long2015-07-06