aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/lib
AgeCommit message (Expand)AuthorFilesLines
2023-10-30Merge tag 'x86-asm-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-19/+6
2023-10-30Merge tag 'x86-headers-2023-10-28' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 14-15/+14
2023-10-30Merge tag 'x86_bugs_for_6.7_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-79/+107
2023-10-30Merge tag 'vfs-6.7.iov_iter' of gitolite.kernel.org:pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-4/+4
2023-10-20x86/retpoline: Document some thunk handling aspectsGravatar Borislav Petkov (AMD) 1-0/+15
2023-10-20x86/calldepth: Rename __x86_return_skl() to call_depth_return_thunk()Gravatar Josh Poimboeuf 1-2/+2
2023-10-20x86/rethunk: Use SYM_CODE_START[_LOCAL]_NOALIGN macrosGravatar Josh Poimboeuf 1-4/+4
2023-10-20x86/srso: Disentangle rethunk-dependent optionsGravatar Josh Poimboeuf 1-70/+87
2023-10-20x86/srso: Unexport untraining functionsGravatar Josh Poimboeuf 1-5/+2
2023-10-20x86/srso: Improve i-cache locality for alias mitigationGravatar Josh Poimboeuf 1-3/+2
2023-10-03x86/lib: Address kernel-doc warningsGravatar Zhu Wang 1-5/+0
2023-10-03x86/headers: Replace #include <asm/export.h> with #include <linux/export.h>Gravatar Masahiro Yamada 14-15/+14
2023-09-25iov_iter, x86: Be consistent about the __user tag on copy_mc_to_user()Gravatar David Howells 1-4/+4
2023-09-22x86/bitops: Remove unused __sw_hweight64() assembly implementation on x86-32Gravatar Ingo Molnar 1-14/+6
2023-09-18x86/asm: Fix build of UML with KASANGravatar Vincent Whitchurch 3-3/+3
2023-09-12x86/ibt: Avoid duplicate ENDBR in __put_user_nocheck*()Gravatar Peter Zijlstra 1-4/+0
2023-08-30x86: bring back rep movsq for user access on CPUs without ERMSGravatar Mateusz Guzik 1-44/+13
2023-08-16x86/srso: Explain the untraining sequences a bit moreGravatar Borislav Petkov (AMD) 1-0/+19
2023-08-16x86/cpu: Cleanup the untrain messGravatar Peter Zijlstra 1-0/+7
2023-08-16x86/cpu: Rename srso_(.*)_alias to srso_alias_\1Gravatar Peter Zijlstra 1-13/+13
2023-08-16x86/cpu: Rename original retbleed methodsGravatar Peter Zijlstra 1-15/+15
2023-08-16x86/cpu: Clean up SRSO return thunk messGravatar Peter Zijlstra 1-16/+42
2023-08-16x86/cpu: Fix up srso_safe_ret() and __x86_return_thunk()Gravatar Peter Zijlstra 1-2/+2
2023-08-16x86/cpu: Fix __x86_return_thunk symbol typeGravatar Peter Zijlstra 1-1/+3
2023-08-14x86/retpoline,kprobes: Fix position of thunk sections with CONFIG_LTO_CLANGGravatar Petr Pavlu 1-4/+4
2023-08-14x86/retpoline: Don't clobber RFLAGS during srso_safe_ret()Gravatar Sean Christopherson 1-4/+3
2023-07-29x86/srso: Add a forgotten NOENDBR annotationGravatar Borislav Petkov (AMD) 1-0/+1
2023-07-27x86/srso: Add a Speculative RAS Overflow mitigationGravatar Borislav Petkov (AMD) 1-4/+78
2023-06-27Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-33/+80
2023-06-27Merge tag 'x86_misc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-61/+96
2023-06-26Merge tag 'x86_cleanups_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-13/+20
2023-06-26Merge tag 'x86_cpu_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2023-06-26Merge tag 'x86_alternatives_for_v6.5' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-8/+5
2023-06-06x86/lib/msr: Clean up kernel-doc notationGravatar Randy Dunlap 1-13/+19
2023-06-05percpu: Wire up cmpxchg128Gravatar Peter Zijlstra 3-33/+80
2023-06-02x86/lib: Make get/put_user() exception handling a visible symbolGravatar Nadav Amit 2-28/+28
2023-05-29x86/csum: Fix clang -Wuninitialized in csum_partial()Gravatar Nathan Chancellor 1-4/+6
2023-05-26x86: re-introduce support for ERMS copies for user space accessesGravatar Linus Torvalds 1-1/+9
2023-05-25x86/csum: Improve performance of `csum_partial`Gravatar Noah Goldstein 1-32/+65
2023-05-18x86/usercopy: Include arch_wb_cache_pmem() declarationGravatar Arnd Bergmann 1-0/+1
2023-05-17x86/retbleed: Add __x86_return_thunk alignment checksGravatar Borislav Petkov (AMD) 1-1/+1
2023-05-12x86/retbleed: Fix return thunk alignmentGravatar Borislav Petkov (AMD) 1-2/+2
2023-05-10x86/lib/memmove: Decouple ERMS from FSRMGravatar Borislav Petkov (AMD) 1-8/+5
2023-04-28Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-3/+3
2023-04-28Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 2-82/+55
2023-04-28Merge tag 'x86_cleanups_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-9/+0
2023-04-20x86: rewrite '__copy_user_nocache' functionGravatar Linus Torvalds 3-214/+243
2023-04-19x86: remove 'zerorest' argument from __copy_user_nocache()Gravatar Linus Torvalds 2-3/+3
2023-04-18x86: improve on the non-rep 'copy_user' functionGravatar Linus Torvalds 1-156/+133
2023-04-18x86: improve on the non-rep 'clear_user' functionGravatar Linus Torvalds 1-44/+70