aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/kernel/cpu/common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-18Merge branch 'WIP.x86-pti.entry-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-46/+124
2017-12-17x86/cpufeatures: Make CPU bugs stickyThomas Gleixner1-3/+3
2017-12-17x86/entry/64: Make cpu_entry_area.tss read-onlyAndy Lutomirski1-10/+19
2017-12-17x86/entry: Clean up the SYSENTER_stack codeAndy Lutomirski1-11/+3
2017-12-17x86/entry/64: Move the IST stacks into struct cpu_entry_areaAndy Lutomirski1-32/+42
2017-12-17x86/entry/64: Create a per-CPU SYSCALL entry trampolineAndy Lutomirski1-1/+14
2017-12-17x86/entry/64: Use a per-CPU trampoline stack for IDT entriesAndy Lutomirski1-2/+4
2017-12-17x86/entry: Remap the TSS into the CPU entry areaAndy Lutomirski1-6/+35
2017-12-17x86/entry: Move SYSENTER_stack to the beginning of struct tss_structAndy Lutomirski1-0/+21
2017-12-17x86/entry: Fix assumptions that the HW TSS is at the beginning of cpu_tssAndy Lutomirski1-4/+4
2017-12-17x86/mm/fixmap: Generalize the GDT fixmap mechanism, introduce struct cpu_entry_areaAndy Lutomirski1-7/+7
2017-12-17x86/entry/64: Allocate and enable the SYSENTER stackAndy Lutomirski1-1/+3
2017-11-14x86/umip: Print a line in the boot log that UMIP has been enabledRicardo Neri1-0/+2
2017-11-13Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2017-11-08x86/umip: Enable User-Mode Instruction Prevention at runtimeRicardo Neri1-1/+24
2017-11-02x86/entry/64: Stop initializing TSS.sp0 at bootAndy Lutomirski1-3/+10
2017-11-02x86/entry/64: Pass SP0 directly to load_sp0()Andy Lutomirski1-2/+2
2017-10-17x86/fpu: Parse clearcpuid= as early XSAVE argumentAndi Kleen1-9/+7
2017-10-03x86/boot: Spell out "boot CPU" for BPJean Delvare1-2/+2
2017-09-17x86/mm/32: Move setup_clear_cpu_cap(X86_FEATURE_PCID) earlierAndy Lutomirski1-0/+8
2017-09-13x86/mm/64: Initialize CR4.PCIDE earlyAndy Lutomirski1-42/+7
2017-09-06x86/mm: Document how CR4.PCIDE restore worksAndy Lutomirski1-0/+13
2017-09-06x86/mm: Reinitialize TLB state on hotplug and resumeAndy Lutomirski1-0/+2
2017-09-04Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-9/+0
2017-08-29x86/idt: Create file for IDT related codeThomas Gleixner1-9/+0
2017-07-05x86/mm: Enable CR4.PCIDE on supported systemsAndy Lutomirski1-0/+22
2017-07-05x86/mm: Add the 'nopcid' boot option to turn off PCIDAndy Lutomirski1-0/+18
2017-05-02x86/cpu: remove hypervisor specific set_cpu_featuresJuergen Gross1-1/+0
2017-03-23x86/xen/gdt: Use X86_FEATURE_XENPV instead of globals for the GDT fixupAndy Lutomirski1-11/+17
2017-03-23x86/gdt: Fix setup_fixmap_gdt() to use the correct PAAndy Lutomirski1-2/+2
2017-03-16x86: Make the GDT remapping read-only on 64-bitThomas Garnier1-6/+22
2017-03-16x86: Remap GDT tables in the fixmap sectionThomas Garnier1-2/+27
2017-03-07Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+0
2017-03-03sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar1-1/+1
2017-03-02sched/clock, x86/tsc: Rework the x86 'unstable' sched_clock() interfacePeter Zijlstra1-3/+0
2017-03-02sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linux/sched.h> to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h>Ingo Molnar1-0/+1
2017-02-27mm: add new mmgrab() helperVegard Nossum1-2/+2
2017-02-20Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-11/+23
2017-02-20Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2017-02-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2017-02-05x86/CPU/AMD: Bring back Compute Unit IDBorislav Petkov1-0/+1
2017-02-04x86/elf: Add HWCAP2 to expose ring 3 MONITOR/MWAITGrzegorz Andrejczuk1-0/+3
2017-02-01Merge branch 'linus' into sched/core, to pick up fixes and refresh the branchIngo Molnar1-1/+1
2017-01-25x86/cpu: Re-apply forced caps every time CPU caps are re-readAndy Lutomirski1-0/+7
2017-01-25x86/cpu: Factor out application of forced CPU capsAndy Lutomirski1-8/+12
2017-01-25x86/cpu: Add X86_FEATURE_CPUIDBorislav Petkov1-3/+4
2017-01-20sched/clock: Fix hotplug crashPeter Zijlstra1-0/+3
2017-01-05x86/cpu: Fix bootup crashes by sanitizing the argument of the 'clearcpuid=' command-line optionLukasz Odzioba1-1/+1
2016-12-19x86/cpu: Probe CPUID leaf 6 even when cpuid_level == 6Andy Lutomirski1-3/+4