aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/locking/rwsem-xadd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-04locking/rwsem: Use task->state helpersDavidlohr Bueso1-2/+1
2014-10-03locking/rwsem: Avoid double checking before try acquiring write lockJason Low1-9/+11
2014-09-16locking/rwsem: Move EXPORT_SYMBOL() lines to follow function definitionDavidlohr Bueso1-4/+3
2014-07-17arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso1-2/+2
2014-07-16locking/rwsem: Add CONFIG_RWSEM_SPIN_ON_OWNERDavidlohr Bueso1-2/+2
2014-07-16locking/spinlocks/mcs: Introduce and use init macro and function for osq locksJason Low1-1/+1
2014-07-16locking/spinlocks/mcs: Convert osq lock to atomic_t to reduce overheadJason Low1-1/+1
2014-07-16locking/rwsem: Allow conservative optimistic spinning when readers have lockJason Low1-5/+5
2014-06-05locking/rwsem: Fix checkpatch.pl warningsAndrew Morton1-3/+3
2014-06-05locking/rwsem: Support optimistic spinningDavidlohr Bueso1-29/+196
2014-05-04rwsem: Add comments to explain the meaning of the rwsem's count fieldTim Chen1-0/+49
2014-02-13asmlinkage: Mark rwsem functions that can be called from assembler asmlinkageAndi Kleen1-0/+4
2013-11-06locking: Move the rwsem code to kernel/locking/Peter Zijlstra1-0/+293