summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* x86: unify smp_send_stopGlauber Costa2008-04-173-6/+7
* x86: add reboot_force test to native_smp_send_stopGlauber Costa2008-04-171-2/+7
* x86: make stop_this_cpu looks exactly equal in both archesGlauber Costa2008-04-172-3/+4
* x86: provide hlt_works function.Glauber Costa2008-04-171-0/+9
* x86: change x86_64 smp_call_function_mask to look alike i386Glauber Costa2008-04-172-42/+17
* x86: provide __smp_call_functionGlauber Costa2008-04-171-1/+33
* x86: create smpcommon.cGlauber Costa2008-04-174-139/+85
* x86: remove irqs disabled warning.Glauber Costa2008-04-171-3/+0
* x86: remove export for smp_call_function_mask.Glauber Costa2008-04-171-1/+0
* x86: move prefill_possible_map to common fileGlauber Costa2008-04-175-53/+55
* x86: use disabled_cpus in i386Glauber Costa2008-04-171-1/+5
* x86: move disabled_cpus to common headerGlauber Costa2008-04-172-1/+3
* x86: unify smp_cpus_doneGlauber Costa2008-04-174-8/+9
* x86: unify smp_prepare_cpusGlauber Costa2008-04-174-6/+8
* x86: unify prepare_boot_cpuGlauber Costa2008-04-174-6/+8
* x86: unify __cpu_up.Glauber Costa2008-04-174-6/+9
* x86: unify smp_call_function_maskGlauber Costa2008-04-173-9/+11
* x86: merge smp_send_rescheduleGlauber Costa2008-04-174-8/+10
* x86: move smp_ops extern declaration to common headerGlauber Costa2008-04-173-2/+5
* x86: define smp_ops in common headerGlauber Costa2008-04-172-14/+14
* x86: merge extern variables definitionsGlauber Costa2008-04-173-8/+6
* x86: merge extern function definitionsGlauber Costa2008-04-173-8/+3
* x86: commonize smp.hGlauber Costa2008-04-171-0/+7
* x86: fix switch_to() clobbersIngo Molnar2008-04-171-1/+9
* x86: clean up switch_to()Ingo Molnar2008-04-171-15/+31
* x86: reserve end-of-conventional-memory to 1MB, 64-bit, use paravirt_enabledAlexander van Heukelum2008-04-171-5/+1
* x86: reserve end-of-conventional-memory to 1MB, 32-bit, use paravirt_enabledAlexander van Heukelum2008-04-171-5/+2
* x86: wmb() confusion in system.hPavel Machek2008-04-171-10/+1
* x86: if we cannot calibrate the TSC, we panic.Rusty Russell2008-04-171-8/+5
* x86: debug pmd_bad()Ingo Molnar2008-04-172-1/+12
* x86: redo cded932b75ab0a5f9181eIngo Molnar2008-04-172-3/+7
* x86: warn about RAM pages in ioremap()Ingo Molnar2008-04-171-2/+4