aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/entry_64.S
AgeCommit message (Expand)Author
2024-02-19x86/entry_64: Add VERW just before userspace transitionPawan Gupta
2023-11-21x86/entry: Harden return-to-userPeter Zijlstra
2023-11-21x86/entry: Optimize common_interrupt_return()Peter Zijlstra
2023-10-30Merge tag 'x86-entry-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-10-30Merge tag 'x86-asm-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-10-13x86/entry/64: Convert SYSRET validation tests to CBrian Gerst
2023-10-05x86/entry/64: Remove obsolete comment on tracing vs. SYSRETBrian Gerst
2023-10-03x86/headers: Replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada
2023-09-27x86/entry: Fix typos in commentsXin Li (Intel)
2023-09-27x86/entry: Remove unused argument %rsi passed to exc_nmi()Xin Li (Intel)
2023-09-14x86/entry: Compile entry_SYSCALL32_ignore() unconditionallyNikolay Borisov
2023-09-14x86/entry: Rename ignore_sysret()Nikolay Borisov
2023-07-20x86: Fix kthread unwindPeter Zijlstra
2023-07-10x86: Rewrite ret_from_fork() in CBrian Gerst
2023-04-28Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-04-28Merge tag 'x86_cleanups_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2023-03-30docs: move x86 documentation into Documentation/arch/Jonathan Corbet
2023-03-23x86,objtool: Split UNWIND_HINT_EMPTY in twoJosh Poimboeuf
2023-03-23x86,objtool: Separate unret validation from unwind hintsJosh Poimboeuf
2023-03-06x86/entry: Change stale function name in comment to error_return()Jingyu Wang
2023-02-23Merge branch 'linus' into objtool/core, to pick up Xen dependenciesIngo Molnar
2023-02-11x86/entry: Fix unwinding from kprobe on PUSH/POP instructionJosh Poimboeuf
2023-01-12x86/gsseg: Make asm_load_gs_index() take an u16H. Peter Anvin (Intel)
2022-10-17x86/retbleed: Add SKL return thunkThomas Gleixner
2022-10-17x86/entry: Make some entry symbols globalThomas Gleixner
2022-10-17x86/entry: Make sync_regs() invocation a tail callPeter Zijlstra
2022-10-17x86: Fixup asm-offsets duplicatePeter Zijlstra (Intel)
2022-10-17x86/percpu: Move current_top_of_stack next to current_taskThomas Gleixner
2022-10-17x86/entry: Align SYM_CODE_START() variantsThomas Gleixner
2022-07-14x86/entry: Remove UNTRAIN_RET from native_irq_return_ldtAlexandre Chartre
2022-07-07x86/entry: Move PUSH_AND_CLEAR_REGS() back into error_entryPeter Zijlstra
2022-06-27x86/speculation: Fix RSB filling with CONFIG_RETPOLINE=nJosh Poimboeuf
2022-06-27objtool: Add entry UNRET validationPeter Zijlstra
2022-06-27x86/xen: Add UNTRAIN_RETPeter Zijlstra
2022-06-27x86/entry: Add kernel IBRS implementationPeter Zijlstra
2022-06-27x86: Add magic AMD return-thunkPeter Zijlstra
2022-06-27x86/entry: Avoid very early RETPeter Zijlstra
2022-05-23Merge tag 'x86_asm_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-05-23Merge tag 'x86_sev_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-05-20x86/entry: Fixup objtool/ibt validationPeter Zijlstra
2022-05-19x86/sev: Mark the code returning to user space as syscall gapLai Jiangshan
2022-05-18x86/sev: Annotate stack change in the #VC handlerLai Jiangshan
2022-05-06x86/entry: Remove skip_r11rcxPeter Zijlstra
2022-05-03x86/entry: Convert SWAPGS to swapgs and remove the definition of SWAPGSLai Jiangshan
2022-05-03x86/entry: Don't call error_entry() for XENPVLai Jiangshan
2022-05-03x86/entry: Move CLD to the start of the idtentry macroLai Jiangshan
2022-05-03x86/entry: Move PUSH_AND_CLEAR_REGS out of error_entry()Lai Jiangshan
2022-05-03x86/entry: Switch the stack after error_entry() returnsLai Jiangshan
2022-05-03x86/traps: Use pt_regs directly in fixup_bad_iret()Lai Jiangshan
2022-04-19x86,objtool: Explicitly mark idtentry_body()s tail REACHABLEPeter Zijlstra