summaryrefslogtreecommitdiffstats
path: root/kernel/locking
AgeCommit message (Expand)AuthorLines
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman-1/+1
2015-11-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+2
2015-11-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-29/+44
2015-10-19Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar-60/+194
2015-10-07Merge branches 'doc.2015.10.06a', 'percpu-rwsem.2015.10.06a' and 'torture.201...Paul E. McKenney-60/+194
2015-10-06locktorture: Fix module unwind when bad torture_type specifiedPaul E. McKenney-3/+3
2015-10-06locking/percpu-rwsem: Clean up the lockdep annotations in percpu_down_read()Oleg Nesterov-5/+5
2015-10-06locking/percpu-rwsem: Fix the comments outdated by rcu_syncOleg Nesterov-39/+11
2015-10-06locking/percpu-rwsem: Make use of the rcu_sync infrastructureOleg Nesterov-11/+7
2015-10-06locking/percpu-rwsem: Make percpu_free_rwsem() after kzalloc() safeOleg Nesterov-0/+7
2015-10-06locktorture: Add torture tests for percpu_rwsemPaul E. McKenney-0/+44
2015-10-06locking/percpu-rwsem: Export symbols for locktorturePaul E. McKenney-0/+5
2015-10-06locktorture: Support rtmutex torturingDavidlohr Bueso-2/+112
2015-10-06locking/rwsem: Use acquire/release semanticsDavidlohr Bueso-2/+3
2015-10-06locking/mcs: Use acquire/release semanticsDavidlohr Bueso-2/+2
2015-10-06locking/rtmutex: Use acquire/release semanticsDavidlohr Bueso-9/+21
2015-10-06locking/mutex: Use acquire/release semanticsDavidlohr Bueso-4/+5
2015-10-06Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar-5/+5
2015-09-23Merge branch 'locking/urgent' into locking/core, to pick up fixes before appl...Ingo Molnar-5/+5
2015-09-23sched/deadline, locking/rtmutex: Fix open coded check in rt_mutex_waiter_less()Juri Lelli-1/+2
2015-09-23locking/lockdep: Fix hlock->pin_count reset on lock stack rebuildsPeter Zijlstra-5/+5
2015-09-18locking/pvqspinlock: Kick the PV CPU unconditionally when _Q_SLOW_VALWaiman Long-5/+1
2015-09-18locking/osq: Relax atomic semanticsDavidlohr Bueso-3/+8
2015-09-18locking/qrwlock: Rename ->lock to ->wait_lockDavidlohr Bueso-4/+4
2015-09-17Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-1/+1
2015-09-13Merge tag 'v4.3-rc1' into locking/core, to refresh the treeIngo Molnar-2/+14
2015-09-11locking/qspinlock/x86: Fix performance regression under unaccelerated VMsPeter Zijlstra-1/+1
2015-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+14
2015-08-15percpu-rwsem: kill CONFIG_PERCPU_RWSEMOleg Nesterov-2/+1
2015-08-15percpu-rwsem: introduce percpu_down_read_trylock()Oleg Nesterov-0/+13
2015-08-12locking/qrwlock: Make use of _{acquire|release|relaxed}() atomicsWill Deacon-12/+12
2015-08-03locking/pvqspinlock: Only kick CPU at unlock timeWaiman Long-21/+51
2015-08-03locking/qrwlock: Reduce reader/writer to reader lock transfer latencyWaiman Long-8/+4
2015-08-03locking/pvqspinlock: Order pv_unhash() after cmpxchg() on unlock slowpathWill Deacon-5/+18
2015-08-03locking: Clean up pvqspinlock warningPeter Zijlstra-6/+7
2015-08-03Merge branch 'locking/urgent', tag 'v4.2-rc5' into locking/core, to pick up f...Ingo Molnar-1/+10
2015-07-21locking/pvqspinlock: Fix kernel panic in locking-selftestWaiman Long-1/+10
2015-07-20rtmutex: Delete scriptable testerDavidlohr Bueso-444/+1
2015-07-06locking/qrwlock: Better optimization for interrupt context readersWaiman Long-6/+7
2015-07-06locking/qrwlock: Rename functions to queued_*()Waiman Long-6/+6
2015-06-24Merge branch 'sched-hrtimers-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-90/+87
2015-06-24Merge branch 'sched-locking-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-31/+59
2015-06-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-4/+1
2015-06-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+22
2015-06-22Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-11/+881
2015-06-22Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-7/+7
2015-06-19locking/rtmutex: Update stale plist commentsDavidlohr Bueso-9/+9
2015-06-19futex: Lower the lock contention on the HB lock during wake upSebastian Andrzej Siewior-15/+44
2015-06-19sched/stop_machine: Fix deadlock between multiple stop_two_cpus()Peter Zijlstra-0/+22
2015-06-19locking/qrwlock: Don't contend with readers when setting _QW_WAITINGWaiman Long-4/+24