summaryrefslogtreecommitdiffstats
path: root/kernel/locking/qrwlock.c
AgeCommit message (Expand)AuthorLines
2015-09-18locking/qrwlock: Rename ->lock to ->wait_lockDavidlohr Bueso-4/+4
2015-08-12locking/qrwlock: Make use of _{acquire|release|relaxed}() atomicsWill Deacon-12/+12
2015-08-03locking/qrwlock: Reduce reader/writer to reader lock transfer latencyWaiman Long-8/+4
2015-07-06locking/qrwlock: Better optimization for interrupt context readersWaiman Long-6/+7
2015-07-06locking/qrwlock: Rename functions to queued_*()Waiman Long-6/+6
2015-06-19locking/qrwlock: Don't contend with readers when setting _QW_WAITINGWaiman Long-4/+24
2015-05-12locking/qrwlock: Rename QUEUE_RWLOCK to QUEUED_RWLOCKSWaiman Long-1/+1
2014-07-17arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso-5/+4
2014-06-06locking/rwlocks: Introduce 'qrwlocks' - fair, queued rwlocksWaiman Long-0/+133