aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/entry/entry_64.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-11Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+4
2024-03-11Merge tag 'x86-entry-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+3
2024-03-11Merge tag 'x86-fred-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+6
2024-02-19x86/entry_64: Add VERW just before userspace transitionPawan Gupta1-0/+11
2024-02-14Merge branch 'x86/bugs' into x86/core, to pick up pending changes before dependent patchesIngo Molnar1-3/+3
2024-02-14Merge tag 'v6.8-rc4' into x86/percpu, to resolve conflicts and refresh the branchIngo Molnar1-80/+27
2024-01-31x86/fred: Let ret_from_fork_asm() jmp to asm_fred_exit_user when FRED is enabledH. Peter Anvin (Intel)1-0/+6
2024-01-25x86/entry: Remove idtentry_sysvec from entry_{32,64}.SXin Li1-8/+0
2024-01-24x86/entry: Avoid redundant CR3 write on paranoid returnsLai Jiangshan1-4/+3
2024-01-10x86/bugs: Rename CONFIG_PAGE_TABLE_ISOLATION => CONFIG_MITIGATION_PAGE_TABLE_ISOLATIONBreno Leitao1-3/+3
2023-11-21x86/entry: Harden return-to-userPeter Zijlstra1-10/+8
2023-11-21x86/entry: Optimize common_interrupt_return()Peter Zijlstra1-2/+15
2023-10-30Merge tag 'x86-entry-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-68/+4
2023-10-30Merge tag 'x86-asm-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+4
2023-10-20x86/percpu: Correct PER_CPU_VAR() usage to include symbol and its addendUros Bizjak1-1/+1
2023-10-13x86/entry/64: Convert SYSRET validation tests to CBrian Gerst1-51/+2
2023-10-05x86/entry/64: Remove obsolete comment on tracing vs. SYSRETBrian Gerst1-16/+3
2023-10-03x86/headers: Replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada1-1/+1
2023-09-27x86/entry: Fix typos in commentsXin Li (Intel)1-4/+4
2023-09-27x86/entry: Remove unused argument %rsi passed to exc_nmi()Xin Li (Intel)1-2/+0
2023-09-14x86/entry: Compile entry_SYSCALL32_ignore() unconditionallyNikolay Borisov1-2/+0
2023-09-14x86/entry: Rename ignore_sysret()Nikolay Borisov1-2/+2
2023-07-20x86: Fix kthread unwindPeter Zijlstra1-1/+15
2023-07-10x86: Rewrite ret_from_fork() in CBrian Gerst1-25/+8
2023-04-28Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-13/+13
2023-04-28Merge tag 'x86_cleanups_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2023-03-30docs: move x86 documentation into Documentation/arch/Jonathan Corbet1-1/+1
2023-03-23x86,objtool: Split UNWIND_HINT_EMPTY in twoJosh Poimboeuf1-6/+6
2023-03-23x86,objtool: Separate unret validation from unwind hintsJosh Poimboeuf1-7/+7
2023-03-06x86/entry: Change stale function name in comment to error_return()Jingyu Wang1-1/+1
2023-02-23Merge branch 'linus' into objtool/core, to pick up Xen dependenciesIngo Molnar1-1/+1
2023-02-11x86/entry: Fix unwinding from kprobe on PUSH/POP instructionJosh Poimboeuf1-1/+8
2023-01-12x86/gsseg: Make asm_load_gs_index() take an u16H. Peter Anvin (Intel)1-1/+1
2022-10-17x86/retbleed: Add SKL return thunkThomas Gleixner1-4/+6
2022-10-17x86/entry: Make some entry symbols globalThomas Gleixner1-3/+6
2022-10-17x86/entry: Make sync_regs() invocation a tail callPeter Zijlstra1-5/+2
2022-10-17x86: Fixup asm-offsets duplicatePeter Zijlstra (Intel)1-1/+1
2022-10-17x86/percpu: Move current_top_of_stack next to current_taskThomas Gleixner1-3/+3
2022-10-17x86/entry: Align SYM_CODE_START() variantsThomas Gleixner1-6/+10
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