index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
pci
Age
Commit message (
Expand
)
Author
2026-02-23
rust: io: macro_export io_define_read!() and io_define_write!()
Danilo Krummrich
2026-02-11
Merge tag 'net-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2026-02-01
rust: io: move MIN_SIZE and io_addr_assert to IoKnownSize
Alexandre Courbot
2026-01-24
rust: pci: remove redundant `.as_ref()` for `dev_*` print
Gary Guo
2026-01-23
rust: pci: add config space read/write support
Zhi Wang
2026-01-23
rust: io: separate generic I/O helpers from MMIO implementation
Zhi Wang
2026-01-20
net: remove HIPPI support and RoadRunner HIPPI driver
Ethan Nelson-Moore
2026-01-12
Merge tag 'v6.19-rc5' into driver-core-next
Danilo Krummrich
2026-01-06
rust: pci: fix typos in Bar struct's comments
Marko Turk
2025-12-17
rust: pci: document Bar's endianness conversion
Marko Turk
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