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