summaryrefslogtreecommitdiff
path: root/arch/x86/lib
AgeCommit message (Expand)Author
2025-03-19x86/crc: drop the avx10_256 functions and rename avx10_512 to avx512Eric Biggers
2025-03-19x86/runtime-const: Add the RUNTIME_CONST_PTR assembly macroKirill A. Shutemov
2025-03-10x86/crc32: optimize tail handling for crc32c short inputsEric Biggers
2025-03-05x86/delay: Fix inconsistent whitespaceCharles Han
2025-03-04x86/retbleed: Move call depth to percpu hot sectionBrian Gerst
2025-03-04Merge branch 'x86/asm' into x86/core, to pick up dependent commitsIngo Molnar
2025-02-28x86/cpufeatures: Rename X86_CMPXCHG64 to X86_CX8H. Peter Anvin (Intel)
2025-02-26x86/bugs: KVM: Add support for SRSO_MSR_FIXBorislav Petkov
2025-02-26x86/bhi: Add BHI stubsPeter Zijlstra
2025-02-23x86/usercopy: Fix kernel-doc func param name in clean_cache_range()'s descrip...Randy Dunlap
2025-02-18x86/crc: add ANNOTATE_NOENDBR to suppress objtool warningsEric Biggers
2025-02-14x86/cfi: Clean up linkagePeter Zijlstra
2025-02-14x86,kcfi: Fix EXPORT_SYMBOL vs kCFIPeter Zijlstra
2025-02-12x86/crc32: improve crc32c_arch() code generation with clangEric Biggers
2025-02-10x86/crc64: implement crc64_be and crc64_nvme using new templateEric Biggers
2025-02-10x86/crc-t10dif: implement crc_t10dif using new templateEric Biggers
2025-02-10x86/crc32: implement crc32_le using new templateEric Biggers
2025-02-10x86/crc: add "template" for [V]PCLMULQDQ based CRC functionsEric Biggers
2025-02-09lib/crc-t10dif: remove crc_t10dif_is_optimized()Eric Biggers
2025-02-08lib/crc32: remove "_le" from crc32c base and arch functionsEric Biggers
2025-01-22Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2025-01-20x86: use cmov for user address maskingLinus Torvalds
2024-12-01x86/crc-t10dif: expose CRC-T10DIF function through libEric Biggers
2024-12-01x86/crc32: expose CRC32 functions through libEric Biggers
2024-10-25x86: fix user address masking non-canonical speculation issueLinus Torvalds
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-29Merge branch 'locking/core' into locking/urgent, to pick up pending commitsIngo Molnar
2024-08-01x86/uaccess: Zero the 8-byte get_range case on failure on 32-bitDavid Gow
2024-07-31x86/setup: Parse the builtin command line before mergingBorislav Petkov (AMD)
2024-07-17locking/atomic/x86: Introduce the read64_nonatomic macro to x86_32 with cx8Uros Bizjak
2024-07-15Merge tag 'x86_misc_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-07-15Merge tag 'x86_core_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-07-15Merge tag 'x86_boot_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-06-25x86/kmsan: Fix hook for unaligned accessesBrian Johannesmeyer
2024-06-19x86/uaccess: Improve the 8-byte getuser() caseLinus Torvalds
2024-06-11x86/uaccess: Fix missed zeroing of ia32 u64 get_user() range checkingKees Cook
2024-05-27x86/setup: Warn when option parsing is done too earlyBorislav Petkov (AMD)
2024-05-19Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-05-19Merge tag 'perf-urgent-2024-05-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-05-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2024-05-02x86/insn: Add support for APX EVEX instructions to the opcode mapAdrian Hunter
2024-05-02x86/insn: Add support for APX EVEX to the instruction decoder logicAdrian Hunter
2024-05-02x86/insn: x86/insn: Add support for REX2 prefix to the instruction decoder op...Adrian Hunter
2024-05-02x86/insn: Add support for REX2 prefix to the instruction decoder logicAdrian Hunter
2024-05-02x86/insn: Add misc new Intel instructionsAdrian Hunter
2024-05-02x86/insn: Add VEX versions of VPDPBUSD, VPDPBUSDS, VPDPWSSD and VPDPWSSDSAdrian Hunter
2024-05-02x86/insn: Fix PUSH instruction in x86 instruction decoder opcode mapAdrian Hunter
2024-05-02x86/insn: Add Key Locker instructions to the opcode mapChang S. Bae
2024-04-25x86: call instrumentation hooks from copy_mc.cAlexander Potapenko
2024-04-22x86: Stop using weak symbols for __iowrite32_copy()Jason Gunthorpe