summaryrefslogtreecommitdiff
path: root/arch/x86/lib
AgeCommit message (Expand)Author
2024-01-29x86/lib: Revert to _ASM_EXTABLE_UA() for {get,put}_user() fixupsQiuxu Zhuo
2024-01-10Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-01-08Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-01-08Merge tag 'x86_misc_for_v6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-01-04x86/csum: clean up `csum_partial' furtherLinus Torvalds
2024-01-04x86/csum: Remove unnecessary odd handlingNoah Goldstein
2024-01-03arch/x86: Fix typosBjorn Helgaas
2023-12-20x86: fix missing includes/forward declarationsKent Overstreet
2023-11-17x86/lib: Fix overflow when counting digitsColin Ian King
2023-10-30Merge tag 'x86-asm-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-10-30Merge tag 'x86-headers-2023-10-28' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-10-30Merge tag 'x86_bugs_for_6.7_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-10-30Merge tag 'vfs-6.7.iov_iter' of gitolite.kernel.org:pub/scm/linux/kernel/git/...Linus Torvalds
2023-10-20x86/retpoline: Document some thunk handling aspectsBorislav Petkov (AMD)
2023-10-20x86/calldepth: Rename __x86_return_skl() to call_depth_return_thunk()Josh Poimboeuf
2023-10-20x86/rethunk: Use SYM_CODE_START[_LOCAL]_NOALIGN macrosJosh Poimboeuf
2023-10-20x86/srso: Disentangle rethunk-dependent optionsJosh Poimboeuf
2023-10-20x86/srso: Unexport untraining functionsJosh Poimboeuf
2023-10-20x86/srso: Improve i-cache locality for alias mitigationJosh Poimboeuf
2023-10-03x86/lib: Address kernel-doc warningsZhu Wang
2023-10-03x86/headers: Replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada
2023-09-25iov_iter, x86: Be consistent about the __user tag on copy_mc_to_user()David Howells
2023-09-22x86/bitops: Remove unused __sw_hweight64() assembly implementation on x86-32Ingo Molnar
2023-09-18x86/asm: Fix build of UML with KASANVincent Whitchurch
2023-09-12x86/ibt: Avoid duplicate ENDBR in __put_user_nocheck*()Peter Zijlstra
2023-08-30x86: bring back rep movsq for user access on CPUs without ERMSMateusz Guzik
2023-08-16x86/srso: Explain the untraining sequences a bit moreBorislav Petkov (AMD)
2023-08-16x86/cpu: Cleanup the untrain messPeter Zijlstra
2023-08-16x86/cpu: Rename srso_(.*)_alias to srso_alias_\1Peter Zijlstra
2023-08-16x86/cpu: Rename original retbleed methodsPeter Zijlstra
2023-08-16x86/cpu: Clean up SRSO return thunk messPeter Zijlstra
2023-08-16x86/cpu: Fix up srso_safe_ret() and __x86_return_thunk()Peter Zijlstra
2023-08-16x86/cpu: Fix __x86_return_thunk symbol typePeter Zijlstra
2023-08-14x86/retpoline,kprobes: Fix position of thunk sections with CONFIG_LTO_CLANGPetr Pavlu
2023-08-14x86/retpoline: Don't clobber RFLAGS during srso_safe_ret()Sean Christopherson
2023-07-29x86/srso: Add a forgotten NOENDBR annotationBorislav Petkov (AMD)
2023-07-27x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)
2023-06-27Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-06-27Merge tag 'x86_misc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-06-26Merge tag 'x86_cleanups_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-06-26Merge tag 'x86_cpu_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-06-26Merge tag 'x86_alternatives_for_v6.5' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2023-06-06x86/lib/msr: Clean up kernel-doc notationRandy Dunlap
2023-06-05percpu: Wire up cmpxchg128Peter Zijlstra
2023-06-02x86/lib: Make get/put_user() exception handling a visible symbolNadav Amit
2023-05-29x86/csum: Fix clang -Wuninitialized in csum_partial()Nathan Chancellor
2023-05-26x86: re-introduce support for ERMS copies for user space accessesLinus Torvalds
2023-05-25x86/csum: Improve performance of `csum_partial`Noah Goldstein
2023-05-18x86/usercopy: Include arch_wb_cache_pmem() declarationArnd Bergmann
2023-05-17x86/retbleed: Add __x86_return_thunk alignment checksBorislav Petkov (AMD)