summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/mpparse.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-31x86: update copyrightsIngo Molnar1-1/+1
2009-01-30x86: don't treat bigsmp as non-standardYinghai Lu1-2/+2
2009-01-29x86: rename X86_GENERICARCH to X86_32_NON_STANDARDIngo Molnar1-1/+1
2009-01-29x86: remove mach_apic.hIngo Molnar1-2/+1
2009-01-28x86: remove mach_apicdef.hIngo Molnar1-3/+0
2009-01-28x86: eliminate asm/mach-*/mach_mpparse.hIngo Molnar1-1/+0
2009-01-28x86: consolidate the ->mps_oem_check() codeIngo Molnar1-1/+1
2009-01-28x86, mpparse: call the generic quirk handlers earlyIngo Molnar1-10/+1
2009-01-28x86, apic: clean up ->setup_apic_routing()Ingo Molnar1-3/+3
2009-01-15Merge branches 'cpus4096', 'x86/cleanups' and 'x86/urgent' into x86/percpuIngo Molnar1-71/+71
2009-01-14x86: replacing mp_config_intsrc with mpc_intsrcJaswinder Singh Rajput1-34/+34
2009-01-14x86: replacing mp_config_ioapic with mpc_ioapicJaswinder Singh Rajput1-6/+6
2009-01-12x86: fix mpparse.c build error on latest gitJaswinder Singh Rajput1-0/+1
2009-01-08x86: rename all fields of mpf_intel mpf_X to XJaswinder Singh Rajput1-25/+25
2009-01-08x86: rename intel_mp_floating to mpf_intelJaswinder Singh Rajput1-6/+6
2009-01-06Merge branches 'x86/cleanups', 'x86/mpparse', 'x86/numa' and 'x86/uv' into x8...Ingo Molnar1-181/+167
2009-01-06x86: remove duplicated #include'sHuang Weiyi1-1/+0
2009-01-05x86: update Alan Cox's email addressesAlan Cox1-1/+1
2009-01-05x86: rename all fields of mpc_table mpc_X to XJaswinder Singh Rajput1-30/+29
2009-01-05x86: rename all fields of mpc_bus mpc_X to XJaswinder Singh Rajput1-20/+20
2009-01-05x86: rename all fields of mpc_cpu mpc_X to XJaswinder Singh Rajput1-14/+14
2009-01-05x86: rename all fields of mpc_intsrc mpc_X to XJaswinder Singh Rajput1-40/+39
2009-01-05x86: rename all fields of mpc_lintsrc mpc_X to XJaswinder Singh Rajput1-10/+9
2009-01-05x86: rename all fields of mpc_iopic mpc_X to XJaswinder Singh Rajput1-13/+13
2009-01-04x86: rename mpc_config_oemtable to mpc_oemtableJaswinder Singh Rajput1-1/+1
2009-01-04x86: rename mpc_config_lintsrc to mpc_lintsrcJaswinder Singh Rajput1-6/+6
2009-01-04x86: rename mpc_config_intsrc to mpc_intsrcJaswinder Singh Rajput1-20/+17
2009-01-04x86: rename mpc_config_ioapic to mpc_ioapicJaswinder Singh Rajput1-8/+7
2009-01-04x86: rename mpc_config_processor to mpc_cpuJaswinder Singh Rajput1-6/+4
2009-01-04x86: rename mpc_config_bus to mpc_busJaswinder Singh Rajput1-7/+5
2009-01-04x86: rename mp_config_table to mpc_tableJaswinder Singh Rajput1-6/+4
2009-01-02x86: mpparse.c fix style problemsJaswinder Singh Rajput1-5/+5
2008-12-08x86: clean up get_smp_config()Yinghai Lu1-14/+11
2008-12-04x86: fix early panic with boot option "nosmp"Andi Kleen1-0/+3
2008-10-11Merge branch 'x86/apic' into x86-v28-for-linus-phase4-BIngo Molnar1-0/+2
2008-08-18x86: mpparse.c: fix section mismatch warningMarcin Slusarz1-2/+2
2008-08-18x86: fix MP_processor_info section mismatch warningMarcin Slusarz1-1/+1
2008-08-14Merge branch 'linus' into x86/coreIngo Molnar1-5/+6
2008-08-11x86, debug: tone down arch/x86/kernel/mpparse.c debugging printkRene Herman1-5/+6
2008-07-22Merge branch 'linus' into x86/x2apicIngo Molnar1-182/+26
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-12x64, x2apic/intr-remap: add x2apic support, including enabling interrupt-rema...Suresh Siddha1-0/+2
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