summaryrefslogtreecommitdiffstats
path: root/arch/x86/lib
AgeCommit message (Expand)AuthorLines
2025-01-22Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds-0/+1091
2025-01-20x86: use cmov for user address maskingLinus Torvalds-3/+2
2024-12-01x86/crc-t10dif: expose CRC-T10DIF function through libEric Biggers-0/+386
2024-12-01x86/crc32: expose CRC32 functions through libEric Biggers-0/+705
2024-10-25x86: fix user address masking non-canonical speculation issueLinus Torvalds-2/+7
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
2024-09-29Merge branch 'locking/core' into locking/urgent, to pick up pending commitsIngo Molnar-2/+7
2024-08-01x86/uaccess: Zero the 8-byte get_range case on failure on 32-bitDavid Gow-1/+3
2024-07-31x86/setup: Parse the builtin command line before mergingBorislav Petkov (AMD)-7/+18
2024-07-17locking/atomic/x86: Introduce the read64_nonatomic macro to x86_32 with cx8Uros Bizjak-2/+7
2024-07-15Merge tag 'x86_misc_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+4
2024-07-15Merge tag 'x86_core_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-49/+20
2024-07-15Merge tag 'x86_boot_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+8
2024-06-25x86/kmsan: Fix hook for unaligned accessesBrian Johannesmeyer-1/+4
2024-06-19x86/uaccess: Improve the 8-byte getuser() caseLinus Torvalds-49/+20
2024-06-11x86/uaccess: Fix missed zeroing of ia32 u64 get_user() range checkingKees Cook-1/+5
2024-05-27x86/setup: Warn when option parsing is done too earlyBorislav Petkov (AMD)-0/+8
2024-05-19Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds-4/+17
2024-05-19Merge tag 'perf-urgent-2024-05-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-91/+253
2024-05-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-16/+0
2024-05-02x86/insn: Add support for APX EVEX instructions to the opcode mapAdrian Hunter-0/+93
2024-05-02x86/insn: Add support for APX EVEX to the instruction decoder logicAdrian Hunter-0/+4
2024-05-02x86/insn: x86/insn: Add support for REX2 prefix to the instruction decoder op...Adrian Hunter-72/+76
2024-05-02x86/insn: Add support for REX2 prefix to the instruction decoder logicAdrian Hunter-0/+25
2024-05-02x86/insn: Add misc new Intel instructionsAdrian Hunter-12/+45
2024-05-02x86/insn: Add VEX versions of VPDPBUSD, VPDPBUSDS, VPDPWSSD and VPDPWSSDSAdrian Hunter-4/+4
2024-05-02x86/insn: Fix PUSH instruction in x86 instruction decoder opcode mapAdrian Hunter-1/+1
2024-05-02x86/insn: Add Key Locker instructions to the opcode mapChang S. Bae-4/+7
2024-04-25x86: call instrumentation hooks from copy_mc.cAlexander Potapenko-4/+17
2024-04-22x86: Stop using weak symbols for __iowrite32_copy()Jason Gunthorpe-16/+0
2024-04-17x86/retpolines: Enable the default thunk warning only on relevant configsBorislav Petkov (AMD)-0/+7
2024-04-06x86/retpoline: Add NOENDBR annotation to the SRSO dummy return thunkBorislav Petkov (AMD)-0/+1
2024-04-03x86/retpoline: Do the necessary fixup to the Zen3/4 srso return thunk for !SRSOBorislav Petkov (AMD)-1/+4
2024-03-29x86/bugs: Fix the SRSO mitigation on Zen3/4Borislav Petkov (AMD)-5/+6
2024-03-12Merge branch 'linus' into x86/boot, to resolve conflictIngo Molnar-89/+82
2024-03-11Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-38/+47
2024-03-11Merge tag 'x86-cleanups-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-13/+11
2024-03-11Merge tag 'x86-asm-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-36/+22
2024-03-11Merge tag 'x86-fred-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+2
2024-03-04x86/boot: Move mem_encrypt= parsing to the decompressorArd Biesheuvel-13/+0
2024-03-04x86/msr: Add missing __percpu annotationsThomas Gleixner-10/+8
2024-02-22x86/insn: Directly assign x86_64 state in insn_init()Nikolay Borisov-1/+1
2024-02-22x86/insn: Remove superfluous checks from instruction decoding routinesNikolay Borisov-35/+21
2024-02-14Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...Ingo Molnar-23/+20
2024-02-14Merge tag 'v6.8-rc4' into x86/percpu, to resolve conflicts and refresh the br...Ingo Molnar-199/+188
2024-02-13x86/insn-eval: Fix function param name in get_eff_addr_sib()Randy Dunlap-3/+3
2024-02-12x86/retpoline: Ensure default return thunk isn't used at runtimeJosh Poimboeuf-9/+6
2024-01-31x86/opcode: Add ERET[US] instructions to the x86 opcode mapH. Peter Anvin (Intel)-1/+1
2024-01-29x86/lib: Revert to _ASM_EXTABLE_UA() for {get,put}_user() fixupsQiuxu Zhuo-22/+22
2024-01-25x86/cpufeatures,opcode,msr: Add the WRMSRNS instruction supportXin Li-1/+1