summaryrefslogtreecommitdiff
path: root/arch/x86/pci/mmconfig-shared.c
AgeCommit message (Expand)Author
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-01-28x86/boot/e820: Use bool in query APIsIngo Molnar
2017-01-28x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_"Ingo Molnar
2017-01-28x86/boot/e820: Rename e820_any_mapped()/e820_all_mapped() to e820__mapped_any...Ingo Molnar
2017-01-28x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar
2015-02-10Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-01-26ACPICA: Resources: Provide common part for struct acpi_resource_address struc...Lv Zheng
2014-12-15ACPI, EINJ: Enhance error injection tolerance levelChen, Gong
2014-09-24x86/PCI: Constify pci_mmcfg_probes[] arrayMathias Krause
2014-09-24x86/PCI: Mark constants of pci_mmcfg_nvidia_mcp55() as __initconstMathias Krause
2014-09-24x86/PCI: Move __init annotation to the correct placeMathias Krause
2013-12-07SFI / ACPI: Fix warnings reported during builds with W=1Lv Zheng
2013-10-04Revert "x86/PCI: MMCONFIG: Check earlier for MMCONFIG region at address zero"Bjorn Helgaas
2013-07-26x86/PCI: MMCONFIG: Check earlier for MMCONFIG region at address zeroethan.zhao
2013-02-11x86, uv, uv3: Update ACPI Check to include SGI UV3Mike Travis
2013-01-03X86: drivers: remove __dev* attributes.Greg Kroah-Hartman
2012-09-19arch/x86: Remove unecessary semicolonsPeter Senna Tschudin
2012-06-22x86/PCI: use pr_level() to replace printk(KERN_LEVEL)Jiang Liu
2012-06-22x86/PCI: refine __pci_mmcfg_init() for better code readabilityJiang Liu
2012-06-22x86/PCI: simplify pci_mmcfg_late_insert_resources()Jiang Liu
2012-06-22x86/PCI: add pci_mmconfig_insert()/delete() for PCI root bridge hotplugJiang Liu
2012-06-22x86/PCI: prepare pci_mmcfg_check_reserved() to be called at runtimeJiang Liu
2012-06-22x86/PCI: use RCU list to protect mmconfig listJiang Liu
2012-06-22x86/PCI: split out pci_mmconfig_alloc() for code reuseJiang Liu
2012-06-22x86/PCI: split out pci_mmcfg_check_reserved() for code reuseJiang Liu
2011-06-03x66, UV: Enable 64-bit ACPI MFCG support for SGI UV2 platformJack Steiner
2011-05-21x86/PCI: derive pcibios_last_bus from ACPI MCFGJan Beulich
2010-10-17x86/PCI: MMCONFIG: fix region end calculationBjorn Helgaas
2010-05-18x86/PCI: make ACPI MCFG reserved error messages ACPI specificFeng Tang
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-25x86/PCI: Prevent mmconfig memory corruptionThomas Gleixner
2009-11-24x86/PCI: MMCONFIG: add lookup functionBjorn Helgaas
2009-11-24x86/PCI: MMCONFIG: clean up printksBjorn Helgaas
2009-11-24x86/PCI: MMCONFIG: add pci_mmconfig_remove() to remove MMCONFIG regionBjorn Helgaas
2009-11-24x86/PCI: MMCONFIG: manage pci_mmcfg_region as a list, not a tableBjorn Helgaas
2009-11-24x86/PCI: MMCONFIG: remove typeof so we can use a listBjorn Helgaas
2009-11-24x86/PCI: MMCONFIG: trivial is_mmconf_reserved() interface simplificationBjorn Helgaas
2009-11-24x86/PCI: MMCONFIG: add resource to struct pci_mmcfg_regionBjorn Helgaas
2009-11-24x86/PCI: MMCONFIG: use pointer to simplify pci_mmcfg_config[] structure accessBjorn Helgaas
2009-11-24x86/PCI: MMCONFIG: rename pci_mmcfg_region structure membersBjorn Helgaas
2009-11-24x86/PCI: MMCONFIG: use a private structure rather than the ACPI MCFG oneBjorn Helgaas
2009-11-24x86/PCI: MMCONFIG: add PCI_MMCFG_BUS_OFFSET() to factor common expressionBjorn Helgaas
2009-11-24x86/PCI: MMCONFIG: reject MMCONFIG apertures at address zeroBjorn Helgaas
2009-11-24x86/PCI: MMCONFIG: simplify tests for empty pci_mmcfg_config tableBjorn Helgaas
2009-11-24x86/PCI: MMCONFIG: centralize MCFG structure managementBjorn Helgaas
2009-11-24x86/PCI: MMCONFIG: step through MCFG table, not pci_mmcfg_config[]Bjorn Helgaas
2009-11-24x86/PCI: MMCONFIG: count MCFG structures with local variableBjorn Helgaas
2009-11-24x86/PCI: MMCONFIG: remove unused definitionsBjorn Helgaas
2009-11-04x86/PCI: allow MMCONFIG above 4GBBjorn Helgaas
2009-08-28SFI: Hook PCI MMCONFIGFeng Tang