summaryrefslogtreecommitdiff
path: root/arch/x86/entry
AgeCommit message (Expand)AuthorFilesLines
2021-06-03x86/entry/64: Add instruction suffixJan Beulich1-1/+1
2020-05-20x86/paravirt: Remove the unused irq_enable_sysexit pv opBoris Ostrovsky1-6/+2
2020-04-24x86/mitigations: Clear CPU buffers on the SYSCALL fast pathBorislav Petkov1-0/+2
2020-04-24x86/entry/32: Add missing ASM_CLAC to general_protection entryThomas Gleixner1-0/+1
2020-02-28x86/vdso: Provide missing include fileValdis Klētnieks1-0/+1
2019-08-25x86/vdso: Remove direct HPET access through the vDSOAndy Lutomirski2-18/+2
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/+38
2019-08-11x86/entry/64: Fix context tracking state warning when load_gs_index failsWanpeng Li1-2/+2
2019-05-16x86/speculation/mds: Clear CPU buffers on exit to userThomas Gleixner1-0/+3
2019-05-16x86/vdso: Pass --eh-frame-hdr to the linkerAlistair Strachan1-1/+2
2019-04-27x86/vdso: Drop implicit common-page-size linker flagNick Desaulniers1-2/+2
2019-04-27x86: vdso: Use $LD instead of $CC to linkAlistair Strachan1-13/+9
2018-12-01x86/entry/64: Remove %ebx handling from error_entry/exitAndy Lutomirski1-16/+4
2018-12-01x86/entry: spell EBX register correctly in documentationNicolas Iooss1-1/+1
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-10x86/entry/64: Add two more instruction suffixesJan Beulich1-2/+2
2018-07-25x86/entry/64/compat: Clear registers for compat syscalls, to reduce speculati...Dan Williams1-0/+30
2018-07-25x86/asm/entry/32: Simplify pushes of zeroed pt_regs->REGsDenys Vlasenko1-24/+21
2018-07-17x86/vdso: Use static_cpu_has()Borislav Petkov1-1/+1
2018-07-17x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov5-3/+4
2018-03-28x86/entry/64: Don't use IST entry for #BP stackAndy Lutomirski1-1/+1
2018-03-11x86/syscall: Sanitize syscall table de-references under speculation fixJiri Slaby1-6/+10
2018-02-25x86/syscall: Sanitize syscall table de-references under speculationDan Williams1-0/+2
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/ftrace: Convert ftrace assembler indirect jumpsDavid Woodhouse1-2/+3
2018-01-23x86/retpoline/entry: Convert entry assembler indirect jumpsDavid Woodhouse2-3/+17
2018-01-10Fix build error in vma.cGreg Kroah-Hartman1-0/+1
2018-01-10Map the vsyscall page with _PAGE_USERBorislav Petkov1-0/+5
2018-01-05x86/vdso: Get pvclock data from the vvar VMA instead of the fixmapAndy Lutomirski4-13/+26
2018-01-05x86, vdso, pvclock: Simplify and speed up the vdso pvclock readerAndy Lutomirski1-35/+46
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 Dickins1-10/+36
2018-01-05kaiser: x86_cr3_pcid_noflush and x86_cr3_pcid_userHugh Dickins1-4/+4
2018-01-05kaiser: enhanced by kernel and user PCIDsDave Hansen2-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/+93
2018-01-05KAISER: Kernel Address IsolationRichard Fellner2-2/+23
2017-08-24x86/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-08-16x86/syscalls/64: Add compat_sys_keyctl for 32-bit userspaceDavid Howells1-1/+1
2016-04-12x86/entry/compat: Keep TS_COMPAT set during signal deliveryAndy Lutomirski1-10/+13
2016-03-03x86/entry/compat: Add missing CLAC to entry_INT80_32Andy Lutomirski1-0/+1