summaryrefslogtreecommitdiffstats
path: root/rust/kernel/sync/atomic/internal.rs
AgeCommit message (Expand)AuthorLines
2026-01-09rust: sync: atomic: Add i8/i16 xchg and cmpxchg supportFUJITA Tomonori-1/+7
2026-01-09rust: sync: atomic: Add i8/i16 load and store supportFUJITA Tomonori-6/+19
2026-01-09rust: sync: atomic: Prepare AtomicOps macros for i8/i16 supportFUJITA Tomonori-19/+66
2025-09-15rust: sync: Add basic atomic operation mapping frameworkBoqun Feng-0/+265