summaryrefslogtreecommitdiff
path: root/drivers/pci/probe.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-3/+3
2026-02-13Merge tag 'cxl-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-0/+31
2026-02-12Merge tag 'pci-v7.0-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-159/+90
2026-02-07Merge branch 'pci/virtualization'Bjorn Helgaas1-12/+0
2026-02-07Merge branch 'pci/trace'Bjorn Helgaas1-3/+6
2026-02-07Merge branch 'pci/resource'Bjorn Helgaas1-84/+50
2026-02-07Merge branch 'pci/pwrctrl'Bjorn Helgaas1-59/+0
2026-02-07PCI: Disable ACS SV for IDT 0x80b5 switchManivannan Sadhasivam1-12/+0
2026-01-31PCI/MSI: Convert the boolean no_64bit_msi flag to a DMA address maskVivian Wang1-0/+7
2026-01-30PCI: Initialize RCB from pci_configure_device()Håkon Bugge1-0/+32
2026-01-28PCI: Move CardBus bridge scanning to setup-cardbus.cIlpo Järvinen1-58/+15
2026-01-28PCI: Add pbus_validate_busn() for Bus Number validationIlpo Järvinen1-12/+21
2026-01-28PCI: Add dword #defines for Bus Number + Secondary Latency TimerIlpo Järvinen1-12/+13
2026-01-28PCI: Use scnprintf() instead of sprintf()Ilpo Järvinen1-3/+4
2026-01-23PCI: Introduce pcie_is_cxl()Terry Bowman1-0/+31
2026-01-16PCI/pwrctrl: Switch to pwrctrl create, power on/off, destroy APIsManivannan Sadhasivam1-59/+0
2026-01-09PCI: Do not attempt to set ExtTag for VFsHåkon Bugge1-1/+2
2025-12-24PCI: trace: Add RAS tracepoint to monitor link speed changesShuai Xue1-3/+6
2025-12-24PCI: Use resource_set_range() that correctly sets ->endIlpo Järvinen1-4/+2
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-05Merge 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-25PCI/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-15Merge tag 'pci-v6.18-fixes-5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+7
2025-11-13PCI/ASPM: Cache L0s/L1 Supported so advertised link states can be overriddenBjorn Helgaas1-0/+7
2025-11-04PCI/IDE: Report available IDE streamsDan Williams1-1/+13
2025-11-04PCI/IDE: Add IDE establishment helpersDan Williams1-0/+1
2025-11-04PCI: Add PCIe Device 3 Extended Capability enumerationDan Williams1-0/+12
2025-11-04PCI/TSM: Establish Secure Sessions and Link EncryptionDan Williams1-0/+3
2025-11-04PCI/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-27PCI: Add lockdep assertion in pci_stop_and_remove_bus_device()Niklas Schnelle1-1/+1
2025-09-26PCI: 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-08-01Merge 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-23PCI: Support Immediate Readiness on devices without PM capabilitiesSean Christopherson1-0/+10