aboutsummaryrefslogtreecommitdiff
path: root/rust/kernel/pci
AgeCommit message (Expand)AuthorFilesLines
9 daysrust: io: macro_export io_define_read!() and io_define_write!()Danilo Krummrich1-12/+12
2026-02-11Merge tag 'net-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+0
2026-02-01rust: io: move MIN_SIZE and io_addr_assert to IoKnownSizeAlexandre Courbot1-4/+3
2026-01-24rust: pci: remove redundant `.as_ref()` for `dev_*` printGary Guo1-1/+1
2026-01-23rust: pci: add config space read/write supportZhi Wang1-1/+197
2026-01-23rust: io: separate generic I/O helpers from MMIO implementationZhi Wang1-6/+6
2026-01-20net: remove HIPPI support and RoadRunner HIPPI driverEthan Nelson-Moore1-1/+0
2026-01-12Merge tag 'v6.19-rc5' into driver-core-nextDanilo Krummrich1-2/+2
2026-01-06rust: pci: fix typos in Bar struct's commentsMarko Turk1-2/+2
2025-12-17rust: pci: document Bar's endianness conversionMarko Turk1-0/+3
2025-12-05Merge tag 'driver-core-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-1/+401
2025-11-11rust: pci: use "kernel vertical" style for importsDanilo Krummrich3-11/+21
2025-11-06rust: pci: get rid of redundant Result in IRQ methodsDanilo Krummrich1-9/+13
2025-10-23rust: pci: normalise spelling of PCI BARPeter Colberg1-4/+4
2025-10-23rust: pci: refer to legacy as INTx interruptsPeter Colberg1-5/+5
2025-10-20rust: pci: move IRQ infrastructure to separate fileDanilo Krummrich1-0/+244
2025-10-20rust: pci: move I/O infrastructure to separate fileDanilo Krummrich1-0/+141
2025-10-20rust: pci: use `kernel::fmt`Tamir Duberstein1-2/+1
2025-09-25rust: pci: display symbolic PCI vendor namesJohn Hubbard1-7/+11
2025-09-25rust: pci: display symbolic PCI class namesJohn Hubbard1-6/+11
2025-09-01rust: pci: use pci::Vendor instead of bindings::PCI_VENDOR_ID_*John Hubbard1-1/+0
2025-09-01rust: pci: provide access to PCI Vendor valuesJohn Hubbard1-1/+335
2025-09-01rust: pci: provide access to PCI Class and Class-related itemsJohn Hubbard1-0/+236