summaryrefslogtreecommitdiffstats
path: root/rust/kernel/sync/atomic
AgeCommit message (Expand)AuthorLines
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