aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/pci
AgeCommit message (Expand)AuthorFilesLines
2023-10-06x86/PCI: Avoid PME from D3hot/D3cold for AMD Rembrandt and Phoenix USB4Gravatar Mario Limonciello 1-0/+59
2023-08-30Merge tag 'pci-v6.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+2
2023-08-30Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2023-08-18range.h: Move resource API and constant to respective filesGravatar Andy Shevchenko 2-1/+9
2023-08-09x86/apic: Rename disable_apicGravatar Thomas Gleixner 1-1/+1
2023-07-13x86/PCI: Use struct_size() in pirq_convert_irt_table()Gravatar Christophe JAILLET 1-2/+2
2023-06-26Merge tag 'x86_cleanups_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+2
2023-05-27Merge tag 'for-linus-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-3/+5
2023-05-24x86/pci/xen: populate MSI sysfs entriesGravatar Maximilian Heyne 1-3/+5
2023-05-18x86/pci: Mark local functions as 'static'Gravatar Arnd Bergmann 1-2/+2
2023-04-27Merge tag 'pci-v6.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+59
2023-04-11PCI: Fix up L1SS capability for Intel Apollo Lake Root PortGravatar Ron Lee 1-0/+59
2023-04-06x86/PCI: Add quirk for AMD XHCI controller that loses MSI-X state in D3hotGravatar Basavaraj Natikar 1-0/+21
2023-01-16x86/pci/xen: Fixup fallout from the PCI/MSI overhaulGravatar Thomas Gleixner 1-1/+2
2023-01-16x86/pci/xen: Set MSI_FLAG_PCI_MSIX support in Xen MSI domainGravatar David Woodhouse 1-0/+1
2023-01-13x86/pci: Treat EfiMemoryMappedIO as reservation of ECAM spaceGravatar Bjorn Helgaas 1-0/+31
2023-01-11x86/pci: Simplify is_mmconf_reserved() messagesGravatar Bjorn Helgaas 1-6/+7
2022-12-10x86/PCI: Use pr_info() when possibleGravatar Bjorn Helgaas 1-21/+18
2022-12-10x86/PCI: Fix log message typoGravatar Bjorn Helgaas 1-1/+1
2022-06-17x86/PCI: Revert "x86/PCI: Clip only host bridge windows for E820 regions"Gravatar Hans de Goede 1-7/+1
2022-05-27Merge tag 'pci-v5.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-0/+101
2022-05-25Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/...Gravatar Linus Torvalds 1-1/+1
2022-05-23Merge tag 'x86-irq-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-64/+313
2022-05-19x86/PCI: Disable E820 reserved region clipping starting in 2023Gravatar Hans de Goede 1-0/+21
2022-05-19x86/PCI: Disable E820 reserved region clipping via quirksGravatar Hans de Goede 1-0/+53
2022-05-19x86/PCI: Add kernel cmdline options to use/ignore E820 reserved regionsGravatar Hans de Goede 2-2/+24
2022-04-29x86/pci/xen: Disable PCI/MSI[-X] masking for XEN_HVM guestsGravatar Thomas Gleixner 1-1/+5
2022-04-18swiotlb: provide swiotlb_init variants that remap the bufferGravatar Christoph Hellwig 1-1/+1
2022-04-18swiotlb: pass a gfp_mask argument to swiotlb_init_lateGravatar Christoph Hellwig 1-1/+1
2022-04-18swiotlb: rename swiotlb_late_init_with_default_sizeGravatar Christoph Hellwig 1-1/+1
2022-04-10x86/PCI: Fix coding style in PIRQ table verificationGravatar Maciej W. Rozycki 1-1/+1
2022-04-10x86/PCI: Fix ALi M1487 (IBC) PIRQ router link value interpretationGravatar Maciej W. Rozycki 1-3/+16
2022-04-10x86/PCI: Add $IRT PIRQ routing table supportGravatar Maciej W. Rozycki 1-0/+76
2022-04-10x86/PCI: Handle PIRQ routing tables with no router device givenGravatar Maciej W. Rozycki 1-20/+44
2022-04-10x86/PCI: Add PIRQ routing table range checksGravatar Maciej W. Rozycki 1-5/+12
2022-04-10x86/PCI: Add support for the SiS85C497 PIRQ routerGravatar Maciej W. Rozycki 1-0/+80
2022-04-10x86/PCI: Disambiguate SiS85C503 PIRQ router code entitiesGravatar Maciej W. Rozycki 1-15/+18
2022-04-10x86/PCI: Handle IRQ swizzling with PIRQ routersGravatar Maciej W. Rozycki 1-13/+47
2022-04-10x86/PCI: Also match function number in $PIR tableGravatar Maciej W. Rozycki 1-4/+15
2022-04-10x86/PCI: Include function number in $PIR table dumpGravatar Maciej W. Rozycki 1-1/+2
2022-04-10x86/PCI: Show the physical address of the $PIR tableGravatar Maciej W. Rozycki 1-2/+2
2022-04-08x86/PCI: Clip only host bridge windows for E820 regionsGravatar Bjorn Helgaas 1-0/+5
2022-01-26PCI/sysfs: Find shadow ROM before static attribute initializationGravatar Bjorn Helgaas 1-2/+2
2022-01-16Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2022-01-11x86/PCI: Remove initialization of static variables to falseGravatar Longji Guo 1-1/+1
2021-12-16x86/pci/xen: Use msi_for_each_desc()Gravatar Thomas Gleixner 1-8/+6
2021-12-16PCI/MSI: Use msi_desc::msi_indexGravatar Thomas Gleixner 1-1/+1
2021-12-16x86/pci/XEN: Use PCI device propertyGravatar Thomas Gleixner 1-7/+2
2021-12-09PCI/MSI: Make arch_restore_msi_irqs() less horrible.Gravatar Thomas Gleixner 1-6/+7
2021-12-09genirq/msi, treewide: Use a named struct for PCI/MSI attributesGravatar Thomas Gleixner 1-3/+3