aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/smpboot.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-19x86/cpufeature: Remove unused and seldomly used cpu_has_xx macrosBorislav Petkov1-1/+1
2015-12-19Merge branch 'linus' into x86/cleanupsThomas Gleixner1-4/+5
2015-11-25x86 smpboot: Re-enable init_udelay=0 by default on modern CPUsLen Brown1-4/+5
2015-11-19x86/paravirt: Remove unused pv_apic_ops structureJuergen Gross1-7/+0
2015-10-19x86/smpboot: Fix CPU #1 boot timeoutLen Brown1-2/+6
2015-10-19x86/smpboot: Fix cpu_init_udelay=10000 corner case boot parameter misbehaviorLen Brown1-2/+5
2015-09-01Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2015-08-17x86/smpboot: Remove APIC.wait_for_init_deassert and atomic init_deassertedLen Brown1-13/+3
2015-08-17x86/smpboot: Remove SIPI delays from cpu_up()Len Brown1-2/+4
2015-08-17x86/smpboot: Remove udelay(100) when polling cpu_callin_mapLen Brown1-1/+0
2015-08-17x86/smpboot: Remove udelay(100) when polling cpu_initialized_mapLen Brown1-2/+1
2015-07-20x86: Drop bogus __ref / __refdata annotationsMathias Krause1-1/+1
2015-07-15genirq: Revert sparse irq locking around __cpu_up() and move it to x86 for nowThomas Gleixner1-0/+11
2015-07-07x86/irq: Plug irq vector hotplug raceThomas Gleixner1-8/+5
2015-07-06x86/espfix: Init espfix on the boot CPU sideZhu Guihua1-7/+7
2015-07-06x86/espfix: Add 'cpu' parameter to init_espfix_ap()Zhu Guihua1-1/+1
2015-06-22Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+39
2015-06-22Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+1
2015-05-27x86: Replace cpu_**_mask() with topology_**_cpumask()Bartosz Golaszewski1-20/+22
2015-05-19x86/fpu: Rename fpu-internal.h to fpu/internal.hIngo Molnar1-1/+1
2015-05-19x86/fpu: Fix header file dependencies of fpu-internal.hIngo Molnar1-1/+0
2015-05-18x86/smp/boot: Fix legacy SMP bootup slow-boot bugIngo Molnar1-1/+1
2015-05-13Revert f5d6a52f5111 ("x86/smpboot: Skip delays during SMP initialization similar to Xen")Ingo Molnar1-36/+22
2015-05-12x86/smp/boot: Remove 10ms delay from cpu_up() on modern processorsLen Brown1-0/+15
2015-05-12x86/smp/boot: Add cmdline "cpu_init_udelay=N" to specify cpu_up() delayLen Brown1-1/+22
2015-05-11Merge branch 'x86/asm' into x86/apic, to resolve a conflictIngo Molnar1-2/+0
2015-05-08x86/entry: Remove unused 'kernel_stack' per-cpu variableDenys Vlasenko1-2/+0
2015-05-06x86/smpboot: Skip delays during SMP initialization similar to XenJan H. Schönherr1-23/+38
2015-04-14Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-21/+18
2015-04-13Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-14/+22
2015-04-02x86/cpu: Factor out common CPU initialization code, fix 32-bit Xen PV guestsBoris Ostrovsky1-15/+22
2015-04-01x86/apic: Remove verify_local_APIC()Bandan Das1-2/+0
2015-03-24x86/asm/entry: Get rid of KERNEL_STACK_OFFSETDenys Vlasenko1-2/+1
2015-03-11x86: Use common outgoing-CPU-notification codePaul E. McKenney1-21/+18
2015-03-07x86/asm/entry: Replace this_cpu_sp0() with current_top_of_stack() and fix it on x86_32Andy Lutomirski1-0/+2
2015-01-22x86: Consolidate boot cpu timer setupThomas Gleixner1-4/+0
2015-01-22x86/apic: Reuse apic_bsp_setup() for UP APIC setupThomas Gleixner1-2/+2
2015-01-22x86/smpboot: Sanitize uniprocessor initThomas Gleixner1-11/+26
2015-01-22x86/smpboot: Move apic init code to apic.cThomas Gleixner1-24/+3
2015-01-22x86/smpboot: Cleanup ioapic handlingThomas Gleixner1-40/+7
2015-01-22x86/smpboot: Move smpboot inlines to codeThomas Gleixner1-1/+65
2014-12-16x86, smpboot: Remove pointless preempt_disable() in native_smp_prepare_cpus()Thomas Gleixner1-7/+1
2014-12-10Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2014-11-10x86/core, x86/xen/smp: Use 'die_complete' completion when taking CPU downBoris Ostrovsky1-4/+11
2014-11-04x86: Convert a few more per-CPU items to read-mostly onesJan Beulich1-1/+1
2014-10-19x86/smpboot: Move data structure to its primary usage scopeIngo Molnar1-2/+2
2014-10-13Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-11/+12
2014-10-13Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-68/+30
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-9/+46
2014-10-03sched/x86: Fix up typo in topology detectionDave Hansen1-1/+1