summaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm/cmpxchg.h
AgeCommit message (Expand)Author
2024-05-30riscv: Fix fully ordered LR/SC xchg[8|16]() implementationsAlexandre Ghiti
2024-04-30Merge patch series "riscv: enable lockless lockref implementation"Palmer Dabbelt
2024-04-28Merge patch series "Rework & improve riscv cmpxchg.h and atomic.h"Palmer Dabbelt
2024-04-24riscv: cmpxchg: implement arch_cmpxchg64_{relaxed|acquire|release}Jisheng Zhang
2024-04-08riscv/cmpxchg: Implement xchg for variables of size 1 and 2Leonardo Bras
2024-04-08riscv/cmpxchg: Implement cmpxchg for variables of size 1 and 2Leonardo Bras
2024-04-08riscv/cmpxchg: Deduplicate cmpxchg() asm and macrosLeonardo Bras
2024-04-08riscv/cmpxchg: Deduplicate xchg() asm functionsLeonardo Bras
2024-03-19riscv/barrier: Consolidate fence definitionsEric Chan
2024-03-19riscv/barrier: Define RISCV_FULL_BARRIEREric Chan
2023-04-29locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda
2022-05-21riscv: atomic: Cleanup unnecessary definitionGuo Ren
2021-05-26locking/atomic: riscv: move to ARCH_ATOMICMark Rutland
2020-06-12riscv/atomic: Fix sign extension for RV64INathan Huckleberry
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner
2018-04-02riscv/atomic: Strengthen implementations with fencesAndrea Parri
2017-09-26RISC-V: Atomic and Locking CodePalmer Dabbelt