summaryrefslogtreecommitdiff
path: root/arch/arm64/lib/bitops.S
AgeCommit message (Expand)Author
2015-07-27arm64: atomics: prefetch the destination word for write prior to stxrWill Deacon
2015-07-27arm64: bitops: patch in lse instructions when supported by the CPUWill Deacon
2014-02-07arm64: atomics: fix use of acquire + release for full barrier semanticsWill Deacon
2013-05-08arm64: Treat the bitops index argument as an 'int'Catalin Marinas
2013-04-30arm64: Use acquire/release semantics instead of explicit DMBCatalin Marinas
2013-04-30arm64: klib: bitops: fix unpredictable stxr usageMark Rutland
2013-03-21arm64: klib: Optimised atomic bitopsCatalin Marinas