index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
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/kernel/git/tip/tip
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