| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/Voyager: remove VMI Kconfig quirk | Ingo Molnar | 2009-01-29 | 1 | -1/+0 |
* | x86/VisWS: remove Kconfig quirk | Ingo Molnar | 2009-01-29 | 1 | -1/+1 |
* | x86/Voyager: remove X86_FIND_SMP_CONFIG Kconfig quirk | Ingo Molnar | 2009-01-29 | 3 | -7/+4 |
* | x86/Voyager: remove X86_BIOS_REBOOT Kconfig quirk | Ingo Molnar | 2009-01-29 | 3 | -11/+1 |
* | x86/Voyager: remove X86_HT Kconfig quirk | Ingo Molnar | 2009-01-29 | 1 | -1/+0 |
* | x86: generalize boot_cpu_id | Ingo Molnar | 2009-01-29 | 4 | -21/+15 |
* | x86: replace CONFIG_X86_SMP with CONFIG_SMP | Ingo Molnar | 2009-01-29 | 12 | -18/+13 |
* | x86/Voyager: remove ARCH_SUSPEND_POSSIBLE Kconfig quirk | Ingo Molnar | 2009-01-29 | 1 | -1/+0 |
* | x86/Voyager: remove HIBERNATION Kconfig quirk | Ingo Molnar | 2009-01-29 | 1 | -1/+1 |
* | x86/Voyager: remove KGDB Kconfig quirk | Ingo Molnar | 2009-01-29 | 1 | -1/+1 |
* | x86/Voyager: remove KVM Kconfig quirk | Ingo Molnar | 2009-01-29 | 1 | -1/+1 |
* | x86/Voyager: remove NATSEMI Kconfig quirk | Ingo Molnar | 2009-01-29 | 1 | -1/+0 |
* | x86/Voyager: remove MCA Kconfig quirk | Ingo Molnar | 2009-01-29 | 1 | -2/+1 |
* | x86: disable Voyager temporarily | Ingo Molnar | 2009-01-29 | 1 | -1/+1 |
* | x86/Voyager: clean up BROKEN Kconfig reference | Ingo Molnar | 2009-01-29 | 1 | -1/+1 |
* | x86: remove subarchitecture support | Ingo Molnar | 2009-01-29 | 7 | -294/+166 |
* | x86: move mach-default/*.h files to asm/ | Ingo Molnar | 2009-01-29 | 17 | -9/+14 |
* | x86: remove subarchitecture support code | Ingo Molnar | 2009-01-29 | 4 | -13/+93 |
* | x86, smp: remove mach_ipi.h | Ingo Molnar | 2009-01-29 | 17 | -96/+68 |
* | x86, bigsmp: consolidate header code | Ingo Molnar | 2009-01-29 | 1 | -4/+159 |
* | x86, bigsmp: consolidate code | Ingo Molnar | 2009-01-29 | 3 | -1/+1 |
* | x86, NUMAQ: Consolidate code | Ingo Molnar | 2009-01-29 | 3 | -278/+278 |
* | x86, ES7000: Consolidate code | Ingo Molnar | 2009-01-29 | 3 | -428/+428 |
* | x86: remove mach_apic.h, fix | Suresh Siddha | 2009-01-29 | 1 | -1/+1 |
* | x86: remove mach_apic.h | Ingo Molnar | 2009-01-29 | 22 | -207/+175 |
* | x86, summit: consolidate code, fix | Ingo Molnar | 2009-01-29 | 2 | -2/+3 |
* | x86, summit: consolidate code | Ingo Molnar | 2009-01-28 | 7 | -435/+416 |
* | x86, numaq: consolidate code | Ingo Molnar | 2009-01-28 | 7 | -193/+167 |
* | x86, smp: refactor ->wake_cpu | Ingo Molnar | 2009-01-28 | 4 | -9/+4 |
* | x86: remove mach_apicdef.h | Ingo Molnar | 2009-01-28 | 10 | -40/+18 |
* | x86: remove mach_mpspec.h | Ingo Molnar | 2009-01-28 | 3 | -30/+19 |
* | x86: eliminate asm/mach-*/mach_mpparse.h | Ingo Molnar | 2009-01-28 | 8 | -30/+4 |
* | x86, smp: eliminate asm/mach-default/mach_wakecpu.h | Ingo Molnar | 2009-01-28 | 8 | -30/+22 |
* | x86, ES7000: consolidate the APIC code | Ingo Molnar | 2009-01-28 | 6 | -325/+295 |
* | x86, smp: refactor ->inquire_remote_apic() methods | Ingo Molnar | 2009-01-28 | 10 | -22/+8 |
* | x86, smp: remove ->restore_NMI_vector() | Ingo Molnar | 2009-01-28 | 11 | -21/+0 |
* | x86, smp: refactor ->store/restore_NMI_vector() methods | Ingo Molnar | 2009-01-28 | 10 | -34/+16 |
* | x86, smp: refactor ->smp_callin_clear_local_apic() methods | Ingo Molnar | 2009-01-28 | 10 | -19/+13 |
* | x86, smp: refactor ->wait_for_init_deassert() | Ingo Molnar | 2009-01-28 | 11 | -19/+21 |
* | x86: set ->trampoline_phys_low/high on 64-bit too | Ingo Molnar | 2009-01-28 | 6 | -13/+16 |
* | x86, smp: clean up ->trampoline_phys_low/high handling | Ingo Molnar | 2009-01-28 | 10 | -25/+23 |
* | x86, apic: untangle the send_IPI_*() jungle | Ingo Molnar | 2009-01-28 | 26 | -180/+178 |
* | x86, apic: refactor ->cpu_mask_to_apicid*() | Ingo Molnar | 2009-01-28 | 16 | -80/+101 |
* | x86, apic: get rid of *_APIC_ID_MASK definitions | Ingo Molnar | 2009-01-28 | 10 | -14/+5 |
* | x86, apic: refactor ->apic_id_mask & APIC_ID_MASK | Ingo Molnar | 2009-01-28 | 13 | -16/+13 |
* | x86, apic: refactor ->get_apic_id() & GET_APIC_ID() | Ingo Molnar | 2009-01-28 | 17 | -41/+32 |
* | x86: consolidate the ->mps_oem_check() code | Ingo Molnar | 2009-01-28 | 11 | -20/+15 |
* | x86, mpparse: call the generic quirk handlers early | Ingo Molnar | 2009-01-28 | 1 | -10/+1 |
* | x86, smp: clean up mps_oem_check() | Ingo Molnar | 2009-01-28 | 2 | -11/+14 |
* | x86, apic: refactor ->phys_pkg_id() | Ingo Molnar | 2009-01-28 | 13 | -19/+17 |