aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/smpboot_32.c
AgeCommit message (Expand)Author
2008-04-17x86: don't set maps in native_smp_prepare_boot_cpu()Glauber de Oliveira Costa
2008-04-17x86: move smp_intr_init away from smpboot_32.cGlauber de Oliveira Costa
2008-04-17x86: move impress_friends and smp_check to cpus_doneGlauber de Oliveira Costa
2008-04-17x86: do smp tainting checks in a separate functionGlauber de Oliveira Costa
2008-04-17x86: allow user to impress friends.Glauber de Oliveira Costa
2008-04-17x86: get rid of cpucountGlauber de Oliveira Costa
2008-04-17x86: fill cpu to apicid and present map in mpparseGlauber de Oliveira Costa
2008-04-17x86: use specialized routine for setup per-cpu areaGlauber de Oliveira Costa
2008-04-17x86: define bios to apicid mappingGlauber de Oliveira Costa
2008-04-17x86: move assignment of CPU_PREPARE before do_boot_cpuGlauber de Oliveira Costa
2008-04-17x86: make __smp_prepare_cpu voidGlauber de Oliveira Costa
2008-04-17x86: do tests before do_boot_cpu in i386Glauber de Oliveira Costa
2008-04-17x86: isolate logic to disable smpGlauber de Oliveira Costa
2008-04-17x86: isolate sanity checkingGlauber de Oliveira Costa
2008-04-17x86: add barriers statementGlauber de Oliveira Costa
2008-04-17x86: move setup_secondary_clock a little bit down in the functionGlauber de Oliveira Costa
2008-04-17x86: don't call local_irq_enable before entering idleGlauber de Oliveira Costa
2008-04-17x86: merge smp_store_cpu_infoGlauber de Oliveira Costa
2008-04-17x86: add an smp_apply_quirks to smpboot_32.cGlauber de Oliveira Costa
2008-04-17x86: add loglevel to printksGlauber de Oliveira Costa
2008-04-17x86: change var types in __inquire_remote_apicGlauber de Oliveira Costa
2008-04-17x86: use cpu_relax instead of rep_nopGlauber Costa
2008-04-17x86: unify setup_trampolineGlauber Costa
2008-04-17x86: move trampoline arrays extern definition to smp.hGlauber Costa
2008-04-17x86: make x86_64 accept the max_cpus parameterGlauber Costa
2008-04-17x86: merge __cpu_disable and cpu_dieGlauber Costa
2008-04-17x86: do not clear cpu_online_mapGlauber Costa
2008-04-17x86: use remove_from_maps in cpu_disableGlauber Costa
2008-04-17x86: move cpu_coregroup_map to common fileGlauber Costa
2008-04-17x86: move sibling functions to common fileGlauber Costa
2008-04-17x86: move equal types to common fileGlauber Costa
2008-04-17x86: adjust types in smpcommon_32.cGlauber Costa
2008-02-06calibrate_delay() must be __cpuinitAdrian Bunk
2008-01-30x86: remove set_kernel_exec()Andi Kleen
2008-01-30x86: remove unneded castsJan Engelhardt
2008-01-30x86: change bios_cpu_apicid to percpu data variable fixuptravis@sgi.com
2008-01-30x86: change NR_CPUS arrays in numa_64 fixuptravis@sgi.com
2008-01-30x86: cleanup x86_cpu_to_apicid referencestravis@sgi.com
2008-01-30x86: adjust enable_NMI_through_LVT0()Jan Beulich
2008-01-30x86: use generic register name in the thread and tss structuresH. Peter Anvin
2008-01-30x86: rename the struct pt_regs members for 32/64-bit consistencyH. Peter Anvin
2008-01-30x86: prevent dereferencing non-allocated per_cpu variablesMike Travis
2008-01-30x86: adjust numa 32 namespaceThomas Gleixner
2008-01-30x86: nuke a ton of unused exportsThomas Gleixner
2007-12-19x86 smpboot_32.c section fixesAdrian Bunk
2007-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds
2007-10-20spelling fixes: arch/i386/Simon Arlott
2007-10-19x86: convert cpuinfo_x86 array to a per_cpu arrayMike Travis
2007-10-19x86: convert cpu_llc_id to be a per cpu variableMike Travis
2007-10-19x86: convert cpu_to_apicid to be a per cpu variableMike Travis