summaryrefslogtreecommitdiff
path: root/rust/kernel/pci
AgeCommit message (Expand)Author
43 hoursMerge tag 'net-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...davem/net/maindavem/net/HEADdavem/net-next/maindavem/net-next/HEADLinus Torvalds
12 daysrust: io: move MIN_SIZE and io_addr_assert to IoKnownSizeAlexandre Courbot
2026-01-24rust: pci: remove redundant `.as_ref()` for `dev_*` printGary Guo
2026-01-23rust: pci: add config space read/write supportZhi Wang
2026-01-23rust: io: separate generic I/O helpers from MMIO implementationZhi Wang
2026-01-20net: remove HIPPI support and RoadRunner HIPPI driverEthan Nelson-Moore
2026-01-12Merge tag 'v6.19-rc5' into driver-core-nextDanilo Krummrich
2026-01-06rust: pci: fix typos in Bar struct's commentsMarko Turk
2025-12-17rust: pci: document Bar's endianness conversionMarko Turk
2025-12-05Merge tag 'driver-core-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-11-11rust: pci: use "kernel vertical" style for importsDanilo Krummrich
2025-11-06rust: pci: get rid of redundant Result in IRQ methodsDanilo Krummrich
2025-10-23rust: pci: normalise spelling of PCI BARPeter Colberg
2025-10-23rust: pci: refer to legacy as INTx interruptsPeter Colberg
2025-10-20rust: pci: move IRQ infrastructure to separate fileDanilo Krummrich
2025-10-20rust: pci: move I/O infrastructure to separate fileDanilo Krummrich
2025-10-20rust: pci: use `kernel::fmt`Tamir Duberstein
2025-09-25rust: pci: display symbolic PCI vendor namesJohn Hubbard
2025-09-25rust: pci: display symbolic PCI class namesJohn Hubbard
2025-09-01rust: pci: use pci::Vendor instead of bindings::PCI_VENDOR_ID_*John Hubbard
2025-09-01rust: pci: provide access to PCI Vendor valuesJohn Hubbard
2025-09-01rust: pci: provide access to PCI Class and Class-related itemsJohn Hubbard