summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/entry_64.S
Commit message (Expand)AuthorAgeFilesLines
* x86/entry: Harden return-to-userPeter Zijlstra2023-11-211-10/+8
* x86/entry: Optimize common_interrupt_return()Peter Zijlstra2023-11-211-2/+15
* Merge tag 'x86-entry-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-10-301-68/+4
|\
| * x86/entry/64: Convert SYSRET validation tests to CBrian Gerst2023-10-131-51/+2
| * x86/entry/64: Remove obsolete comment on tracing vs. SYSRETBrian Gerst2023-10-051-16/+3
| * x86/entry: Compile entry_SYSCALL32_ignore() unconditionallyNikolay Borisov2023-09-141-2/+0
| * x86/entry: Rename ignore_sysret()Nikolay Borisov2023-09-141-2/+2
* | Merge tag 'x86-asm-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-10-301-6/+4
|\ \
| * | x86/entry: Fix typos in commentsXin Li (Intel)2023-09-271-4/+4
| * | x86/entry: Remove unused argument %rsi passed to exc_nmi()Xin Li (Intel)2023-09-271-2/+0
| |/
* / x86/headers: Replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada2023-10-031-1/+1
|/
* x86: Fix kthread unwindPeter Zijlstra2023-07-201-1/+15
* x86: Rewrite ret_from_fork() in CBrian Gerst2023-07-101-25/+8
* Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-281-13/+13
|\
| * x86,objtool: Split UNWIND_HINT_EMPTY in twoJosh Poimboeuf2023-03-231-6/+6
| * x86,objtool: Separate unret validation from unwind hintsJosh Poimboeuf2023-03-231-7/+7
* | Merge tag 'x86_cleanups_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-04-281-1/+1
|\ \
| * | x86/entry: Change stale function name in comment to error_return()Jingyu Wang2023-03-061-1/+1
| |/
* / docs: move x86 documentation into Documentation/arch/Jonathan Corbet2023-03-301-1/+1
|/
* Merge branch 'linus' into objtool/core, to pick up Xen dependenciesIngo Molnar2023-02-231-1/+1
|\
| * x86/gsseg: Make asm_load_gs_index() take an u16H. Peter Anvin (Intel)2023-01-121-1/+1
* | x86/entry: Fix unwinding from kprobe on PUSH/POP instructionJosh Poimboeuf2023-02-111-1/+8
|/
* x86/retbleed: Add SKL return thunkThomas Gleixner2022-10-171-4/+6
* x86/entry: Make some entry symbols globalThomas Gleixner2022-10-171-3/+6
* x86/entry: Make sync_regs() invocation a tail callPeter Zijlstra2022-10-171-5/+2
* x86: Fixup asm-offsets duplicatePeter Zijlstra (Intel)2022-10-171-1/+1
* x86/percpu: Move current_top_of_stack next to current_taskThomas Gleixner2022-10-171-3/+3
* x86/entry: Align SYM_CODE_START() variantsThomas Gleixner2022-10-171-6/+10
* x86/entry: Remove UNTRAIN_RET from native_irq_return_ldtAlexandre Chartre2022-07-141-1/+0
* x86/entry: Move PUSH_AND_CLEAR_REGS() back into error_entryPeter Zijlstra2022-07-071-3/+6
* x86/speculation: Fix RSB filling with CONFIG_RETPOLINE=nJosh Poimboeuf2022-06-271-2/+0
* objtool: Add entry UNRET validationPeter Zijlstra2022-06-271-1/+2
* x86/xen: Add UNTRAIN_RETPeter Zijlstra2022-06-271-1/+7
* x86/entry: Add kernel IBRS implementationPeter Zijlstra2022-06-271-5/+39
* x86: Add magic AMD return-thunkPeter Zijlstra2022-06-271-0/+6
* x86/entry: Avoid very early RETPeter Zijlstra2022-06-271-10/+2
* Merge tag 'x86_asm_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-05-231-19/+37
|\
| * x86/entry: Remove skip_r11rcxPeter Zijlstra2022-05-061-2/+1
| * x86/entry: Convert SWAPGS to swapgs and remove the definition of SWAPGSLai Jiangshan2022-05-031-3/+3
| * x86/entry: Don't call error_entry() for XENPVLai Jiangshan2022-05-031-2/+11
| * x86/entry: Move CLD to the start of the idtentry macroLai Jiangshan2022-05-031-3/+5
| * x86/entry: Move PUSH_AND_CLEAR_REGS out of error_entry()Lai Jiangshan2022-05-031-3/+12
| * x86/entry: Switch the stack after error_entry() returnsLai Jiangshan2022-05-031-10/+6
| * x86/traps: Use pt_regs directly in fixup_bad_iret()Lai Jiangshan2022-05-031-1/+4
* | Merge tag 'x86_sev_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-05-231-0/+6
|\ \ | |/ |/|
| * x86/entry: Fixup objtool/ibt validationPeter Zijlstra2022-05-201-0/+3
| * x86/sev: Mark the code returning to user space as syscall gapLai Jiangshan2022-05-191-0/+2
| * x86/sev: Annotate stack change in the #VC handlerLai Jiangshan2022-05-181-0/+1
* | x86,objtool: Explicitly mark idtentry_body()s tail REACHABLEPeter Zijlstra2022-04-191-0/+3
|/
* x86: Annotate idtentry_df()Peter Zijlstra2022-03-151-0/+3