summaryrefslogtreecommitdiffstats
path: root/arch/x86/pci
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | x86/PCI: Disambiguate SiS85C503 PIRQ router code entitiesMaciej W. Rozycki2022-04-101-15/+18
| * | x86/PCI: Handle IRQ swizzling with PIRQ routersMaciej W. Rozycki2022-04-101-13/+47
| * | x86/PCI: Also match function number in $PIR tableMaciej W. Rozycki2022-04-101-4/+15
| * | x86/PCI: Include function number in $PIR table dumpMaciej W. Rozycki2022-04-101-1/+2
| * | x86/PCI: Show the physical address of the $PIR tableMaciej W. Rozycki2022-04-101-2/+2
| |/
* / x86/pci/xen: Disable PCI/MSI[-X] masking for XEN_HVM guestsThomas Gleixner2022-04-291-1/+5
|/
* PCI/sysfs: Find shadow ROM before static attribute initializationBjorn Helgaas2022-01-261-2/+2
* Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-161-1/+1
|\
| * x86/PCI: Remove initialization of static variables to falseLongji Guo2022-01-111-1/+1
* | x86/pci/xen: Use msi_for_each_desc()Thomas Gleixner2021-12-161-8/+6
* | PCI/MSI: Use msi_desc::msi_indexThomas Gleixner2021-12-161-1/+1
* | x86/pci/XEN: Use PCI device propertyThomas Gleixner2021-12-161-7/+2
* | PCI/MSI: Make arch_restore_msi_irqs() less horrible.Thomas Gleixner2021-12-091-6/+7
* | genirq/msi, treewide: Use a named struct for PCI/MSI attributesThomas Gleixner2021-12-091-3/+3
|/