summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/mpparse.c
Commit message (Expand)AuthorAgeFilesLines
...
* x86: update copyrightsIngo Molnar2009-01-311-1/+1
* x86: don't treat bigsmp as non-standardYinghai Lu2009-01-301-2/+2
* x86: rename X86_GENERICARCH to X86_32_NON_STANDARDIngo Molnar2009-01-291-1/+1
* x86: remove mach_apic.hIngo Molnar2009-01-291-2/+1Star
* x86: remove mach_apicdef.hIngo Molnar2009-01-281-3/+0Star
* x86: eliminate asm/mach-*/mach_mpparse.hIngo Molnar2009-01-281-1/+0Star
* x86: consolidate the ->mps_oem_check() codeIngo Molnar2009-01-281-1/+1
* x86, mpparse: call the generic quirk handlers earlyIngo Molnar2009-01-281-10/+1Star
* x86, apic: clean up ->setup_apic_routing()Ingo Molnar2009-01-281-3/+3
*-. Merge branches 'cpus4096', 'x86/cleanups' and 'x86/urgent' into x86/percpuIngo Molnar2009-01-151-71/+71
|\ \
| | * x86: replacing mp_config_intsrc with mpc_intsrcJaswinder Singh Rajput2009-01-141-34/+34
| | * x86: replacing mp_config_ioapic with mpc_ioapicJaswinder Singh Rajput2009-01-141-6/+6
| | * x86: rename all fields of mpf_intel mpf_X to XJaswinder Singh Rajput2009-01-081-25/+25
| | * x86: rename intel_mp_floating to mpf_intelJaswinder Singh Rajput2009-01-081-6/+6
| |/
* / x86: fix mpparse.c build error on latest gitJaswinder Singh Rajput2009-01-121-0/+1
|/
*-. Merge branches 'x86/cleanups', 'x86/mpparse', 'x86/numa' and 'x86/uv' into x8...Ingo Molnar2009-01-061-181/+167Star
|\ \
| * | x86: remove duplicated #include'sHuang Weiyi2009-01-061-1/+0Star
| * | x86: rename all fields of mpc_table mpc_X to XJaswinder Singh Rajput2009-01-051-30/+29Star
| * | x86: rename all fields of mpc_bus mpc_X to XJaswinder Singh Rajput2009-01-051-20/+20
| * | x86: rename all fields of mpc_cpu mpc_X to XJaswinder Singh Rajput2009-01-051-14/+14
| * | x86: rename all fields of mpc_intsrc mpc_X to XJaswinder Singh Rajput2009-01-051-40/+39Star
| * | x86: rename all fields of mpc_lintsrc mpc_X to XJaswinder Singh Rajput2009-01-051-10/+9Star
| * | x86: rename all fields of mpc_iopic mpc_X to XJaswinder Singh Rajput2009-01-051-13/+13
| * | x86: rename mpc_config_oemtable to mpc_oemtableJaswinder Singh Rajput2009-01-041-1/+1
| * | x86: rename mpc_config_lintsrc to mpc_lintsrcJaswinder Singh Rajput2009-01-041-6/+6
| * | x86: rename mpc_config_intsrc to mpc_intsrcJaswinder Singh Rajput2009-01-041-20/+17Star
| * | x86: rename mpc_config_ioapic to mpc_ioapicJaswinder Singh Rajput2009-01-041-8/+7Star
| * | x86: rename mpc_config_processor to mpc_cpuJaswinder Singh Rajput2009-01-041-6/+4Star
| * | x86: rename mpc_config_bus to mpc_busJaswinder Singh Rajput2009-01-041-7/+5Star
| * | x86: rename mp_config_table to mpc_tableJaswinder Singh Rajput2009-01-041-6/+4Star
| |/
* / x86: update Alan Cox's email addressesAlan Cox2009-01-051-1/+1
|/
* x86: mpparse.c fix style problemsJaswinder Singh Rajput2009-01-021-5/+5
* x86: clean up get_smp_config()Yinghai Lu2008-12-081-14/+11Star
* x86: fix early panic with boot option "nosmp"Andi Kleen2008-12-041-0/+3
* Merge branch 'x86/apic' into x86-v28-for-linus-phase4-BIngo Molnar2008-10-111-0/+2
|\
| * Merge branch 'linus' into x86/coreIngo Molnar2008-08-141-5/+6
| |\
| * \ Merge branch 'linus' into x86/x2apicIngo Molnar2008-07-221-182/+26Star
| |\ \
| * | | x64, x2apic/intr-remap: add x2apic support, including enabling interrupt-rema...Suresh Siddha2008-07-121-0/+2
* | | | x86: mpparse.c: fix section mismatch warningMarcin Slusarz2008-08-181-2/+2
* | | | x86: fix MP_processor_info section mismatch warningMarcin Slusarz2008-08-181-1/+1
| |_|/ |/| |
* | | x86, debug: tone down arch/x86/kernel/mpparse.c debugging printkRene Herman2008-08-111-5/+6
| |/ |/|
* | x86: extend and use x86_quirks to clean up NUMAQ codeYinghai Lu2008-07-201-170/+21Star
* | x86: introduce x86_quirksYinghai Lu2008-07-201-12/+5Star
|/
* x86: add early quirk supportIngo Molnar2008-07-101-2/+18
* x86: update mptable fix with no ioapic v2Yinghai Lu2008-07-081-10/+9Star
* x86: keep MP_intsrc_info untouched if we do not update mptableYinghai Lu2008-07-081-6/+7
* x86: clean up reserve_bootmem_generic() and port it to 32-bitYinghai Lu2008-07-081-12/+6Star
* x86: make generic arch support NUMAQ, fix #2Yinghai Lu2008-07-081-4/+5
* x86: add flags parameter to reserve_bootmem_generic()Bernhard Walle2008-07-081-2/+3
* x86: make generic arch support NUMAQYinghai Lu2008-06-101-3/+70