aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/entry_64.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-14x86/entry: Remove UNTRAIN_RET from native_irq_return_ldtAlexandre Chartre1-1/+0
2022-07-07x86/entry: Move PUSH_AND_CLEAR_REGS() back into error_entryPeter Zijlstra1-3/+6
2022-06-27x86/speculation: Fix RSB filling with CONFIG_RETPOLINE=nJosh Poimboeuf1-2/+0
2022-06-27objtool: Add entry UNRET validationPeter Zijlstra1-1/+2
2022-06-27x86/xen: Add UNTRAIN_RETPeter Zijlstra1-1/+7
2022-06-27x86/entry: Add kernel IBRS implementationPeter Zijlstra1-5/+39
2022-06-27x86: Add magic AMD return-thunkPeter Zijlstra1-0/+6
2022-06-27x86/entry: Avoid very early RETPeter Zijlstra1-10/+2
2022-05-23Merge tag 'x86_asm_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-19/+37
2022-05-23Merge tag 'x86_sev_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+6
2022-05-20x86/entry: Fixup objtool/ibt validationPeter Zijlstra1-0/+3
2022-05-19x86/sev: Mark the code returning to user space as syscall gapLai Jiangshan1-0/+2
2022-05-18x86/sev: Annotate stack change in the #VC handlerLai Jiangshan1-0/+1
2022-05-06x86/entry: Remove skip_r11rcxPeter Zijlstra1-2/+1
2022-05-03x86/entry: Convert SWAPGS to swapgs and remove the definition of SWAPGSLai Jiangshan1-3/+3
2022-05-03x86/entry: Don't call error_entry() for XENPVLai Jiangshan1-2/+11
2022-05-03x86/entry: Move CLD to the start of the idtentry macroLai Jiangshan1-3/+5
2022-05-03x86/entry: Move PUSH_AND_CLEAR_REGS out of error_entry()Lai Jiangshan1-3/+12
2022-05-03x86/entry: Switch the stack after error_entry() returnsLai Jiangshan1-10/+6
2022-05-03x86/traps: Use pt_regs directly in fixup_bad_iret()Lai Jiangshan1-1/+4
2022-04-19x86,objtool: Explicitly mark idtentry_body()s tail REACHABLEPeter Zijlstra1-0/+3
2022-03-15x86: Annotate idtentry_df()Peter Zijlstra1-0/+3
2022-03-15x86/ibt,sev: AnnotationsPeter Zijlstra1-0/+1
2022-03-15x86/ibt: Annotate text referencesPeter Zijlstra1-0/+6
2022-03-15x86/ibt,entry: Sprinkle ENDBR dustPeter Zijlstra1-0/+7
2022-03-15x86/ibt,xen: Sprinkle the ENDBRPeter Zijlstra1-0/+1
2022-03-15x86/entry,xen: Early rewrite of restore_regs_and_return_to_kernel()Peter Zijlstra1-3/+8
2022-03-15x86/entry: Cleanup PARAVIRTPeter Zijlstra1-2/+2
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-3/+3
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman1-3/+3
2021-12-11x86/entry_64: Remove .fixup usagePeter Zijlstra1-7/+6
2021-12-08x86: Prepare asm files for straight-line-speculationPeter Zijlstra1-5/+5
2021-12-03x86/xen: Add xenpv_restore_regs_and_return_to_usermode()Lai Jiangshan1-0/+4
2021-12-03x86/entry: Use the correct fence macro after swapgs in kernel CR3Lai Jiangshan1-7/+8
2021-12-03x86/entry: Add a fence for kernel entry SWAPGS in paranoid_entry()Lai Jiangshan1-11/+5
2021-06-29Merge tag 'x86-entry-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2021-06-28Merge tag 'x86-asm-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2021-06-21x86/sev: Split up runtime #VC handler for correct state trackingJoerg Roedel1-2/+2
2021-05-20x86/entry/64: Sign-extend system calls on entry to intH. Peter Anvin (Intel)1-1/+2
2021-05-12x86/entry: Reverse arguments to do_syscall_64()H. Peter Anvin (Intel)1-2/+2
2021-04-26Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2021-03-21x86: Fix various typos in comments, take #2Ingo Molnar1-1/+1
2021-03-11x86/paravirt: Switch functions with custom code to ALTERNATIVEJuergen Gross1-1/+1
2021-02-12Merge branch 'x86/paravirt' into x86/entryIngo Molnar1-14/+12
2021-02-10x86/softirq: Remove indirection in do_softirq_own_stack()Thomas Gleixner1-39/+0
2021-02-10x86/entry: Convert device interrupts to inline stack switchingThomas Gleixner1-1/+0
2021-02-10x86/entry: Convert system vectors to irq stack macroThomas Gleixner1-1/+0
2021-02-10x86/xen: Drop USERGS_SYSRET64 paravirt callJuergen Gross1-9/+7
2021-02-10x86/pv: Switch SWAPGS to ALTERNATIVEJuergen Gross1-5/+5
2020-10-14Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+80