开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
include
/
asm
/
cmpxchg.h
Age
Commit message (
Expand
)
Author
2023-06-05
arch: Remove cmpxchg_double
Peter Zijlstra
2023-06-05
arch: Introduce arch_{,try_}_cmpxchg128{,_local}()
Peter Zijlstra
2023-04-29
locking/arch: Rename all internal __xchg() names to __arch_xchg()
Andrzej Hajda
2022-01-20
arm64: atomics: lse: Dereference matching size
Kees Cook
2019-09-17
arm64: fix unreachable code issue with cmpxchg
Arnd Bergmann
2019-08-30
arm64: atomics: Undefine internal macros after use
Will Deacon
2019-08-30
arm64: asm: Kill 'asm/atomic_arch.h'
Will Deacon
2019-08-29
arm64: atomics: avoid out-of-line ll/sc atomics
Andrew Murray
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
2019-02-11
Merge branch 'locking/atomics' into locking/core, to pick up WIP commits
Ingo Molnar
2018-12-07
arm64: Avoid masking "old" for LSE cmpxchg() implementation
Will Deacon
2018-12-07
arm64: Avoid redundant type conversions in xchg() and cmpxchg()
Will Deacon
2018-11-01
arm64, locking/atomics: Use instrumented atomics
Mark Rutland
2018-05-16
arm64: cmpwait: Clear event register before arming exclusive monitor
Will Deacon
2018-03-27
arm64: cmpxchg: Include linux/compiler.h in asm/cmpxchg.h
Will Deacon
2018-03-27
arm64: move percpu cmpxchg implementation from cmpxchg.h to percpu.h
Will Deacon
2018-03-27
arm64: cmpxchg: Include build_bug.h instead of bug.h for BUILD_BUG
Will Deacon
2017-05-09
arm64: xchg: hazard against entire exchange variable
Mark Rutland
2016-09-09
arm64: lse: convert lse alternatives NOP padding to use __nops
Will Deacon
2016-07-07
locking/barriers, arch/arm64: Implement LDXR+WFE based smp_cond_load_acquire()
Will Deacon
2015-12-10
arm64: cmpxchg: Don't incldue linux/mmdebug.h
Mark Brown
2015-10-12
arm64: atomics: implement native {relaxed, acquire, release} atomics
Will Deacon
2015-07-30
arm64: cmpxchg: truncate sub-word signed types before comparison
Will Deacon
2015-07-27
arm64: atomics: prefetch the destination word for write prior to stxr
Will Deacon
2015-07-27
arm64: cmpxchg_dbl: patch in lse instructions when supported by the CPU
Will Deacon
2015-07-27
arm64: cmpxchg: patch in lse instructions when supported by the CPU
Will Deacon
2015-07-27
arm64: xchg: patch in lse instructions when supported by the CPU
Will Deacon
2015-03-24
arm64: percpu: Make this_cpu accessors pre-empt safe
Steve Capper
2014-11-20
arm64: percpu: Implement this_cpu operations
Steve Capper
2014-11-06
arm64: xchg: Implement cmpxchg_double
Steve Capper
2014-05-09
arm64: xchg: prevent warning if return value is unused
Will Deacon
2014-02-07
arm64: asm: remove redundant "cc" clobbers
Will Deacon
2014-02-07
arm64: atomics: fix use of acquire + release for full barrier semantics
Will Deacon
2013-12-19
arm64: cmpxchg: update macros to prevent warnings
Mark Hambleton
2013-10-24
arm64: cmpxchg: implement cmpxchg64_relaxed
Will Deacon
2013-04-23
arm64: Define cmpxchg64 and cmpxchg64_local for outside use
Chen Gang
2013-02-11
arm64: atomics: fix grossly inconsistent asm constraints for exclusives
Will Deacon
2012-09-17
arm64: Miscellaneous header files
Catalin Marinas