summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/entry_64.S
Commit message (Expand)AuthorAgeFilesLines
* x86/bhi: Add support for clearing branch history at syscall entryPawan Gupta2024-04-081-0/+61
* Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-111-4/+4
|\
| * Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...Ingo Molnar2024-02-141-3/+3
| |\
| | * x86/bugs: Rename CONFIG_PAGE_TABLE_ISOLATION => CONFIG_MITIGATION_PAGE_TABLE_...Breno Leitao2024-01-101-3/+3
| * | Merge tag 'v6.8-rc4' into x86/percpu, to resolve conflicts and refresh the br...Ingo Molnar2024-02-141-80/+27
| |\|
| * | x86/percpu: Correct PER_CPU_VAR() usage to include symbol and its addendUros Bizjak2023-10-201-1/+1
* | | Merge tag 'x86-entry-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-03-111-4/+3
|\ \ \
| * | | x86/entry: Avoid redundant CR3 write on paranoid returnsLai Jiangshan2024-01-241-4/+3
| | |/ | |/|
* | | Merge tag 'x86-fred-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-111-8/+6
|\ \ \
| * | | x86/fred: Let ret_from_fork_asm() jmp to asm_fred_exit_user when FRED is enabledH. Peter Anvin (Intel)2024-01-311-0/+6
| * | | x86/entry: Remove idtentry_sysvec from entry_{32,64}.SXin Li2024-01-251-8/+0
| |/ /
* / / x86/entry_64: Add VERW just before userspace transitionPawan Gupta2024-02-191-0/+11
|/ /
* | 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