safe/jmp/linux-2.6
2008-04-17 Glauber de... x86: merge smp_prepare_boot_cpu
2008-04-17 Glauber de... x86: integrate start_secondary
2008-04-17 Glauber de... x86: integrate do_boot_cpu
2008-04-17 Glauber de... x86: change boot_cpu_id to boot_cpu_physical_apicid
2008-04-17 Glauber de... x86: move stack_start to smp.h
2008-04-17 Glauber de... x86: move {un}map_cpu_to_logical_apicid to smpboot.c
2008-04-17 Glauber de... x86: add callin tests to cpu_up
2008-04-17 Glauber de... x86: change wakeup_secondary name
2008-04-17 Glauber de... x86: include mach_apic.h in smpboot_64.c and smpboot.c
2008-04-17 Glauber de... x86: call do_boot_cpu directly from native_cpu_up
2008-04-17 Glauber de... x86: minor adjustments for do_boot_cpu
2008-04-17 Glauber de... x86: calibrate delay with irqs enabled
2008-04-17 Glauber de... x86: provide an end_local_APIC_setup function
2008-04-17 Glauber de... x86: wrap esr setting up in i386 in lapic_setup_esr
2008-04-17 Glauber de... x86: modify smp_callin in x86_64 to look like i386
2008-04-17 Glauber de... x86: don't span a new worker in __smp_prepare_cpu
2008-04-17 Glauber de... x86: use create_idle struct in do_boot_cpu
2008-04-17 Glauber de... x86: get rid of commenced mask.
2008-04-17 Glauber de... x86: boot cpus from cpu_up, instead of prepare_cpus
2008-04-17 Glauber de... x86: do not zap_low_mappings in __smp_prepare_cpus
2008-04-17 Glauber de... x86: schedule work only if keventd is already running
2008-04-17 Glauber de... x86: don't initialize sibling and core maps during...
2008-04-17 Glauber de... x86: call nmi_watchdog_default in i386
2008-04-17 Glauber de... x86: call check_nmi_watchdog explicitly in native_smp_c...
2008-04-17 Glauber de... x86: unify nmi_32.h and nmi_64.h
2008-04-17 Glauber de... x86: wipe get_nmi_reason out of nmi_64.h
2008-04-17 Glauber de... x86: don't set maps in native_smp_prepare_boot_cpu()
2008-04-17 Glauber de... x86: move smp_intr_init away from smpboot_32.c
2008-04-17 Glauber de... x86: include smpboot_hooks.h in smpboot_64.c
2008-04-17 Glauber de... x86: include mach_wakecpu.h in smpboot_64
2008-04-17 Glauber de... x86: add subarch support (for headers) to x86_64
2008-04-17 Glauber de... x86: move impress_friends and smp_check to cpus_done
2008-04-17 Glauber de... x86: do smp tainting checks in a separate function
2008-04-17 Glauber de... x86: allow user to impress friends.
2008-04-17 Glauber de... x86: get rid of cpucount
2008-04-17 Ingo Molnarx86: fill cpu to apicid and present map in mpparse...
2008-04-17 Glauber de... x86: fill cpu to apicid and present map in mpparse
2008-04-17 Glauber de... x86: fill bios cpu to apicid maps
2008-04-17 Glauber de... x86: use specialized routine for setup per-cpu area
2008-04-17 Glauber de... x86: fix alloc_bootmem_pages_node macro
2008-04-17 Glauber de... x86: make node to apic mapping declarations unconditional
2008-04-17 Glauber de... x86: initialize map pointers in setup_32.c
2008-04-17 Glauber de... x86: define bios to apicid mapping
2008-04-17 Glauber de... x86: unify extern masks declaration
2008-04-17 Glauber de... x86: move assignment of CPU_PREPARE before do_boot_cpu
2008-04-17 Glauber de... x86: make __smp_prepare_cpu void
2008-04-17 Glauber de... x86: do tests before do_boot_cpu in i386
2008-04-17 Glauber de... x86: isolate logic to disable smp
2008-04-17 Glauber de... x86: isolate sanity checking
2008-04-17 Glauber de... x86: add barriers statement
2008-04-17 Glauber de... x86: use APIC_INTEGRATED tests in x86_64
2008-04-17 Glauber de... x86: provide APIC_INTEGRATED definition for x86_64
2008-04-17 Glauber de... x86: move state update out of ipi_lock
2008-04-17 Glauber de... x86: move setup_secondary_clock a little bit down in...
2008-04-17 Glauber de... x86: don't call local_irq_enable before entering idle
2008-04-17 Glauber de... x86: always enable irqs when entering idle
2008-04-17 Glauber de... x86: merge smp_store_cpu_info
2008-04-17 Glauber de... x86: call identify_secondary_cpu in smp_store_cpu_info
2008-04-17 Glauber de... x86: use identify_boot_cpu
2008-04-17 Glauber de... x86: provide specialized identification routines for...
2008-04-17 Glauber de... x86: decouple call to print_cpu_info from smp_store_cpu...
2008-04-17 Glauber de... x86: add an smp_apply_quirks to smpboot_32.c
2008-04-17 Glauber de... x86: use start_ipi_hook in x86_64
2008-04-17 Glauber de... x86: use apic_*_around instead of apic_write in x86_64
2008-04-17 Glauber de... x86: add loglevel to printks
2008-04-17 Glauber de... x86: change var types in __inquire_remote_apic
2008-04-17 Pavel Machekx86 iommu: add more documentation
2008-04-17 Alexey Starikovskiyx86: move mp_bus_id_to_node to numa.c
2008-04-17 Alexey Starikovskiyx86: move mp_bus_id_to_local to numa.c
2008-04-17 Alexey Starikovskiyx86: make mp_bus_id_to_type optional
2008-04-17 Alexey Starikovskiyx86: rearrange bus_type parse
2008-04-17 Alexey Starikovskiyx86: use not_pci bitmap #6
2008-04-17 Alexey Starikovskiyx86: use not_pci bitmap #5
2008-04-17 Alexey Starikovskiyx86: use not_pci bitmap #4
2008-04-17 Alexey Starikovskiyx86: use not_pci bitmap #3
2008-04-17 Alexey Starikovskiyx86: use not_pci bitmap #2
2008-04-17 Alexey Starikovskiyx86: use not_pci bitmap #1
2008-04-17 Alexey Starikovskiyx86: add mp_bus_not_pci bitmap to mpparse_32.c
2008-04-17 Yinghai Lux86: get boot_cpu_id as early for k8_scan_nodes
2008-04-17 Alexey Starikovskiyx86: move quad_local_to_mp_bus_id to numa.c
2008-04-17 Mikael Petterssonx86: correct/clarify comment in nops.h
2008-04-17 Johannes Weinerx86: Remove redundant display of free swap space in...
2008-04-17 Jan Beulichx86: prevent unconditional writes to DebugCtl MSR
2008-04-17 Gautham R Shenoyx86: Don't send RESCHEDULE_VECTOR to offlined cpus
2008-04-17 stephane eranianx86: add AMD Northbridge MSR definition
2008-04-17 stephane eranianx86: add cpu_has_arch_perfmon
2008-04-17 Joe Perchesx86: cleanup duplicate includes
2008-04-17 Paolo Ciarrocchix86: coding style fixes to arch/x86/kernel/setup_32.c
2008-04-17 Yinghai Lux86: sort address_markers for dump_pagetables
2008-04-17 Yinghai Lux86: introduce initial apicid
2008-04-17 Ingo Molnarx86: remove mach_reboot.h
2008-04-17 Mathieu Desnoyersx86: enhance DEBUG_RODATA support for hotplug and kprobes
2008-04-17 Mathieu Desnoyersx86: enhance DEBUG_RODATA support - alternatives
2008-04-17 Harvey Harrisonx86: replace remaining __FUNCTION__ occurances
2008-04-17 Yinghai Lux86: show apicid for cpu in proc
2008-04-17 Yinghai Lux86: fix amd_detect_cmp
2008-04-17 Ingo Molnarx86: add KERN_INFO to show_unhandled_signals printout
2008-04-17 Ingo Molnarx86: move extern declaration to vdso.h
2008-04-17 Ingo Molnarx86: clean up arch/x86/kernel/signal_32.c
2008-04-17 Ingo Molnarx86: remove DEBUG_SIG
next