summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/smpboot.c
Commit message (Expand)AuthorAgeFilesLines
* x86/fpu: Fix header file dependencies of fpu-internal.hIngo Molnar2015-05-191-1/+0
* 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
* Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds2014-06-081-0/+7
|\
| * x86, espfix: Make espfix64 a Kconfig option, fix UMLH. Peter Anvin2014-05-041-1/+1
| * x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stackH. Peter Anvin2014-04-301-0/+7
* | Revert "x86/smpboot: Initialize secondary CPU only if master CPU will wait fo...Linus Torvalds2014-06-081-31/+68
* | x86/smpboot: Initialize secondary CPU only if master CPU will wait for itIgor Mammedov2014-06-051-68/+31
* | x86/smpboot: Log error on secondary CPU wakeup failure at ERR levelIgor Mammedov2014-06-051-1/+1
* | x86: Fix list/memory corruption on CPU hotplugIgor Mammedov2014-06-051-3/+0
|/
* Merge branch 'x86-threadinfo-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-04-011-1/+1
|\
| * x86: Keep thread_info on thread stack in x86_32Steven Rostedt2014-03-061-1/+1
* | Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-04-011-1/+1
|\ \
| * | x86, cpufeature: Rename X86_FEATURE_CLFLSH to X86_FEATURE_CLFLUSHH. Peter Anvin2014-02-271-1/+1
| |/
* | x86/apic: Plug racy xAPIC access of CPU hotplug codeJan Kiszka2014-03-111-2/+9
* | x86/apic: Switch wait_for_init_deassert() to a bool flagDavid Rientjes2014-02-091-2/+3
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-01-201-0/+6
|\
| * x86: Add check for number of available vectors before CPU downPrarit Bhargava2014-01-151-0/+6
* | x86, idle: Add memory barriers around clflush in mwait_play_dead()H. Peter Anvin2013-12-191-0/+2
|/
* Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-11-141-21/+0
|\
| * hotplug / x86: Disable ARCH_CPU_PROBE_RELEASE on x86Toshi Kani2013-09-251-21/+0
* | x86/boot: Further compress CPUs bootup messageBorislav Petkov2013-10-011-5/+19
* | x86: Improve the printout of the SMP bootup CPU tableBorislav Petkov2013-09-281-6/+15
|/
* x86/smpboot: Fix announce_cpu() to printk() the last "OK" properlyLibin2013-09-051-1/+2