aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pci
Commit message (Expand)AuthorAgeFilesLines
* pci: Expose a VF's owning PF to bus subclassesKevin Bowling5 days3-1/+26
* pci: Export pcie_flr_supported()Kevin Bowling11 days2-7/+25
* pci: Do not reconcile MPS across PCI domainsKevin Bowling13 days1-0/+14
* pci_iov: Roll back failed VF enumerationKevin Bowling2026-08-101-7/+26
* pci_iov: Use native types for status ioctlKevin Bowling2026-08-091-6/+2
* pci: Add SR-IOV status reportingKevin Bowling2026-08-091-1/+173
* pci: Skip PF SR-IOV state handling for VFsKevin Bowling2026-08-071-2/+6
* pci: Permit function-level reset of 82599 VFsKevin Bowling2026-08-071-3/+11
* pci: Optionally disable endpoints with unsafe MPSKevin Bowling2026-08-071-2/+41
* pci: Add a hierarchy-wide MPS limitKevin Bowling2026-08-071-7/+44
* pci: Reconcile MPS before attaching PCIe devicesKevin Bowling2026-08-073-24/+275
* pci: Preserve adjusted PCIe control stateKevin Bowling2026-08-071-16/+25
* pci: Ignore SR-IOV VFs when tuning MPSKevin Bowling2026-08-071-0/+7
* pci: Add L1 PM definitionsMichael Adler2026-07-311-0/+14
* pci_iov: Clear NumVFs when configuration failsKevin Bowling2026-07-301-1/+3
* pci_iov: Permit non-ARI VFs on a secondary busKevin Bowling2026-07-301-3/+18
* pci: pci_host_generic: provide cleanup methods outside of detachKyle Evans2026-06-044-4/+32
* sys: Use is_pci_device instead of direct comparisons to devclassesJohn Baldwin2026-05-182-12/+4
* pci: Add is_pci_device helper functionJohn Baldwin2026-05-182-0/+12
* pci: use uint32_t for eecpGisle Nes2026-05-091-1/+1
* kva_alloc/free: Use void * instead of vm_offset_tJohn Baldwin2026-04-231-2/+2
* pmap_qenter/qremove: Use void * instead of vm_offset_tJohn Baldwin2026-04-231-4/+4
* thunderbolt: Support generic USB4 NHIsAymeric Wibo2026-04-151-0/+1
* pci: Export bus numbers for bridge devices in struct pci_confJohn Baldwin2026-03-102-1/+34
* chore: replace {0, 0} with {DEV,KOBJ}METHOD_ENDEnji Cooper2026-02-254-4/+4
* pci_dw: improve pci_dwMichal Meloun2026-02-222-18/+63
* pcib: Assume a window where both the base and limit are 0 is uninitializedJohn Baldwin2026-02-181-0/+18
* bus: Document special ranges of IVARsJohn Baldwin2026-02-171-2/+2
* pci_iov: Reuse downstream bridge bus window if it already covers VF busChandrakanth Patil2026-02-101-9/+20
* pci_reserve_map: Pass rid by valueJohn Baldwin2025-12-092-16/+16
* resource_list_reserve: Pass rid by valueJohn Baldwin2025-12-091-12/+11
* bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHODJohn Baldwin2025-12-0911-51/+51
* xhci: Correct name of HCCPARAMS RegisterTom Jones2025-12-051-1/+1
* pci/n1sdp: Disable HotPlugAndrew Turner2025-10-171-0/+12
* pci: add quirk to disable Function-Level Reset (FLR)Bjoern A. Zeeb2025-10-041-0/+10
* pci_user: Add compatibility paddingJake Freeland2025-09-041-1/+9
* pci_user: Report NUMA domainJake Freeland2025-09-041-2/+111
* pci: Fix dependency on ACPICA for non-ACPI buildsAymeric Wibo2025-08-082-4/+14
* acpi_powerres: D3cold supportAymeric Wibo2025-08-082-14/+20
* pci_iov: Support dynamic subordinate bus growth during VF creationChandrakanth Patil2025-07-292-4/+23
* newbus: replace leftover device unit wildcardsAhmad Khalifa2025-06-211-1/+1
* pci: Save MSIX ctrl value before pci_mask_msix callKrzysztof Galazka2025-06-171-1/+5
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-113-4/+3
* sys: Reduce where we include sys/devmap.hAndrew Turner2025-05-022-2/+0
* pci: Add hw.pci.intx_reroute sysctl/tunableColin Percival2025-04-231-1/+6
* pcib: Clear any pending slot status events during attachJohn Baldwin2025-04-221-0/+1
* pcib: Ignore power fault detected if a power controller is not presentJohn Baldwin2025-04-221-1/+2
* sys: Make the iommu xref uintptr_tAndrew Turner2025-04-083-3/+4
* pci: Make PCIe Eject timeout configurableColin Percival2025-04-021-5/+16
* Revert "pci: Only re-route IRQs based on firmware on x86"Colin Percival2025-03-311-2/+0