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