summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/smpboot.c
Commit message (Expand)AuthorAgeFilesLines
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* x86: Handle legacy PIC interrupts on all the cpu'sSuresh Siddha2010-03-161-1/+1
* Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-03-071-2/+7
|\
| * Merge remote branch 'origin/x86/apic' into x86/mrstH. Peter Anvin2010-02-221-4/+9
| |\
| * | x86, pic: Make use of legacy_pic abstractionJacob Pan2010-02-191-2/+3
| * | x86: Initialize stack canary in secondary startJacob Pan2010-02-191-0/+4
* | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-03-031-4/+9
|\ \ \ | | |/ | |/|
| * | Merge branch 'x86/irq' into x86/apicH. Peter Anvin2010-02-221-5/+4
| |\ \
| | * \ Merge branch 'x86/urgent' into x86/irqH. Peter Anvin2010-02-201-2/+0
| | |\ \ | | | |/
| | * | smp: Use nr_cpus= to set nr_cpu_ids earlyYinghai Lu2010-02-171-3/+4
| * | | x86, irq: Move __setup_vector_irq() before the first irq enable in cpu online...Suresh Siddha2010-01-291-1/+5
| |/ /
* | | Merge branch 'x86-pci-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-02-281-0/+1
|\ \ \ | |_|/ |/| |
| * | x86: Enable NMI on all cpus on UVRuss Anderson2010-02-271-0/+1
| |/
* | x86, apic: Don't use logical-flat mode when CPU hotplug may exceed 8 CPUsSuresh Siddha2010-02-091-2/+0
|/
* x86: Limit the number of processor bootup messagesMike Travis2009-12-111-14/+31
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2009-12-101-1/+3
|\
| * workqueue: Add debugobjects supportThomas Gleixner2009-11-161-1/+3
* | x86: Remove unnecessary mdelay() from cpu_disable_common()Suresh Siddha2009-12-021-9/+0
|/
* cpumask: use zalloc_cpumask_var() where possibleLi Zefan2009-09-241-6/+3
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-181-2/+2
|\
| * x86: Move percpu clockevents setup to x86_init_opsThomas Gleixner2009-08-311-2/+2
* | Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-09-151-0/+14
|\ \
| * | x86, pat/mtrr: Rendezvous all the cpus for MTRR/PAT initSuresh Siddha2009-08-211-0/+14
| |/
* | Merge branch 'x86-txt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-09-151-0/+2
|\ \
| * | x86, intel_txt: clean up the impact on generic code, unbreak non-x86Shane Wang2009-09-011-1/+1
| * | x86, intel_txt: Intel TXT Sx shutdown supportJoseph Cihula2009-07-211-0/+2
| |/
* | x86, sched: Workaround broken sched domain creation for AMD Magny-CoursAndreas Herrmann2009-09-031-1/+2
|/
* x86: make zap_low_mapping could be used earlyYinghai Lu2009-06-121-1/+1
* x86, apic: Fix dummy apic read operation together with broken MP handlingCyrill Gorcunov2009-06-071-3/+5
* x86: smpboot - wakeup_secondary should be done via __cpuinit sectionCyrill Gorcunov2009-04-191-2/+2
* x86: consistent about warm_reset_vector for UN_NON_UNIQUE_APICYinghai Lu2009-04-081-4/+6
* x86: make wakeup_secondary_cpu_via_init staticYinghai Lu2009-04-081-1/+1
* cpumask: use new cpumask functions throughout x86Rusty Russell2009-03-131-6/+5
* cpumask: convert struct cpuinfo_x86's llc_shared_map to cpumask_var_tRusty Russell2009-03-131-7/+26
* cpumask: convert node_to_cpumask_map[] to cpumask_var_tRusty Russell2009-03-131-2/+2
* x86: unify 32 and 64-bit node_to_cpumask_mapRusty Russell2009-03-131-5/+0
* cpumask: x86: convert cpu_sibling_map/cpu_core_map to cpumask_var_tRusty Russell2009-03-131-2/+10
* cpumask: remove cpu_coregroup_map: x86Rusty Russell2009-03-131-5/+0
* x86: remove smp_apply_quirks()/smp_checks()Yinghai Lu2009-03-081-78/+0
* x86: apic: simplify secondary CPU wakeup methodsIngo Molnar2009-02-261-3/+8
* x86: remove update_apic from x86_quirksYinghai Lu2009-02-261-7/+1
* x86, apic: remove ->store_NMI_vector()Ingo Molnar2009-02-171-8/+5
* x86, apic: remove duplicate asm/apic.h inclusionsIngo Molnar2009-02-171-1/+0
* x86, apic: remove genapic.hIngo Molnar2009-02-171-2/+2
* x86: add x2apic configYinghai Lu2009-02-171-1/+1
* x86: make 32bit to call enable_IO_APIC early like 64bitYinghai Lu2009-02-151-2/+1
* Merge branch 'x86/paravirt' into x86/apicIngo Molnar2009-02-091-1/+1
|\
| * x86: pass in cpu number to switch_to_new_gdt()Brian Gerst2009-01-311-1/+1
* | smp, generic: introduce arch_disable_smp_support() instead of disable_ioapic_...Ingo Molnar2009-02-051-1/+1
* | x86: update copyrightsIngo Molnar2009-01-311-1/+1
OpenPOWER on IntegriCloud