summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/smpboot.c
Commit message (Expand)AuthorAgeFilesLines
* x86/boot/smp: Don't try to poke disabled/non-existent APICVille Syrjälä2016-10-221-7/+9
* arch/x86: Handle non enumerated CPU after physical hotplugPrarit Bhargava2016-10-071-3/+15
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-10-041-11/+0Star
|\
| * Merge branch 'linus' into smp/hotplugThomas Gleixner2016-09-011-9/+16
| |\
| * | cpu/hotplug: Prevent alloc/free of irq descriptors during CPU up/down (again)Boris Ostrovsky2016-08-101-11/+0Star
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-041-2/+1Star
|\ \ \
| * | | sched/x86: Rewrite the switch_to() codeBrian Gerst2016-08-241-1/+0Star
| * | | x86/asm/head: Rename 'stack_start' -> 'initial_stack'Josh Poimboeuf2016-08-181-1/+1
| | |/ | |/|
* | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-041-7/+6Star
|\ \ \
| * | | Merge branch 'x86/urgent' into x86/apicThomas Gleixner2016-09-261-9/+16
| |\| |
| * | | x86/apic: Get rid of apic_version[] arrayDenys Vlasenko2016-09-201-5/+5
| * | | x86/smpboot: Check APIC ID before setting up default routingWei Jiangang2016-08-241-2/+1Star
| | |/ | |/|
* | | sched/core, x86/topology: Fix NUMA in package topology bugTim Chen2016-09-301-16/+30
| |/ |/|
* | x86/smp: Fix __max_logical_packages value setupJiri Olsa2016-08-181-9/+16
|/
* Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-08-011-1/+1
|\
| * x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-07-141-1/+1
* | Merge tag 'pm-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2016-07-271-1/+1
|\ \
| * | x86 / hibernate: Use hlt_play_dead() when resuming from hibernationRafael J. Wysocki2016-07-151-1/+1
| |/
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-07-261-1/+0Star
|\ \
| * | x86/smp: Remove unnecessary initialization of thread_info::cpuAndy Lutomirski2016-07-151-1/+0Star
| |/
* / x86/topology: Add topology_max_smt_threads()Andi Kleen2016-06-031-1/+24
|/
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-05-171-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/+0Star
* 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/+0Star
|/
* 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/+3Star
* | 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/+0Star
* | x86/smpboot: Remove udelay(100) when polling cpu_initialized_mapLen Brown2015-08-171-2/+1Star
|/
* 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/+5Star
* 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-231-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/+22Star