summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86: add mp_bus_not_pci bitmap to mpparse_32.cAlexey Starikovskiy2008-04-172-2/+5
* x86: get boot_cpu_id as early for k8_scan_nodesYinghai Lu2008-04-174-23/+94
* x86: move quad_local_to_mp_bus_id to numa.cAlexey Starikovskiy2008-04-174-2/+4
* x86: correct/clarify comment in nops.hMikael Pettersson2008-04-171-0/+2
* x86: Remove redundant display of free swap space in show_mem()Johannes Weiner2008-04-172-4/+0
* x86: prevent unconditional writes to DebugCtl MSRJan Beulich2008-04-175-7/+16
* x86: Don't send RESCHEDULE_VECTOR to offlined cpusGautham R Shenoy2008-04-171-1/+4
* x86: add AMD Northbridge MSR definitionstephane eranian2008-04-171-0/+1
* x86: add cpu_has_arch_perfmonstephane eranian2008-04-171-0/+1
* x86: cleanup duplicate includesJoe Perches2008-04-175-20/+5
* x86: coding style fixes to arch/x86/kernel/setup_32.cPaolo Ciarrocchi2008-04-171-1/+1
* x86: sort address_markers for dump_pagetablesYinghai Lu2008-04-171-2/+2
* x86: introduce initial apicidYinghai Lu2008-04-174-12/+16
* x86: remove mach_reboot.hIngo Molnar2008-04-171-61/+0
* x86: enhance DEBUG_RODATA support for hotplug and kprobesMathieu Desnoyers2008-04-172-34/+10
* x86: enhance DEBUG_RODATA support - alternativesMathieu Desnoyers2008-04-172-24/+87
* x86: replace remaining __FUNCTION__ occurancesHarvey Harrison2008-04-175-17/+17
* x86: show apicid for cpu in procYinghai Lu2008-04-171-0/+1
* x86: fix amd_detect_cmpYinghai Lu2008-04-171-2/+2
* x86: add KERN_INFO to show_unhandled_signals printoutIngo Molnar2008-04-171-3/+3
* x86: move extern declaration to vdso.hIngo Molnar2008-04-172-7/+7
* x86: clean up arch/x86/kernel/signal_32.cIngo Molnar2008-04-171-79/+101
* x86: remove DEBUG_SIGIngo Molnar2008-04-172-37/+0
* x86: arch/x86/kernel/cpu/feature_names.c - use angle brackets for includeJoe Perches2008-04-171-1/+1
* x86: include/asm-x86/mutex_32.h - use angle brackets for includeJoe Perches2008-04-171-1/+1
* x86: clean up i387.cIngo Molnar2008-04-171-42/+46
* x86: add comments to processor.hIngo Molnar2008-04-171-23/+28
* x86: use cpu_relax instead of rep_nopGlauber Costa2008-04-171-2/+2
* x86: use wait_for_init_deassert in x86_64Glauber Costa2008-04-171-2/+8
* x86: unify setup_trampolineGlauber Costa2008-04-175-45/+37
* x86: adapt voyager's setup_trampolineGlauber Costa2008-04-171-1/+1
* x86: adapt voyager's trampoline_baseGlauber Costa2008-04-171-4/+4
* x86: move trampoline arrays extern definition to smp.hGlauber Costa2008-04-173-13/+6
* x86: make x86_64 accept the max_cpus parameterGlauber Costa2008-04-173-13/+19
* x86: merge __cpu_disable and cpu_dieGlauber Costa2008-04-176-152/+88
* x86: do not clear cpu_online_mapGlauber Costa2008-04-171-2/+1
* x86: use remove_from_maps in cpu_disableGlauber Costa2008-04-172-6/+9
* x86: remove vector_lock around cpu_online_mapGlauber Costa2008-04-171-3/+1
* x86: move cpu_coregroup_map to common fileGlauber Costa2008-04-173-28/+16
* x86: move sibling functions to common fileGlauber Costa2008-04-173-177/+88
* x86: move hotplug related extern definitions to smp.hGlauber Costa2008-04-172-6/+6
* x86: make remove_siblinginfo non-staticGlauber Costa2008-04-171-1/+1
* x86: make set_cpu_sibling_map nonstaticGlauber Costa2008-04-173-4/+4
* x86: move equal types to common fileGlauber Costa2008-04-174-60/+29
* x86: adjust types in smpcommon_32.cGlauber Costa2008-04-172-6/+6
* x86: remove cpu_llc_id from processor.hGlauber Costa2008-04-171-3/+1
* x86: get rid of smp_32.c and smp_64.cGlauber Costa2008-04-174-118/+93
* x86: create tlb filesGlauber Costa2008-04-175-511/+517
* x86: create ipi.cGlauber Costa2008-04-173-154/+179
* x86: create smp.cGlauber Costa2008-04-174-429/+255