summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/smpboot.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-05-161-1/+1
|\
| * x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usageBorislav Petkov2016-04-131-1/+1
* | x86/topology: Handle CPUID bogosity gracefullyThomas Gleixner2016-05-071-0/+5
|/
* x86/cpu: Get rid of compute_unit_idBorislav Petkov2016-03-291-1/+1
* x86/topology: Use total_cpus not nr_cpu_ids for logical packagesThomas Gleixner2016-03-191-1/+6
* x86/topology: Fix Intel HT disablePeter Zijlstra2016-03-191-1/+14
* x86/topology: Fix logical package mappingPeter Zijlstra2016-03-191-5/+0
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-151-1/+1
|\
| * arch/hotplug: Call into idle with a proper stateThomas Gleixner2016-03-011-1/+1
* | x86/topology: Create logical package idThomas Gleixner2016-02-291-0/+100
|/
* x86/cpufeature: Remove unused and seldomly used cpu_has_xx macrosBorislav Petkov2015-12-191-1/+1
* Merge branch 'linus' into x86/cleanupsThomas Gleixner2015-12-191-4/+5
|\
| * x86 smpboot: Re-enable init_udelay=0 by default on modern CPUsLen Brown2015-11-251-4/+5
* | x86/paravirt: Remove unused pv_apic_ops structureJuergen Gross2015-11-191-7/+0
|/
* x86/smpboot: Fix CPU #1 boot timeoutLen Brown2015-10-191-2/+6
* x86/smpboot: Fix cpu_init_udelay=10000 corner case boot parameter misbehaviorLen Brown2015-10-191-2/+5
* 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
OpenPOWER on IntegriCloud