summaryrefslogtreecommitdiffstats
path: root/kernel/locking
Commit message (Expand)AuthorAgeFilesLines
* lockdep: teach lockdep about memalloc_noio_saveNikolay Borisov2017-08-261-1/+3
* locking/rtmutex: Prevent dequeue vs. unlock raceThomas Gleixner2017-02-231-2/+66
* sched: Handle priority boosted tasks proper in setscheduler()Thomas Gleixner2015-05-281-5/+7
* locking/rtmutex: Avoid a NULL pointer dereference on deadlockSebastian Andrzej Siewior2015-03-021-1/+2
* locking/rwsem: Add CONFIG_RWSEM_SPIN_ON_OWNERDavidlohr Bueso2014-07-162-3/+3
* locking/rwsem: Rename 'activity' to 'count'Peter Zijlstra2014-07-161-14/+14
* locking/spinlocks/mcs: Micro-optimize osq_unlock()Jason Low2014-07-161-2/+2
* locking/spinlocks/mcs: Introduce and use init macro and function for osq locksJason Low2014-07-162-2/+2
* locking/spinlocks/mcs: Convert osq lock to atomic_t to reduce overheadJason Low2014-07-164-11/+44
* locking/spinlocks/mcs: Rename optimistic_spin_queue() to optimistic_spin_node()Jason Low2014-07-162-16/+16
* locking/rwsem: Allow conservative optimistic spinning when readers have lockJason Low2014-07-161-5/+5
* Merge branch 'locking-urgent-for-linus.patch' of git://git.kernel.org/pub/scm...Linus Torvalds2014-06-213-35/+218
|\
| * rtmutex: Plug slow unlock raceThomas Gleixner2014-06-161-6/+109
| * rtmutex: Detect changes in the pi lock chainThomas Gleixner2014-06-071-24/+71
| * rtmutex: Handle deadlock detection smarterThomas Gleixner2014-06-073-5/+38
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-124-30/+360
|\ \
| * | locking/rwlocks: Introduce 'qrwlocks' - fair, queued rwlocksWaiman Long2014-06-062-0/+134
| * | locking/rwsem: Fix checkpatch.pl warningsAndrew Morton2014-06-051-3/+3
| * | locking/rwsem: Support optimistic spinningDavidlohr Bueso2014-06-052-30/+226
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-06-031-1/+1
|\ \ \
| * \ \ Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixesIngo Molnar2014-05-221-1/+1
| |\ \ \
| * \ \ \ Merge branch 'sched/urgent' into sched/core, to avoid conflictsIngo Molnar2014-05-072-11/+11
| |\ \ \ \
| * | | | | sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICEDongsheng Yang2014-04-181-1/+1
* | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-032-3/+52
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | rwsem: Add comments to explain the meaning of the rwsem's count fieldTim Chen2014-05-041-0/+49
| * | | | | lockdep: Increase static allocationsSasha Levin2014-04-181-3/+3
| | |/ / / | |/| | |
* | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-06-031-4/+6
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2014-05-221-4/+6
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | torture: Check for multiple concurrent torture testsPaul E. McKenney2014-05-141-1/+2
| | * | | locktorture: Remove reference to nonexistent Kconfig parameterPaul E. McKenney2014-05-141-2/+2
| | * | | torture: Intensify locking testPaul E. McKenney2014-05-131-1/+2
* | | | | rtmutex: Fix deadlock detector for realThomas Gleixner2014-05-281-4/+28
|/ / / /
* | / / asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*Andi Kleen2014-05-051-1/+1
| |/ / |/| |
* | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-04-161-10/+9
|\ \ \ | |/ / |/| |
| * | locking/mutex: Fix debug_mutexesPeter Zijlstra2014-04-111-10/+9
| |/
* / lglock: map to spinlock when !CONFIG_SMPJosh Triplett2014-04-071-1/+2
|/
* Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-03-313-8/+12
|\
| * asmlinkage: Mark rwsem functions that can be called from assembler asmlinkageAndi Kleen2014-02-131-0/+4
| * asmlinkage, mutex: Mark __visibleAndi Kleen2014-02-131-5/+5
| * asmlinkage: Make trace_hardirq visibleAndi Kleen2014-02-131-2/+2
| * asmlinkage: Make lockdep_sys_exit asmlinkageAndi Kleen2014-02-131-1/+1
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-03-311-0/+12
|\ \
| * | sched: Consider pi boosting in setscheduler()Thomas Gleixner2014-02-221-0/+12
| |/
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-03-312-0/+453
|\ \
| * | rcutorture: Add a lock_busted to test the testPaul E. McKenney2014-02-231-1/+32
| * | locktorture: Add a lock-torture kernel modulePaul E. McKenney2014-02-232-0/+422
| |/
* | locking/mutex: Fix debug checksPeter Zijlstra2014-03-122-0/+13
* | locking/mutexes: Add extra reschedule pointPeter Zijlstra2014-03-111-0/+7
* | locking/mutexes: Introduce cancelable MCS lock for adaptive spinningPeter Zijlstra2014-03-114-5/+200
* | locking/mutexes: Unlock the mutex without the wait_lockJason Low2014-03-111-4/+4