summaryrefslogtreecommitdiff
path: root/arch/x86/pci/mmconfig-shared.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-16x86/pci: Skip early E820 check for ECAM regionBjorn Helgaas1-11/+29
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 Helgaas1-63/+48
2023-12-05x86/pci: Add MCFG debug loggingBjorn Helgaas1-5/+18
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-01-13x86/pci: Treat EfiMemoryMappedIO as reservation of ECAM spaceBjorn Helgaas1-0/+31
2023-01-12x86/pci: Simplify is_mmconf_reserved() messagesBjorn Helgaas1-6/+7
2021-05-28x86/pci: Return true/false (not 1/0) from bool functionsYang Li1-5/+5
2021-02-15sfi: Remove framework for deprecated firmwareAndy Shevchenko1-3/+3
2020-12-01x86/pci: Fix the function type for check_reserved_tSami Tolvanen1-2/+2
2019-08-14x86/pci: Pass lockdep condition to pcm_mmcfg_list iteratorJoel Fernandes (Google)1-2/+3
2018-03-08x86/jailhouse: Enable PCI mmconfig access in inmatesOtavio Pontes1-2/+2
2018-02-23x86/pci: Simplify code by using the new dmi_get_bios_year() helperAndy Shevchenko1-7/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-01-29x86/boot/e820: Use bool in query APIsIngo Molnar1-7/+7
2017-01-29x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_"Ingo Molnar1-1/+1
2017-01-28x86/boot/e820: Rename e820_any_mapped()/e820_all_mapped() to e820__mapped_any...Ingo Molnar1-2/+2
2017-01-28x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar1-1/+1
2015-02-11Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+3
2015-01-26ACPICA: Resources: Provide common part for struct acpi_resource_address struc...Lv Zheng1-3/+3
2014-12-15ACPI, EINJ: Enhance error injection tolerance levelChen, Gong1-0/+28
2014-09-24x86/PCI: Constify pci_mmcfg_probes[] arrayMathias Krause1-1/+1
2014-09-24x86/PCI: Mark constants of pci_mmcfg_nvidia_mcp55() as __initconstMathias Krause1-10/+14
2014-09-24x86/PCI: Move __init annotation to the correct placeMathias Krause1-7/+7
2013-12-07SFI / ACPI: Fix warnings reported during builds with W=1Lv Zheng1-1/+0
2013-10-05Revert "x86/PCI: MMCONFIG: Check earlier for MMCONFIG region at address zero"Bjorn Helgaas1-1/+6
2013-07-26x86/PCI: MMCONFIG: Check earlier for MMCONFIG region at address zeroethan.zhao1-6/+1
2013-02-12x86, uv, uv3: Update ACPI Check to include SGI UV3Mike Travis1-2/+1
2013-01-04X86: drivers: remove __dev* attributes.Greg Kroah-Hartman1-12/+9
2012-09-19arch/x86: Remove unecessary semicolonsPeter Senna Tschudin1-1/+1
2012-06-23x86/PCI: use pr_level() to replace printk(KERN_LEVEL)Jiang Liu1-12/+9
2012-06-23x86/PCI: refine __pci_mmcfg_init() for better code readabilityJiang Liu1-25/+21
2012-06-23x86/PCI: simplify pci_mmcfg_late_insert_resources()Jiang Liu1-26/+8
2012-06-23x86/PCI: add pci_mmconfig_insert()/delete() for PCI root bridge hotplugJiang Liu1-4/+105
2012-06-23x86/PCI: prepare pci_mmcfg_check_reserved() to be called at runtimeJiang Liu1-36/+68
2012-06-23x86/PCI: use RCU list to protect mmconfig listJiang Liu1-6/+12
2012-06-23x86/PCI: split out pci_mmconfig_alloc() for code reuseJiang Liu1-4/+15
2012-06-23x86/PCI: split out pci_mmcfg_check_reserved() for code reuseJiang Liu1-26/+25
2011-06-03x66, UV: Enable 64-bit ACPI MFCG support for SGI UV2 platformJack Steiner1-1/+2
2011-05-21x86/PCI: derive pcibios_last_bus from ACPI MCFGJan Beulich1-0/+10
2010-10-18x86/PCI: MMCONFIG: fix region end calculationBjorn Helgaas1-3/+1
2010-05-19x86/PCI: make ACPI MCFG reserved error messages ACPI specificFeng Tang1-8/+9
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-02-25x86/PCI: Prevent mmconfig memory corruptionThomas Gleixner1-11/+6
2009-11-25x86/PCI: MMCONFIG: add lookup functionBjorn Helgaas1-0/+12
2009-11-25x86/PCI: MMCONFIG: clean up printksBjorn Helgaas1-25/+21