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