summaryrefslogtreecommitdiff
path: root/arch/x86/entry/thunk_64.S
AgeCommit message (Expand)Author
2024-02-12x86/retpoline: Ensure default return thunk isn't used at runtimeJosh Poimboeuf
2023-10-03x86/headers: Replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada
2023-06-07x86/entry: Move thunk restore code into thunk functionsJosh Poimboeuf
2022-10-17x86/entry: Align SYM_CODE_START() variantsThomas Gleixner
2022-08-04x86/entry: Build thunk_$(BITS) only if CONFIG_PREEMPTION=yAndrea Righi
2021-12-08x86: Prepare asm files for straight-line-speculationPeter Zijlstra
2021-01-19x86/entry: Remove put_ret_addr_in_rdi THUNK macro argumentBorislav Petkov
2021-01-14x86/entry: Emit a symbol for register restoring thunkNick Desaulniers
2020-06-11x86/entry: Remove the TRACE_IRQS cruftThomas Gleixner
2020-06-11x86/entry: Remove the unused LOCKDEP_SYSEXIT cruftThomas Gleixner
2020-03-21x86/entry: Rename ___preempt_schedulePeter Zijlstra
2019-10-18x86/asm/entry: Annotate THUNKsJiri Slaby
2019-07-31x86: Use CONFIG_PREEMPTIONThomas Gleixner
2019-07-18x86/entry: Fix thunk function ELF sizesJosh Poimboeuf
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 474Thomas Gleixner
2016-08-07x86: move exports to actual definitionsAl Viro
2016-07-08x86/asm/entry: Make thunk's restore a local labelBorislav Petkov
2016-05-19x86/entry/64: Fix stack return address retrieval in thunkJosh Poimboeuf
2016-02-24x86/asm/entry: Create stack frames in thunk functionsJosh Poimboeuf
2015-06-22Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-06-04x86/asm/entry: Move arch/x86/include/asm/calling.h to arch/x86/entry/Ingo Molnar
2015-06-04x86/asm/entry: Move the 'thunk' functions to arch/x86/entry/Ingo Molnar