summaryrefslogtreecommitdiffstats
path: root/kernel/locking
AgeCommit message (Expand)AuthorLines
2016-02-29locking/qspinlock: Use smp_cond_acquire() in pending codeWaiman Long-4/+3
2016-02-29locking/pvqspinlock: Move lock stealing count tracking code into pv_queued_sp...Waiman Long-20/+9
2016-02-29locking/mcs: Fix mcs_spin_lock() orderingPeter Zijlstra-1/+7
2016-02-09locking/lockdep: Eliminate lockdep_init()Andrey Ryabinin-59/+0
2016-02-09locking/lockdep: Convert hash tables to hlistsAndrew Morton-23/+19
2016-02-09locking/lockdep: Fix stack trace caching logicDmitry Vyukov-6/+10
2016-01-26rtmutex: Make wait_lock irq safeThomas Gleixner-63/+72
2016-01-11Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-58/+576
2015-12-17locking/osq: Fix ordering of node initialisation in osq_lockWill Deacon-3/+5
2015-12-04locking/pvqspinlock: Queue node adaptive spinningWaiman Long-4/+50
2015-12-04locking/pvqspinlock: Allow limited lock stealingWaiman Long-28/+155
2015-12-04locking/pvqspinlock: Collect slowpath lock statisticsWaiman Long-5/+308
2015-12-04locking, sched: Introduce smp_cond_acquire() and use itPeter Zijlstra-2/+1
2015-11-23locking/pvqspinlock, x86: Optimize the PV unlock code pathWaiman Long-16/+27
2015-11-23locking/qspinlock: Avoid redundant read of next pointerWaiman Long-3/+6
2015-11-23locking/qspinlock: Prefetch the next node cachelineWaiman Long-0/+10
2015-11-23locking/qspinlock: Use _acquire/_release() versions of cmpxchg() & xchg()Waiman Long-5/+24
2015-11-23treewide: Remove old email addressPeter Zijlstra-2/+2
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