index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
usb.rs
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-27
rust: usb: make Driver trait lifetime-parameterized
Danilo Krummrich
1
-15
/
+22
2026-05-27
rust: device: make Core and CoreInternal lifetime-parameterized
Danilo Krummrich
1
-8
/
+8
2026-05-27
rust: usb: implement Sync for Device<Bound>
Danilo Krummrich
1
-0
/
+4
2026-05-27
rust: driver: decouple driver private data from driver type
Danilo Krummrich
1
-8
/
+12
2026-05-27
rust: driver: move 'static bounds to constructor
Gary Guo
1
-3
/
+3
2026-03-15
rust: usb: Update AlwaysRefCounted imports to use sync::aref
Shankari Anand
1
-4
/
+2
2026-02-17
Merge tag 'usb-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
1
-6
/
+15
2026-01-16
rust: driver: drop device private data post unbind
Danilo Krummrich
1
-2
/
+2
2026-01-16
rust: driver: add DriverData type to the DriverLayout trait
Danilo Krummrich
1
-0
/
+2
2026-01-16
rust: driver: add DEVICE_DRIVER_OFFSET to the DriverLayout trait
Danilo Krummrich
1
-0
/
+3
2026-01-16
rust: driver: introduce a DriverLayout trait
Danilo Krummrich
1
-7
/
+11
2026-01-07
rust: usb: use "kernel vertical" style for imports
Danilo Krummrich
1
-6
/
+15
2025-11-18
rust: Add trait to convert a device reference to a bus device reference
Markus Probst
1
-1
/
+14
2025-11-04
rust: usb: fix broken call to T::disconnect()
Danilo Krummrich
1
-1
/
+1
2025-10-29
rust: device: narrow the generic of drvdata_obtain()
Danilo Krummrich
1
-2
/
+2
2025-10-21
rust: driver: let probe() return impl PinInit<Self, Error>
Danilo Krummrich
1
-4
/
+4
2025-09-26
rust: usb: keep usb::Device private for now
Danilo Krummrich
1
-1
/
+1
2025-09-26
rust: usb: don't retain device context for the interface parent
Danilo Krummrich
1
-6
/
+5
2025-09-24
rust: usb: add basic USB abstractions
Daniel Almeida
1
-0
/
+457