aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pci/pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-15Revert "PCI: Avoid reset when disabled via sysfs"Alex Williamson1-4/+0
2025-03-27Merge branch 'pci/misc'Bjorn Helgaas1-1/+1
2025-03-27Merge branch 'pci/resource'Bjorn Helgaas1-3/+3
2025-03-27Merge branch 'pci/reset'Bjorn Helgaas1-1/+10
2025-03-27Merge branch 'pci/pm'Bjorn Helgaas1-4/+4
2025-03-27Merge branch 'pci/enumeration'Bjorn Helgaas1-2/+7
2025-03-27Merge branch 'pci/devres'Bjorn Helgaas1-0/+6
2025-03-27Merge branch 'pci/aer'Bjorn Helgaas1-4/+8
2025-03-20PCI: Allow PCI bridges to go to D3Hot on all non-x86Manivannan Sadhasivam1-4/+4
2025-03-14PCI: Check BAR index for validityPhilipp Stanner1-0/+6
2025-03-10PCI: Cache offset of Resizable BAR capabilityBjorn Helgaas1-2/+7
2025-03-08PCI: Fix typosBjorn Helgaas1-1/+1
2025-03-07PCI: Increase Resizable BAR support from 512 GB to 128 TBZhiyuan Dai1-2/+2
2025-03-04PCI: Avoid reset when disabled via sysfsNishanth Aravamudan1-0/+4
2025-03-04PCI: Log debug messages about reset methodBjorn Helgaas1-1/+6
2025-02-21PCI: Track Flit Mode Status & print it with link statusIlpo Järvinen1-4/+8
2025-02-21PCI/ACS: Fix 'pci=config_acs=' parameterTushar Dave1-5/+13
2025-02-14PCI: Cleanup dev->resource + resno to use pci_resource_n()Ilpo Järvinen1-1/+1
2025-01-25Merge tag 'pci-v6.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds1-203/+72
2025-01-23Merge branch 'pci/misc'Bjorn Helgaas1-1/+0
2025-01-23Merge branch 'pci/controller/iommu-map'Bjorn Helgaas1-1/+35
2025-01-23Merge branch 'pci/pci-sysfs'Bjorn Helgaas1-124/+1
2025-01-23Merge branch 'pci/err'Bjorn Helgaas1-28/+0
2025-01-21PCI: Don't include 'pm_wakeup.h' directlyWolfram Sang1-1/+0
2025-01-18PCI: Remove devres from pci_intx()Philipp Stanner1-41/+2
2025-01-18PCI: Export pci_intx_unmanaged() and pcim_intx()Philipp Stanner1-0/+29
2025-01-15PCI: Add enable_device() and disable_device() callbacks for bridgesFrank Li1-1/+35
2025-01-15PCI/sysfs: Move reset related sysfs code to correct fileIlpo Järvinen1-124/+1
2025-01-14PCI: Move TLP Log handling to its own fileIlpo Järvinen1-27/+0
2025-01-14PCI: Don't expose pcie_read_tlp_log() outside PCI subsystemIlpo Järvinen1-1/+0
2024-12-19PCI: Honor Max Link Speed when determining supported speedsLukas Wunner1-2/+4
2024-12-05PCI: Encourage resource request API users to supply driver namePhilipp Stanner1-36/+33
2024-11-26Merge tag 'pci-v6.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds1-22/+56
2024-11-25Merge branch 'pci/misc'Bjorn Helgaas1-2/+3
2024-11-25Merge branch 'pci/tph'Bjorn Helgaas1-0/+4
2024-11-25Merge branch 'pci/resource'Bjorn Helgaas1-2/+1
2024-11-25Merge branch 'pci/reset'Bjorn Helgaas1-1/+5
2024-11-20Merge tag 'devicetree-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-1/+1
2024-11-16PCI/bwctrl: Re-add BW notification portdrv as PCIe BW controllerIlpo Järvinen1-1/+1
2024-11-13PCI: Warn if a running device is unaware of resetKeith Busch1-0/+4
2024-11-13PCI: Add 'reset_subordinate' to reset hierarchy below bridgeKeith Busch1-1/+1
2024-11-11PCI: Store all PCIe Supported Link SpeedsIlpo Järvinen1-16/+42
2024-10-29PCI: Fix pci_enable_acs() support for the ACS quirksJason Gunthorpe1-5/+9
2024-10-15PCI: Constify pci_register_io_range() fwnode_handleRob Herring (Arm)1-1/+1
2024-10-10PCI: Use resource_set_{range,size}() helpersIlpo Järvinen1-2/+1
2024-10-02PCI: Fix reset_method_store() memory leakTodd Kjos1-2/+3
2024-10-02PCI: Add TLP Processing Hints (TPH) supportWei Huang1-0/+4
2024-09-23Merge tag 'pci-v6.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds1-24/+51
2024-09-19Merge branch 'pci/controller/qcom'Bjorn Helgaas1-7/+7
2024-09-19Merge branch 'pci/reset'Bjorn Helgaas1-2/+6