summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/mpparse.c
Commit message (Expand)AuthorAgeFilesLines
* x86/boot: Use memremap() to map the MPF and MPC dataTom Lendacky2017-07-181-28/+70
* x86, mpparse, x86/acpi, x86/PCI, x86/dmi, SFI: Use memremap() for RAM mappingsTom Lendacky2017-07-181-5/+5
* x86/boot/e820: Rename early_reserve_e820() to e820__memblock_alloc() and docu...Ingo Molnar2017-01-281-2/+2
* x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar2017-01-281-1/+1
* x86/mm/numa: Open code function early_get_boot_cpu_id()Baoquan He2016-08-151-0/+3
* x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-07-141-1/+0
* x86/cpufeature: Use enum cpuid_leafs instead of magic numbersHuaitong Han2016-02-011-1/+1
* x86: Cleanup irq_domain opsThomas Gleixner2015-04-241-8/+1
* x86/irq: Convert IOAPIC to use hierarchical irqdomain interfacesJiang Liu2015-04-241-2/+4
* x86, apic: Remove mps_oem_check callbackDavid Rientjes2014-07-311-3/+0
* x86, irq, mpparse: Release IOAPIC pin when PCI device is disabledJiang Liu2014-06-211-0/+1
* x86, irq, mpparse: Use common irqdomain map interface to program IOAPIC pinsJiang Liu2014-06-211-1/+3
* x86, mpparse, irq: Provide basic irqdomain supportJiang Liu2014-06-211-1/+9
* x86, irq: Enhance mp_register_ioapic() to support irqdomainJiang Liu2014-06-211-1/+1
* x86, mpparse: Use pr_lvl() helper utilities to replace printk(KERN_LVL)Jiang Liu2014-06-211-51/+44
* Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2012-05-291-1/+0
|\
| * x86, realmode: Move ACPI wakeup to unified realmode codeJarkko Sakkinen2012-05-081-1/+0
* | x86: print physical addresses consistently with other parts of kernelBjorn Helgaas2012-05-291-4/+6
* | MCA: delete all remaining traces of microchannel bus support.Paul Gortmaker2012-05-171-8/+3
|/
* Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/l...Ingo Molnar2011-12-201-8/+4
|\
| * memblock, x86: Replace memblock_x86_reserve/free_range() with generic onesTejun Heo2011-07-141-4/+2
| * x86: Use __memblock_alloc_base() in early_reserve_e820()Tejun Heo2011-07-141-4/+2
* | x86/mpparse: Account for bus types other than ISA and PCIBjorn Helgaas2011-12-051-1/+1
|/
* x86, ioapic: Consolidate mp_ioapics[] into 'struct ioapic'Suresh Siddha2011-05-201-1/+1
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-05-191-1/+1
|\
| * x86, mpparse: Put check_slot() into .init sectionRakib Mullick2011-04-041-1/+1
* | Merge commit 'v2.6.39-rc6' into x86/cleanupsIngo Molnar2011-05-071-4/+4
|\ \ | |/
| * x86, mpparse: Move check_slot into CONFIG_X86_IO_APIC contextRakib Mullick2011-03-221-4/+4
* | x86, mpparse: Remove unnecessary variableRakib Mullick2011-03-241-3/+1
|/
* x86: Fix common misspellingsLucas De Marchi2011-03-181-2/+2
* x86: Further simplify mp_irq info handlingFeng Tang2010-12-091-32/+6
* x86: Unify 3 similar ways of saving mp_irqs infoFeng Tang2010-12-091-53/+3
* x86, apic: Remove early_init_lapic_mapping()Yinghai Lu2010-12-091-6/+2
* x86, apic: Unify identical register_lapic_address() functionsYinghai Lu2010-12-091-13/+1
* Merge commit 'v2.6.36-rc3' into x86/memblockIngo Molnar2010-08-311-0/+16
|\
| * x86, apic: Map the local apic when parsing the MP table.Eric W. Biederman2010-08-051-0/+16
* | x86: Use memblock to replace early_resYinghai Lu2010-08-271-2/+3
|/
* x86, irq: Rename gsi_end gsi_top, and fix off by one errorsEric W. Biederman2010-06-091-1/+1
* x86, ioapic: In mpparse use mp_register_ioapicEric W. Biederman2010-05-041-24/+1
* x86: Handle overlapping mptablesAndi Kleen2010-04-011-2/+2
* x86, apic: Don't use logical-flat mode when CPU hotplug may exceed 8 CPUsSuresh Siddha2010-02-091-7/+0
* x86: Use find_e820() instead of hard coded trampoline addressYinghai Lu2009-12-111-3/+0
* x86: Move find_smp_config() earlier and avoid bootmem usageYinghai Lu2009-11-241-32/+12
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-181-51/+24
|\
| * x86: Move get/find_smp_config to x86_init_opsThomas Gleixner2009-08-311-31/+2
| * x86: Move oem_bus_info to x86_init_opsThomas Gleixner2009-08-271-6/+8
| * x86: Move mpc_oem_pci_bus to x86_init_opsThomas Gleixner2009-08-271-2/+2
| * x86: Move smp_read_mpc_oem to x86_init_ops.Thomas Gleixner2009-08-271-4/+4
| * x86: Move mpc_apic_id to x86_init_opsThomas Gleixner2009-08-271-4/+6
| * x86: Sanitize smp_record and move it to x86_init_opsThomas Gleixner2009-08-271-4/+2
OpenPOWER on IntegriCloud