summaryrefslogtreecommitdiff
path: root/arch/x86/entry
AgeCommit message (Expand)Author
2025-12-07x86/vsyscall: Do not require X86_PF_INSTR to emulate vsyscallKirill A. Shutemov
2025-07-10x86/bugs: Rename MDS machinery to something more genericBorislav Petkov (AMD)
2025-05-22x86/its: Align RETs in BHB clear sequence to avoid thunkingPawan Gupta
2025-05-02x86/bugs: Use SBPB in write_ibpb() if applicableJosh Poimboeuf
2025-04-10x86/entry: Fix ORC unwinder for PUSH_REGS with save_ret=1Jann Horn
2024-10-22x86/entry_32: Clear CPU buffers after register restore in NMI returnPawan Gupta
2024-10-22x86/entry_32: Do not clobber user EFLAGS.ZFPawan Gupta
2024-10-22x86/entry: Have entry_ibpb() invalidate return predictionsJohannes Wikner
2024-07-18x86/bhi: Avoid warning in #DB handler due to BHI mitigationAlexandre Chartre
2024-07-18x86/entry/64: Remove obsolete comment on tracing vs. SYSRETBrian Gerst
2024-07-05syscalls: fix compat_sys_io_pgetevents_time64 usageArnd Bergmann
2024-06-16x86/mm: Remove broken vsyscall emulation code from the page fault codeLinus Torvalds
2024-04-10x86/bhi: Add support for clearing branch history at syscall entryPawan Gupta
2024-04-10x86/syscall: Don't force use of indirect calls for system callsLinus Torvalds
2024-04-10x86/entry_32: Add VERW just before userspace transitionPawan Gupta
2024-04-10x86/entry_64: Add VERW just before userspace transitionPawan Gupta
2024-04-10x86/bugs: Add asm helpers for executing VERWPawan Gupta
2023-08-16x86/mm: Fix VDSO and VVAR placement on 5-level paging machinesKirill A. Shutemov
2023-02-01exit: Add and use make_task_dead.Eric W. Biederman
2022-12-19x86/vdso: Conditionally export __vdso_sgx_enter_enclave()Nathan Chancellor
2022-08-31x86/entry: Move CLD to the start of the idtentry macroLai Jiangshan
2022-08-17x86/entry: Build thunk_$(BITS) only if CONFIG_PREEMPTION=yAndrea Righi
2022-08-17x86: link vdso and boot with -z noexecstack --no-warn-rwx-segmentsNick Desaulniers
2022-07-29x86/entry_32: Fix segment exceptionsPeter Zijlstra
2022-07-29x86/entry_32: Remove .fixup usagePeter Zijlstra
2022-07-23x86/entry: Move PUSH_AND_CLEAR_REGS() back into error_entryPeter Zijlstra
2022-07-23x86/retbleed: Add fine grained Kconfig knobsPeter Zijlstra
2022-07-23x86/speculation: Fix RSB filling with CONFIG_RETPOLINE=nJosh Poimboeuf
2022-07-23objtool: Add entry UNRET validationPeter Zijlstra
2022-07-23x86/bugs: Add retbleed=ibpbPeter Zijlstra
2022-07-23x86/xen: Add UNTRAIN_RETPeter Zijlstra
2022-07-23x86/entry: Add kernel IBRS implementationThadeu Lima de Souza Cascardo
2022-07-23x86: Add magic AMD return-thunkPeter Zijlstra
2022-07-23x86/entry: Avoid very early RETPeter Zijlstra
2022-07-23x86: Use return-thunk in asm codePeter Zijlstra
2022-07-23x86/vsyscall_emu/64: Don't use RET in vsyscall emulationPeter Zijlstra
2022-07-23x86/entry: Remove skip_r11rcxPeter Zijlstra
2022-07-23x86/entry: Don't call error_entry() for XENPVLai Jiangshan
2022-07-23x86/entry: Move PUSH_AND_CLEAR_REGS out of error_entry()Lai Jiangshan
2022-07-23x86/entry: Switch the stack after error_entry() returnsLai Jiangshan
2022-07-23x86/traps: Use pt_regs directly in fixup_bad_iret()Lai Jiangshan
2022-06-09x86/sev: Annotate stack change in the #VC handlerLai Jiangshan
2022-06-09x86: Fix return value of __setup handlersRandy Dunlap
2022-05-15x86: Prepare asm files for straight-line-speculationPeter Zijlstra
2021-12-08x86/xen: Add xenpv_restore_regs_and_return_to_usermode()Lai Jiangshan
2021-12-08x86/entry: Use the correct fence macro after swapgs in kernel CR3Lai Jiangshan
2021-12-08x86/entry: Add a fence for kernel entry SWAPGS in paranoid_entry()Lai Jiangshan
2021-11-25signal: Replace force_fatal_sig with force_exit_sig when in doubtEric W. Biederman
2021-11-25signal/x86: In emulate_vsyscall force a signal instead of calling do_exitEric W. Biederman
2021-09-08compat: remove some compat entry pointsArnd Bergmann