summaryrefslogtreecommitdiffstats
path: root/rust/kernel/sync/atomic
AgeCommit message (Expand)AuthorLines
2026-02-10Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-27/+142
2026-01-26rust: sync: atomic: Provide stub for `rusttest` 32-bit hostsMiguel Ojeda-0/+11
2026-01-09rust: sync: atomic: Add atomic bool testsFUJITA Tomonori-0/+16
2026-01-09rust: sync: atomic: Add atomic bool support via i8 representationFUJITA Tomonori-0/+11
2026-01-09rust: sync: atomic: Add i8/i16 xchg and cmpxchg supportFUJITA Tomonori-3/+9
2026-01-09rust: sync: atomic: Add store_release/load_acquire testsFUJITA Tomonori-0/+10
2026-01-09rust: sync: atomic: Add i8/i16 load and store supportFUJITA Tomonori-7/+32
2026-01-09rust: sync: atomic: Prepare AtomicOps macros for i8/i16 supportFUJITA Tomonori-19/+66
2025-09-15rust: sync: atomic: Add Atomic<{usize,isize}>Boqun Feng-4/+49
2025-09-15rust: sync: atomic: Add Atomic<u{32,64}>Boqun Feng-0/+95
2025-09-15rust: sync: atomic: Add the framework of arithmetic operationsBoqun Feng-0/+14
2025-09-15rust: sync: atomic: Add generic atomicsBoqun Feng-0/+15
2025-09-15rust: sync: atomic: Add ordering annotation typesBoqun Feng-0/+104
2025-09-15rust: sync: Add basic atomic operation mapping frameworkBoqun Feng-0/+265