summaryrefslogtreecommitdiffstats
path: root/arch/x86/pci/mmconfig-shared.c
Commit message (Expand)AuthorAgeFilesLines
* 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: Return true/false (not 1/0) from bool functionsYang Li2021-05-271-5/+5
* sfi: Remove framework for deprecated firmwareAndy Shevchenko2021-02-151-3/+3
* x86/pci: Fix the function type for check_reserved_tSami Tolvanen2020-12-011-2/+2
* x86/pci: Pass lockdep condition to pcm_mmcfg_list iteratorJoel Fernandes (Google)2019-08-131-2/+3
* x86/jailhouse: Enable PCI mmconfig access in inmatesOtavio Pontes2018-03-081-2/+2
* x86/pci: Simplify code by using the new dmi_get_bios_year() helperAndy Shevchenko2018-02-231-7/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* x86/boot/e820: Use bool in query APIsIngo Molnar2017-01-281-7/+7
* x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_"Ingo Molnar2017-01-281-1/+1
* x86/boot/e820: Rename e820_any_mapped()/e820_all_mapped() to e820__mapped_any...Ingo Molnar2017-01-281-2/+2
* x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar2017-01-281-1/+1
* Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-02-101-3/+3
|\
| * ACPICA: Resources: Provide common part for struct acpi_resource_address struc...Lv Zheng2015-01-261-3/+3
* | ACPI, EINJ: Enhance error injection tolerance levelChen, Gong2014-12-151-0/+28
|/
* x86/PCI: Constify pci_mmcfg_probes[] arrayMathias Krause2014-09-241-1/+1
* x86/PCI: Mark constants of pci_mmcfg_nvidia_mcp55() as __initconstMathias Krause2014-09-241-10/+14
* x86/PCI: Move __init annotation to the correct placeMathias Krause2014-09-241-7/+7
* SFI / ACPI: Fix warnings reported during builds with W=1Lv Zheng2013-12-071-1/+0
* Revert "x86/PCI: MMCONFIG: Check earlier for MMCONFIG region at address zero"Bjorn Helgaas2013-10-041-1/+6
* x86/PCI: MMCONFIG: Check earlier for MMCONFIG region at address zeroethan.zhao2013-07-261-6/+1
* x86, uv, uv3: Update ACPI Check to include SGI UV3Mike Travis2013-02-111-2/+1
* X86: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-12/+9
* arch/x86: Remove unecessary semicolonsPeter Senna Tschudin2012-09-191-1/+1
* x86/PCI: use pr_level() to replace printk(KERN_LEVEL)Jiang Liu2012-06-221-12/+9
* x86/PCI: refine __pci_mmcfg_init() for better code readabilityJiang Liu2012-06-221-25/+21
* x86/PCI: simplify pci_mmcfg_late_insert_resources()Jiang Liu2012-06-221-26/+8
* x86/PCI: add pci_mmconfig_insert()/delete() for PCI root bridge hotplugJiang Liu2012-06-221-4/+105
* x86/PCI: prepare pci_mmcfg_check_reserved() to be called at runtimeJiang Liu2012-06-221-36/+68
* x86/PCI: use RCU list to protect mmconfig listJiang Liu2012-06-221-6/+12
* x86/PCI: split out pci_mmconfig_alloc() for code reuseJiang Liu2012-06-221-4/+15
* x86/PCI: split out pci_mmcfg_check_reserved() for code reuseJiang Liu2012-06-221-26/+25
* x66, UV: Enable 64-bit ACPI MFCG support for SGI UV2 platformJack Steiner2011-06-031-1/+2
* x86/PCI: derive pcibios_last_bus from ACPI MCFGJan Beulich2011-05-211-0/+10
* x86/PCI: MMCONFIG: fix region end calculationBjorn Helgaas2010-10-171-3/+1
* x86/PCI: make ACPI MCFG reserved error messages ACPI specificFeng Tang2010-05-181-8/+9
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* x86/PCI: Prevent mmconfig memory corruptionThomas Gleixner2010-02-251-11/+6
* x86/PCI: MMCONFIG: add lookup functionBjorn Helgaas2009-11-241-0/+12
* x86/PCI: MMCONFIG: clean up printksBjorn Helgaas2009-11-241-25/+21
* x86/PCI: MMCONFIG: add pci_mmconfig_remove() to remove MMCONFIG regionBjorn Helgaas2009-11-241-6/+10
* x86/PCI: MMCONFIG: manage pci_mmcfg_region as a list, not a tableBjorn Helgaas2009-11-241-65/+41
* x86/PCI: MMCONFIG: remove typeof so we can use a listBjorn Helgaas2009-11-241-5/+5
* x86/PCI: MMCONFIG: trivial is_mmconf_reserved() interface simplificationBjorn Helgaas2009-11-241-7/+5
* x86/PCI: MMCONFIG: add resource to struct pci_mmcfg_regionBjorn Helgaas2009-11-241-31/+33
* x86/PCI: MMCONFIG: use pointer to simplify pci_mmcfg_config[] structure accessBjorn Helgaas2009-11-241-5/+7
* x86/PCI: MMCONFIG: rename pci_mmcfg_region structure membersBjorn Helgaas2009-11-241-25/+25
* x86/PCI: MMCONFIG: use a private structure rather than the ACPI MCFG oneBjorn Helgaas2009-11-241-5/+5
* x86/PCI: MMCONFIG: add PCI_MMCFG_BUS_OFFSET() to factor common expressionBjorn Helgaas2009-11-241-8/+8