summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/mpparse.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-181-51/+24Star
|\
| * x86: Move get/find_smp_config to x86_init_opsThomas Gleixner2009-08-311-31/+2Star
| * 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/+2Star
* | x86, ioapic: Define IO_APIC_DEFAULT_PHYS_BASE constantCyrill Gorcunov2009-08-261-5/+5
|/
* x86, irq: don't call mp_config_acpi_gsi() if update_mptable is not enabledYinghai Lu2009-05-181-1/+1
* x86, irq: update_mptable needs pci_routeirqYinghai Lu2009-05-181-0/+7
* x86: fix alloc_mptable()Yinghai Lu2009-05-111-16/+9Star
* x86: Fix section mismatches in mpparseRakib Mullick2009-04-121-3/+4
* x86: mpparse.c introduce check_physptr helper functionJaswinder Singh Rajput2009-03-211-44/+50
* x86: mpparse.c introduce smp_dump_mptable helper functionJaswinder Singh Rajput2009-03-211-8/+10
* x86: mpparse: clean up code by introducing a few helper functions, fixIngo Molnar2009-03-191-6/+6
* x86: mpparse: clean up code by introducing a few helper functionsJaswinder Singh Rajput2009-03-181-141/+120Star
* x86: clean up output resulting from update_mptable optionJan Beulich2009-03-131-3/+3
* x86: reserve exact size of mptableYinghai Lu2009-03-041-2/+2
* x86: ioremap mptableYinghai Lu2009-03-041-1/+20
* x86: check mptable physptr with max_low_pfn on 32bitYinghai Lu2009-02-231-3/+12
* x86, apic: remove genapic.hIngo Molnar2009-02-171-1/+1
* x86: kernel/mpparse.c fix compilation warningsJaswinder Singh Rajput2009-02-111-3/+3
* 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