aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/smpboot.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-17x86/mm/32: Load a sane CR3 before cpu_init() on secondary CPUsAndy Lutomirski1-6/+7
2017-09-13x86/mm/64: Initialize CR4.PCIDE earlyAndy Lutomirski1-3/+5
2017-09-08treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan1-1/+1
2017-08-10x86/smpboot: Unbreak CPU0 hotplugVitaly Kuznetsov1-13/+17
2017-07-03Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2017-06-22x86/mm: Remove reset_lazy_tlbstate()Andy Lutomirski1-1/+0
2017-05-23x86/smp: Adjust system_state checkThomas Gleixner1-1/+1
2017-03-16x86: Remap GDT tables in the fixmap sectionThomas Garnier1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/hotplug.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/topology.h>Ingo Molnar1-0/+1
2017-02-20Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+1
2017-02-05x86/CPU/AMD: Bring back Compute Unit IDBorislav Petkov1-3/+9
2017-02-01x86/platform/UV: Ensure uv_system_init is called when necessarytravis@sgi.com1-2/+1
2016-12-15x86/smpboot: Prevent false positive out of bounds cpumask access warningThomas Gleixner1-4/+4
2016-12-13x86/smpboot: Make logical package management more robustThomas Gleixner1-32/+19
2016-12-12Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2016-12-12Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-12-12Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-12-12Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+1
2016-12-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+35
2016-12-09x86: Remove empty idle.h headerThomas Gleixner1-1/+0
2016-12-09x86/amd: Simplify AMD E400 aware idle routineBorislav Petkov1-1/+0
2016-11-24x86/sched: Add SD_ASYM_PACKING flags to x86 ITMT CPUTim Chen1-4/+24
2016-11-24x86/topology: Define x86's arch_update_cpu_topologyTim Chen1-0/+11
2016-11-01Merge branch 'core/urgent' into x86/fpu, to merge fixesIngo Molnar1-7/+9
2016-11-01Merge branch 'linus' into x86/asm, to pick up fixesIngo Molnar1-7/+9
2016-10-26kernel/smp: Make the SMP boot message common on all archesMichael Ellerman1-8/+0
2016-10-25x86/cpu: Remove the printk format specifier in "CPU0: "Borislav Petkov1-1/+1
2016-10-22x86/boot/smp: Don't try to poke disabled/non-existent APICVille Syrjälä1-7/+9
2016-10-20x86/boot/smp/32: Fix initial idle stack location on 32-bit kernelsJosh Poimboeuf1-3/+1
2016-10-16Merge tag 'v4.9-rc1' into x86/fpu, to resolve conflictIngo Molnar1-3/+15
2016-10-16x86/fpu: Remove 'cpu' argument from __cpu_invalidate_fpregs_state()Rik van Riel1-1/+1
2016-10-07arch/x86: Handle non enumerated CPU after physical hotplugPrarit Bhargava1-3/+15
2016-10-07x86/fpu: Rename lazy restore functions to "register state valid"Rik van Riel1-1/+1
2016-10-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-11/+0
2016-10-03Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+1
2016-10-03Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+6
2016-09-30sched/core, x86/topology: Fix NUMA in package topology bugTim Chen1-16/+30
2016-09-26Merge branch 'x86/urgent' into x86/apicThomas Gleixner1-9/+16
2016-09-20x86/apic: Get rid of apic_version[] arrayDenys Vlasenko1-5/+5
2016-09-01Merge branch 'linus' into smp/hotplugThomas Gleixner1-9/+16
2016-08-24sched/x86: Rewrite the switch_to() codeBrian Gerst1-1/+0
2016-08-24x86/smpboot: Check APIC ID before setting up default routingWei Jiangang1-2/+1
2016-08-18x86/asm/head: Rename 'stack_start' -> 'initial_stack'Josh Poimboeuf1-1/+1
2016-08-18x86/smp: Fix __max_logical_packages value setupJiri Olsa1-9/+16
2016-08-10cpu/hotplug: Prevent alloc/free of irq descriptors during CPU up/down (again)Boris Ostrovsky1-11/+0
2016-08-01Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-07-26Merge tag 'pm-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1
2016-07-25Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0