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
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-23
rust: macros: fix `make rusttest` build on macOS
Tamir Duberstein
1
-1
/
+1
2025-03-23
rust: block: refactor to use `&raw mut`
Antonio Hickey
1
-2
/
+2
2025-03-23
rust: enable `raw_ref_op` feature
Antonio Hickey
2
-1
/
+3
2025-03-23
rust: uaccess: name the correct function
Tamir Duberstein
1
-2
/
+1
2025-03-23
rust: rbtree: fix comments referring to Box instead of KBox
Charalampos Mitrodimas
1
-3
/
+3
2025-03-22
rust: hrtimer: add maintainer entry
Andreas Hindborg
1
-0
/
+15
2025-03-22
rust: hrtimer: add clocksource selection through `ClockId`
Andreas Hindborg
2
-2
/
+69
2025-03-22
rust: hrtimer: add `HrTimerMode`
Andreas Hindborg
1
-3
/
+79
2025-03-22
rust: hrtimer: implement `HrTimerPointer` for `Pin<Box<T>>`
Andreas Hindborg
2
-0
/
+123
2025-03-22
rust: alloc: add `Box::into_pin`
Andreas Hindborg
1
-0
/
+6
2025-03-22
rust: hrtimer: implement `UnsafeHrTimerPointer` for `Pin<&mut T>`
Andreas Hindborg
2
-0
/
+110
2025-03-22
rust: hrtimer: implement `UnsafeHrTimerPointer` for `Pin<&T>`
Andreas Hindborg
2
-0
/
+106
2025-03-22
rust: hrtimer: add `hrtimer::ScopedHrTimerPointer`
Andreas Hindborg
1
-0
/
+33
2025-03-22
rust: hrtimer: add `UnsafeHrTimerPointer`
Andreas Hindborg
1
-0
/
+31
2025-03-22
rust: hrtimer: allow timer restart from timer handler
Andreas Hindborg
2
-4
/
+20
2025-03-20
rust: str: implement `strip_prefix` for `BStr`
Andreas Hindborg
1
-0
/
+17
2025-03-20
rust: str: implement `AsRef<BStr>` for `[u8]` and `BStr`
Andreas Hindborg
1
-0
/
+12
2025-03-20
rust: str: implement `Index` for `BStr`
Andreas Hindborg
1
-0
/
+11
2025-03-20
rust: str: implement `PartialEq` for `BStr`
Andreas Hindborg
1
-0
/
+6
2025-03-20
MAINTAINERS: add entry for Rust dma mapping helpers device driver API
Abdiel Janulgue
1
-0
/
+13
2025-03-20
samples: rust: add Rust dma test sample driver
Abdiel Janulgue
3
-0
/
+109
2025-03-20
rust: add dma coherent allocator abstraction
Abdiel Janulgue
3
-0
/
+389
2025-03-20
rust: error: Add EOVERFLOW
Abdiel Janulgue
1
-0
/
+1
2025-03-20
rust: kunit: allow to know if we are in a test
José Expósito
1
-0
/
+36
2025-03-20
rust: macros: add macro to easily run KUnit tests
José Expósito
4
-0
/
+201
2025-03-20
rust: kunit: add KUnit case and suite macros
José Expósito
1
-0
/
+124