aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/smpboot.c
AgeCommit message (Expand)Author
2015-07-15genirq: Revert sparse irq locking around __cpu_up() and move it to x86 for nowThomas Gleixner
2015-07-07x86/irq: Plug irq vector hotplug raceThomas Gleixner
2015-07-06x86/espfix: Init espfix on the boot CPU sideZhu Guihua
2015-07-06x86/espfix: Add 'cpu' parameter to init_espfix_ap()Zhu Guihua
2015-06-22Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-06-22Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2015-05-27x86: Replace cpu_**_mask() with topology_**_cpumask()Bartosz Golaszewski
2015-05-19x86/fpu: Rename fpu-internal.h to fpu/internal.hIngo Molnar
2015-05-19x86/fpu: Fix header file dependencies of fpu-internal.hIngo Molnar
2015-05-18x86/smp/boot: Fix legacy SMP bootup slow-boot bugIngo Molnar
2015-05-13Revert f5d6a52f5111 ("x86/smpboot: Skip delays during SMP initialization simi...Ingo Molnar
2015-05-12x86/smp/boot: Remove 10ms delay from cpu_up() on modern processorsLen Brown
2015-05-12x86/smp/boot: Add cmdline "cpu_init_udelay=N" to specify cpu_up() delayLen Brown
2015-05-11Merge branch 'x86/asm' into x86/apic, to resolve a conflictIngo Molnar
2015-05-08x86/entry: Remove unused 'kernel_stack' per-cpu variableDenys Vlasenko
2015-05-06x86/smpboot: Skip delays during SMP initialization similar to XenJan H. Schönherr
2015-04-14Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-04-13Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2015-04-02x86/cpu: Factor out common CPU initialization code, fix 32-bit Xen PV guestsBoris Ostrovsky
2015-04-01x86/apic: Remove verify_local_APIC()Bandan Das
2015-03-24x86/asm/entry: Get rid of KERNEL_STACK_OFFSETDenys Vlasenko
2015-03-11x86: Use common outgoing-CPU-notification codePaul E. McKenney
2015-03-07x86/asm/entry: Replace this_cpu_sp0() with current_top_of_stack() and fix it ...Andy Lutomirski
2015-01-22x86: Consolidate boot cpu timer setupThomas Gleixner
2015-01-22x86/apic: Reuse apic_bsp_setup() for UP APIC setupThomas Gleixner
2015-01-22x86/smpboot: Sanitize uniprocessor initThomas Gleixner
2015-01-22x86/smpboot: Move apic init code to apic.cThomas Gleixner
2015-01-22x86/smpboot: Cleanup ioapic handlingThomas Gleixner
2015-01-22x86/smpboot: Move smpboot inlines to codeThomas Gleixner
2014-12-16x86, smpboot: Remove pointless preempt_disable() in native_smp_prepare_cpus()Thomas Gleixner
2014-12-10Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-11-10x86/core, x86/xen/smp: Use 'die_complete' completion when taking CPU downBoris Ostrovsky
2014-11-04x86: Convert a few more per-CPU items to read-mostly onesJan Beulich
2014-10-19x86/smpboot: Move data structure to its primary usage scopeIngo Molnar
2014-10-13Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-10-13Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-10-03sched/x86: Fix up typo in topology detectionDave Hansen
2014-09-24sched: Fix unreleased llc_shared_mask bit during CPU hotplugWanpeng Li
2014-09-24x86/smpboot: Speed up suspend/resume by avoiding 100ms sleep for CPU offline ...Lan Tianyu
2014-09-24x86, sched: Add new topology for multi-NUMA-node CPUsDave Hansen
2014-09-16x86/smpboot: Initialize secondary CPU only if master CPU will wait for itIgor Mammedov
2014-07-31x86, apic: Remove setup_portio_remap callbackDavid Rientjes
2014-07-31x86, apic: Remove smp_callin_clear_local_apic callbackDavid Rientjes
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds
2014-06-08Revert "x86/smpboot: Initialize secondary CPU only if master CPU will wait fo...Linus Torvalds
2014-06-05x86/smpboot: Initialize secondary CPU only if master CPU will wait for itIgor Mammedov
2014-06-05x86/smpboot: Log error on secondary CPU wakeup failure at ERR levelIgor Mammedov
2014-06-05x86: Fix list/memory corruption on CPU hotplugIgor Mammedov
2014-05-04x86, espfix: Make espfix64 a Kconfig option, fix UMLH. Peter Anvin