summaryrefslogtreecommitdiff
path: root/arch/x86/entry
AgeCommit message (Expand)AuthorFilesLines
2019-08-11x86/entry/64: Use JMP instead of JMPQJosh Poimboeuf1-1/+1
2019-08-11x86/speculation: Prepare entry code for Spectre v1 swapgs mitigationsJosh Poimboeuf2-2/+37
2019-05-21sched/x86: Save [ER]FLAGS on context switchPeter Zijlstra2-0/+4
2019-05-16x86/vdso: Pass --eh-frame-hdr to the linkerAlistair Strachan1-1/+2
2019-05-16x86/vdso: Drop implicit common-page-size linker flagNick Desaulniers1-2/+2
2019-05-16x86: vdso: Use $LD instead of $CC to linkAlistair Strachan1-13/+9
2019-05-16Revert "x86: vdso: Use $LD instead of $CC to link"Sasha Levin1-9/+13
2019-05-16Revert "x86/vdso: Drop implicit common-page-size linker flag"Sasha Levin1-2/+2
2019-05-14x86/speculation/mds: Clear CPU buffers on exit to userThomas Gleixner1-0/+3
2019-04-17x86/vdso: Drop implicit common-page-size linker flagNick Desaulniers1-2/+2
2019-04-17x86: vdso: Use $LD instead of $CC to linkAlistair Strachan1-13/+9
2018-10-13x86/vdso: Fix vDSO syscall fallback asm constraint regressionAndy Lutomirski1-4/+4
2018-10-13x86/vdso: Fix asm constraints on vDSO syscall fallbacksAndy Lutomirski1-8/+10
2018-10-04x86/entry/64: Add two more instruction suffixesJan Beulich1-2/+2
2018-08-24x86/entry/64: Remove %ebx handling from error_entry/exitAndy Lutomirski1-16/+4
2018-03-28x86/entry/64: Don't use IST entry for #BP stackAndy Lutomirski1-1/+1
2018-03-18Revert "x86/retpoline: Simplify vmexit_fill_RSB()"David Woodhouse2-4/+2
2018-02-28x86/entry/64: Clear extra registers beyond syscall arguments, to reduce specu...Dan Williams1-0/+13
2018-02-22x86/entry/64/compat: Clear registers for compat syscalls, to reduce speculati...Dan Williams1-0/+30
2018-02-13x86/syscall: Sanitize syscall table de-references under speculationDan Williams1-1/+4
2018-02-13x86/asm: Move 'status' from thread_struct to thread_infoAndy Lutomirski1-2/+2
2018-02-13x86/entry/64: Push extra regs right awayAndy Lutomirski1-2/+6
2018-02-13x86/entry/64: Remove the SYSCALL64 fast pathAndy Lutomirski2-127/+3
2018-02-13x86/retpoline: Simplify vmexit_fill_RSB()Borislav Petkov2-2/+4
2018-01-31vsyscall: Fix permissions for emulate mode with KAISER/PTIBen Hutchings1-3/+4
2018-01-23x86/mce: Make machine check speculation protectedThomas Gleixner1-1/+1
2018-01-23x86/retpoline: Fill RSB on context switch for affected CPUsDavid Woodhouse2-0/+22
2018-01-17x86/retpoline/ftrace: Convert ftrace assembler indirect jumpsDavid Woodhouse1-2/+3
2018-01-17x86/retpoline/entry: Convert entry assembler indirect jumpsDavid Woodhouse2-4/+11
2018-01-10Map the vsyscall page with _PAGE_USERBorislav Petkov1-0/+5
2018-01-05KPTI: Rename to PAGE_TABLE_ISOLATIONKees Cook1-6/+6
2018-01-05kaiser: use ALTERNATIVE instead of x86_cr3_pcid_noflushHugh Dickins1-3/+4
2018-01-05kaiser: add "nokaiser" boot option, using ALTERNATIVEHugh Dickins1-7/+8
2018-01-05kaiser: paranoid_entry pass cr3 need to paranoid_exitHugh Dickins2-11/+37
2018-01-05kaiser: x86_cr3_pcid_noflush and x86_cr3_pcid_userHugh Dickins1-4/+4
2018-01-05kaiser: enhanced by kernel and user PCIDsHugh Dickins2-2/+9
2018-01-05kaiser: delete KAISER_REAL_SWITCH optionHugh Dickins1-4/+0
2018-01-05kaiser: name that 0x1000 KAISER_SHADOW_PGD_OFFSETHugh Dickins1-2/+2
2018-01-05kaiser: fix regs to do_nmi() ifndef CONFIG_KAISERHugh Dickins1-5/+6
2018-01-05kaiser: merged updateDave Hansen1-13/+92
2018-01-05KAISER: Kernel Address IsolationRichard Fellner2-1/+23
2017-12-05Revert "x86/entry/64: Add missing irqflags tracing to native_load_gs_index()"Greg Kroah-Hartman1-8/+2
2017-11-30x86/entry/64: Add missing irqflags tracing to native_load_gs_index()Andy Lutomirski1-2/+8
2017-08-25x86/asm/64: Clear AC on NMI entriesAndy Lutomirski1-0/+2
2017-04-21x86/vdso: Ensure vdso32_enabled gets set to valid values onlyMathias Krause1-2/+9
2017-01-09ftrace/x86_32: Set ftrace_stub to weak to prevent gcc from using short jumps ...Steven Rostedt (Red Hat)1-2/+2
2016-10-25x86/build: Fix build with older GCC versionsJan Beulich1-2/+2
2016-10-18x86, pkeys: remove cruft from never-merged syscallsDave Hansen2-4/+0
2016-10-15Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds4-0/+10
2016-10-10Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-0/+10