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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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