aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/entry
AgeCommit message (Expand)Author
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
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-03mm: wire up syscall process_mreleaseSuren Baghdasaryan
2021-09-03x86/build/vdso: fix missing FORCE for *.so build ruleMasahiro Yamada
2021-07-12exit/bdflush: Remove the deprecated bdflush system callEric W. Biederman
2021-07-08arch, mm: wire up memfd_secret system call where relevantMike Rapoport
2021-07-01Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-06-29Merge tag 'x86-entry-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-06-28Merge tag 'x86-asm-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-06-28Merge tag 'x86_sev_for_v5.14_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-06-22x86/xen: Fix noinstr fail in xen_pv_evtchn_do_upcall()Peter Zijlstra
2021-06-22x86/entry: Fix noinstr fail in __do_fast_syscall_32()Peter Zijlstra