summaryrefslogtreecommitdiff
path: root/include/asm-generic/qrwlock_types.h
AgeCommit message (Expand)Author
2018-02-06locking/qrwlock: include asm/byteorder.h as neededArnd Bergmann
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-25locking/qrwlock: Prevent slowpath writers getting held up by fastpathWill Deacon
2017-10-25locking/qrwlock: Use 'struct qrwlock' instead of 'struct __qrwlock'Will Deacon
2015-09-18locking/qrwlock: Rename ->lock to ->wait_lockDavidlohr Bueso
2014-06-06locking/rwlocks: Introduce 'qrwlocks' - fair, queued rwlocksWaiman Long