summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/smpboot.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-011-1/+1
|\
| * x86: Drop bogus __ref / __refdata annotationsMathias Krause2015-07-201-1/+1
* | x86/smpboot: Remove APIC.wait_for_init_deassert and atomic init_deassertedLen Brown2015-08-171-13/+3
* | x86/smpboot: Remove SIPI delays from cpu_up()Len Brown2015-08-171-2/+4
* | x86/smpboot: Remove udelay(100) when polling cpu_callin_mapLen Brown2015-08-171-1/+0
* | x86/smpboot: Remove udelay(100) when polling cpu_initialized_mapLen Brown2015-08-171-2/+1
|/
* genirq: Revert sparse irq locking around __cpu_up() and move it to x86 for nowThomas Gleixner2015-07-151-0/+11
* x86/irq: Plug irq vector hotplug raceThomas Gleixner2015-07-071-8/+5
* x86/espfix: Init espfix on the boot CPU sideZhu Guihua2015-07-061-7/+7
* x86/espfix: Add 'cpu' parameter to init_espfix_ap()Zhu Guihua2015-07-061-1/+1
* Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-221-4/+39
|\
| * x86/smp/boot: Fix legacy SMP bootup slow-boot bugIngo Molnar2015-05-181-1/+1
| * Revert f5d6a52f5111 ("x86/smpboot: Skip delays during SMP initialization simi...Ingo Molnar2015-05-131-36/+22
| * x86/smp/boot: Remove 10ms delay from cpu_up() on modern processorsLen Brown2015-05-121-0/+15
| * x86/smp/boot: Add cmdline "cpu_init_udelay=N" to specify cpu_up() delayLen Brown2015-05-121-1/+22
| * Merge branch 'x86/asm' into x86/apic, to resolve a conflictIngo Molnar2015-05-111-2/+0
| |\
| | * x86/entry: Remove unused 'kernel_stack' per-cpu variableDenys Vlasenko2015-05-081-2/+0
| * | x86/smpboot: Skip delays during SMP initialization similar to XenJan H. Schönherr2015-05-061-23/+38
| |/
* | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-06-221-2/+1
|\ \
| * | x86/fpu: Rename fpu-internal.h to fpu/internal.hIngo Molnar2015-05-191-1/+1
| * | x86/fpu: Fix header file dependencies of fpu-internal.hIngo Molnar2015-05-191-1/+0
| |/
* | x86: Replace cpu_**_mask() with topology_**_cpumask()Bartosz Golaszewski2015-05-271-20/+22
|/
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-141-21/+18
|\
| * x86: Use common outgoing-CPU-notification codePaul E. McKenney2015-03-111-21/+18
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-04-131-14/+22
|\ \
| * | x86/cpu: Factor out common CPU initialization code, fix 32-bit Xen PV guestsBoris Ostrovsky2015-04-021-15/+22
| * | x86/asm/entry: Get rid of KERNEL_STACK_OFFSETDenys Vlasenko2015-03-241-2/+1
| * | x86/asm/entry: Replace this_cpu_sp0() with current_top_of_stack() and fix it ...Andy Lutomirski2015-03-071-0/+2
| |/
* | x86/apic: Remove verify_local_APIC()Bandan Das2015-04-011-2/+0
|/
* x86: Consolidate boot cpu timer setupThomas Gleixner2015-01-221-4/+0
* x86/apic: Reuse apic_bsp_setup() for UP APIC setupThomas Gleixner2015-01-221-2/+2
* x86/smpboot: Sanitize uniprocessor initThomas Gleixner2015-01-221-11/+26
* x86/smpboot: Move apic init code to apic.cThomas Gleixner2015-01-221-24/+3
* x86/smpboot: Cleanup ioapic handlingThomas Gleixner2015-01-221-40/+7
* x86/smpboot: Move smpboot inlines to codeThomas Gleixner2015-01-221-1/+65
* x86, smpboot: Remove pointless preempt_disable() in native_smp_prepare_cpus()Thomas Gleixner2014-12-161-7/+1
* Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-12-101-1/+1
|\
| * x86: Convert a few more per-CPU items to read-mostly onesJan Beulich2014-11-041-1/+1
* | x86/core, x86/xen/smp: Use 'die_complete' completion when taking CPU downBoris Ostrovsky2014-11-101-4/+11
|/
* x86/smpboot: Move data structure to its primary usage scopeIngo Molnar2014-10-191-2/+2
* Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-10-131-11/+12
|\
| * x86/smpboot: Speed up suspend/resume by avoiding 100ms sleep for CPU offline ...Lan Tianyu2014-09-241-11/+12
* | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-10-131-68/+30
|\ \
| * | x86/smpboot: Initialize secondary CPU only if master CPU will wait for itIgor Mammedov2014-09-161-68/+30
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-131-9/+46
|\ \
| * | sched/x86: Fix up typo in topology detectionDave Hansen2014-10-031-1/+1
| * | x86, sched: Add new topology for multi-NUMA-node CPUsDave Hansen2014-09-241-9/+46
| |/
* | sched: Fix unreleased llc_shared_mask bit during CPU hotplugWanpeng Li2014-09-241-0/+3
|/
* x86, apic: Remove setup_portio_remap callbackDavid Rientjes2014-07-311-4/+0
* x86, apic: Remove smp_callin_clear_local_apic callbackDavid Rientjes2014-07-311-4/+0
OpenPOWER on IntegriCloud