summaryrefslogtreecommitdiff
path: root/arch/x86/lib
AgeCommit message (Expand)Author
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)
2023-05-12x86/retbleed: Fix return thunk alignmentBorislav Petkov (AMD)
2023-05-10x86/lib/memmove: Decouple ERMS from FSRMBorislav Petkov (AMD)
2023-04-28Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-04-28Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-04-28Merge tag 'x86_cleanups_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2023-04-20x86: rewrite '__copy_user_nocache' functionLinus Torvalds
2023-04-19x86: remove 'zerorest' argument from __copy_user_nocache()Linus Torvalds
2023-04-18x86: improve on the non-rep 'copy_user' functionLinus Torvalds
2023-04-18x86: improve on the non-rep 'clear_user' functionLinus Torvalds
2023-04-18x86: inline the 'rep movs' in user copies for the FSRM caseLinus Torvalds
2023-04-18x86: move stac/clac from user copy routines into callersLinus Torvalds
2023-04-18x86: don't use REP_GOOD or ERMS for user memory clearingLinus Torvalds
2023-04-18x86: don't use REP_GOOD or ERMS for user memory copiesLinus Torvalds
2023-04-18x86: don't use REP_GOOD or ERMS for small memory clearingLinus Torvalds
2023-04-18x86: don't use REP_GOOD or ERMS for small memory copiesLinus Torvalds
2023-03-23x86,objtool: Split UNWIND_HINT_EMPTY in twoJosh Poimboeuf
2023-03-16x86/mm: Rework address range check in get_user() and put_user()Kirill A. Shutemov
2023-03-16x86/uaccess: Remove memcpy_page_flushcache()Ira Weiny
2023-02-21Merge tag 'x86_cpu_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-02-20Merge tag 'x86-asm-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-01-31Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar
2023-01-13entry, kasan, x86: Disallow overriding mem*() functionsPeter Zijlstra
2023-01-12x86/opcode: Add the LKGS instruction to x86-opcode-mapH. Peter Anvin (Intel)
2023-01-03x86/lib: Fix compiler and kernel-doc warningsAnuradha Weeraman
2023-01-03x86/insn: Avoid namespace clash by separating instruction decoder MMIO type f...Jason A. Donenfeld