summaryrefslogtreecommitdiffstats
path: root/arch/x86/pci
Commit message (Expand)AuthorAgeFilesLines
* PCI: Disable D3cold on Asus B1400 PCI-NVMe bridgeDaniel Drake2024-02-291-0/+48
* Merge tag 'pci-v6.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-01-175-113/+142
|\
| * Merge branch 'pci/enumeration'Bjorn Helgaas2024-01-151-7/+21
| |\
| | * x86/pci: Clean up open-coded PCIBIOS return code manglingIlpo Järvinen2023-12-011-7/+21
| * | x86/pci: Reorder pci_mmcfg_arch_map() definition before callsBjorn Helgaas2023-12-051-19/+19
| * | x86/pci: Return pci_mmconfig_add() failure earlyBjorn Helgaas2023-12-051-7/+8
| * | x86/pci: Comment pci_mmconfig_insert() obscure MCFG dependencyBjorn Helgaas2023-12-051-0/+4
| * | x86/pci: Rename pci_mmcfg_check_reserved() to pci_mmcfg_reserved()Bjorn Helgaas2023-12-051-4/+4
| * | x86/pci: Rename acpi_mcfg_check_entry() to acpi_mcfg_valid_entry()Bjorn Helgaas2023-12-051-7/+7
| * | x86/pci: Rename 'MMCONFIG' to 'ECAM', use pr_fmtBjorn Helgaas2023-12-053-67/+52
| * | x86/pci: Add MCFG debug loggingBjorn Helgaas2023-12-052-5/+21
| * | x86/pci: Reword ECAM EfiMemoryMappedIO logging to avoid 'reserved'Bjorn Helgaas2023-12-051-8/+6
| * | x86/pci: Reserve ECAM if BIOS didn't include it in PNP0C02 _CRSBjorn Helgaas2023-12-051-1/+12
| |/
* / x86: sta2x11: include header for sta2x11_get_instance() prototypeArnd Bergmann2023-12-101-0/+1
|/
* x86/PCI: Avoid PME from D3hot/D3cold for AMD Rembrandt and Phoenix USB4Mario Limonciello2023-10-061-0/+59
* Merge tag 'pci-v6.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-08-301-2/+2
|\
| * x86/PCI: Use struct_size() in pirq_convert_irt_table()Christophe JAILLET2023-07-131-2/+2
* | Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-08-301-1/+1
|\ \
| * | x86/apic: Rename disable_apicThomas Gleixner2023-08-091-1/+1
| |/
* / range.h: Move resource API and constant to respective filesAndy Shevchenko2023-08-182-1/+9
|/
* Merge tag 'x86_cleanups_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-06-261-2/+2
|\
| * x86/pci: Mark local functions as 'static'Arnd Bergmann2023-05-181-2/+2
* | Merge tag 'for-linus-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-05-271-3/+5
|\ \ | |/ |/|
| * x86/pci/xen: populate MSI sysfs entriesMaximilian Heyne2023-05-241-3/+5
* | Merge tag 'pci-v6.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-04-271-0/+59
|\ \ | |/ |/|
| * PCI: Fix up L1SS capability for Intel Apollo Lake Root PortRon Lee2023-04-111-0/+59
* | x86/PCI: Add quirk for AMD XHCI controller that loses MSI-X state in D3hotBasavaraj Natikar2023-04-061-0/+21
|/
* x86/pci/xen: Fixup fallout from the PCI/MSI overhaulThomas Gleixner2023-01-161-1/+2
* x86/pci/xen: Set MSI_FLAG_PCI_MSIX support in Xen MSI domainDavid Woodhouse2023-01-161-0/+1
* x86/pci: Treat EfiMemoryMappedIO as reservation of ECAM spaceBjorn Helgaas2023-01-131-0/+31
* x86/pci: Simplify is_mmconf_reserved() messagesBjorn Helgaas2023-01-111-6/+7
* x86/PCI: Use pr_info() when possibleBjorn Helgaas2022-12-101-21/+18
* x86/PCI: Fix log message typoBjorn Helgaas2022-12-101-1/+1
* x86/PCI: Revert "x86/PCI: Clip only host bridge windows for E820 regions"Hans de Goede2022-06-171-7/+1
* Merge tag 'pci-v5.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-05-272-0/+101
|\
| * x86/PCI: Disable E820 reserved region clipping starting in 2023Hans de Goede2022-05-191-0/+21
| * x86/PCI: Disable E820 reserved region clipping via quirksHans de Goede2022-05-191-0/+53
| * x86/PCI: Add kernel cmdline options to use/ignore E820 reserved regionsHans de Goede2022-05-192-2/+24
| * x86/PCI: Clip only host bridge windows for E820 regionsBjorn Helgaas2022-04-081-0/+5
* | Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/...Linus Torvalds2022-05-251-1/+1
|\ \
| * | swiotlb: provide swiotlb_init variants that remap the bufferChristoph Hellwig2022-04-181-1/+1
| * | swiotlb: pass a gfp_mask argument to swiotlb_init_lateChristoph Hellwig2022-04-181-1/+1
| * | swiotlb: rename swiotlb_late_init_with_default_sizeChristoph Hellwig2022-04-181-1/+1
| |/
* | Merge tag 'x86-irq-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-05-231-64/+313
|\ \
| * | x86/PCI: Fix coding style in PIRQ table verificationMaciej W. Rozycki2022-04-101-1/+1
| * | x86/PCI: Fix ALi M1487 (IBC) PIRQ router link value interpretationMaciej W. Rozycki2022-04-101-3/+16
| * | x86/PCI: Add $IRT PIRQ routing table supportMaciej W. Rozycki2022-04-101-0/+76
| * | x86/PCI: Handle PIRQ routing tables with no router device givenMaciej W. Rozycki2022-04-101-20/+44
| * | x86/PCI: Add PIRQ routing table range checksMaciej W. Rozycki2022-04-101-5/+12
| * | x86/PCI: Add support for the SiS85C497 PIRQ routerMaciej W. Rozycki2022-04-101-0/+80