aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/pci.h
AgeCommit message (Expand)AuthorFilesLines
2025-12-06Merge tag 'tsm-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds1-0/+21
2025-12-04Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-8/+6
2025-11-14PCI/IDE: Initialize an ID for all IDE streamsDan Williams1-0/+2
2025-11-14PCI: Move pci_rebar_size_to_bytes() and export itIlpo Järvinen1-4/+0
2025-11-14PCI: Move Resizable BAR code to rebar.cIlpo Järvinen1-0/+1
2025-11-14PCI: Fix restoring BARs on BAR resize rollback pathIlpo Järvinen1-1/+3
2025-11-14PCI/IOV: Adjust ->barsz[] when changing BAR sizeIlpo Järvinen1-3/+2
2025-11-12PCI/ASPM: Add pcie_aspm_remove_cap() to override advertised link statesBjorn Helgaas1-0/+2
2025-11-03PCI/IDE: Report available IDE streamsDan Williams1-0/+1
2025-11-03PCI/IDE: Add IDE establishment helpersDan Williams1-0/+2
2025-11-03PCI/TSM: Establish Secure Sessions and Link EncryptionDan Williams1-0/+10
2025-11-03PCI/IDE: Enumerate Selective Stream IDE capabilitiesDan Williams1-0/+6
2025-10-03Merge branch 'pci/capability-search'Bjorn Helgaas1-0/+85
2025-10-03Merge branch 'pci/virtualization'Bjorn Helgaas1-0/+2
2025-10-03Merge branch 'pci/resource'Bjorn Helgaas1-1/+7
2025-09-26PCI: Add lockdep assertion in pci_stop_and_remove_bus_device()Niklas Schnelle1-0/+2
2025-09-16PCI: Fix finding bridge window in pci_reassign_bridge_resources()Ilpo Järvinen1-1/+1
2025-09-16PCI: Add bridge window selection functionsIlpo Järvinen1-0/+2
2025-09-16PCI: Add defines for bridge window indexingIlpo Järvinen1-0/+4
2025-08-14PCI: Refactor extended capability search into PCI_FIND_NEXT_EXT_CAP()Hans Zhang1-0/+40
2025-08-14PCI: Refactor capability search into PCI_FIND_NEXT_CAP()Hans Zhang1-0/+45
2025-08-11PCI: Clean up pci_scan_child_bus_extend() loopIlpo Järvinen1-0/+1
2025-07-31Merge branch 'pci/controller/linkup-fix'Bjorn Helgaas1-8/+5
2025-07-31Merge branch 'pci/resources'Bjorn Helgaas1-0/+39
2025-07-14PCI/IOV: Allow IOV resources to be resized in pci_resize_resource()Michał Winiarski1-0/+9
2025-07-14PCI/IOV: Add pci_resource_num_to_vf_bar() to convert VF BAR number to/from IO...Michał Winiarski1-0/+18
2025-07-14PCI/IOV: Restore VF resizable BAR state after resetMichał Winiarski1-0/+12
2025-06-25PCI: Move link up wait time and max retries macros to pci.hNiklas Cassel1-0/+4
2025-06-25PCI: rockchip-host: Use macro PCIE_RESET_CONFIG_WAIT_MSNiklas Cassel1-7/+0
2025-06-25PCI: Rename PCIE_RESET_CONFIG_DEVICE_WAIT_MS to PCIE_RESET_CONFIG_WAIT_MSNiklas Cassel1-1/+1
2025-06-24PCI: Fix link speed calculation on retrain failureJiwei Sun1-13/+19
2025-06-04Merge tag 'pci-v6.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-17/+58
2025-06-04Merge branch 'pci/controller/qcom'Bjorn Helgaas1-1/+31
2025-06-04Merge branch 'pci/pm'Bjorn Helgaas1-0/+1
2025-06-04Merge branch 'pci/hotplug'Bjorn Helgaas1-0/+3
2025-06-04Merge branch 'pci/enumeration'Bjorn Helgaas1-0/+11
2025-06-04Merge branch 'pci/devres'Bjorn Helgaas1-5/+0
2025-06-04Merge branch 'pci/bwctrl'Bjorn Helgaas1-7/+3
2025-05-23PCI/AER: Add sysfs attributes for log ratelimitsJon Pan-Doh1-0/+1
2025-05-23PCI/AER: Ratelimit correctable and non-fatal error loggingJon Pan-Doh1-1/+3
2025-05-23PCI/AER: Convert aer_get_device_error_info(), aer_print_error() to indexBjorn Helgaas1-2/+2
2025-05-23PCI/ERR: Add printk level to pcie_print_tlp_log()Bjorn Helgaas1-1/+2
2025-05-23PCI/AER: Check log level once and remember itKarolina Stolarek1-0/+1
2025-05-22PCI: Remove function pcim_intx() prototype from pci.hPhilipp Stanner1-2/+0
2025-05-19PCI: Remove pcim_request_region_exclusive()Philipp Stanner1-2/+0
2025-05-19PCI: Remove hybrid devres nature from request functionsPhilipp Stanner1-1/+0
2025-05-15PCI: Limit visibility of match_driver flag to PCI coreLukas Wunner1-0/+11
2025-05-15PCI/bwctrl: Replace lbms_count with PCI_LINK_LBMS_SEEN flagIlpo Järvinen1-7/+3
2025-05-05PCI: Explicitly put devices into D0 when initializingMario Limonciello1-0/+1
2025-04-19PCI: of: Add of_pci_get_equalization_presets() APIKrishna Chaitanya Chundru1-1/+31