summaryrefslogtreecommitdiff
path: root/drivers/pci/pci.c
AgeCommit message (Expand)Author
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-11Merge tag 'pci-v7.0-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-02-06Merge branch 'pci/controller/dwc'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-06Merge branch 'pci/pm'Bjorn Helgaas
2026-02-06PCI: Disable ACS SV for IDT 0x80b5 switchManivannan Sadhasivam
2026-02-06PCI: Cache ACS Capabilities registerManivannan Sadhasivam
2026-02-06PCI: Enable ACS after configuring IOMMU for OF platformsManivannan Sadhasivam
2026-02-06PCI: Use device_lock_assert() to verify device lock is heldIlpo Järvinen
2026-02-06PCI: Use lockdep_assert_held(pci_bus_sem) to verify lock is heldIlpo Järvinen
2026-02-06PCI: Fix pci_slot_lock () device lockingKeith Busch
2026-02-06PCI: Fix pci_slot_trylock() error handlingJinhui Guo
2026-02-06PCI/PME: Replace RMW of Root Status register with direct writeLukas Wunner
2026-01-29PCI: Check parent for NULL in of_pci_bus_release_domain_nr()Sergey Shtylyov
2026-01-27PCI: Handle CardBus-specific params in setup-cardbus.cIlpo Järvinen
2026-01-22PCI/PM: Prevent runtime suspend until devices are fully initializedBrian Norris
2026-01-10PCI: Suspend iommu function prior to resetting a deviceNicolin Chen
2026-01-05PCI/PM: Avoid redundant delays on D3hot->D3coldBrian Norris
2025-12-23PCI: trace: Add RAS tracepoint to monitor link speed changesShuai Xue
2025-12-18PCI: Add preceding capability position support in PCI_FIND_NEXT_*_CAP macrosQiang Yu
2025-12-03Merge branch 'pci/resource'Bjorn Helgaas
2025-12-03Merge branch 'pci/err'Bjorn Helgaas
2025-11-24PCI/ERR: Ensure error recoverability at all timesLukas Wunner
2025-11-14PCI: Move Resizable BAR code to rebar.cIlpo Järvinen
2025-11-14PCI/IOV: Adjust ->barsz[] when changing BAR sizeIlpo Järvinen
2025-10-28PCI: Enable host bridge emulation for PCI_DOMAINS_GENERIC platformsDan Williams
2025-10-06Merge tag 'pci-v6.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-10-03Merge branch 'pci/capability-search'Bjorn Helgaas
2025-09-22PCI/PM: Skip resuming to D0 if device is disconnectedMario Limonciello
2025-09-08PCI: Test for bit underflow in pcie_set_readrq()Kees Cook
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-14PCI: Clean up __pci_find_next_cap_ttl() readabilityHans Zhang
2025-08-01Merge tag 'pci-v6.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-07-31Merge branch 'pci/resources'Bjorn Helgaas
2025-07-31Merge branch 'pci/hotplug'Bjorn Helgaas
2025-07-29PCI: Move is_pciehp check out of pciehp_is_native()Lukas Wunner
2025-07-29PCI/ACPI: Fix runtime PM ref imbalance on Hot-Plug Capable portsLukas Wunner
2025-07-22PCI: Support Immediate Readiness on devices without PM capabilitiesSean Christopherson
2025-07-14PCI/IOV: Allow IOV resources to be resized in pci_resize_resource()Michał Winiarski
2025-06-13PCI/PM: Set up runtime PM even for devices without PCI PMMario Limonciello
2025-06-04Merge tag 'pci-v6.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-06-04Merge branch 'pci/misc'Bjorn Helgaas
2025-06-04Merge branch 'pci/reset'Bjorn Helgaas
2025-06-04Merge branch 'pci/pm'Bjorn Helgaas
2025-06-04Merge branch 'pci/enumeration'Bjorn Helgaas
2025-06-04Merge branch 'pci/devres'Bjorn Helgaas