summaryrefslogtreecommitdiff
path: root/kernel/locking
AgeCommit message (Expand)Author
2015-03-23lockdep: Fix the module unload key range freeing logicPeter Zijlstra
2015-03-01locking/rtmutex: Set state back to running on errorSebastian Andrzej Siewior
2015-02-21Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2015-02-18locking/rtmutex: Avoid a NULL pointer dereference on deadlockSebastian Andrzej Siewior
2015-02-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2015-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2015-02-09Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-02-04locking/rtmutex: Optimize setting task running after being blockedDavidlohr Bueso
2015-02-04locking/rwsem: Use task->state helpersDavidlohr Bueso
2015-02-04locking/mutex: Explicitly mark task as running after wakeupDavidlohr Bueso
2015-02-04sched/Documentation: Remove unneeded wordSharon Dvir
2015-01-29ftrace: allow architectures to specify ftrace compile optionsHeiko Carstens
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-14locking/osq: No need for load/acquire when acquire-pollingDavidlohr Bueso
2015-01-14locking/mcs: Better differentiate between MCS variantsDavidlohr Bueso
2015-01-14locking/mutex: Introduce ww_mutex_set_context_slowpath()Davidlohr Bueso
2015-01-14locking/mutex: Move MCS related comments to proper locationDavidlohr Bueso
2015-01-14locking/mutex: Checking the stamp is WW onlyDavidlohr Bueso
2015-01-09mutex: Always clear owner field upon mutex_unlock()Chris Wilson
2015-01-03spinlock: Add spin_lock_bh_nested()Thomas Graf
2014-10-28locking/mutex: Don't assume TASK_RUNNINGPeter Zijlstra
2014-10-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-10-03locking/lockdep: Revert qrwlock recusive stuffPeter Zijlstra
2014-10-03locking/rwsem: Avoid double checking before try acquiring write lockJason Low
2014-09-30locktorture: Cleanup header usageDavidlohr Bueso
2014-09-30locktorture: Cannot hold read and write lockDavidlohr Bueso
2014-09-30locktorture: Fix __acquire annotation for spinlock irqDavidlohr Bueso
2014-09-30locktorture: Support rwlocksDavidlohr Bueso
2014-09-16locktorture: Introduce torture contextDavidlohr Bueso
2014-09-16locktorture: Support rwsemsDavidlohr Bueso
2014-09-16locktorture: Add infrastructure for torturing read locksDavidlohr Bueso
2014-09-16torture: Address race in module cleanupDavidlohr Bueso
2014-09-16locktorture: Make statistics genericDavidlohr Bueso
2014-09-16locktorture: Teach about lock debuggingDavidlohr Bueso
2014-09-16locktorture: Support mutexesDavidlohr Bueso
2014-09-16locktorture: Rename locktorture_runnable parameterDavidlohr Bueso
2014-09-16locking/rwsem: Move EXPORT_SYMBOL() lines to follow function definitionDavidlohr Bueso
2014-09-04locking/semaphore: Resolve some shadow warningsMark Rustad
2014-08-13locking/lockdep: Restrict the use of recursive read_lock() with qrwlockWaiman Long
2014-08-13locking/Documentation: Move locking related docs into Documentation/locking/Davidlohr Bueso
2014-08-13locking/mutexes: Use MUTEX_SPIN_ON_OWNER when appropriateDavidlohr Bueso
2014-08-13locking/mutexes: Refactor optimistic spinning codeDavidlohr Bueso
2014-08-13locking/mcs: Remove obsolete commentDavidlohr Bueso
2014-08-13locking/mutexes: Document quick lock release when unlockingDavidlohr Bueso
2014-08-13locking/mutexes: Standardize arguments in lock/unlock slowpathsDavidlohr Bueso
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