aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/atomic (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-20locking/atomic: scripts: Clarify ordering of conditional atomicsMark Rutland3-27/+111
2023-10-09locking/atomic: Add generic support for sync_try_cmpxchg() and its fallbackUros Bizjak2-2/+23
2023-09-20locking/atomic: scripts: fix fallback ifdefferyMark Rutland1-9/+1
2023-06-16locking/atomic: scripts: fix ${atomic}_dec_if_positive() kerneldocMark Rutland3-9/+9
2023-06-05locking/atomic: scripts: generate kerneldoc commentsMark Rutland3-3/+5541
2023-06-05locking/atomic: scripts: simplify raw_atomic*() definitionsMark Rutland3-985/+881
2023-06-05locking/atomic: scripts: simplify raw_atomic_long*() definitionsMark Rutland1-515/+340
2023-06-05locking/atomic: scripts: restructure fallback ifdefferyMark Rutland2-2637/+1664
2023-06-05locking/atomic: scripts: build raw_atomic_long*() directlyMark Rutland2-852/+342
2023-06-05locking/atomic: scripts: add trivial raw_atomic*_<op>()Mark Rutland2-300/+1940
2023-06-05locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland1-1/+157
2023-06-05locking/atomic: remove fallback commentsMark Rutland1-165/+1
2023-06-05arch: Remove cmpxchg_doublePeter Zijlstra1-16/+1
2023-06-05instrumentation: Wire up cmpxchg128()Peter Zijlstra2-2/+179
2023-04-29locking/atomic: Correct (cmp)xchg() instrumentationMark Rutland1-38/+38
2023-04-29locking/atomic: Add generic try_cmpxchg{,64}_local() supportUros Bizjak2-2/+42
2023-03-28atomics: Provide atomic_add_negative() variantsThomas Gleixner3-11/+303
2022-05-18locking/atomic: Add generic try_cmpxchg64 supportUros Bizjak2-2/+110
2022-02-11atomics: Fix atomic64_{read_acquire,set_release} fallbacksMark Rutland1-5/+33
2021-12-09locking/atomics, kcsan: Add instrumentation for barriersMarco Elver1-1/+134
2021-07-16locking/atomic: add arch_atomic_long*()Mark Rutland2-330/+908
2021-07-16locking/atomic: centralize generated headersMark Rutland3-0/+4712