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
/
pci
/
io.rs
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-13
Merge patch series "rust: I/O type generalization and projection"
Danilo Krummrich
1
-72
/
+94
2026-07-11
rust: pci: return DevresLt from Bar::into_devres()
Danilo Krummrich
1
-11
/
+26
2026-07-11
rust: io: move `Io` methods to extension trait
Gary Guo
1
-3
/
+3
2026-07-11
rust: io: remove `MmioOwned`
Gary Guo
1
-8
/
+8
2026-07-11
rust: io: use view types instead of addresses for `Io`
Gary Guo
1
-24
/
+46
2026-07-11
rust: pci: io: make `ConfigSpace` a view
Gary Guo
1
-28
/
+36
2026-07-11
rust: io: rename `Mmio` to `MmioOwned`
Gary Guo
1
-3
/
+3
2026-07-11
rust: io: generalize `MmioRaw` to pointer to arbitrary type
Gary Guo
1
-2
/
+2
2026-07-11
rust: io: implement `Io` on reference types instead
Gary Guo
1
-6
/
+6
2026-07-11
rust: io: add dynamically-sized `Region` type
Gary Guo
1
-24
/
+16
2026-05-27
rust: pci: make Bar lifetime-parameterized
Danilo Krummrich
1
-22
/
+30
2026-05-27
rust: pci: use 'static lifetime for PCI BAR resource names
Danilo Krummrich
1
-3
/
+3
2026-03-17
rust: pci: io: remove overloaded Io methods of ConfigSpace
Alexandre Courbot
1
-70
/
+0
2026-03-17
rust: io: turn IoCapable into a functional trait
Alexandre Courbot
1
-3
/
+34
2026-02-23
rust: io: macro_export io_define_read!() and io_define_write!()
Danilo Krummrich
1
-12
/
+12
2026-02-01
rust: io: move MIN_SIZE and io_addr_assert to IoKnownSize
Alexandre Courbot
1
-4
/
+3
2026-01-23
rust: pci: add config space read/write support
Zhi Wang
1
-1
/
+197
2026-01-23
rust: io: separate generic I/O helpers from MMIO implementation
Zhi Wang
1
-6
/
+6
2026-01-12
Merge tag 'v6.19-rc5' into driver-core-next
Danilo Krummrich
1
-2
/
+2
2026-01-06
rust: pci: fix typos in Bar struct's comments
Marko Turk
1
-2
/
+2
2025-12-17
rust: pci: document Bar's endianness conversion
Marko Turk
1
-0
/
+3
2025-11-11
rust: pci: use "kernel vertical" style for imports
Danilo Krummrich
1
-5
/
+8
2025-10-23
rust: pci: normalise spelling of PCI BAR
Peter Colberg
1
-4
/
+4
2025-10-20
rust: pci: move I/O infrastructure to separate file
Danilo Krummrich
1
-0
/
+141