summaryrefslogtreecommitdiff
path: root/drivers/pci/pci.h
AgeCommit message (Expand)Author
2026-02-12Merge tag 'cxl-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds
2026-02-06Merge branch 'pci/controller/dwc'Bjorn Helgaas
2026-02-06Merge branch 'pci/controller/aspeed'Bjorn Helgaas
2026-02-06Merge branch 'pci/virtualization'Bjorn Helgaas
2026-02-06Merge branch 'pci/trace'Bjorn Helgaas
2026-02-06Merge branch 'pci/resource'Bjorn Helgaas
2026-02-06PCI: Disable ACS SV for IDT 0x80b5 switchManivannan Sadhasivam
2026-02-06PCI: Enable ACS after configuring IOMMU for OF platformsManivannan Sadhasivam
2026-01-30PCI/ACPI: Restrict program_hpx_type2() to AER bitsHåkon Bugge
2026-01-27PCI: Move CardBus bridge scanning to setup-cardbus.cIlpo Järvinen
2026-01-27PCI: Add pbus_validate_busn() for Bus Number validationIlpo Järvinen
2026-01-27PCI: Handle CardBus-specific params in setup-cardbus.cIlpo Järvinen
2026-01-27PCI: Separate CardBus setup & build it only with CONFIG_CARDBUSIlpo Järvinen
2026-01-27PCI: Add pci_resource_is_bridge_win()Ilpo Järvinen
2026-01-22PCI/AER: Update struct aer_err_info with kernel-doc formattingTerry Bowman
2026-01-22PCI/AER: Report CXL or PCIe bus type in AER trace loggingTerry Bowman
2025-12-23PCI: trace: Add RAS tracepoint to monitor link speed changesShuai Xue
2025-12-23PCI: Add FMT, TYPE and CPL status definition for TLP headerJacky Chou
2025-12-18PCI: Add preceding capability position support in PCI_FIND_NEXT_*_CAP macrosQiang Yu
2025-12-06Merge tag 'tsm-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds
2025-12-04Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-11-14PCI/IDE: Initialize an ID for all IDE streamsDan Williams
2025-11-14PCI: Move pci_rebar_size_to_bytes() and export itIlpo Järvinen
2025-11-14PCI: Move Resizable BAR code to rebar.cIlpo Järvinen
2025-11-14PCI: Fix restoring BARs on BAR resize rollback pathIlpo Järvinen
2025-11-14PCI/IOV: Adjust ->barsz[] when changing BAR sizeIlpo Järvinen
2025-11-12PCI/ASPM: Add pcie_aspm_remove_cap() to override advertised link statesBjorn Helgaas
2025-11-03PCI/IDE: Report available IDE streamsDan Williams
2025-11-03PCI/IDE: Add IDE establishment helpersDan Williams
2025-11-03PCI/TSM: Establish Secure Sessions and Link EncryptionDan Williams
2025-11-03PCI/IDE: Enumerate Selective Stream IDE capabilitiesDan Williams
2025-10-03Merge branch 'pci/capability-search'Bjorn Helgaas
2025-10-03Merge branch 'pci/virtualization'Bjorn Helgaas
2025-10-03Merge branch 'pci/resource'Bjorn Helgaas
2025-09-26PCI: Add lockdep assertion in pci_stop_and_remove_bus_device()Niklas Schnelle
2025-09-16PCI: Fix finding bridge window in pci_reassign_bridge_resources()Ilpo Järvinen
2025-09-16PCI: Add bridge window selection functionsIlpo Järvinen
2025-09-16PCI: Add defines for bridge window indexingIlpo Järvinen
2025-08-14PCI: Refactor extended capability search into PCI_FIND_NEXT_EXT_CAP()Hans Zhang
2025-08-14PCI: Refactor capability search into PCI_FIND_NEXT_CAP()Hans Zhang
2025-08-11PCI: Clean up pci_scan_child_bus_extend() loopIlpo Järvinen
2025-07-31Merge branch 'pci/controller/linkup-fix'Bjorn Helgaas
2025-07-31Merge branch 'pci/resources'Bjorn Helgaas
2025-07-14PCI/IOV: Allow IOV resources to be resized in pci_resize_resource()Michał Winiarski
2025-07-14PCI/IOV: Add pci_resource_num_to_vf_bar() to convert VF BAR number to/from IO...Michał Winiarski
2025-07-14PCI/IOV: Restore VF resizable BAR state after resetMichał Winiarski
2025-06-25PCI: Move link up wait time and max retries macros to pci.hNiklas Cassel
2025-06-25PCI: rockchip-host: Use macro PCIE_RESET_CONFIG_WAIT_MSNiklas Cassel
2025-06-25PCI: Rename PCIE_RESET_CONFIG_DEVICE_WAIT_MS to PCIE_RESET_CONFIG_WAIT_MSNiklas Cassel
2025-06-24PCI: Fix link speed calculation on retrain failureJiwei Sun