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
/
driver.rs
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-29
Merge patch series "rust: device: Higher-Ranked Lifetime Types for device drivers"
Danilo Krummrich
1
-14
/
+27
2026-05-27
rust: driver: update module documentation for GAT-based Data type
Danilo Krummrich
1
-7
/
+13
2026-05-27
rust: device: make Core and CoreInternal lifetime-parameterized
Danilo Krummrich
1
-3
/
+3
2026-05-27
rust: driver core: drop drvdata before devres release
Danilo Krummrich
1
-2
/
+2
2026-05-27
rust: driver: decouple driver private data from driver type
Danilo Krummrich
1
-10
/
+14
2026-05-27
rust: driver: move 'static bounds to constructor
Gary Guo
1
-2
/
+5
2026-04-28
rust: ACPI: fix missing match data for PRP0001
Markus Probst
1
-13
/
+61
2026-01-26
Merge tag 'v6.19-rc7' into driver-core-next
Danilo Krummrich
1
-16
/
+70
2026-01-16
rust: driver: drop device private data post unbind
Danilo Krummrich
1
-1
/
+35
2026-01-16
rust: driver: add DriverData type to the DriverLayout trait
Danilo Krummrich
1
-0
/
+4
2026-01-16
rust: driver: add DEVICE_DRIVER_OFFSET to the DriverLayout trait
Danilo Krummrich
1
-1
/
+7
2026-01-16
rust: driver: introduce a DriverLayout trait
Danilo Krummrich
1
-15
/
+25
2026-01-12
Merge tag 'v6.19-rc5' into driver-core-next
Danilo Krummrich
1
-4
/
+8
2026-01-07
rust: driver-core: use "kernel vertical" style for imports
Danilo Krummrich
1
-4
/
+8
2025-12-30
rust: driver: fix broken intra-doc links to example driver types
Alice Ryhl
1
-4
/
+8
2025-10-21
rust: driver: let probe() return impl PinInit<Self, Error>
Danilo Krummrich
1
-2
/
+2
2025-08-12
driver: rust: expand documentation for driver infrastructure
Danilo Krummrich
1
-2
/
+87
2025-07-16
rust: device_id: split out index support into a separate trait
FUJITA Tomonori
1
-2
/
+6
2025-07-01
rust: fix typo in #[repr(transparent)] comments
FUJITA Tomonori
1
-2
/
+2
2025-06-26
rust: driver: Add ACPI id table support to Adapter trait
Igor Korotin
1
-1
/
+40
2025-06-26
rust: driver: Consolidate `Adapter::of_id_info` methods using `#[cfg]`
Igor Korotin
1
-19
/
+21
2025-03-16
rust: make pin-init its own crate
Benno Lossin
1
-3
/
+3
2025-01-07
rust: driver: address soundness issue in `RegistrationOps`
Danilo Krummrich
1
-5
/
+20
2024-12-20
rust: driver: implement `Adapter`
Danilo Krummrich
1
-1
/
+57
2024-12-20
rust: implement generic driver registration
Danilo Krummrich
1
-0
/
+117