summaryrefslogtreecommitdiffstats
path: root/kernel/locking
AgeCommit message (Expand)AuthorLines
2014-06-21Merge branch 'locking-urgent-for-linus.patch' of git://git.kernel.org/pub/scm...Linus Torvalds-35/+218
2014-06-16rtmutex: Plug slow unlock raceThomas Gleixner-6/+109
2014-06-12Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-30/+360
2014-06-07rtmutex: Detect changes in the pi lock chainThomas Gleixner-24/+71
2014-06-07rtmutex: Handle deadlock detection smarterThomas Gleixner-5/+38
2014-06-06locking/rwlocks: Introduce 'qrwlocks' - fair, queued rwlocksWaiman Long-0/+134
2014-06-05locking/rwsem: Fix checkpatch.pl warningsAndrew Morton-3/+3
2014-06-05locking/rwsem: Support optimistic spinningDavidlohr Bueso-30/+226
2014-06-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-3/+52
2014-06-03Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-4/+6
2014-05-28rtmutex: Fix deadlock detector for realThomas Gleixner-4/+28
2014-05-22Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar-4/+6
2014-05-22Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixesIngo Molnar-1/+1
2014-05-14torture: Check for multiple concurrent torture testsPaul E. McKenney-1/+2
2014-05-14locktorture: Remove reference to nonexistent Kconfig parameterPaul E. McKenney-2/+2
2014-05-13torture: Intensify locking testPaul E. McKenney-1/+2
2014-05-07Merge branch 'sched/urgent' into sched/core, to avoid conflictsIngo Molnar-11/+11
2014-05-05asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*Andi Kleen-1/+1
2014-05-04rwsem: Add comments to explain the meaning of the rwsem's count fieldTim Chen-0/+49
2014-04-18lockdep: Increase static allocationsSasha Levin-3/+3
2014-04-18sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICEDongsheng Yang-1/+1
2014-04-16Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-10/+9
2014-04-11locking/mutex: Fix debug_mutexesPeter Zijlstra-10/+9
2014-04-07lglock: map to spinlock when !CONFIG_SMPJosh Triplett-1/+2
2014-03-31Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-8/+12
2014-03-31Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+12
2014-03-31Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+453
2014-03-12locking/mutex: Fix debug checksPeter Zijlstra-0/+13
2014-03-11locking/mutexes: Add extra reschedule pointPeter Zijlstra-0/+7
2014-03-11locking/mutexes: Introduce cancelable MCS lock for adaptive spinningPeter Zijlstra-5/+200
2014-03-11locking/mutexes: Unlock the mutex without the wait_lockJason Low-4/+4
2014-03-11locking/mutexes: Modify the way optimistic spinners are queuedJason Low-9/+6
2014-03-11locking/mutexes: Return false if task need_resched() in mutex_can_spin_on_own...Jason Low-0/+3
2014-03-11locking: Move mcs_spinlock.h into kernel/locking/Peter Zijlstra-1/+115
2014-02-23rcutorture: Add a lock_busted to test the testPaul E. McKenney-1/+32
2014-02-23locktorture: Add a lock-torture kernel modulePaul E. McKenney-0/+422
2014-02-22sched: Consider pi boosting in setscheduler()Thomas Gleixner-0/+12
2014-02-13asmlinkage: Mark rwsem functions that can be called from assembler asmlinkageAndi Kleen-0/+4
2014-02-13asmlinkage, mutex: Mark __visibleAndi Kleen-5/+5
2014-02-13asmlinkage: Make trace_hardirq visibleAndi Kleen-2/+2
2014-02-13asmlinkage: Make lockdep_sys_exit asmlinkageAndi Kleen-1/+1
2014-02-09lockdep: Change mark_held_locks() to check hlock->check instead of lockdep_no...Oleg Nesterov-1/+1
2014-02-09lockdep: Don't create the wrong dependency on hlock->check == 0Oleg Nesterov-2/+2
2014-02-09lockdep: Make held_lock->check and "int check" argument boolOleg Nesterov-7/+4
2014-01-28locking/mutexes/mcs: Restructure the MCS lock defines and locking code into i...Tim Chen-61/+7
2014-01-28locking/mutexes/mcs: Correct barrier usageWaiman Long-5/+13
2014-01-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-48/+149
2014-01-13sched/deadline: Add SCHED_DEADLINE inheritance logicDario Faggioli-9/+23
2014-01-13rtmutex: Turn the plist into an rb-treePeter Zijlstra-47/+134