summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry
AgeCommit message (Expand)AuthorLines
2022-08-16x86/entry: Fix entry_INT80_compat for Xen PV guestsJuergen Gross-1/+1
2022-08-10x86: link vdso and boot with -z noexecstack --no-warn-rwx-segmentsNick Desaulniers-1/+1
2022-08-06Merge tag 'x86-urgent-2022-08-06' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-7/+2
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-1/+1
2022-08-04x86/entry: Build thunk_$(BITS) only if CONFIG_PREEMPTION=yAndrea Righi-7/+2
2022-07-14x86/entry: Remove UNTRAIN_RET from native_irq_return_ldtAlexandre Chartre-1/+0
2022-07-07x86/entry: Move PUSH_AND_CLEAR_REGS() back into error_entryPeter Zijlstra-3/+6
2022-06-29x86/retbleed: Add fine grained Kconfig knobsPeter Zijlstra-0/+4
2022-06-27x86/speculation: Fix RSB filling with CONFIG_RETPOLINE=nJosh Poimboeuf-4/+0
2022-06-27objtool: Add entry UNRET validationPeter Zijlstra-4/+5
2022-06-27x86/bugs: Add retbleed=ibpbPeter Zijlstra-1/+23
2022-06-27x86/xen: Add UNTRAIN_RETPeter Zijlstra-1/+7
2022-06-27x86/entry: Add kernel IBRS implementationPeter Zijlstra-9/+110
2022-06-27x86: Add magic AMD return-thunkPeter Zijlstra-0/+10
2022-06-27x86/entry: Avoid very early RETPeter Zijlstra-10/+2
2022-06-27x86: Use return-thunk in asm codePeter Zijlstra-0/+1
2022-06-27x86/vsyscall_emu/64: Don't use RET in vsyscall emulationPeter Zijlstra-3/+6
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_385.RULEThomas Gleixner-1/+1
2022-05-24Merge tag 'kernel-hardening-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+2
2022-05-23Merge tag 'x86_vdso_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2022-05-23Merge tag 'x86_misc_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2022-05-23Merge tag 'x86_asm_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-126/+55
2022-05-23Merge tag 'x86_sev_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+11
2022-05-20x86/entry: Fixup objtool/ibt validationPeter Zijlstra-0/+6
2022-05-19x86/entry: Fix register corruption in compat syscallJosh Poimboeuf-5/+5
2022-05-19x86/sev: Mark the code returning to user space as syscall gapLai Jiangshan-0/+4
2022-05-18x86/sev: Annotate stack change in the #VC handlerLai Jiangshan-0/+1
2022-05-11x86/vsyscall: Remove CONFIG_LEGACY_VSYSCALL_EMULATEAndy Lutomirski-1/+1
2022-05-08randstruct: Split randstruct Makefile and CFLAGSKees Cook-1/+2
2022-05-06x86/entry: Remove skip_r11rcxPeter Zijlstra-11/+2
2022-05-06x86/entry: Use PUSH_AND_CLEAR_REGS for compatPeter Zijlstra-84/+4
2022-05-06x86/entry: Simplify entry_INT80_compat()Linus Torvalds-10/+9
2022-05-04x86: Fix return value of __setup handlersRandy Dunlap-1/+1
2022-05-03x86/entry: Convert SWAPGS to swapgs and remove the definition of SWAPGSLai Jiangshan-4/+4
2022-05-03x86/entry: Don't call error_entry() for XENPVLai Jiangshan-2/+11
2022-05-03x86/entry: Move CLD to the start of the idtentry macroLai Jiangshan-3/+5
2022-05-03x86/entry: Move PUSH_AND_CLEAR_REGS out of error_entry()Lai Jiangshan-3/+12
2022-05-03x86/entry: Switch the stack after error_entry() returnsLai Jiangshan-10/+6
2022-05-03x86/traps: Use pt_regs directly in fixup_bad_iret()Lai Jiangshan-1/+4
2022-04-19x86,objtool: Explicitly mark idtentry_body()s tail REACHABLEPeter Zijlstra-0/+3
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+1
2022-03-31arch: syscalls: simplify uapi/kapi directory creationMasahiro Yamada-2/+1
2022-03-15x86: Remove toolchain check for X32 ABI capabilityMasahiro Yamada-1/+1
2022-03-15x86: Annotate idtentry_df()Peter Zijlstra-0/+3
2022-03-15x86/ibt,sev: AnnotationsPeter Zijlstra-0/+2
2022-03-15x86/ibt: Annotate text referencesPeter Zijlstra-0/+7
2022-03-15x86/ibt,entry: Sprinkle ENDBR dustPeter Zijlstra-0/+10
2022-03-15x86/ibt,xen: Sprinkle the ENDBRPeter Zijlstra-0/+1
2022-03-15x86/entry,xen: Early rewrite of restore_regs_and_return_to_kernel()Peter Zijlstra-3/+8
2022-03-15x86/entry: Cleanup PARAVIRTPeter Zijlstra-2/+2