aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/locking/rwsem-xadd.c
Commit message (Expand)AuthorAge
* locking/rwsem: Avoid double checking before try acquiring write lockJason Low2014-10-03
* locking/rwsem: Move EXPORT_SYMBOL() lines to follow function definitionDavidlohr Bueso2014-09-16
* arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso2014-07-17
* locking/rwsem: Add CONFIG_RWSEM_SPIN_ON_OWNERDavidlohr Bueso2014-07-16
* locking/spinlocks/mcs: Introduce and use init macro and function for osq locksJason Low2014-07-16
* locking/spinlocks/mcs: Convert osq lock to atomic_t to reduce overheadJason Low2014-07-16
* locking/rwsem: Allow conservative optimistic spinning when readers have lockJason Low2014-07-16
* locking/rwsem: Fix checkpatch.pl warningsAndrew Morton2014-06-05
* locking/rwsem: Support optimistic spinningDavidlohr Bueso2014-06-05
* rwsem: Add comments to explain the meaning of the rwsem's count fieldTim Chen2014-05-04
* asmlinkage: Mark rwsem functions that can be called from assembler asmlinkageAndi Kleen2014-02-13
* locking: Move the rwsem code to kernel/locking/Peter Zijlstra2013-11-06