aboutsummaryrefslogtreecommitdiffstats
path: root/rust/kernel/sync/atomic.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-15rust: sync: atomic: Add the framework of arithmetic operationsBoqun Feng1-2/+92
2025-09-15rust: sync: atomic: Add atomic {cmp,}xchg operationsBoqun Feng1-1/+167
2025-09-15rust: sync: atomic: Add generic atomicsBoqun Feng1-0/+271
2025-09-15rust: sync: atomic: Add ordering annotation typesBoqun Feng1-0/+2
2025-09-15rust: sync: Add basic atomic operation mapping frameworkBoqun Feng1-0/+22