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