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