index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
sync
/
atomic
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-10
Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-27
/
+142
2026-01-26
rust: sync: atomic: Provide stub for `rusttest` 32-bit hosts
Miguel Ojeda
1
-0
/
+11
2026-01-09
rust: sync: atomic: Add atomic bool tests
FUJITA Tomonori
1
-0
/
+16
2026-01-09
rust: sync: atomic: Add atomic bool support via i8 representation
FUJITA Tomonori
1
-0
/
+11
2026-01-09
rust: sync: atomic: Add i8/i16 xchg and cmpxchg support
FUJITA Tomonori
2
-3
/
+9
2026-01-09
rust: sync: atomic: Add store_release/load_acquire tests
FUJITA Tomonori
1
-0
/
+10
2026-01-09
rust: sync: atomic: Add i8/i16 load and store support
FUJITA Tomonori
2
-7
/
+32
2026-01-09
rust: sync: atomic: Prepare AtomicOps macros for i8/i16 support
FUJITA Tomonori
1
-19
/
+66
2025-09-15
rust: sync: atomic: Add Atomic<{usize,isize}>
Boqun Feng
1
-4
/
+49
2025-09-15
rust: sync: atomic: Add Atomic<u{32,64}>
Boqun Feng
1
-0
/
+95
2025-09-15
rust: sync: atomic: Add the framework of arithmetic operations
Boqun Feng
1
-0
/
+14
2025-09-15
rust: sync: atomic: Add generic atomics
Boqun Feng
1
-0
/
+15
2025-09-15
rust: sync: atomic: Add ordering annotation types
Boqun Feng
1
-0
/
+104
2025-09-15
rust: sync: Add basic atomic operation mapping framework
Boqun Feng
1
-0
/
+265