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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-17
Merge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+3
2026-02-10
Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
8
-27
/
+172
2026-01-26
rust: sync: atomic: Provide stub for `rusttest` 32-bit hosts
Miguel Ojeda
1
-0
/
+11
2026-01-18
rust: sync: refcount: always inline functions using build_assert with arguments
Alexandre Courbot
1
-1
/
+2
2026-01-10
rust: sync: Inline various lock related methods
Alice Ryhl
4
-0
/
+19
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
2026-01-09
rust: sync: Implement Unpin for ARef
Alice Ryhl
1
-0
/
+3
2026-01-09
rust: sync: set_once: Implement Send and Sync
FUJITA Tomonori
1
-0
/
+8
2025-12-29
rust: sync: add Arc::DATA_OFFSET
Alice Ryhl
1
-0
/
+3
2025-12-06
rust: sync: atomic: separate import "blocks"
Miguel Ojeda
1
-0
/
+1
2025-12-06
Merge tag 'modules-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+125
2025-12-03
Merge tag 'rust-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
3
-3
/
+3
2025-12-01
Merge tag 'locking-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-6
/
+52
2025-11-12
rust: sync: atomic: Implement Debug for Atomic<Debug>
Boqun Feng
1
-0
/
+9
2025-11-12
rust: sync: atomic: Make Atomic*Ops pub(crate)
Boqun Feng
1
-1
/
+2
2025-11-03
rust: sync: add `SetOnce`
Andreas Hindborg
1
-0
/
+125
2025-11-02
rust: condvar: fix broken intra-doc link
Miguel Ojeda
1
-1
/
+1
2025-10-22
rust: replace `CStr` with `core::ffi::CStr`
Tamir Duberstein
3
-3
/
+3
2025-10-21
rust: lock: Add a Pin<&mut T> accessor
Daniel Almeida
1
-0
/
+25
2025-10-21
rust: lock: Pin the inner data
Daniel Almeida
1
-3
/
+8
2025-10-21
rust: lock: guard: Add T: Unpin bound to DerefMut
Daniel Almeida
2
-2
/
+8
2025-09-30
Merge tag 'rust-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
2
-5
/
+20
2025-09-16
rust: sync: use `kernel::{fmt,prelude::fmt!}`
Tamir Duberstein
1
-1
/
+1
2025-09-15
rust: block: convert `block::mq` to use `Refcount`
Gary Guo
1
-0
/
+15
2025-09-15
rust: convert `Arc` to use `Refcount`
Gary Guo
1
-31
/
+14
2025-09-15
rust: make `Arc::into_unique_or_drop` associated function
Gary Guo
1
-6
/
+6
2025-09-15
rust: implement `kernel::sync::Refcount`
Gary Guo
1
-0
/
+98
2025-09-15
rust: sync: Add memory barriers
Boqun Feng
1
-0
/
+61
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
2
-2
/
+106
2025-09-15
rust: sync: atomic: Add atomic {cmp,}xchg operations
Boqun Feng
1
-1
/
+167
2025-09-15
rust: sync: atomic: Add generic atomics
Boqun Feng
2
-0
/
+286
2025-09-15
rust: sync: atomic: Add ordering annotation types
Boqun Feng
2
-0
/
+106
2025-09-15
rust: sync: Add basic atomic operation mapping framework
Boqun Feng
2
-0
/
+287
2025-09-15
rust: sync: extend module documentation of aref
Benno Lossin
1
-0
/
+15
2025-09-08
rust: sync: Update ARef and AlwaysRefCounted imports from sync::aref
Shankari Anand
1
-1
/
+1
2025-08-15
rust: alloc: take the allocator into account for FOREIGN_ALIGN
Alice Ryhl
1
-3
/
+3
2025-08-03
Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
2
-12
/
+244
2025-07-29
Merge tag 'locking-core-2025-07-29' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+2
2025-07-29
Merge tag 'sched-core-2025-07-28' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-0
/
+4
2025-07-28
Merge tag 'vfs-6.17-rc1.rust' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-42
/
+26
2025-07-22
rust: kernel: move ARef and AlwaysRefCounted to sync::aref
Shankari Anand
1
-0
/
+154
2025-07-14
rust: types: add FOREIGN_ALIGN to ForeignOwnable
Andreas Hindborg
1
-11
/
+13
2025-07-14
Merge branch 'tip/sched/urgent'
Peter Zijlstra
1
-0
/
+112
[next]