summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry
AgeCommit message (Expand)AuthorFilesLines
2022-12-14Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-36/+43
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2022-12-12Merge tag 'x86-misc-2022-12-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2022-12-12Merge tag 'timers-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-23/+0
2022-12-12Merge tag 'x86-urgent-2022-12-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+2
2022-12-09x86/vdso: Conditionally export __vdso_sgx_enter_enclave()Nathan Chancellor1-0/+2
2022-12-01vdso/timens: Refactor copy-pasted find_timens_vvar_page() helper into one copyJann Horn1-23/+0
2022-11-28clocksource: hyper-v: Use TSC PFN getter to map vvar pageStanislav Kinsburskiy1-4/+3
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-1/+1
2022-10-19x86: Remove __USER32_DSBrian Gerst1-2/+2
2022-10-17x86/retbleed: Add SKL return thunkThomas Gleixner1-4/+6
2022-10-17x86/entry: Make some entry symbols globalThomas Gleixner1-3/+6
2022-10-17x86/Kconfig: Introduce function paddingThomas Gleixner1-1/+2
2022-10-17x86/entry: Make sync_regs() invocation a tail callPeter Zijlstra1-5/+2
2022-10-17objtool: Allow symbol range comparisons for IBT/ENDBRPeter Zijlstra1-1/+0
2022-10-17x86: Fixup asm-offsets duplicatePeter Zijlstra (Intel)1-1/+1
2022-10-17x86/percpu: Move current_top_of_stack next to current_taskThomas Gleixner3-8/+8
2022-10-17x86/entry: Align SYM_CODE_START() variantsThomas Gleixner2-8/+12
2022-10-17x86/vdso: Ensure all kernel code is seen by objtoolThomas Gleixner1-5/+6
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-1/+1
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-4/+8
2022-10-03x86: kmsan: disable instrumentation of unsupported codeAlexander Potapenko1-0/+3
2022-09-26x86: remove vma linked list walksMatthew Wilcox (Oracle)1-4/+5
2022-09-26treewide: Filter out CC_FLAGS_CFISami Tolvanen1-1/+2
2022-08-16x86/entry: Fix entry_INT80_compat for Xen PV guestsJuergen Gross1-1/+1
2022-08-10x86: link vdso and boot with -z noexecstack --no-warn-rwx-segmentsNick Desaulniers1-1/+1
2022-08-06Merge tag 'x86-urgent-2022-08-06' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-7/+2
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-1/+1
2022-08-04x86/entry: Build thunk_$(BITS) only if CONFIG_PREEMPTION=yAndrea Righi3-7/+2
2022-07-14x86/entry: Remove UNTRAIN_RET from native_irq_return_ldtAlexandre Chartre1-1/+0
2022-07-07x86/entry: Move PUSH_AND_CLEAR_REGS() back into error_entryPeter Zijlstra1-3/+6
2022-06-29x86/retbleed: Add fine grained Kconfig knobsPeter Zijlstra1-0/+4
2022-06-27x86/speculation: Fix RSB filling with CONFIG_RETPOLINE=nJosh Poimboeuf2-4/+0
2022-06-27objtool: Add entry UNRET validationPeter Zijlstra2-4/+5
2022-06-27x86/bugs: Add retbleed=ibpbPeter Zijlstra2-1/+23
2022-06-27x86/xen: Add UNTRAIN_RETPeter Zijlstra1-1/+7
2022-06-27x86/entry: Add kernel IBRS implementationPeter Zijlstra3-9/+110
2022-06-27x86: Add magic AMD return-thunkPeter Zijlstra2-0/+10
2022-06-27x86/entry: Avoid very early RETPeter Zijlstra1-10/+2
2022-06-27x86: Use return-thunk in asm codePeter Zijlstra1-0/+1
2022-06-27x86/vsyscall_emu/64: Don't use RET in vsyscall emulationPeter Zijlstra1-3/+6
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_385.RULEThomas Gleixner1-1/+1
2022-05-24Merge tag 'kernel-hardening-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+2
2022-05-23Merge tag 'x86_vdso_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2022-05-23Merge tag 'x86_misc_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2022-05-23Merge tag 'x86_asm_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-126/+55
2022-05-23Merge tag 'x86_sev_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-0/+11
2022-05-20x86/entry: Fixup objtool/ibt validationPeter Zijlstra2-0/+6
2022-05-19x86/entry: Fix register corruption in compat syscallJosh Poimboeuf2-5/+5
2022-05-19x86/sev: Mark the code returning to user space as syscall gapLai Jiangshan2-0/+4