summaryrefslogtreecommitdiff
path: root/include/linux/pci.h
AgeCommit message (Expand)AuthorFilesLines
2026-04-16Merge tag 'pci-v7.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-10/+21
2026-04-13Merge branch 'pci/resource'Bjorn Helgaas1-3/+9
2026-04-13Merge branch 'pci/reset'Bjorn Helgaas1-1/+9
2026-04-13Merge branch 'pci/ptm'Bjorn Helgaas1-3/+3
2026-04-07PCI: Remove no_pci_devices()Heiner Kallweit1-3/+0
2026-04-04PCI: use generic driver_override infrastructureDanilo Krummrich1-6/+0
2026-03-27PCI: Align head space betterIlpo Järvinen1-0/+5
2026-03-27resource: Pass full extent of empty space to resource_alignf callbackIlpo Järvinen1-3/+4
2026-03-09PCI: Allow all bus devices to use the same slotKeith Busch1-1/+9
2026-02-27PCI/PTM: Do not enable PTM automatically for Root and Switch Upstream PortsMika Westerberg1-1/+1
2026-02-24PCI/PTM: Drop pci_enable_ptm() granularity parameterMika Westerberg1-2/+2
2026-02-13Merge tag 'cxl-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-0/+6
2026-02-12Merge tag 'pci-v7.0-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+12
2026-02-11Merge tag 'irq-msi-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+7
2026-02-10Merge tag 'kthread-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+3
2026-02-07Merge branch 'pci/virtualization'Bjorn Helgaas1-0/+1
2026-02-07Merge branch 'pci/resource'Bjorn Helgaas1-1/+5
2026-02-07Merge branch 'pci/pwrctrl'Bjorn Helgaas1-1/+0
2026-02-07Merge branch 'pci/iommu'Bjorn Helgaas1-0/+5
2026-02-07PCI/bwctrl: Disable BW controller on Intel P45 using a quirkIlpo Järvinen1-0/+1
2026-02-07PCI: Cache ACS Capabilities registerManivannan Sadhasivam1-0/+1
2026-02-03PCI: Flush PCI probe workqueue on cpuset isolated partition changeFrederic Weisbecker1-0/+3
2026-01-31PCI/MSI: Convert the boolean no_64bit_msi flag to a DMA address maskVivian Wang1-1/+7
2026-01-28PCI: Separate CardBus setup & build it only with CONFIG_CARDBUSIlpo Järvinen1-1/+5
2026-01-23PCI: Introduce pcie_is_cxl()Terry Bowman1-0/+6
2026-01-16PCI: Drop the assert_perst() callbackManivannan Sadhasivam1-1/+0
2026-01-13PCI: Add PCI_BRIDGE_NO_ALIAS quirk for ASPEED AST1150Nirmoy Das1-0/+5
2026-01-12PCI: Provide pci_free_irq_vectors() stubBoqun Feng1-0/+4
2025-12-06Merge tag 'tsm-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds1-0/+34
2025-12-05Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-8/+19
2025-12-03Merge branch 'pci/pwrctrl-tc9563'Bjorn Helgaas1-0/+1
2025-12-03Merge branch 'pci/controller/keystone'Bjorn Helgaas1-0/+1
2025-12-03Merge branch 'pci/resource'Bjorn Helgaas1-8/+8
2025-12-03Merge branch 'pci/ptm'Bjorn Helgaas1-0/+2
2025-11-18PCI: Add .assert_perst() to control PCIe PERST#Krishna Chaitanya Chundru1-0/+1
2025-11-15PCI/IDE: Initialize an ID for all IDE streamsDan Williams1-0/+1
2025-11-15PCI/IDE: Add Address Association Register setup for downstream MMIOXu Yilun1-0/+5
2025-11-14PCI: Convert BAR sizes bitmasks to u64Ilpo Järvinen1-1/+1
2025-11-14PCI: Add pci_rebar_get_max_size()Ilpo Järvinen1-0/+1
2025-11-14PCI: Add pci_rebar_size_supported() helperIlpo Järvinen1-0/+1
2025-11-14PCI: Move pci_rebar_size_to_bytes() and export itIlpo Järvinen1-0/+1
2025-11-14PCI: Move pci_rebar_bytes_to_size() and clean it upIlpo Järvinen1-7/+3
2025-11-14PCI: Fix restoring BARs on BAR resize rollback pathIlpo Järvinen1-1/+2
2025-11-13PCI: Export pci_get_host_bridge_device() for use by pci-keystoneSiddharth Vadapalli1-0/+1
2025-11-13PCI/ASPM: Cache L0s/L1 Supported so advertised link states can be overriddenBjorn Helgaas1-0/+2
2025-11-13PCI/PTM: Enable only if device advertises relevant roleMika Westerberg1-0/+2
2025-11-04PCI/IDE: Add IDE establishment helpersDan Williams1-0/+6
2025-11-04PCI: Add PCIe Device 3 Extended Capability enumerationDan Williams1-0/+1
2025-11-04PCI/TSM: Establish Secure Sessions and Link EncryptionDan Williams1-0/+3
2025-11-04PCI: Introduce pci_walk_bus_reverse(), for_each_pci_dev_reverse()Dan Williams1-0/+11