summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/entry_64.S
Commit message (Expand)AuthorAgeFilesLines
* 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
* x86/ibt,sev: AnnotationsPeter Zijlstra2022-03-151-0/+1
* x86/ibt: Annotate text referencesPeter Zijlstra2022-03-151-0/+6
* x86/ibt,entry: Sprinkle ENDBR dustPeter Zijlstra2022-03-151-0/+7
* x86/ibt,xen: Sprinkle the ENDBRPeter Zijlstra2022-03-151-0/+1
* x86/entry,xen: Early rewrite of restore_regs_and_return_to_kernel()Peter Zijlstra2022-03-151-3/+8
* x86/entry: Cleanup PARAVIRTPeter Zijlstra2022-03-151-2/+2
* Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-171-3/+3
|\
| * exit: Add and use make_task_dead.Eric W. Biederman2021-12-131-3/+3
* | x86/entry_64: Remove .fixup usagePeter Zijlstra2021-12-111-7/+6
* | x86: Prepare asm files for straight-line-speculationPeter Zijlstra2021-12-081-5/+5
* | x86/xen: Add xenpv_restore_regs_and_return_to_usermode()Lai Jiangshan2021-12-031-0/+4
* | x86/entry: Use the correct fence macro after swapgs in kernel CR3Lai Jiangshan2021-12-031-7/+8
* | x86/entry: Add a fence for kernel entry SWAPGS in paranoid_entry()Lai Jiangshan2021-12-031-11/+5
|/
* Merge tag 'x86-entry-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-06-291-1/+2
|\
| * x86/entry/64: Sign-extend system calls on entry to intH. Peter Anvin (Intel)2021-05-201-1/+2
* | Merge tag 'x86-asm-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-06-281-2/+2
|\|
| * x86/entry: Reverse arguments to do_syscall_64()H. Peter Anvin (Intel)2021-05-121-2/+2
* | x86/sev: Split up runtime #VC handler for correct state trackingJoerg Roedel2021-06-211-2/+2
|/
* Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-261-1/+1
|\
| * x86: Fix various typos in comments, take #2Ingo Molnar2021-03-211-1/+1
* | x86/paravirt: Switch functions with custom code to ALTERNATIVEJuergen Gross2021-03-111-1/+1
|/
* Merge branch 'x86/paravirt' into x86/entryIngo Molnar2021-02-121-14/+12
|\
| * x86/xen: Drop USERGS_SYSRET64 paravirt callJuergen Gross2021-02-101-9/+7