aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/pci
AgeCommit message (Expand)AuthorFilesLines
2026-05-06treewide: Explicitly include the x86 CPUID headersAhmed S. Darwish1-0/+1
2026-03-27PCI: Align head space betterIlpo Järvinen1-0/+2
2026-03-27resource: Pass full extent of empty space to resource_alignf callbackIlpo Järvinen1-1/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds7-8/+8
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook7-8/+8
2025-08-11PCI: Add Extended Tag + MRRS quirk for Xeon 6Ilpo Järvinen1-0/+40
2025-06-04Merge tag 'pci-v6.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-3/+3
2025-05-27Merge tag 'pm-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-2/+2
2025-05-13PM: sleep: Introduce pm_suspend_in_progress()Rafael J. Wysocki1-2/+2
2025-05-13Merge branch 'x86/msr' into x86/core, to resolve conflictsIngo Molnar2-6/+7
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)1-1/+2
2025-04-17x86/PCI: Drop 'pci' suffix from intel_mid_pci.cAndy Shevchenko2-3/+3
2025-04-14x86/platform/amd: Move the <asm/amd_node.h> header to <asm/amd/node.h>Ingo Molnar1-1/+1
2025-04-14x86/platform/amd: Move the <asm/amd_nb.h> header to <asm/amd/nb.h>Ingo Molnar1-1/+1
2025-04-10x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'Ingo Molnar1-1/+1
2025-04-10x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'Ingo Molnar1-4/+4
2025-03-25Merge tag 'for-linus-6.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-6/+2
2025-03-21PCI/MSI: Convert pci_msi_ignore_mask to per MSI domain flagRoger Pau Monne1-6/+2
2025-02-27x86/pci: Remove old STA2x11 supportArnd Bergmann2-235/+0
2025-01-25Merge tag 'pci-v6.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+30
2025-01-15PCI: Avoid putting some root ports into D3 on TUXEDO Sirius Gen1Werner Sembach1-0/+30
2025-01-08x86/amd_nb: Move SMN access code to a new amd_node driverMario Limonciello1-2/+2
2024-11-25Merge branch 'pci/thunderbolt'Bjorn Helgaas1-0/+119
2024-11-06PCI: Detect and trust built-in Thunderbolt chipsEsther Shimanovich1-0/+119
2024-10-18PCI: Remove unused PCI_SUBTRACTIVE_DECODEIlpo Järvinen1-1/+1
2024-08-21x86/PCI: Check pcie_find_root_port() return for NULLSamasth Norway Ananda1-2/+2
2024-07-15Merge tag 'x86_cpu_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2024-06-24x86/pci/xen: Fix PCIBIOS_* return code handlingIlpo Järvinen1-2/+2
2024-06-24x86/pci/intel_mid_pci: Fix PCIBIOS_* return code handlingIlpo Järvinen1-2/+2
2024-05-28x86/PCI: Switch to new Intel CPU model definesTony Luck1-2/+2
2024-05-21Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-14/+29
2024-05-16Merge branch 'pci/misc'Bjorn Helgaas1-3/+0
2024-05-16x86/pci: Skip early E820 check for ECAM regionBjorn Helgaas1-11/+29
2024-05-08x86/pci/ce4100: Remove unused 'struct sim_reg_op'Dr. David Alan Gilbert1-6/+0
2024-05-03x86/pci: Remove OLPC dead codeKunwu Chan1-3/+0
2024-02-29PCI: Disable D3cold on Asus B1400 PCI-NVMe bridgeDaniel Drake1-0/+48
2024-01-17Merge tag 'pci-v6.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-112/+141
2024-01-15Merge branch 'pci/enumeration'Bjorn Helgaas1-7/+21
2023-12-10x86: sta2x11: include header for sta2x11_get_instance() prototypeArnd Bergmann1-0/+1
2023-12-05x86/pci: Reorder pci_mmcfg_arch_map() definition before callsBjorn Helgaas1-19/+19
2023-12-05x86/pci: Return pci_mmconfig_add() failure earlyBjorn Helgaas1-7/+8
2023-12-05x86/pci: Comment pci_mmconfig_insert() obscure MCFG dependencyBjorn Helgaas1-0/+4
2023-12-05x86/pci: Rename pci_mmcfg_check_reserved() to pci_mmcfg_reserved()Bjorn Helgaas1-4/+4
2023-12-05x86/pci: Rename acpi_mcfg_check_entry() to acpi_mcfg_valid_entry()Bjorn Helgaas1-7/+7
2023-12-05x86/pci: Rename 'MMCONFIG' to 'ECAM', use pr_fmtBjorn Helgaas3-67/+52
2023-12-05x86/pci: Add MCFG debug loggingBjorn Helgaas2-5/+21
2023-12-05x86/pci: Reword ECAM EfiMemoryMappedIO logging to avoid 'reserved'Bjorn Helgaas1-8/+6
2023-12-05x86/pci: Reserve ECAM if BIOS didn't include it in PNP0C02 _CRSBjorn Helgaas1-1/+12
2023-12-01x86/pci: Clean up open-coded PCIBIOS return code manglingIlpo Järvinen1-7/+21
2023-10-06x86/PCI: Avoid PME from D3hot/D3cold for AMD Rembrandt and Phoenix USB4Mario Limonciello1-0/+59
2023-08-30Merge tag 'pci-v6.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2023-08-30Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2023-08-18range.h: Move resource API and constant to respective filesAndy Shevchenko2-1/+9
2023-08-09x86/apic: Rename disable_apicThomas Gleixner1-1/+1
2023-07-13x86/PCI: Use struct_size() in pirq_convert_irt_table()Christophe JAILLET1-2/+2
2023-06-26Merge tag 'x86_cleanups_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2023-05-27Merge tag 'for-linus-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+5
2023-05-24x86/pci/xen: populate MSI sysfs entriesMaximilian Heyne1-3/+5
2023-05-18x86/pci: Mark local functions as 'static'Arnd Bergmann1-2/+2
2023-04-27Merge tag 'pci-v6.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+59
2023-04-11PCI: Fix up L1SS capability for Intel Apollo Lake Root PortRon Lee1-0/+59
2023-04-06x86/PCI: Add quirk for AMD XHCI controller that loses MSI-X state in D3hotBasavaraj Natikar1-0/+21
2023-01-16x86/pci/xen: Fixup fallout from the PCI/MSI overhaulThomas Gleixner1-1/+2
2023-01-16x86/pci/xen: Set MSI_FLAG_PCI_MSIX support in Xen MSI domainDavid Woodhouse1-0/+1
2023-01-13x86/pci: Treat EfiMemoryMappedIO as reservation of ECAM spaceBjorn Helgaas1-0/+31
2023-01-11x86/pci: Simplify is_mmconf_reserved() messagesBjorn Helgaas1-6/+7
2022-12-10x86/PCI: Use pr_info() when possibleBjorn Helgaas1-21/+18
2022-12-10x86/PCI: Fix log message typoBjorn Helgaas1-1/+1
2022-06-17x86/PCI: Revert "x86/PCI: Clip only host bridge windows for E820 regions"Hans de Goede1-7/+1
2022-05-27Merge tag 'pci-v5.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-0/+101
2022-05-25Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/...Linus Torvalds1-1/+1
2022-05-23Merge tag 'x86-irq-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-64/+313
2022-05-19x86/PCI: Disable E820 reserved region clipping starting in 2023Hans de Goede1-0/+21
2022-05-19x86/PCI: Disable E820 reserved region clipping via quirksHans de Goede1-0/+53
2022-05-19x86/PCI: Add kernel cmdline options to use/ignore E820 reserved regionsHans de Goede2-2/+24
2022-04-29x86/pci/xen: Disable PCI/MSI[-X] masking for XEN_HVM guestsThomas Gleixner1-1/+5
2022-04-18swiotlb: provide swiotlb_init variants that remap the bufferChristoph Hellwig1-1/+1
2022-04-18swiotlb: pass a gfp_mask argument to swiotlb_init_lateChristoph Hellwig1-1/+1
2022-04-18swiotlb: rename swiotlb_late_init_with_default_sizeChristoph Hellwig1-1/+1
2022-04-10x86/PCI: Fix coding style in PIRQ table verificationMaciej W. Rozycki1-1/+1
2022-04-10x86/PCI: Fix ALi M1487 (IBC) PIRQ router link value interpretationMaciej W. Rozycki1-3/+16
2022-04-10x86/PCI: Add $IRT PIRQ routing table supportMaciej W. Rozycki1-0/+76
2022-04-10x86/PCI: Handle PIRQ routing tables with no router device givenMaciej W. Rozycki1-20/+44
2022-04-10x86/PCI: Add PIRQ routing table range checksMaciej W. Rozycki1-5/+12
2022-04-10x86/PCI: Add support for the SiS85C497 PIRQ routerMaciej W. Rozycki1-0/+80
2022-04-10x86/PCI: Disambiguate SiS85C503 PIRQ router code entitiesMaciej W. Rozycki1-15/+18
2022-04-10x86/PCI: Handle IRQ swizzling with PIRQ routersMaciej W. Rozycki1-13/+47
2022-04-10x86/PCI: Also match function number in $PIR tableMaciej W. Rozycki1-4/+15
2022-04-10x86/PCI: Include function number in $PIR table dumpMaciej W. Rozycki1-1/+2
2022-04-10x86/PCI: Show the physical address of the $PIR tableMaciej W. Rozycki1-2/+2
2022-04-08x86/PCI: Clip only host bridge windows for E820 regionsBjorn Helgaas1-0/+5
2022-01-26PCI/sysfs: Find shadow ROM before static attribute initializationBjorn Helgaas1-2/+2
2022-01-16Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2022-01-11x86/PCI: Remove initialization of static variables to falseLongji Guo1-1/+1
2021-12-16x86/pci/xen: Use msi_for_each_desc()Thomas Gleixner1-8/+6
2021-12-16PCI/MSI: Use msi_desc::msi_indexThomas Gleixner1-1/+1
2021-12-16x86/pci/XEN: Use PCI device propertyThomas Gleixner1-7/+2
2021-12-09PCI/MSI: Make arch_restore_msi_irqs() less horrible.Thomas Gleixner1-6/+7
2021-12-09genirq/msi, treewide: Use a named struct for PCI/MSI attributesThomas Gleixner1-3/+3
2021-11-10Merge tag 'for-linus-5.16b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-75/+1
2021-11-06Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2021-11-02xen-pciback: allow compiling on other archs than x86Oleksandr Andrushchenko1-75/+1
2021-10-08Merge tag 'for-linus-5.15b-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-6/+9
2021-10-05xen/x86: allow PVH Dom0 without XEN_PV=yJan Beulich1-6/+9
2021-09-21PCI: Rename pcibios_add_device() to pcibios_device_add()Oliver O'Halloran1-1/+1
2021-09-07Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+2
2021-09-02x86/PCI: sta2x11: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-2/+1
2021-08-12x86/PCI: Add pci_numachip_init() declarationKrzysztof Wilczyński1-0/+1
2021-08-10x86: Avoid magic number with ELCR register accessesMaciej W. Rozycki1-1/+2
2021-08-10x86/PCI: Add support for the Intel 82426EX PIRQ routerMaciej W. Rozycki1-0/+49
2021-08-10x86/PCI: Add support for the Intel 82374EB/82374SB (ESC) PIRQ routerMaciej W. Rozycki1-0/+73
2021-08-10x86/PCI: Add support for the ALi M1487 (IBC) PIRQ routerMaciej W. Rozycki1-2/+152
2021-07-08Merge tag 'pci-v5.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+5
2021-06-18Merge tag 'pci-v5.13-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+44
2021-06-18PCI: Add AMD RS690 quirk to enable 64-bit DMAMikel Rychliski1-0/+44
2021-05-27x86/pci: Return true/false (not 1/0) from bool functionsYang Li1-5/+5
2021-05-10x86/msr: Rename MSR_K8_SYSCFG to MSR_AMD64_SYSCFGBrijesh Singh1-1/+1
2021-05-05Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2021-04-30x86/PCI: Remove unused alloc_pci_root_info() return valueKrzysztof Wilczyński1-1/+1
2021-03-18x86: Fix various typos in commentsIngo Molnar1-1/+1
2021-02-24Merge tag 'sfi-removal-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-5/+19
2021-02-15x86/PCI: Describe @reg for type1_access_ok()Andy Shevchenko1-0/+1
2021-02-15x86/PCI: Get rid of custom x86 model comparisonAndy Shevchenko1-2/+15
2021-02-15sfi: Remove framework for deprecated firmwareAndy Shevchenko1-3/+3
2021-02-10x86/pci: Create PCI/MSI irqdomain after x86_init.pci.arch_init()Thomas Gleixner1-4/+11
2020-12-16Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+2
2020-12-14Merge tag 'x86-apic-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-19/+15
2020-12-14Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+3
2020-12-01x86/pci: Fix the function type for check_reserved_tSami Tolvanen1-2/+2
2020-11-27x86/PCI: Make a kernel-doc comment a normal oneAlex Shi1-3/+3
2020-11-18dma-mapping: remove the dma_direct_set_offset exportChristoph Hellwig1-1/+2
2020-10-28x86/io_apic: Cleanup trigger/polarity helpersThomas Gleixner1-4/+4
2020-10-28x86/pci/xen: Use msi_msg shadow structsThomas Gleixner1-15/+11
2020-10-22Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+3
2020-10-21Merge branch 'pci/misc'Bjorn Helgaas1-0/+1
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-2/+4
2020-10-14Merge branch 'stable/for-linus-5.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+0
2020-09-29PCI/PM: Rename pci_dev.d3_delay to d3hot_delayKrzysztof Wilczyński2-2/+2
2020-09-17dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetJim Quinlan1-2/+4
2020-09-16x86/irq: Make most MSI ops XEN privateThomas Gleixner1-7/+14
2020-09-16x86/irq: Cleanup the arch_*_msi_irqs() leftoversThomas Gleixner1-7/+0
2020-09-16x86/pci: Set default irq domain in pcibios_add_device()Thomas Gleixner1-1/+17
2020-09-16x86/xen: Wrap XEN MSI management into irqdomainThomas Gleixner1-0/+63
2020-09-16x86/xen: Consolidate XEN-MSI initThomas Gleixner1-19/+32
2020-09-16x86/xen: Rework MSI teardownThomas Gleixner1-5/+18
2020-09-16x86/xen: Make xen_msi_init() static and rename it to xen_hvm_msi_init()Thomas Gleixner1-2/+2
2020-09-16x86/irq: Initialize PCI/MSI domain at PCI init timeThomas Gleixner1-0/+3
2020-09-16x86/pci: Reducde #ifdeffery in PCI init codeThomas Gleixner1-7/+3
2020-09-10swiotlb: Declare swiotlb_late_init_with_default_size() in headerAndy Shevchenko1-1/+0
2020-09-01x86/PCI: Fix intel_mid_pci.c build error when ACPI is not enabledRandy Dunlap1-0/+1
2020-08-21Merge tag 'for-linus-5.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2020-08-20Fix build error when CONFIG_ACPI is not set/enabled:Randy Dunlap1-0/+1
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-3/+3
2020-08-05Merge branch 'pci/virtualization'Bjorn Helgaas1-1/+1
2020-07-24xen: Remove redundant initialization of irqColin Ian King1-1/+1
2020-06-30PCI: Replace http:// links with https://Alexander A. Klimov1-2/+2
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig1-1/+1
2020-06-04Merge branch 'pci/virtualization'Bjorn Helgaas1-10/+6
2020-05-27x86/PCI: Drop unused xen_register_pirq() gsi_override parameterWei Liu1-10/+6
2020-05-15x86/PCI: Mark Intel C620 MROMs as having non-compliant BARsXiaochun Lee1-0/+4
2020-01-31Merge tag 'pci-v5.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-38/+10
2020-01-28Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2020-01-24x86/PCI: Remove X86_DEV_DMA_OPSChristoph Hellwig1-38/+0
2020-01-24PCI: Introduce pci_real_dma_dev()Jon Derrick1-0/+10
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-12-10x86/mm/pat: Rename <asm/pat.h> => <asm/memtype.h>Ingo Molnar1-1/+1
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-9/+15
2019-11-28Merge branch 'pci/resource'Bjorn Helgaas2-2/+2
2019-11-21dma-mapping: treat dev->bus_dma_mask as a DMA limitNicolas Saenz Julienne1-1/+1
2019-11-21x86/PCI: Avoid AMD FCH XHCI USB PME# from D0 defectKai-Heng Feng1-0/+11
2019-11-21x86/PCI: Replace deprecated EXTRA_CFLAGS with ccflags-yKrzysztof Wilczynski1-3/+1
2019-11-21x86/PCI: Add NumaChip SPDX GPL-2.0 to replace COPYING boilerplateKrzysztof Wilczynski1-4/+1
2019-11-11x86/PCI: sta2x11: use default DMA address translationNicolas Saenz Julienne1-109/+26
2019-10-14PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov2-2/+2
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-3/+1
2019-09-03dma-mapping: fix filename referencesAndy Shevchenko1-3/+1
2019-08-13x86/pci: Pass lockdep condition to pcm_mmcfg_list iteratorJoel Fernandes (Google)1-2/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 387Thomas Gleixner1-2/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 334Thomas Gleixner1-17/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner1-14/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2-10/+2
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner3-0/+3
2019-04-17x86/PCI: Fix PCI IRQ routing table memory leakWenwen Wang1-2/+8
2019-02-07x86/PCI: Fixup RTIT_BAR of Intel Denverton Trace HubAlexander Shishkin1-0/+16
2019-01-05Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+0
2018-12-13dma-direct: merge swiotlb_dma_ops into the dma_direct codeChristoph Hellwig1-1/+0
2018-11-08x86/PCI: Replace spin_is_locked() with lockdepLance Roy1-1/+1
2018-11-08x86/PCI: Fix Broadcom CNB20LE unintended sign extension (redux)Colin Ian King1-2/+2
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-10/+4
2018-10-20Merge branch 'pci/host-vmd'Bjorn Helgaas1-9/+3
2018-10-02x86/PCI: Apply VMD's AERSID fixup genericallyJon Derrick1-9/+3
2018-09-27x86/pci, x86/amd_nb: Add Hygon Dhyana support to PCI and northbridgePu Wen1-2/+4
2018-09-17x86/PCI: Remove node-local allocation when initialising host controllerPunit Agrawal1-1/+1
2018-06-29PCI: Make early dump functionality genericSinan Kaya2-48/+0
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-06Merge branch 'lorenzo/pci/vmd'Bjorn Helgaas1-0/+4
2018-05-24x86/PCI: Add additional VMD device root ports to VMD AER quirkJon Derrick1-0/+4
2018-04-27x86/PCI: Make pci=earlydump output neatAndy Shevchenko1-14/+5