summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/thunk_64.S
Commit message (Expand)AuthorAgeFilesLines
* x86/headers: Replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada2023-10-031-1/+1
* x86/entry: Move thunk restore code into thunk functionsJosh Poimboeuf2023-06-071-12/+8
* x86/entry: Align SYM_CODE_START() variantsThomas Gleixner2022-10-171-2/+2
* x86/entry: Build thunk_$(BITS) only if CONFIG_PREEMPTION=yAndrea Righi2022-08-041-4/+0
* x86: Prepare asm files for straight-line-speculationPeter Zijlstra2021-12-081-1/+1
* x86/entry: Remove put_ret_addr_in_rdi THUNK macro argumentBorislav Petkov2021-01-191-6/+1
* x86/entry: Emit a symbol for register restoring thunkNick Desaulniers2021-01-141-4/+4
* x86/entry: Remove the TRACE_IRQS cruftThomas Gleixner2020-06-111-8/+1
* x86/entry: Remove the unused LOCKDEP_SYSEXIT cruftThomas Gleixner2020-06-111-5/+0
* x86/entry: Rename ___preempt_schedulePeter Zijlstra2020-03-211-4/+4
* x86/asm/entry: Annotate THUNKsJiri Slaby2019-10-181-3/+4
* x86: Use CONFIG_PREEMPTIONThomas Gleixner2019-07-311-2/+2
* x86/entry: Fix thunk function ELF sizesJosh Poimboeuf2019-07-181-3/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 474Thomas Gleixner2019-06-191-1/+1
* x86: move exports to actual definitionsAl Viro2016-08-071-0/+3
* x86/asm/entry: Make thunk's restore a local labelBorislav Petkov2016-07-081-3/+3
* x86/entry/64: Fix stack return address retrieval in thunkJosh Poimboeuf2016-05-191-6/+5
* x86/asm/entry: Create stack frames in thunk functionsJosh Poimboeuf2016-02-241-0/+4
* Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-221-3/+1
* x86/asm/entry: Move arch/x86/include/asm/calling.h to arch/x86/entry/Ingo Molnar2015-06-041-1/+1
* x86/asm/entry: Move the 'thunk' functions to arch/x86/entry/Ingo Molnar2015-06-041-0/+69