aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/lib/bitops.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-27arm64: atomics: prefetch the destination word for write prior to stxrWill Deacon1-0/+2
2015-07-27arm64: bitops: patch in lse instructions when supported by the CPUWill Deacon1-19/+24
2014-02-07arm64: atomics: fix use of acquire + release for full barrier semanticsWill Deacon1-1/+2
2013-05-08arm64: Treat the bitops index argument as an 'int'Catalin Marinas1-5/+5
2013-04-30arm64: Use acquire/release semantics instead of explicit DMBCatalin Marinas1-4/+2
2013-04-30arm64: klib: bitops: fix unpredictable stxr usageMark Rutland1-2/+2
2013-03-21arm64: klib: Optimised atomic bitopsCatalin Marinas1-0/+70