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
/
helpers
/
atomic_ext.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-08
rust: sync: atomic: Add Atomic<*{mut,const} T> support
Boqun Feng
1
-0
/
+3
2026-03-08
rust: helpers: Generify the definitions of rust_helper_*_cmpxchg*
Boqun Feng
1
-36
/
+12
2026-03-08
rust: helpers: Generify the definitions of rust_helper_*_xchg*
Boqun Feng
1
-36
/
+12
2026-03-08
rust: helpers: Generify the definitions of rust_helper_*_{read,set}*
Boqun Feng
1
-30
/
+23
2026-01-09
rust: helpers: Add i8/i16 atomic try_cmpxchg_relaxed helpers
FUJITA Tomonori
1
-0
/
+10
2026-01-09
rust: helpers: Add i8/i16 atomic try_cmpxchg_release helpers
FUJITA Tomonori
1
-0
/
+10
2026-01-09
rust: helpers: Add i8/i16 atomic try_cmpxchg_acquire helpers
FUJITA Tomonori
1
-0
/
+10
2026-01-09
rust: helpers: Add i8/i16 atomic try_cmpxchg helpers
FUJITA Tomonori
1
-0
/
+17
2026-01-09
rust: helpers: Add i8/i16 atomic xchg_relaxed helpers
FUJITA Tomonori
1
-0
/
+10
2026-01-09
rust: helpers: Add i8/i16 atomic xchg_release helpers
FUJITA Tomonori
1
-0
/
+10
2026-01-09
rust: helpers: Add i8/i16 atomic xchg_acquire helpers
FUJITA Tomonori
1
-0
/
+10
2026-01-09
rust: helpers: Add i8/i16 atomic xchg helpers
FUJITA Tomonori
1
-0
/
+18
2026-01-09
rust: helpers: Add i8/i16 relaxed atomic helpers
FUJITA Tomonori
1
-0
/
+21
2026-01-09
rust: helpers: Add i8/i16 atomic_read_acquire/atomic_set_release helpers
FUJITA Tomonori
1
-0
/
+23