index
:
linux.git
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
pci
Age
Commit message (
Expand
)
Author
2025-12-05
Merge tag 'driver-core-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2025-11-11
rust: pci: use "kernel vertical" style for imports
Danilo Krummrich
2025-11-06
rust: pci: get rid of redundant Result in IRQ methods
Danilo Krummrich
2025-10-23
rust: pci: normalise spelling of PCI BAR
Peter Colberg
2025-10-23
rust: pci: refer to legacy as INTx interrupts
Peter Colberg
2025-10-20
rust: pci: move IRQ infrastructure to separate file
Danilo Krummrich
2025-10-20
rust: pci: move I/O infrastructure to separate file
Danilo Krummrich
2025-10-20
rust: pci: use `kernel::fmt`
Tamir Duberstein
2025-09-25
rust: pci: display symbolic PCI vendor names
John Hubbard
2025-09-25
rust: pci: display symbolic PCI class names
John Hubbard
2025-09-01
rust: pci: use pci::Vendor instead of bindings::PCI_VENDOR_ID_*
John Hubbard
2025-09-01
rust: pci: provide access to PCI Vendor values
John Hubbard
2025-09-01
rust: pci: provide access to PCI Class and Class-related items
John Hubbard