index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
sync
/
atomic
Age
Commit message (
Expand
)
Author
Lines
2026-02-10
Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-27
/
+142
2026-01-26
rust: sync: atomic: Provide stub for `rusttest` 32-bit hosts
Miguel Ojeda
-0
/
+11
2026-01-09
rust: sync: atomic: Add atomic bool tests
FUJITA Tomonori
-0
/
+16
2026-01-09
rust: sync: atomic: Add atomic bool support via i8 representation
FUJITA Tomonori
-0
/
+11
2026-01-09
rust: sync: atomic: Add i8/i16 xchg and cmpxchg support
FUJITA Tomonori
-3
/
+9
2026-01-09
rust: sync: atomic: Add store_release/load_acquire tests
FUJITA Tomonori
-0
/
+10
2026-01-09
rust: sync: atomic: Add i8/i16 load and store support
FUJITA Tomonori
-7
/
+32
2026-01-09
rust: sync: atomic: Prepare AtomicOps macros for i8/i16 support
FUJITA Tomonori
-19
/
+66
2025-09-15
rust: sync: atomic: Add Atomic<{usize,isize}>
Boqun Feng
-4
/
+49
2025-09-15
rust: sync: atomic: Add Atomic<u{32,64}>
Boqun Feng
-0
/
+95
2025-09-15
rust: sync: atomic: Add the framework of arithmetic operations
Boqun Feng
-0
/
+14
2025-09-15
rust: sync: atomic: Add generic atomics
Boqun Feng
-0
/
+15
2025-09-15
rust: sync: atomic: Add ordering annotation types
Boqun Feng
-0
/
+104
2025-09-15
rust: sync: Add basic atomic operation mapping framework
Boqun Feng
-0
/
+265