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