aboutsummaryrefslogtreecommitdiff
path: root/kernel/locking
AgeCommit message (Expand)Author
2014-07-17arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso
2014-07-17locking/lockdep: Only ask for /proc/lock_stat output when availableAndreas Gruenbacher
2014-07-17Merge branch 'locking/urgent' into locking/core, before applying larger chang...Ingo Molnar
2014-07-16locking/rwsem: Add CONFIG_RWSEM_SPIN_ON_OWNERDavidlohr Bueso
2014-07-16locking/rwsem: Rename 'activity' to 'count'Peter Zijlstra
2014-07-16locking/spinlocks/mcs: Micro-optimize osq_unlock()Jason Low
2014-07-16locking/spinlocks/mcs: Introduce and use init macro and function for osq locksJason Low
2014-07-16locking/spinlocks/mcs: Convert osq lock to atomic_t to reduce overheadJason Low
2014-07-16locking/spinlocks/mcs: Rename optimistic_spin_queue() to optimistic_spin_node()Jason Low
2014-07-16locking/rwsem: Allow conservative optimistic spinning when readers have lockJason Low
2014-07-05locking/mutexes: Optimize mutex trylock slowpathJason Low
2014-07-05locking/mutexes: Try to acquire mutex only if it is unlockedJason Low
2014-07-05locking/mutexes: Delete the MUTEX_SHOW_NO_WAITER macroJason Low
2014-07-05locking/mutexes: Correct documentation on mutex optimistic spinningJason Low
2014-06-21rtmutex: Avoid pointless requeueing in the deadlock detection chain walkThomas Gleixner
2014-06-21rtmutex: Cleanup deadlock detector debug logicThomas Gleixner
2014-06-21rtmutex: Confine deadlock logic to futexThomas Gleixner
2014-06-21rtmutex: Simplify remove_waiter()Thomas Gleixner
2014-06-21rtmutex: Document pi chain walkThomas Gleixner
2014-06-21rtmutex: Clarify the boost/deboost partThomas Gleixner
2014-06-21rtmutex: No need to keep task ref for lock owner checkThomas Gleixner
2014-06-21rtmutex: Simplify and document try_to_take_rtmutex()Thomas Gleixner
2014-06-21rtmutex: Simplify rtmutex_slowtrylock()Thomas Gleixner
2014-06-21Merge branch 'locking/urgent' into locking/coreThomas Gleixner
2014-06-21Merge branch 'locking-urgent-for-linus.patch' of git://git.kernel.org/pub/scm...Linus Torvalds
2014-06-16rtmutex: Plug slow unlock raceThomas Gleixner
2014-06-12Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-06-07rtmutex: Detect changes in the pi lock chainThomas Gleixner
2014-06-07rtmutex: Handle deadlock detection smarterThomas Gleixner
2014-06-06locking/rwlocks: Introduce 'qrwlocks' - fair, queued rwlocksWaiman Long
2014-06-05locking/rwsem: Fix checkpatch.pl warningsAndrew Morton
2014-06-05locking/rwsem: Support optimistic spinningDavidlohr Bueso
2014-06-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-06-03Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-05-28rtmutex: Fix deadlock detector for realThomas Gleixner
2014-05-22Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2014-05-22Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixesIngo Molnar
2014-05-14torture: Check for multiple concurrent torture testsPaul E. McKenney
2014-05-14locktorture: Remove reference to nonexistent Kconfig parameterPaul E. McKenney
2014-05-13torture: Intensify locking testPaul E. McKenney
2014-05-07Merge branch 'sched/urgent' into sched/core, to avoid conflictsIngo Molnar
2014-05-05asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*Andi Kleen
2014-05-04rwsem: Add comments to explain the meaning of the rwsem's count fieldTim Chen
2014-04-18lockdep: Increase static allocationsSasha Levin
2014-04-18sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICEDongsheng Yang
2014-04-16Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-04-11locking/mutex: Fix debug_mutexesPeter Zijlstra
2014-04-07lglock: map to spinlock when !CONFIG_SMPJosh Triplett
2014-03-31Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds