summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-11-08x86/traps: Fix up general protection faults caused by UMIPRicardo Neri1-0/+6
2017-11-08x86/umip: Enable User-Mode Instruction Prevention at runtimeRicardo Neri1-1/+24
2017-11-08x86/umip: Force a page fault when unable to copy emulated result to userRicardo Neri1-2/+47
2017-11-08x86/umip: Add emulation code for UMIP instructionsRicardo Neri2-0/+322
2017-11-08Merge branch 'x86/mpx' into x86/asm, to pick up dependent commitsIngo Molnar1-6/+9
2017-11-07resource: Fix resource_size.cocci warningskbuild test robot1-2/+2
2017-11-07X86/KVM: Clear encryption attribute when SEV is activeBrijesh Singh1-11/+54
2017-11-07X86/KVM: Decrypt shared per-cpu variables when SEV is activeBrijesh Singh1-3/+37
2017-11-07resource: Provide resource struct in resource walk callbackTom Lendacky2-10/+10
2017-11-07x86/mm: Don't attempt to encrypt initrd under SEVTom Lendacky1-2/+4
2017-11-07kprobes, x86/alternatives: Use text_mutex to protect smp_alt_modulesZhou Chengming1-13/+13
2017-11-07Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar113-102/+168
2017-11-06Merge branch 'x86/mm' into x86/asm, to pick up pending changesIngo Molnar2-6/+8
2017-11-06Merge branch 'x86/fpu' into x86/asm, to pick up fixIngo Molnar1-15/+11
2017-11-05Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+13
2017-11-05Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-94/+27
2017-11-05x86/module: Detect and skip invalid relocationsJosh Poimboeuf1-0/+13
2017-11-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2017-11-03x86: CPU: Fix up "cpu MHz" in /proc/cpuinfoRafael J. Wysocki3-6/+11
2017-11-02Revert "x86: do not use cpufreq_quick_get() for /proc/cpuinfo "cpu MHz""Linus Torvalds1-2/+8
2017-11-02kvm: Return -ENODEV from update_persistent_clockJason Gunthorpe1-1/+1
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds109-0/+109
2017-11-02x86/cpuid: Replace set/clear_bit32()Thomas Gleixner1-15/+11
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman109-0/+109
2017-11-02x86/traps: Use a new on_thread_stack() helper to clean up an assertionAndy Lutomirski1-2/+1
2017-11-02x86/entry/64: Remove thread_struct::sp0Andy Lutomirski1-1/+0
2017-11-02x86/entry/32: Fix cpu_current_top_of_stack initialization at bootAndy Lutomirski1-2/+1
2017-11-02x86/entry/64: Remove all remaining direct thread_struct::sp0 readsAndy Lutomirski3-4/+4
2017-11-02x86/entry/64: Stop initializing TSS.sp0 at bootAndy Lutomirski2-4/+17
2017-11-02x86/entry/64: Pass SP0 directly to load_sp0()Andy Lutomirski4-12/+10
2017-11-02x86/entry/32: Pull the MSR_IA32_SYSENTER_CS update code out of native_load_sp0()Andy Lutomirski3-3/+9
2017-11-02x86/entry/64: Split the IRET-to-user and IRET-to-kernel pathsAndy Lutomirski1-1/+1
2017-11-02Merge branch 'x86/fpu' into x86/asmIngo Molnar5-29/+167
2017-11-02Merge branch 'x86/mpx/prep' into x86/asmIngo Molnar2-6/+0
2017-11-01uprobes/x86: Use existing definitions for segment override prefixesRicardo Neri1-6/+9
2017-11-01x86/boot: Relocate definition of the initial state of CR0Ricardo Neri2-6/+0
2017-11-01x86/mcelog: Get rid of RCU remnantsBorislav Petkov1-94/+27
2017-10-31x86/cpufeatures: Enable new SSE/AVX/AVX512 CPU featuresGayatri Kammela1-0/+6
2017-10-30Merge tag 'v4.14-rc7' into x86/mm, to pick up fixesIngo Molnar2-14/+56
2017-10-23x86/asm: Don't use the confusing '.ifeq' directiveJosh Poimboeuf2-2/+2
2017-10-23Merge branch 'core/objtool' into x86/asm, to pick up dependent changesIngo Molnar3-14/+17
2017-10-23Merge branch 'x86/urgent' into x86/asm, to pick up dependent fixesIngo Molnar14-38/+179
2017-10-23x86/unwind: Show function name+offset in ORC error messagesJosh Poimboeuf1-14/+15
2017-10-22x86/cpu/AMD: Apply the Erratum 688 fix when the BIOS doesn'tBorislav Petkov1-0/+41
2017-10-20x86/xen: Provide pre-built page tables only for CONFIG_XEN_PV=y and CONFIG_XE...Kirill A. Shutemov1-5/+6
2017-10-20x86/kasan: Use the same shadow offset for 4- and 5-level pagingAndrey Ryabinin1-1/+2
2017-10-20x86/entry: Use SYSCALL_DEFINE() macros for sys_modify_ldt()Dave Hansen1-3/+13
2017-10-18x86/cpuid: Prevent out of bound access in do_clear_cpu_cap()Thomas Gleixner1-2/+8
2017-10-18x86/microcode/intel: Disable late loading on model 79Borislav Petkov1-0/+19
2017-10-17x86/fpu: Remove the explicit clearing of XSAVE dependent featuresAndi Kleen1-20/+0