summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/smpboot.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-10-271-1/+0
|\
| * x86-32: Allocate irq stacks seperate from percpu areaBrian Gerst2010-10-271-1/+0
* | workqueues: s/ON_STACK/ONSTACK/Andrew Morton2010-10-261-1/+1
|/
* Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2010-10-221-12/+4
|\
| * x86-32, mm: Add an initial page table for core bootstrappingBorislav Petkov2010-10-201-12/+4
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-10-211-2/+2
|\ \
| * | x86: i8259: Convert to new irq_chip functionsThomas Gleixner2010-10-121-2/+2
* | | Merge branch 'x86-x2apic-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-10-211-2/+2
|\ \ \ | |/ /
| * | x86, x2apic: Simplify apic init in SMP and UP buildsSuresh Siddha2010-09-151-2/+2
* | | Merge branch 'x86-vmware-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-10-211-2/+0
|\ \ \ | | |/ | |/|
| * | x86, vmware: Remove deprecated VMI kernel supportAlok Kataria2010-08-231-2/+0
| |/
* | Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-10-211-1/+79
|\ \
| * | x86, hotplug: In the MWAIT case of play_dead, CLFLUSH the cache lineH. Peter Anvin2010-09-201-1/+19
| * | x86, hotplug: Move WBINVD back outside the play_dead loopH. Peter Anvin2010-09-171-6/+5
| * | x86, hotplug: Use mwait to offline a processor, fix the legacy caseH. Peter Anvin2010-09-171-1/+62
| |/
* | x86, amd: Use compute unit information to determine thread siblingsAndreas Herrmann2010-10-011-8/+20
|/
* x86, hotplug: Serialize CPU hotplug to avoid bringup concurrency issuesBorislav Petkov2010-08-191-0/+19
* x86-32: Separate 1:1 pagetables from swapper_pg_dirJoerg Roedel2010-08-181-19/+13
* x86, ia64, smp: use workqueues unconditionally during do_boot_cpu()Suresh Siddha2010-08-091-6/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2010-08-071-1/+1
|\
| * workqueue: increase max_active of keventd and kill current_is_keventd()Tejun Heo2010-06-291-1/+1
* | x86, mtrr: Use stop machine context to rendezvous all the cpu'sSuresh Siddha2010-07-301-0/+7
|/
* x86, smpboot: Fix cores per node printing on bootBorislav Petkov2010-06-021-1/+1
* x86: "nosmp" command line option should force the system into UP modeJan Beulich2010-05-241-3/+23
* Merge branch 'master' into export-slabhTejun Heo2010-04-051-2/+2
|\
| * x86: Move notify_cpu_starting() callback to a later stagePeter Zijlstra2010-04-021-2/+2
* | 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
|\ \
OpenPOWER on IntegriCloud