aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/lib
AgeCommit message (Expand)Author
2023-11-20iov_iter, x86: Be consistent about the __user tag on copy_mc_to_user()David Howells
2023-08-26x86/retpoline,kprobes: Fix position of thunk sections with CONFIG_LTO_CLANGPetr Pavlu
2023-08-26x86/retpoline: Don't clobber RFLAGS during srso_safe_ret()Sean Christopherson
2023-08-26x86/srso: Explain the untraining sequences a bit moreBorislav Petkov (AMD)
2023-08-26x86/cpu: Cleanup the untrain messPeter Zijlstra
2023-08-26x86/cpu: Rename srso_(.*)_alias to srso_alias_\1Peter Zijlstra
2023-08-26x86/cpu: Rename original retbleed methodsPeter Zijlstra
2023-08-26x86/cpu: Clean up SRSO return thunk messPeter Zijlstra
2023-08-26x86/cpu: Fix up srso_safe_ret() and __x86_return_thunk()Peter Zijlstra
2023-08-26x86/cpu: Fix __x86_return_thunk symbol typePeter Zijlstra
2023-08-08x86/srso: Add a forgotten NOENDBR annotationBorislav Petkov (AMD)
2023-08-08x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)
2023-05-17x86: fix clear_user_rep_good() exception handling annotationLinus Torvalds
2023-05-17x86/retbleed: Fix return thunk alignmentBorislav Petkov (AMD)
2023-01-24x86/asm: Fix an assembler warning with current binutilsMikulas Patocka
2022-11-08x86/uaccess: instrument copy_from_user_nmi()Alexander Potapenko
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-04Merge tag 'x86_cpu_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-03Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds
2022-10-03x86: kasan: kmsan: support CONFIG_GENERIC_CSUM on x86, enable it for KASAN/KMSANAlexander Potapenko
2022-10-03x86: kmsan: handle open-coded assembly in lib/iomem.cAlexander Potapenko
2022-09-26x86/uaccess: avoid check_object_size() in copy_from_user_nmi()Kees Cook
2022-09-26x86: Add types to indirectly called assembly functionsSami Tolvanen
2022-08-18x86/clear_user: Make it fasterBorislav Petkov
2022-06-29x86/retbleed: Add fine grained Kconfig knobsPeter Zijlstra
2022-06-27x86: Add magic AMD return-thunkPeter Zijlstra
2022-06-27x86: Use return-thunk in asm codePeter Zijlstra
2022-06-27x86/retpoline: Use -mfunction-returnPeter Zijlstra
2022-06-27x86/retpoline: Swizzle retpoline thunkPeter Zijlstra
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...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_core_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-05-23Merge tag 'x86_cleanups_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-05-23Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-05-20x86: Remove empty filesBorislav Petkov
2022-05-01Merge tag 'x86_urgent_for_v5.18_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-05-01Merge tag 'objtool_urgent_for_v5.18_rc5' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2022-04-29net: unexport csum_and_copy_{from,to}_userChristoph Hellwig
2022-04-20x86: __memcpy_flushcache: fix wrong alignment if size > 2^32Mikulas Patocka
2022-04-19x86/uaccess: Don't jump between functionsJosh Poimboeuf
2022-04-19x86/uaccess: Add ENDBR to __put_user_nocheck*()Josh Poimboeuf
2022-04-19x86/retpoline: Add ANNOTATE_NOENDBR for retpolinesJosh Poimboeuf
2022-04-14x86/32: Remove lazy GS macrosBrian Gerst
2022-04-11x86/kaslr: Fix build warning in KASLR code in boot stubKirill A. Shutemov
2022-04-05x86/delay: Fix the wrong asm constraint in delay_loop()Ammar Faizi
2022-04-03Merge tag 'x86-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-04-01Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2022-03-29x86/sev: Unroll string mmio with CC_ATTR_GUEST_UNROLL_STRING_IOJoerg Roedel
2022-03-27Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-03-26Merge tag 'memcpy-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds