summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kernel-hardening-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-241-1/+2
|\
| * randstruct: Split randstruct Makefile and CFLAGSKees Cook2022-05-081-1/+2
* | Merge tag 'x86_vdso_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-05-231-1/+1
|\ \
| * | x86/vsyscall: Remove CONFIG_LEGACY_VSYSCALL_EMULATEAndy Lutomirski2022-05-111-1/+1
* | | Merge tag 'x86_misc_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-05-231-1/+1
|\ \ \
| * | | x86: Fix return value of __setup handlersRandy Dunlap2022-05-041-1/+1
| | |/ | |/|
* | | Merge tag 'x86_asm_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-05-233-126/+55
|\ \ \
| * | | x86/entry: Fix register corruption in compat syscallJosh Poimboeuf2022-05-192-5/+5
| * | | x86/entry: Remove skip_r11rcxPeter Zijlstra2022-05-062-11/+2
| * | | x86/entry: Use PUSH_AND_CLEAR_REGS for compatPeter Zijlstra2022-05-062-84/+4
| * | | x86/entry: Simplify entry_INT80_compat()Linus Torvalds2022-05-061-10/+9
| * | | x86/entry: Convert SWAPGS to swapgs and remove the definition of SWAPGSLai Jiangshan2022-05-032-4/+4
| * | | 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-232-0/+11
|\ \ \ | |/ / |/| |
| * | x86/entry: Fixup objtool/ibt validationPeter Zijlstra2022-05-202-0/+6
| * | x86/sev: Mark the code returning to user space as syscall gapLai Jiangshan2022-05-192-0/+4
| * | 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
|/
* Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-03-311-2/+1
|\
| * arch: syscalls: simplify uapi/kapi directory creationMasahiro Yamada2022-03-311-2/+1
* | x86: Remove toolchain check for X32 ABI capabilityMasahiro Yamada2022-03-151-1/+1
* | x86: Annotate idtentry_df()Peter Zijlstra2022-03-151-0/+3
* | x86/ibt,sev: AnnotationsPeter Zijlstra2022-03-152-0/+2
* | x86/ibt: Annotate text referencesPeter Zijlstra2022-03-152-0/+7
* | x86/ibt,entry: Sprinkle ENDBR dustPeter Zijlstra2022-03-152-0/+10
* | 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-172-6/+6
|\
| * exit: Add and use make_task_dead.Eric W. Biederman2021-12-132-6/+6
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-152-0/+2
|\ \
| * | mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V2022-01-152-0/+2
* | | Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-128-42/+33
|\ \ \
| * | | x86/entry_32: Fix segment exceptionsPeter Zijlstra2022-01-121-4/+9
| * | | x86: Remove .fixup sectionPeter Zijlstra2021-12-111-1/+0
| * | | x86/entry_32: Remove .fixup usagePeter Zijlstra2021-12-111-20/+8
| * | | x86/entry_64: Remove .fixup usagePeter Zijlstra2021-12-111-7/+6
| * | | x86: Prepare asm files for straight-line-speculationPeter Zijlstra2021-12-087-13/+13
| |/ /
* / / x86/vdso: Remove -nostdlib compiler flagMasahiro Yamada2021-12-301-1/+1
|/ /
* | 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
|/
* signal: Replace force_fatal_sig with force_exit_sig when in doubtEric W. Biederman2021-11-191-1/+1
* Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-101-1/+2
|\
| * signal/x86: In emulate_vsyscall force a signal instead of calling do_exitEric W. Biederman2021-10-291-1/+2
* | futex,x86: Wire up sys_futex_waitv()André Almeida2021-10-072-0/+2
|/