summaryrefslogtreecommitdiff
path: root/rust/kernel/sync/atomic.rs
AgeCommit message (Expand)Author
23 hoursrust: sync: atomic: Remove bound `T: Sync` for `Atomic::from_ptr()`Boqun Feng
2025-09-15rust: sync: atomic: Add the framework of arithmetic operationsBoqun Feng
2025-09-15rust: sync: atomic: Add atomic {cmp,}xchg 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