aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/mpparse.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-20x86: extend and use x86_quirks to clean up NUMAQ codeYinghai Lu1-170/+21
2008-07-20x86: introduce x86_quirksYinghai Lu1-12/+5
2008-07-10x86: add early quirk supportIngo Molnar1-2/+18
2008-07-08x86: update mptable fix with no ioapic v2Yinghai Lu1-10/+9
2008-07-08x86: keep MP_intsrc_info untouched if we do not update mptableYinghai Lu1-6/+7
2008-07-08x86: clean up reserve_bootmem_generic() and port it to 32-bitYinghai Lu1-12/+6
2008-07-08x86: make generic arch support NUMAQ, fix #2Yinghai Lu1-4/+5
2008-07-08x86: add flags parameter to reserve_bootmem_generic()Bernhard Walle1-2/+3
2008-06-10x86: make generic arch support NUMAQYinghai Lu1-3/+70
2008-06-10x86: introduce max_physical_apicid for bigsmp switchingYinghai Lu1-0/+5
2008-06-04x86: early check if a system is numaqYinghai Lu1-3/+11
2008-06-03x86: update mptableYinghai Lu1-17/+384
2008-05-25x86: fix mpparse falloutThomas Gleixner1-32/+41
2008-05-25x86: move mp_bus_not_pci from mpparse.cAlexey Starikovskiy1-10/+0
2008-05-25x86: mp_bus_id_to_pci_bus is not neededAlexey Starikovskiy1-10/+0
2008-05-25x86: move smp_found_configAlexey Starikovskiy1-4/+4
2008-05-25x86: move pic_mode to apic_32.cAlexey Starikovskiy1-2/+0
2008-05-25x86: Set pic_mode only if local apic code is presentAlexey Starikovskiy1-1/+1
2008-05-25x86: make config_irqsrc not MPspec specificAlexey Starikovskiy1-1/+7
2008-05-25x86: make struct config_ioapic not MPspec specificAlexey Starikovskiy1-2/+6
2008-05-25x86: complete move ACPI from mpparse.cAlexey Starikovskiy1-298/+1
2008-05-25x86: move es7000_plat out of mpparse.cAlexey Starikovskiy1-5/+6
2008-05-25x86: cleanup print out for mptableYinghai Lu1-7/+6
2008-05-25x86: move mp_ioapic_routing to mpparse and make it staticThomas Gleixner1-2/+2
2008-05-04x86: es7000 build fixIngo Molnar1-2/+5
2008-04-26x86: uniq_ioapic_id - fix section mismatch warningJacek Luczak1-1/+1
2008-04-26x86: use bitmap library for pin_programmedAkinobu Mita1-9/+5
2008-04-26x86: use MP_intsrc_info()Akinobu Mita1-17/+2
2008-04-26x86: use BUILD_BUG_ON() for the size of struct intel_mp_floatingAkinobu Mita1-3/+1
2008-04-17x86: print out buggy mptableYinghai Lu1-4/+7
2008-04-17x86: merge mpparse_{32,64}.cAlexey Starikovskiy1-0/+1102