summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/smpboot.c
AgeCommit message (Expand)Author
2010-08-19x86, hotplug: Serialize CPU hotplug to avoid bringup concurrency issuesBorislav Petkov
2010-08-18x86-32: Separate 1:1 pagetables from swapper_pg_dirJoerg Roedel
2010-08-09x86, ia64, smp: use workqueues unconditionally during do_boot_cpu()Suresh Siddha
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2010-07-30x86, mtrr: Use stop machine context to rendezvous all the cpu'sSuresh Siddha
2010-06-29workqueue: increase max_active of keventd and kill current_is_keventd()Tejun Heo
2010-06-02x86, smpboot: Fix cores per node printing on bootBorislav Petkov
2010-05-24x86: "nosmp" command line option should force the system into UP modeJan Beulich
2010-04-05Merge branch 'master' into export-slabhTejun Heo
2010-04-02x86: Move notify_cpu_starting() callback to a later stagePeter Zijlstra
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-16x86: Handle legacy PIC interrupts on all the cpu'sSuresh Siddha
2010-03-07Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2010-03-03Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2010-02-28Merge branch 'x86-pci-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2010-02-27x86: Enable NMI on all cpus on UVRuss Anderson
2010-02-22Merge remote branch 'origin/x86/apic' into x86/mrstH. Peter Anvin
2010-02-22Merge branch 'x86/irq' into x86/apicH. Peter Anvin
2010-02-20Merge branch 'x86/urgent' into x86/irqH. Peter Anvin
2010-02-19x86, pic: Make use of legacy_pic abstractionJacob Pan
2010-02-19x86: Initialize stack canary in secondary startJacob Pan
2010-02-17smp: Use nr_cpus= to set nr_cpu_ids earlyYinghai Lu
2010-02-09x86, apic: Don't use logical-flat mode when CPU hotplug may exceed 8 CPUsSuresh Siddha
2010-01-29x86, irq: Move __setup_vector_irq() before the first irq enable in cpu online...Suresh Siddha
2009-12-11x86: Limit the number of processor bootup messagesMike Travis
2009-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2009-12-02x86: Remove unnecessary mdelay() from cpu_disable_common()Suresh Siddha
2009-11-16workqueue: Add debugobjects supportThomas Gleixner
2009-09-24cpumask: use zalloc_cpumask_var() where possibleLi Zefan
2009-09-18Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-09-15Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-09-15Merge branch 'x86-txt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-09-03x86, sched: Workaround broken sched domain creation for AMD Magny-CoursAndreas Herrmann
2009-09-01x86, intel_txt: clean up the impact on generic code, unbreak non-x86Shane Wang
2009-08-31x86: Move percpu clockevents setup to x86_init_opsThomas Gleixner
2009-08-21x86, pat/mtrr: Rendezvous all the cpus for MTRR/PAT initSuresh Siddha
2009-07-21x86, intel_txt: Intel TXT Sx shutdown supportJoseph Cihula
2009-06-12x86: make zap_low_mapping could be used earlyYinghai Lu
2009-06-07x86, apic: Fix dummy apic read operation together with broken MP handlingCyrill Gorcunov
2009-04-19x86: smpboot - wakeup_secondary should be done via __cpuinit sectionCyrill Gorcunov
2009-04-08x86: consistent about warm_reset_vector for UN_NON_UNIQUE_APICYinghai Lu
2009-04-08x86: make wakeup_secondary_cpu_via_init staticYinghai Lu
2009-03-13cpumask: use new cpumask functions throughout x86Rusty Russell
2009-03-13cpumask: convert struct cpuinfo_x86's llc_shared_map to cpumask_var_tRusty Russell
2009-03-13cpumask: convert node_to_cpumask_map[] to cpumask_var_tRusty Russell
2009-03-13x86: unify 32 and 64-bit node_to_cpumask_mapRusty Russell
2009-03-13cpumask: x86: convert cpu_sibling_map/cpu_core_map to cpumask_var_tRusty Russell
2009-03-13cpumask: remove cpu_coregroup_map: x86Rusty Russell
2009-03-08x86: remove smp_apply_quirks()/smp_checks()Yinghai Lu
2009-02-26x86: apic: simplify secondary CPU wakeup methodsIngo Molnar