summaryrefslogtreecommitdiff
path: root/arch/x86/lib
AgeCommit message (Expand)AuthorFilesLines
2025-04-10x86/msr: Rename 'wrmsrl_on_cpu()' to 'wrmsrq_on_cpu()'Ingo Molnar1-2/+2
2025-04-10x86/msr: Rename 'rdmsrl_on_cpu()' to 'rdmsrq_on_cpu()'Ingo Molnar1-2/+2
2025-04-10x86/msr: Rename 'wrmsrl_safe_on_cpu()' to 'wrmsrq_safe_on_cpu()'Ingo Molnar1-2/+2
2025-04-10x86/msr: Rename 'rdmsrl_safe_on_cpu()' to 'rdmsrq_safe_on_cpu()'Ingo Molnar1-2/+2
2025-04-10x86/msr: Rename 'wrmsrl_safe()' to 'wrmsrq_safe()'Ingo Molnar1-1/+1
2025-04-10x86/msr: Rename 'rdmsrl_safe()' to 'rdmsrq_safe()'Ingo Molnar1-1/+1
2025-04-10x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'Ingo Molnar1-3/+3
2025-04-10x86/msr: Standardize on 'u32' MSR indices in <asm/msr.h>Ingo Molnar1-2/+2
2025-04-10x86/msr: Harmonize the prototype and definition of do_trace_rdpmc()Ingo Molnar1-2/+2
2025-03-29x86/uaccess: Improve performance by aligning writes to 8 bytes in copy_user_g...Herton R. Krzesinski1-0/+18
2025-03-26Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds11-603/+955
2025-03-25Merge tag 'x86_bugs_for_v6.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
2025-03-25Merge tag 'x86-cleanups-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+2
2025-03-19x86/crc: drop the avx10_256 functions and rename avx10_512 to avx512Eric Biggers2-25/+13
2025-03-19x86/runtime-const: Add the RUNTIME_CONST_PTR assembly macroKirill A. Shutemov1-5/+2
2025-03-10x86/crc32: optimize tail handling for crc32c short inputsEric Biggers1-1/+9
2025-03-05x86/delay: Fix inconsistent whitespaceCharles Han1-1/+1
2025-03-04x86/retbleed: Move call depth to percpu hot sectionBrian Gerst1-1/+1
2025-03-04Merge branch 'x86/asm' into x86/core, to pick up dependent commitsIngo Molnar2-2/+2
2025-02-28x86/cpufeatures: Rename X86_CMPXCHG64 to X86_CX8H. Peter Anvin (Intel)2-2/+2
2025-02-26x86/bugs: KVM: Add support for SRSO_MSR_FIXBorislav Petkov1-0/+2
2025-02-26x86/bhi: Add BHI stubsPeter Zijlstra2-1/+149
2025-02-23x86/usercopy: Fix kernel-doc func param name in clean_cache_range()'s descrip...Randy Dunlap1-1/+1
2025-02-19x86/crc: add ANNOTATE_NOENDBR to suppress objtool warningsEric Biggers1-0/+5
2025-02-14x86/cfi: Clean up linkagePeter Zijlstra7-0/+29
2025-02-14x86,kcfi: Fix EXPORT_SYMBOL vs kCFIPeter Zijlstra5-7/+12
2025-02-12x86/crc32: improve crc32c_arch() code generation with clangEric Biggers1-2/+2
2025-02-10x86/crc64: implement crc64_be and crc64_nvme using new templateEric Biggers4-1/+157
2025-02-10x86/crc-t10dif: implement crc_t10dif using new templateEric Biggers5-348/+63
2025-02-10x86/crc32: implement crc32_le using new templateEric Biggers3-244/+65
2025-02-10x86/crc: add "template" for [V]PCLMULQDQ based CRC functionsEric Biggers2-0/+665
2025-02-09lib/crc-t10dif: remove crc_t10dif_is_optimized()Eric Biggers1-6/+0
2025-02-09lib/crc32: remove "_le" from crc32c base and arch functionsEric Biggers1-3/+3
2025-01-23Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds6-0/+1091
2025-01-20x86: use cmov for user address maskingLinus Torvalds1-3/+2
2024-12-02x86/crc-t10dif: expose CRC-T10DIF function through libEric Biggers3-0/+386
2024-12-02x86/crc32: expose CRC32 functions through libEric Biggers4-0/+705
2024-10-25x86: fix user address masking non-canonical speculation issueLinus Torvalds1-2/+7
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-29Merge branch 'locking/core' into locking/urgent, to pick up pending commitsIngo Molnar1-2/+7
2024-08-01x86/uaccess: Zero the 8-byte get_range case on failure on 32-bitDavid Gow1-1/+3
2024-07-31x86/setup: Parse the builtin command line before mergingBorislav Petkov (AMD)1-7/+18
2024-07-17locking/atomic/x86: Introduce the read64_nonatomic macro to x86_32 with cx8Uros Bizjak1-2/+7
2024-07-16Merge tag 'x86_misc_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+4
2024-07-16Merge tag 'x86_core_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-49/+20
2024-07-16Merge tag 'x86_boot_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+8
2024-06-25x86/kmsan: Fix hook for unaligned accessesBrian Johannesmeyer1-1/+4
2024-06-19x86/uaccess: Improve the 8-byte getuser() caseLinus Torvalds1-49/+20
2024-06-12x86/uaccess: Fix missed zeroing of ia32 u64 get_user() range checkingKees Cook1-1/+5
2024-05-27x86/setup: Warn when option parsing is done too earlyBorislav Petkov (AMD)1-0/+8