aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/locking (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-4/+4
2015-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+8
2015-02-09Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2015-02-04locking/rtmutex: Optimize setting task running after being blockedDavidlohr Bueso1-4/+3
2015-02-04locking/rwsem: Use task->state helpersDavidlohr Bueso2-3/+2
2015-02-04locking/mutex: Explicitly mark task as running after wakeupDavidlohr Bueso1-0/+2
2015-02-04sched/Documentation: Remove unneeded wordSharon Dvir1-1/+1
2015-01-29ftrace: allow architectures to specify ftrace compile optionsHeiko Carstens1-4/+4
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-01-14locking/osq: No need for load/acquire when acquire-pollingDavidlohr Bueso1-1/+1
2015-01-14locking/mcs: Better differentiate between MCS variantsDavidlohr Bueso3-23/+3
2015-01-14locking/mutex: Introduce ww_mutex_set_context_slowpath()Davidlohr Bueso1-18/+26
2015-01-14locking/mutex: Move MCS related comments to proper locationDavidlohr Bueso1-11/+5
2015-01-14locking/mutex: Checking the stamp is WW onlyDavidlohr Bueso1-2/+2
2015-01-09mutex: Always clear owner field upon mutex_unlock()Chris Wilson1-1/+1
2015-01-03spinlock: Add spin_lock_bh_nested()Thomas Graf1-0/+8
2014-10-28locking/mutex: Don't assume TASK_RUNNINGPeter Zijlstra1-1/+7
2014-10-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-212/+250
2014-10-03locking/lockdep: Revert qrwlock recusive stuffPeter Zijlstra1-6/+0
2014-10-03locking/rwsem: Avoid double checking before try acquiring write lockJason Low1-9/+11
2014-09-30locktorture: Cleanup header usageDavidlohr Bueso1-13/+1
2014-09-30locktorture: Cannot hold read and write lockDavidlohr Bueso1-0/+10
2014-09-30locktorture: Fix __acquire annotation for spinlock irqDavidlohr Bueso1-1/+1
2014-09-30locktorture: Support rwlocksDavidlohr Bueso1-3/+112
2014-09-16locktorture: Introduce torture contextDavidlohr Bueso1-79/+82
2014-09-16locktorture: Support rwsemsDavidlohr Bueso1-1/+67
2014-09-16locktorture: Add infrastructure for torturing read locksDavidlohr Bueso1-20/+156
2014-09-16torture: Address race in module cleanupDavidlohr Bueso1-1/+2
2014-09-16locktorture: Make statistics genericDavidlohr Bueso1-16/+16
2014-09-16locktorture: Teach about lock debuggingDavidlohr Bueso1-2/+13
2014-09-16locktorture: Support mutexesDavidlohr Bueso1-2/+39
2014-09-16locktorture: Rename locktorture_runnable parameterDavidlohr Bueso1-4/+4
2014-09-16locking/rwsem: Move EXPORT_SYMBOL() lines to follow function definitionDavidlohr Bueso1-4/+3
2014-09-04locking/semaphore: Resolve some shadow warningsMark Rustad1-6/+6
2014-08-13locking/lockdep: Restrict the use of recursive read_lock() with qrwlockWaiman Long1-0/+6
2014-08-13locking/Documentation: Move locking related docs into Documentation/locking/Davidlohr Bueso2-2/+2
2014-08-13locking/mutexes: Use MUTEX_SPIN_ON_OWNER when appropriateDavidlohr Bueso1-1/+1
2014-08-13locking/mutexes: Refactor optimistic spinning codeDavidlohr Bueso1-182/+214
2014-08-13locking/mcs: Remove obsolete commentDavidlohr Bueso1-3/+0
2014-08-13locking/mutexes: Document quick lock release when unlockingDavidlohr Bueso1-2/+9
2014-08-13locking/mutexes: Standardize arguments in lock/unlock slowpathsDavidlohr Bueso1-3/+4
2014-07-17arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso5-16/+13
2014-07-17locking/lockdep: Only ask for /proc/lock_stat output when availableAndreas Gruenbacher1-0/+2
2014-07-17Merge branch 'locking/urgent' into locking/core, before applying larger changes and to refresh the branch with fixesIngo Molnar6-44/+77
2014-07-16locking/rwsem: Add CONFIG_RWSEM_SPIN_ON_OWNERDavidlohr Bueso2-3/+3
2014-07-16locking/rwsem: Rename 'activity' to 'count'Peter Zijlstra1-14/+14
2014-07-16locking/spinlocks/mcs: Micro-optimize osq_unlock()Jason Low1-2/+2
2014-07-16locking/spinlocks/mcs: Introduce and use init macro and function for osq locksJason Low2-2/+2
2014-07-16locking/spinlocks/mcs: Convert osq lock to atomic_t to reduce overheadJason Low4-11/+44
2014-07-16locking/spinlocks/mcs: Rename optimistic_spin_queue() to optimistic_spin_node()Jason Low2-16/+16