summaryrefslogtreecommitdiff
path: root/rust/kernel/sync/atomic
AgeCommit message (Expand)Author
3 daysMerge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-01-26rust: sync: atomic: Provide stub for `rusttest` 32-bit hostsMiguel Ojeda
2026-01-09rust: sync: atomic: Add atomic bool testsFUJITA Tomonori
2026-01-09rust: sync: atomic: Add atomic bool support via i8 representationFUJITA Tomonori
2026-01-09rust: sync: atomic: Add i8/i16 xchg and cmpxchg supportFUJITA Tomonori
2026-01-09rust: sync: atomic: Add store_release/load_acquire testsFUJITA Tomonori
2026-01-09rust: sync: atomic: Add i8/i16 load and store supportFUJITA Tomonori
2026-01-09rust: sync: atomic: Prepare AtomicOps macros for i8/i16 supportFUJITA Tomonori
2025-09-15rust: sync: atomic: Add Atomic<{usize,isize}>Boqun Feng
2025-09-15rust: sync: atomic: Add Atomic<u{32,64}>Boqun Feng
2025-09-15rust: sync: atomic: Add the framework of arithmetic operationsBoqun Feng
2025-09-15rust: sync: atomic: Add generic atomicsBoqun Feng
2025-09-15rust: sync: atomic: Add ordering annotation typesBoqun Feng
2025-09-15rust: sync: Add basic atomic operation mapping frameworkBoqun Feng