- c4bd1fd x86: fix section mismatch warning - uv_cpu_init by Marcin Slusarz · 16 years ago
- d19fbfd x86: silence section mismatch warning - get_local_pda by Marcin Slusarz · 16 years ago
- a58f03b x86: check bigsmp in smp_sanity_check instead of cpu_up by Yinghai Lu · 16 years ago
- 23b49c19 x86: resurrect proper handling of maxcpus= kernel option (v2) by Max Krasnyansky · 16 years ago
- b74548e x86: fix 2.6.27rc1 cannot boot more than 8CPUs by Yinghai Lu · 16 years ago
- d388e5f x86: Restore proper vector locking during cpu hotplug by Eric W. Biederman · 16 years ago
- 26dcce0 Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- cfc1b9a x86: convert Dprintk to pr_debug by Thomas Gleixner · 17 years ago
- acee709 Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x86/core', 'x86/cpu', 'x86/fixmap', 'x86/gart', 'x86/kprobes', 'x86/memtest', 'x86/modules', 'x86/nmi', 'x86/pat', 'x86/reboot', 'x86/setup', 'x86/step', 'x86/unify-pci', 'x86/uv', 'x86/xen' and 'xen-64bit' into x86/for-linus by Ingo Molnar · 17 years ago
- cdbfc55 Merge branch 'linus' into x86/cleanups by Ingo Molnar · 17 years ago
- 593f4a7 x86: APIC: remove apic_write_around(); use alternatives by Maciej W. Rozycki · 17 years ago
- 29cbeb0 x86: use cpu_clear in remove_cpu_from_maps by Yinghai Lu · 17 years ago
- 7c33b1e x86_64: unstatic get_local_pda by Jeremy Fitzhardinge · 17 years ago
- 8263884 Merge branch 'linus' into cpus4096 by Ingo Molnar · 17 years ago
- 1a781a7 Merge branch 'generic-ipi' into generic-ipi-for-linus by Ingo Molnar · 17 years ago
- 4d8cc87 x86: smpboot maxcpus - add checking for NULL early param by Cyrill Gorcunov · 17 years ago
- 6f585e0 arch/x86/kernel/smpboot.c: fix warning by Andrew Morton · 17 years ago
- 329513a x86: move prefill_possible_map calling early by Yinghai Lu · 17 years ago
- c376d45 x86: nmi_watchdog - use NMI_NONE by default by Cyrill Gorcunov · 17 years ago
- 7f6cbc9 x86: take load_sp0 out of smpboot.c by Glauber Costa · 17 years ago
- 1481a3d x86: move cpu_exit_clear to process_32.c by Glauber Costa · 17 years ago
- b553a1e x86: remove cpu from maps by Glauber Costa · 17 years ago
- 78e6227 x86: change naming to match x86_64 by Glauber Costa · 17 years ago
- b584176 x86: provide connect_bsp_APIC for x86_64 by Glauber Costa · 17 years ago
- 3fde690 x86: change __setup_vector_irq with setup_vector_irq by Glauber Costa · 17 years ago
- 86e430e x86: remove ifdef from stepping by Glauber Costa · 17 years ago
- 0f385d1 x86: clearing io_apic harmless for x86_64 by Glauber Costa · 17 years ago
- 3e97047 x86: boot secondary cpus through initial_code by Glauber Costa · 17 years ago
- a939098 x86: move x86_64 gdt closer to i386 by Glauber Costa · 17 years ago
- 9cf4f29 x86: use stack_start in x86_64 by Glauber Costa · 17 years ago
- e3ae0ac Merge branch 'x86/uv' into x86/devel by Ingo Molnar · 17 years ago
- b6df1b8 x86: fix stack overflow for large values of MAX_APICS by Jack Steiner · 17 years ago
- 2b4fa85 Merge branch 'x86/numa' into x86/devel by Ingo Molnar · 17 years ago
- f307d25 x86: compile error fix for smpboot.c by Jeremy Fitzhardinge · 17 years ago
- 3461b0a x86: remove static boot_cpu_pda array v2 by Mike Travis · 17 years ago
- 23ca4bb x86: cleanup early per cpu variables/accesses v4 by Mike Travis · 17 years ago
- 3de352b Merge branch 'x86/mpparse' into x86/devel by Ingo Molnar · 17 years ago
- 896395c Merge branch 'linus' into tmp.x86.mpparse.new by Ingo Molnar · 17 years ago
- 6924d1a Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/build', 'x86/cleanups', 'x86/cpa', 'x86/cpu', 'x86/defconfig', 'x86/gart', 'x86/i8259', 'x86/intel', 'x86/irqstats', 'x86/kconfig', 'x86/ldt', 'x86/mce', 'x86/memtest', 'x86/pat', 'x86/ptemask', 'x86/resumetrace', 'x86/threadinfo', 'x86/timers', 'x86/vdso' and 'x86/xen' into x86/devel by Ingo Molnar · 17 years ago
- d54db1a x86: APIC/SMP: Downgrade the NMI watchdog for "nosmp" by Maciej W. Rozycki · 17 years ago
- 6fe9fe8 Revert "x86: APIC/SMP: downgrade the NMI watchdog for "nosmp"" by Ingo Molnar · 17 years ago
- a1133d8 x86: APIC/SMP: downgrade the NMI watchdog for "nosmp" by Maciej W. Rozycki · 17 years ago
- 73d08e6 x86: APIC/SMP: correct the message for "nosmp" by Maciej W. Rozycki · 17 years ago
- 68083e0 Merge commit 'v2.6.26-rc9' into cpus4096 by Ingo Molnar · 17 years ago
- fcb4304 x86: fix cpu hotplug crash by Zhang, Yanmin · 17 years ago
- 3b16cf8 x86: convert to generic helpers for IPI function calls by Jens Axboe · 17 years ago
- 1791a78 Merge branch 'linus' into x86/cleanups by Ingo Molnar · 17 years ago
- deef325 x86: disable preemption in native_smp_prepare_cpus by Ingo Molnar · 17 years ago
- a4c81cf x86: extend e820 ealy_res support 32bit by Yinghai Lu · 17 years ago
- 883b7af x86: smpboot.c: removed duplicated include by Huang Weiyi · 17 years ago
- 334ef7a x86: use performance variant for_each_cpu_mask_nr by Mike Travis · 17 years ago
- 61165d7 x86: fix app crashes after SMP resume by Hugh Dickins · 17 years ago
- c5562fa x86: make additional_cpus static by Adrian Bunk · 17 years ago
- dbe55f4 x86: make start_secondary() static by Adrian Bunk · 17 years ago
- e90955c x86: fix PCI MSI breaks when booting with nosmp by Jesse Barnes · 17 years ago
- 7c04e64 x86: use cpumask function for present, possible, and online cpus by Akinobu Mita · 17 years ago
- 4b7227c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-xen-next by Linus Torvalds · 17 years ago
- 68db065 x86: unify KERNEL_PGD_PTRS by Jeremy Fitzhardinge · 17 years ago
- a4928cf "make namespacecheck" fixes by Ingo Molnar · 17 years ago
- 34d0559 x86: UV startup of slave cpus by Jack Steiner · 17 years ago
- 77ad386 x86: standalone trampoline code by Ingo Molnar · 17 years ago
- e44b7b7 x86: move suspend wakeup code to C by Pavel Machek · 17 years ago
- df96323 x86: section mismatch fixes, #1 by Jacek Luczak · 17 years ago
- 63d3819 x86: fix paranoia about using BIOS quickboot mechanism. by Alok Kataria · 17 years ago
- 2fe6014 x86: move up & smp variables to setup.c by Alexey Starikovskiy · 17 years ago
- 16ecf7a x86: move x86_bios_cpu_apicid_init to smpboot.c by Alexey Starikovskiy · 17 years ago
- 708650a x86: move x86_cpu_to_apicid_init to smpboot.c by Alexey Starikovskiy · 17 years ago
- 0fc0906 x86: move phys_cpu_present_map to setup.c by Alexey Starikovskiy · 17 years ago
- 76eb413 x86: move x86_cpu_to_apicid to setup.c by Alexey Starikovskiy · 17 years ago
- ac23d4e x86: support for new UV apic by Jack Steiner · 17 years ago
- 05f2d12 x86: change GET_APIC_ID() from an inline function to an out-of-line function by Jack Steiner · 17 years ago
- 3103623 x86: move disabled_cpus to smpboot.c (64bit) by Alexey Starikovskiy · 17 years ago
- 7b8cbd2 x86: move num_processors to smpboot.c (64 bit) by Alexey Starikovskiy · 17 years ago
- 1d85543 x86: move phys_cpu_present_map to smpboot.c (64bit) by Alexey Starikovskiy · 17 years ago
- acff5a7 x86: move x86_bios_cpu_apicid to apic_32.c by Alexey Starikovskiy · 17 years ago
- 53c4c79 x86: move disabled_cpus to smpboot.c by Alexey Starikovskiy · 17 years ago
- 2bb9e9d x86: move num_processors to smpboot.c by Alexey Starikovskiy · 17 years ago
- 40014ba x86: move phys_cpu_present_map to smpboot.c by Alexey Starikovskiy · 17 years ago
- 4cedb33 x86: remove smpboot_32.c and smpboot_64.c by Glauber de Oliveira Costa · 17 years ago
- acbb673 x86: move apicid mappings to smpboot.c by Glauber de Oliveira Costa · 17 years ago
- 2cd9fb7 x86: merge cpu_exit_clear by Glauber de Oliveira Costa · 17 years ago
- 8aef135 x86: merge native_smp_prepare_cpus by Glauber de Oliveira Costa · 17 years ago
- 83f7eb9 x86: merge native_smp_cpus_done by Glauber de Oliveira Costa · 17 years ago
- a8db845 x86: merge smp_prepare_boot_cpu by Glauber de Oliveira Costa · 17 years ago
- bbc2ff6 x86: integrate start_secondary by Glauber de Oliveira Costa · 17 years ago
- cb3c8b9 x86: integrate do_boot_cpu by Glauber de Oliveira Costa · 17 years ago
- 7cc3959 x86: move {un}map_cpu_to_logical_apicid to smpboot.c by Glauber de Oliveira Costa · 17 years ago
- f6bc402 x86: include mach_apic.h in smpboot_64.c and smpboot.c by Glauber de Oliveira Costa · 17 years ago
- f68e00a x86: move impress_friends and smp_check to cpus_done by Glauber de Oliveira Costa · 17 years ago
- 693d4b8 x86: do smp tainting checks in a separate function by Glauber de Oliveira Costa · 17 years ago
- 904541e x86: allow user to impress friends. by Glauber de Oliveira Costa · 17 years ago
- 1d89a7f x86: merge smp_store_cpu_info by Glauber de Oliveira Costa · 17 years ago
- 91718e8 x86: unify setup_trampoline by Glauber Costa · 17 years ago
- 89b0820 x86: make x86_64 accept the max_cpus parameter by Glauber Costa · 17 years ago
- 69c18c1 x86: merge __cpu_disable and cpu_die by Glauber Costa · 17 years ago
- 70708a1 x86: move cpu_coregroup_map to common file by Glauber Costa · 17 years ago
- 768d950 x86: move sibling functions to common file by Glauber Costa · 17 years ago
- a355352 x86: move equal types to common file by Glauber Costa · 17 years ago
- 68a1c3f x86: move prefill_possible_map to common file by Glauber Costa · 17 years ago