| Age | Commit message (Expand) | Author | Files | Lines |
| 2010-12-09 | x86: Further simplify mp_irq info handling |  Feng Tang | 1 | -32/+6 |
| 2010-12-09 | x86: Unify 3 similar ways of saving mp_irqs info |  Feng Tang | 1 | -53/+3 |
| 2010-12-09 | x86, apic: Remove early_init_lapic_mapping() |  Yinghai Lu | 1 | -6/+2 |
| 2010-12-09 | x86, apic: Unify identical register_lapic_address() functions |  Yinghai Lu | 1 | -13/+1 |
| 2010-08-31 | Merge commit 'v2.6.36-rc3' into x86/memblock |  Ingo Molnar | 1 | -0/+16 |
| 2010-08-27 | x86: Use memblock to replace early_res |  Yinghai Lu | 1 | -2/+3 |
| 2010-08-05 | x86, apic: Map the local apic when parsing the MP table. |  Eric W. Biederman | 1 | -0/+16 |
| 2010-06-09 | x86, irq: Rename gsi_end gsi_top, and fix off by one errors |  Eric W. Biederman | 1 | -1/+1 |
| 2010-05-04 | x86, ioapic: In mpparse use mp_register_ioapic |  Eric W. Biederman | 1 | -24/+1 |
| 2010-04-01 | x86: Handle overlapping mptables |  Andi Kleen | 1 | -2/+2 |
| 2010-02-09 | x86, apic: Don't use logical-flat mode when CPU hotplug may exceed 8 CPUs |  Suresh Siddha | 1 | -7/+0 |
| 2009-12-11 | x86: Use find_e820() instead of hard coded trampoline address |  Yinghai Lu | 1 | -3/+0 |
| 2009-11-24 | x86: Move find_smp_config() earlier and avoid bootmem usage |  Yinghai Lu | 1 | -32/+12 |
| 2009-09-18 | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip |  Linus Torvalds | 1 | -51/+24 |
| 2009-08-31 | x86: Move get/find_smp_config to x86_init_ops |  Thomas Gleixner | 1 | -31/+2 |
| 2009-08-27 | x86: Move oem_bus_info to x86_init_ops |  Thomas Gleixner | 1 | -6/+8 |
| 2009-08-27 | x86: Move mpc_oem_pci_bus to x86_init_ops |  Thomas Gleixner | 1 | -2/+2 |
| 2009-08-27 | x86: Move smp_read_mpc_oem to x86_init_ops. |  Thomas Gleixner | 1 | -4/+4 |
| 2009-08-27 | x86: Move mpc_apic_id to x86_init_ops |  Thomas Gleixner | 1 | -4/+6 |
| 2009-08-27 | x86: Sanitize smp_record and move it to x86_init_ops |  Thomas Gleixner | 1 | -4/+2 |
| 2009-08-26 | x86, ioapic: Define IO_APIC_DEFAULT_PHYS_BASE constant |  Cyrill Gorcunov | 1 | -5/+5 |
| 2009-05-18 | x86, irq: don't call mp_config_acpi_gsi() if update_mptable is not enabled |  Yinghai Lu | 1 | -1/+1 |
| 2009-05-18 | x86, irq: update_mptable needs pci_routeirq |  Yinghai Lu | 1 | -0/+7 |
| 2009-05-11 | x86: fix alloc_mptable() |  Yinghai Lu | 1 | -16/+9 |
| 2009-04-12 | x86: Fix section mismatches in mpparse |  Rakib Mullick | 1 | -3/+4 |
| 2009-03-21 | x86: mpparse.c introduce check_physptr helper function |  Jaswinder Singh Rajput | 1 | -44/+50 |
| 2009-03-21 | x86: mpparse.c introduce smp_dump_mptable helper function |  Jaswinder Singh Rajput | 1 | -8/+10 |
| 2009-03-19 | x86: mpparse: clean up code by introducing a few helper functions, fix |  Ingo Molnar | 1 | -6/+6 |
| 2009-03-18 | x86: mpparse: clean up code by introducing a few helper functions |  Jaswinder Singh Rajput | 1 | -141/+120 |
| 2009-03-13 | x86: clean up output resulting from update_mptable option |  Jan Beulich | 1 | -3/+3 |
| 2009-03-04 | x86: reserve exact size of mptable |  Yinghai Lu | 1 | -2/+2 |
| 2009-03-04 | x86: ioremap mptable |  Yinghai Lu | 1 | -1/+20 |
| 2009-02-23 | x86: check mptable physptr with max_low_pfn on 32bit |  Yinghai Lu | 1 | -3/+12 |
| 2009-02-17 | x86, apic: remove genapic.h |  Ingo Molnar | 1 | -1/+1 |
| 2009-02-11 | x86: kernel/mpparse.c fix compilation warnings |  Jaswinder Singh Rajput | 1 | -3/+3 |
| 2009-01-31 | x86: update copyrights |  Ingo Molnar | 1 | -1/+1 |
| 2009-01-30 | x86: don't treat bigsmp as non-standard |  Yinghai Lu | 1 | -2/+2 |
| 2009-01-29 | x86: rename X86_GENERICARCH to X86_32_NON_STANDARD |  Ingo Molnar | 1 | -1/+1 |
| 2009-01-29 | x86: remove mach_apic.h |  Ingo Molnar | 1 | -2/+1 |
| 2009-01-28 | x86: remove mach_apicdef.h |  Ingo Molnar | 1 | -3/+0 |
| 2009-01-28 | x86: eliminate asm/mach-*/mach_mpparse.h |  Ingo Molnar | 1 | -1/+0 |
| 2009-01-28 | x86: consolidate the ->mps_oem_check() code |  Ingo Molnar | 1 | -1/+1 |
| 2009-01-28 | x86, mpparse: call the generic quirk handlers early |  Ingo Molnar | 1 | -10/+1 |
| 2009-01-28 | x86, apic: clean up ->setup_apic_routing() |  Ingo Molnar | 1 | -3/+3 |
| 2009-01-15 | Merge branches 'cpus4096', 'x86/cleanups' and 'x86/urgent' into x86/percpu |  Ingo Molnar | 1 | -71/+71 |
| 2009-01-14 | x86: replacing mp_config_intsrc with mpc_intsrc |  Jaswinder Singh Rajput | 1 | -34/+34 |
| 2009-01-14 | x86: replacing mp_config_ioapic with mpc_ioapic |  Jaswinder Singh Rajput | 1 | -6/+6 |
| 2009-01-12 | x86: fix mpparse.c build error on latest git |  Jaswinder Singh Rajput | 1 | -0/+1 |
| 2009-01-08 | x86: rename all fields of mpf_intel mpf_X to X |  Jaswinder Singh Rajput | 1 | -25/+25 |
| 2009-01-08 | x86: rename intel_mp_floating to mpf_intel |  Jaswinder Singh Rajput | 1 | -6/+6 |