summaryrefslogtreecommitdiff
path: root/arch/x86/lib
AgeCommit message (Expand)AuthorFilesLines
2024-04-10x86/retpoline: Add NOENDBR annotation to the SRSO dummy return thunkBorislav Petkov (AMD)1-0/+1
2024-04-10x86/retpoline: Do the necessary fixup to the Zen3/4 srso return thunk for !SRSOBorislav Petkov (AMD)1-0/+1
2024-04-10x86/bugs: Fix the SRSO mitigation on Zen3/4Borislav Petkov (AMD)1-3/+1
2024-01-26x86/lib: Fix overflow when counting digitsColin Ian King1-1/+1
2023-11-20iov_iter, x86: Be consistent about the __user tag on copy_mc_to_user()David Howells1-4/+4
2023-08-26x86/retpoline,kprobes: Fix position of thunk sections with CONFIG_LTO_CLANGPetr Pavlu1-4/+4
2023-08-26x86/retpoline: Don't clobber RFLAGS during srso_safe_ret()Sean Christopherson1-4/+3
2023-08-26x86/srso: Explain the untraining sequences a bit moreBorislav Petkov (AMD)1-0/+19
2023-08-26x86/cpu: Cleanup the untrain messPeter Zijlstra1-0/+7
2023-08-26x86/cpu: Rename srso_(.*)_alias to srso_alias_\1Peter Zijlstra1-13/+13
2023-08-26x86/cpu: Rename original retbleed methodsPeter Zijlstra1-15/+15
2023-08-26x86/cpu: Clean up SRSO return thunk messPeter Zijlstra1-16/+42
2023-08-26x86/cpu: Fix up srso_safe_ret() and __x86_return_thunk()Peter Zijlstra1-2/+2
2023-08-26x86/cpu: Fix __x86_return_thunk symbol typePeter Zijlstra1-1/+3
2023-08-08x86/srso: Add a forgotten NOENDBR annotationBorislav Petkov (AMD)1-0/+1
2023-08-08x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)1-4/+78
2023-05-17x86: fix clear_user_rep_good() exception handling annotationLinus Torvalds1-1/+1
2023-05-17x86/retbleed: Fix return thunk alignmentBorislav Petkov (AMD)1-2/+2
2023-01-24x86/asm: Fix an assembler warning with current binutilsMikulas Patocka1-1/+1
2022-11-09x86/uaccess: instrument copy_from_user_nmi()Alexander Potapenko1-0/+3
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-0/+7
2022-10-04Merge tag 'x86_cpu_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-40/+138
2022-10-04Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds1-1/+2
2022-10-04x86: kasan: kmsan: support CONFIG_GENERIC_CSUM on x86, enable it for KASAN/KMSANAlexander Potapenko1-0/+2
2022-10-04x86: kmsan: handle open-coded assembly in lib/iomem.cAlexander Potapenko1-0/+5
2022-09-26x86/uaccess: avoid check_object_size() in copy_from_user_nmi()Kees Cook1-1/+1
2022-09-26x86: Add types to indirectly called assembly functionsSami Tolvanen1-1/+2
2022-08-18x86/clear_user: Make it fasterBorislav Petkov2-40/+138
2022-06-29x86/retbleed: Add fine grained Kconfig knobsPeter Zijlstra1-0/+4
2022-06-27x86: Add magic AMD return-thunkPeter Zijlstra1-4/+60
2022-06-27x86: Use return-thunk in asm codePeter Zijlstra1-1/+6
2022-06-27x86/retpoline: Use -mfunction-returnPeter Zijlstra1-0/+13
2022-06-27x86/retpoline: Swizzle retpoline thunkPeter Zijlstra1-3/+3
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+0
2022-05-24Merge tag 'x86_misc_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2022-05-24Merge tag 'x86_core_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+3
2022-05-24Merge tag 'x86_cleanups_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+0
2022-05-24Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2022-05-20x86: Remove empty filesBorislav Petkov1-0/+0
2022-05-01Merge tag 'x86_urgent_for_v5.18_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-1/+5
2022-05-01Merge tag 'objtool_urgent_for_v5.18_rc5' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-35/+52
2022-04-30net: unexport csum_and_copy_{from,to}_userChristoph Hellwig1-2/+0
2022-04-20x86: __memcpy_flushcache: fix wrong alignment if size > 2^32Mikulas Patocka1-1/+1
2022-04-19x86/uaccess: Don't jump between functionsJosh Poimboeuf1-35/+52
2022-04-19x86/uaccess: Add ENDBR to __put_user_nocheck*()Josh Poimboeuf1-0/+4
2022-04-19x86/retpoline: Add ANNOTATE_NOENDBR for retpolinesJosh Poimboeuf1-1/+1
2022-04-14x86/32: Remove lazy GS macrosBrian Gerst1-2/+3
2022-04-11x86/kaslr: Fix build warning in KASLR code in boot stubKirill A. Shutemov1-1/+1
2022-04-05x86/delay: Fix the wrong asm constraint in delay_loop()Ammar Faizi1-2/+2
2022-04-03Merge tag 'x86-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-8/+57