aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/probe.c
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-1/+30
2025-12-04Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+8
2025-12-03Merge branch 'pci/misc'Bjorn Helgaas1-2/+1
2025-12-03Merge branch 'pci/err'Bjorn Helgaas1-2/+0
2025-11-24PCI/PM: Stop needlessly clearing state_saved on enumeration and thawLukas Wunner1-2/+0
2025-11-24PCI: Use max() instead of max_t() to ease static analysisDavid Laight1-2/+1
2025-11-14Merge tag 'pci-v6.18-fixes-5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+7
2025-11-12PCI/ASPM: Cache L0s/L1 Supported so advertised link states can be overriddenBjorn Helgaas1-0/+7
2025-11-03PCI/IDE: Report available IDE streamsDan Williams1-1/+13
2025-11-03PCI/IDE: Add IDE establishment helpersDan Williams1-0/+1
2025-11-03PCI: Add PCIe Device 3 Extended Capability enumerationDan Williams1-0/+12
2025-11-03PCI/TSM: Establish Secure Sessions and Link EncryptionDan Williams1-0/+3
2025-11-03PCI/IDE: Enumerate Selective Stream IDE capabilitiesDan Williams1-0/+1
2025-10-28PCI: Enable host bridge emulation for PCI_DOMAINS_GENERIC platformsDan Williams1-1/+7
2025-10-14PCI: Revert early bridge resource set upIlpo Järvinen1-10/+3
2025-10-03Merge branch 'pci/virtualization'Bjorn Helgaas1-1/+1
2025-10-03Merge branch 'pci/resource'Bjorn Helgaas1-12/+36
2025-10-03Merge branch 'pci/pwrctrl'Bjorn Helgaas1-3/+16
2025-09-26PCI: Add lockdep assertion in pci_stop_and_remove_bus_device()Niklas Schnelle1-1/+1
2025-09-25PCI: Set up bridge resources earlierIlpo Järvinen1-3/+10
2025-09-16PCI: Add defines for bridge window indexingIlpo Järvinen1-3/+7
2025-09-16PCI: Preserve bridge window resource type flagsIlpo Järvinen1-6/+19
2025-08-27PCI/pwrctrl: Fix device and OF node leak at bus scanJohan Hovold1-3/+16
2025-08-11PCI: Clean up pci_scan_child_bus_extend() loopIlpo Järvinen1-3/+3
2025-08-11PCI: Clean up early_dump_pci_device()Ilpo Järvinen1-4/+5
2025-08-11PCI: Use header type defines in pci_setup_device()Ilpo Järvinen1-2/+2
2025-08-01Merge tag 'pci-v6.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+11
2025-07-31Merge branch 'pci/hotplug'Bjorn Helgaas1-1/+1
2025-07-29PCI/ACPI: Fix runtime PM ref imbalance on Hot-Plug Capable portsLukas Wunner1-1/+1
2025-07-22PCI: Support Immediate Readiness on devices without PM capabilitiesSean Christopherson1-0/+10
2025-07-22PCI/pwrctrl: Create pwrctrl devices only when CONFIG_PCI_PWRCTRL is enabledManivannan Sadhasivam1-0/+7
2025-05-15PCI: Limit visibility of match_driver flag to PCI coreLukas Wunner1-1/+0
2025-04-16PCI: Use PCI_STD_NUM_BARS instead of 6Ilpo Järvinen1-1/+1
2025-03-28Merge tag 'pci-v6.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-11/+67
2025-03-27Merge branch 'pci/devtree-create'Bjorn Helgaas1-0/+2
2025-03-27Merge branch 'pci/pwrctrl'Bjorn Helgaas1-0/+41
2025-03-27Merge branch 'pci/enumeration'Bjorn Helgaas1-9/+19
2025-03-27Merge branch 'pci/doe'Bjorn Helgaas1-0/+2
2025-03-21PCI/DOE: Expose DOE features via sysfsAlistair Francis1-0/+2
2025-03-10PCI: Remove stray put_device() in pci_register_host_bridge()Dan Carpenter1-3/+2
2025-03-10PCI: Fix reference leak in pci_alloc_child_bus()Ma Ke1-1/+4
2025-03-10PCI: Fix reference leak in pci_register_host_bridge()Ma Ke1-2/+7
2025-03-10PCI: Cache offset of Resizable BAR capabilityBjorn Helgaas1-0/+1
2025-03-10PCI: Enable Configuration RRS SV earlyBjorn Helgaas1-3/+5
2025-02-28PCI: of: Create device tree PCI host bridge nodeHerve Codina1-0/+2
2025-02-21PCI: Track Flit Mode Status & print it with link statusIlpo Järvinen1-2/+3
2025-02-20PCI/pwrctrl: Skip scanning for the device further if pwrctrl device is createdManivannan Sadhasivam1-10/+17
2025-02-20PCI/pwrctrl: Move creation of pwrctrl devices to pci_scan_device()Manivannan Sadhasivam1-0/+34
2025-02-12PCI: Fix BUILD_BUG_ON usage for old gccAlex Williamson1-2/+3
2025-01-23Merge branch 'pci/err'Bjorn Helgaas1-5/+9