aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/pci/mmconfig-shared.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-18x86/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 implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-25x86/PCI: Prevent mmconfig memory corruptionThomas Gleixner1-11/+6
2009-11-24x86/PCI: MMCONFIG: add lookup functionBjorn Helgaas1-0/+12
2009-11-24x86/PCI: MMCONFIG: clean up printksBjorn Helgaas1-25/+21
2009-11-24x86/PCI: MMCONFIG: add pci_mmconfig_remove() to remove MMCONFIG regionBjorn Helgaas1-6/+10
2009-11-24x86/PCI: MMCONFIG: manage pci_mmcfg_region as a list, not a tableBjorn Helgaas1-65/+41
2009-11-24x86/PCI: MMCONFIG: remove typeof so we can use a listBjorn Helgaas1-5/+5
2009-11-24x86/PCI: MMCONFIG: trivial is_mmconf_reserved() interface simplificationBjorn Helgaas1-7/+5
2009-11-24x86/PCI: MMCONFIG: add resource to struct pci_mmcfg_regionBjorn Helgaas1-31/+33
2009-11-24x86/PCI: MMCONFIG: use pointer to simplify pci_mmcfg_config[] structure accessBjorn Helgaas1-5/+7
2009-11-24x86/PCI: MMCONFIG: rename pci_mmcfg_region structure membersBjorn Helgaas1-25/+25
2009-11-24x86/PCI: MMCONFIG: use a private structure rather than the ACPI MCFG oneBjorn Helgaas1-5/+5
2009-11-24x86/PCI: MMCONFIG: add PCI_MMCFG_BUS_OFFSET() to factor common expressionBjorn Helgaas1-8/+8
2009-11-24x86/PCI: MMCONFIG: reject MMCONFIG apertures at address zeroBjorn Helgaas1-6/+6
2009-11-24x86/PCI: MMCONFIG: simplify tests for empty pci_mmcfg_config tableBjorn Helgaas1-3/+0
2009-11-24x86/PCI: MMCONFIG: centralize MCFG structure managementBjorn Helgaas1-46/+39
2009-11-24x86/PCI: MMCONFIG: step through MCFG table, not pci_mmcfg_config[]Bjorn Helgaas1-1/+4
2009-11-24x86/PCI: MMCONFIG: count MCFG structures with local variableBjorn Helgaas1-5/+7
2009-11-24x86/PCI: MMCONFIG: remove unused definitionsBjorn Helgaas1-4/+0
2009-11-04x86/PCI: allow MMCONFIG above 4GBBjorn Helgaas1-11/+20
2009-08-28SFI: Hook PCI MMCONFIGFeng Tang1-2/+4
2009-08-28ACPI, PCI: Change PREFIX to "PCI" from "ACPI" in mmconfig-shared.cLen Brown1-1/+1
2009-08-28ACPI: Move definition of PREFIX from acpi_bus.h to internal..hLen Brown1-0/+2
2009-06-12ACPI, PCI, x86: move MCFG parsing routine from ACPI to PCI fileLen Brown1-1/+64
2009-06-04x86/pci: fix mmconfig detection with 32bit near 4gYinghai Lu1-3/+3
2009-04-22x86/PCI: don't call e820_all_mapped with -1 in the mmconfig caseYinghai Lu1-3/+3
2009-03-20x86/PCI: host mmconfig detect clean upYinghai Lu1-54/+109
2009-03-20x86/PCI: Detect mmconfig on nVidia MCP55Ed Swierk1-0/+64
2008-12-29x86, pci: move arch/x86/pci/pci.h to arch/x86/include/asm/pci_x86.hJaswinder Singh Rajput1-2/+1
2008-09-04x86: unify using pci_mmcfg_insert_resourceYinghai Lu1-7/+5
2008-08-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-17/+48
2008-08-15x86: silence mmconfig printkDave Jones1-1/+1
2008-07-20x86, pci: detect end_bus_number according to acpi/e820 reserved, v2Yinghai Lu1-17/+48
2008-05-25x86: make __pci_mmcfg_init static in mmconfig-shared.cThomas Gleixner1-1/+1
2008-04-26x86: add pci=check_enable_amd_mmconf and dmi checkYinghai Lu1-0/+3
2008-04-26x86 pci: remove checking type for mmconfig probeYinghai Lu1-17/+15
2008-04-26x86: remove unneeded check in mmconf rejectYinghai Lu1-12/+0
2008-04-26x86_64: check MSR to get MMCONFIG for AMD Family 10hYinghai Lu1-6/+69
2008-04-26x86: mmconf enable mcfg earlyYinghai Lu1-46/+55
2008-04-26x86: clear pci_mmcfg_virt when mmcfg get rejectedYinghai Lu1-0/+1
2008-04-26x86: validate against acpi motherboard resourcesRobert Hancock1-17/+132
2008-02-10Change pci_raw_ops to pci_raw_read/writeMatthew Wilcox1-3/+3
2008-02-10PCI x86: always use conf1 to access config space below 256 bytesIvan Kokshaysky1-35/+0
2007-10-11i386: move pciThomas Gleixner1-0/+315