index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
include
/
asm
/
atomic.h
Age
Commit message (
Expand
)
Author
Lines
2023-04-29
locking/arch: Rename all internal __xchg() names to __arch_xchg()
Andrzej Hajda
-1
/
+1
2022-05-21
riscv: atomic: Add custom conditional atomic operation implementation
Guo Ren
-0
/
+82
2022-05-21
riscv: atomic: Optimize dec_if_positive functions
Guo Ren
-10
/
+10
2021-05-26
locking/atomic: riscv: move to ARCH_ATOMIC
Mark Rutland
-64
/
+64
2020-07-29
locking/atomic: Move ATOMIC_INIT into linux/types.h
Herbert Xu
-2
/
+0
2019-06-03
locking/atomic, riscv: Use s64 for atomic64
Mark Rutland
-21
/
+23
2019-06-03
locking/atomic, riscv: Fix atomic64_sub_if_positive() offset argument
Mark Rutland
-1
/
+1
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36
Thomas Gleixner
-5
/
+1
2018-12-21
riscv, atomic: Add #define's for the atomic_{cmp,}xchg_*() variants
Andrea Parri
-0
/
+9
2018-07-25
locking/atomics: Rework ordering barriers
Mark Rutland
-12
/
+5
2018-06-21
atomics/treewide: Make unconditional inc/dec ops optional
Mark Rutland
-76
/
+0
2018-06-21
atomics/treewide: Make test ops optional
Mark Rutland
-46
/
+0
2018-06-21
atomics/riscv: Define atomic64_fetch_add_unless()
Mark Rutland
-6
/
+2
2018-06-21
atomics/treewide: Make atomic_fetch_add_unless() optional
Mark Rutland
-0
/
+1
2018-06-21
atomics/treewide: Make atomic64_inc_not_zero() optional
Mark Rutland
-7
/
+0
2018-06-21
atomics/treewide: Remove redundant atomic_inc_not_zero() definitions
Mark Rutland
-9
/
+0
2018-06-21
atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()
Mark Rutland
-2
/
+2
2018-04-02
riscv/atomic: Strengthen implementations with fences
Andrea Parri
-149
/
+268
2017-11-28
RISC-V: Comment on why {,cmp}xchg is ordered how it is
Palmer Dabbelt
-2
/
+7
2017-11-28
RISC-V: Remove unused arguments from ATOMIC_OP
Palmer Dabbelt
-47
/
+47
2017-09-26
RISC-V: Atomic and Locking Code
Palmer Dabbelt
-0
/
+375