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.rs
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-28
rust: sync: Replace `kernel::c_str!` with C-Strings
Tamir Duberstein
1
-2
/
+1
2026-01-09
rust: sync: Clean up LockClassKey and its docs
Alice Ryhl
1
-14
/
+40
2026-01-09
rust: sync: Refactor static_lock_class!() macro
Alice Ryhl
1
-6
/
+18
2025-12-06
Merge tag 'modules-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/modules/linux
Linus Torvalds
1
-0
/
+2
2025-11-19
rust: sync: replace `kernel::c_str!` with C-Strings
Tamir Duberstein
1
-2
/
+1
2025-11-03
rust: sync: add `SetOnce`
Andreas Hindborg
1
-0
/
+2
2025-09-15
rust: implement `kernel::sync::Refcount`
Gary Guo
1
-0
/
+2
2025-09-15
rust: sync: Add memory barriers
Boqun Feng
1
-0
/
+1
2025-09-15
rust: sync: Add basic atomic operation mapping framework
Boqun Feng
1
-0
/
+1
2025-07-22
rust: kernel: move ARef and AlwaysRefCounted to sync::aref
Shankari Anand
1
-0
/
+1
2025-07-22
rust: sync: fix safety comment for `static_lock_class`
Benno Lossin
1
-2
/
+5
2025-06-24
rust: Use consistent "# Examples" heading style in rustdoc
Viresh Kumar
1
-1
/
+1
2025-06-13
rust: completion: implement initial abstraction
Danilo Krummrich
1
-0
/
+2
2025-03-30
Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux
Linus Torvalds
1
-2
/
+3
2025-03-08
rust: lockdep: Use Pin for all LockClassKey usages
Mitchell Levy
1
-3
/
+54
2025-03-08
rust: lockdep: Remove support for dynamically allocated LockClassKeys
Mitchell Levy
1
-12
/
+4
2025-01-28
Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
1
-0
/
+1
2024-12-20
rust: add rcu abstraction
Wedson Almeida Filho
1
-0
/
+1
2024-12-19
rust: sync: Add SpinLockGuard type alias
Lyude Paul
1
-1
/
+1
2024-12-19
rust: sync: Add MutexGuard type alias
Lyude Paul
1
-1
/
+1
2024-11-26
Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
1
-0
/
+1
2024-11-10
rust: sync: add global lock support
Alice Ryhl
1
-0
/
+1
2024-09-30
rust: file: add abstraction for `poll_table`
Alice Ryhl
1
-0
/
+1
2024-05-05
rust: sync: implement `Default` for `LockClassKey`
Miguel Ojeda
1
-0
/
+6
2024-02-18
rust: kernel: add reexports for macros
Alice Ryhl
1
-2
/
+3
2024-01-28
rust: sync: add `CondVar::wait_timeout`
Alice Ryhl
1
-1
/
+1
2023-04-22
rust: sync: introduce `CondVar`
Wedson Almeida Filho
1
-0
/
+2
2023-04-22
rust: sync: introduce `LockedBy`
Wedson Almeida Filho
1
-0
/
+2
2023-04-22
rust: lock: introduce `SpinLock`
Wedson Almeida Filho
1
-1
/
+1
2023-04-22
rust: lock: introduce `Mutex`
Wedson Almeida Filho
1
-0
/
+1
2023-04-22
rust: sync: introduce `Lock` and `Guard`
Wedson Almeida Filho
1
-1
/
+1
2023-04-21
rust: sync: introduce `LockClassKey`
Wedson Almeida Filho
1
-0
/
+45
2023-01-16
rust: sync: introduce `UniqueArc`
Wedson Almeida Filho
1
-1
/
+1
2023-01-16
rust: sync: introduce `ArcBorrow`
Wedson Almeida Filho
1
-1
/
+1
2023-01-16
rust: sync: add `Arc` for ref-counted allocations
Wedson Almeida Filho
1
-0
/
+10