aboutsummaryrefslogtreecommitdiff
path: root/rust/kernel/sync/atomic/internal.rs
AgeCommit message (Expand)AuthorFilesLines
2026-03-08rust: atomic: Update a safety comment in impl of `fetch_add()`Andreas Hindborg1-1/+1
2026-03-08rust: sync: atomic: Add fetch_sub()Andreas Hindborg1-0/+5
2026-03-08rust: sync: atomic: Add Atomic<*{mut,const} T> supportBoqun Feng1-9/+15
2026-03-08rust: sync: atomic: Clarify the need of CONFIG_ARCH_SUPPORTS_ATOMIC_RMWBoqun Feng1-6/+13
2026-01-09rust: sync: atomic: Add i8/i16 xchg and cmpxchg supportFUJITA Tomonori1-1/+7
2026-01-09rust: sync: atomic: Add i8/i16 load and store supportFUJITA Tomonori1-6/+19
2026-01-09rust: sync: atomic: Prepare AtomicOps macros for i8/i16 supportFUJITA Tomonori1-19/+66
2025-09-15rust: sync: Add basic atomic operation mapping frameworkBoqun Feng1-0/+265