summaryrefslogtreecommitdiff
path: root/arch/x86/entry
AgeCommit message (Expand)Author
2022-05-24Merge tag 'kernel-hardening-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-05-23Merge tag 'x86_vdso_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-05-23Merge tag 'x86_misc_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-05-23Merge tag 'x86_asm_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-05-23Merge tag 'x86_sev_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-05-20x86/entry: Fixup objtool/ibt validationPeter Zijlstra
2022-05-19x86/entry: Fix register corruption in compat syscallJosh Poimboeuf
2022-05-19x86/sev: Mark the code returning to user space as syscall gapLai Jiangshan
2022-05-18x86/sev: Annotate stack change in the #VC handlerLai Jiangshan
2022-05-11x86/vsyscall: Remove CONFIG_LEGACY_VSYSCALL_EMULATEAndy Lutomirski
2022-05-08randstruct: Split randstruct Makefile and CFLAGSKees Cook
2022-05-06x86/entry: Remove skip_r11rcxPeter Zijlstra
2022-05-06x86/entry: Use PUSH_AND_CLEAR_REGS for compatPeter Zijlstra
2022-05-06x86/entry: Simplify entry_INT80_compat()Linus Torvalds
2022-05-04x86: Fix return value of __setup handlersRandy Dunlap
2022-05-03x86/entry: Convert SWAPGS to swapgs and remove the definition of SWAPGSLai Jiangshan
2022-05-03x86/entry: Don't call error_entry() for XENPVLai Jiangshan
2022-05-03x86/entry: Move CLD to the start of the idtentry macroLai Jiangshan
2022-05-03x86/entry: Move PUSH_AND_CLEAR_REGS out of error_entry()Lai Jiangshan
2022-05-03x86/entry: Switch the stack after error_entry() returnsLai Jiangshan
2022-05-03x86/traps: Use pt_regs directly in fixup_bad_iret()Lai Jiangshan
2022-04-19x86,objtool: Explicitly mark idtentry_body()s tail REACHABLEPeter Zijlstra
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-03-31arch: syscalls: simplify uapi/kapi directory creationMasahiro Yamada
2022-03-15x86: Remove toolchain check for X32 ABI capabilityMasahiro Yamada
2022-03-15x86: Annotate idtentry_df()Peter Zijlstra
2022-03-15x86/ibt,sev: AnnotationsPeter Zijlstra
2022-03-15x86/ibt: Annotate text referencesPeter Zijlstra
2022-03-15x86/ibt,entry: Sprinkle ENDBR dustPeter Zijlstra
2022-03-15x86/ibt,xen: Sprinkle the ENDBRPeter Zijlstra
2022-03-15x86/entry,xen: Early rewrite of restore_regs_and_return_to_kernel()Peter Zijlstra
2022-03-15x86/entry: Cleanup PARAVIRTPeter Zijlstra
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-15mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V
2022-01-12Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-01-12x86/entry_32: Fix segment exceptionsPeter Zijlstra
2021-12-30x86/vdso: Remove -nostdlib compiler flagMasahiro Yamada
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman
2021-12-11x86: Remove .fixup sectionPeter Zijlstra
2021-12-11x86/entry_32: Remove .fixup usagePeter Zijlstra
2021-12-11x86/entry_64: Remove .fixup usagePeter Zijlstra
2021-12-08x86: Prepare asm files for straight-line-speculationPeter Zijlstra
2021-12-03x86/xen: Add xenpv_restore_regs_and_return_to_usermode()Lai Jiangshan
2021-12-03x86/entry: Use the correct fence macro after swapgs in kernel CR3Lai Jiangshan
2021-12-03x86/entry: Add a fence for kernel entry SWAPGS in paranoid_entry()Lai Jiangshan
2021-11-19signal: Replace force_fatal_sig with force_exit_sig when in doubtEric W. Biederman
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-10-29signal/x86: In emulate_vsyscall force a signal instead of calling do_exitEric W. Biederman
2021-10-07futex,x86: Wire up sys_futex_waitv()André Almeida