aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/lib
AgeCommit message (Expand)AuthorFilesLines
5 daysx86/uaccess: Fix missed zeroing of ia32 u64 get_user() range checkingGravatar Kees Cook 1-1/+5
2024-05-19Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-4/+17
2024-05-19Merge tag 'perf-urgent-2024-05-18' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-91/+253
2024-05-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 2-16/+0
2024-05-02x86/insn: Add support for APX EVEX instructions to the opcode mapGravatar Adrian Hunter 1-0/+93
2024-05-02x86/insn: Add support for APX EVEX to the instruction decoder logicGravatar Adrian Hunter 1-0/+4
2024-05-02x86/insn: x86/insn: Add support for REX2 prefix to the instruction decoder op...Gravatar Adrian Hunter 1-72/+76
2024-05-02x86/insn: Add support for REX2 prefix to the instruction decoder logicGravatar Adrian Hunter 1-0/+25
2024-05-02x86/insn: Add misc new Intel instructionsGravatar Adrian Hunter 1-12/+45
2024-05-02x86/insn: Add VEX versions of VPDPBUSD, VPDPBUSDS, VPDPWSSD and VPDPWSSDSGravatar Adrian Hunter 1-4/+4
2024-05-02x86/insn: Fix PUSH instruction in x86 instruction decoder opcode mapGravatar Adrian Hunter 1-1/+1
2024-05-02x86/insn: Add Key Locker instructions to the opcode mapGravatar Chang S. Bae 1-4/+7
2024-04-25x86: call instrumentation hooks from copy_mc.cGravatar Alexander Potapenko 1-4/+17
2024-04-22x86: Stop using weak symbols for __iowrite32_copy()Gravatar Jason Gunthorpe 2-16/+0
2024-04-17x86/retpolines: Enable the default thunk warning only on relevant configsGravatar Borislav Petkov (AMD) 1-0/+7
2024-04-06x86/retpoline: Add NOENDBR annotation to the SRSO dummy return thunkGravatar Borislav Petkov (AMD) 1-0/+1
2024-04-03x86/retpoline: Do the necessary fixup to the Zen3/4 srso return thunk for !SRSOGravatar Borislav Petkov (AMD) 1-1/+4
2024-03-29x86/bugs: Fix the SRSO mitigation on Zen3/4Gravatar Borislav Petkov (AMD) 1-5/+6
2024-03-12Merge branch 'linus' into x86/boot, to resolve conflictGravatar Ingo Molnar 9-89/+82
2024-03-11Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 4-38/+47
2024-03-11Merge tag 'x86-cleanups-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-13/+11
2024-03-11Merge tag 'x86-asm-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-36/+22
2024-03-11Merge tag 'x86-fred-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+2
2024-03-04x86/boot: Move mem_encrypt= parsing to the decompressorGravatar Ard Biesheuvel 1-13/+0
2024-03-04x86/msr: Add missing __percpu annotationsGravatar Thomas Gleixner 2-10/+8
2024-02-22x86/insn: Directly assign x86_64 state in insn_init()Gravatar Nikolay Borisov 1-1/+1
2024-02-22x86/insn: Remove superfluous checks from instruction decoding routinesGravatar Nikolay Borisov 1-35/+21
2024-02-14Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...Gravatar Ingo Molnar 2-23/+20
2024-02-14Merge tag 'v6.8-rc4' into x86/percpu, to resolve conflicts and refresh the br...Gravatar Ingo Molnar 19-199/+188
2024-02-13x86/insn-eval: Fix function param name in get_eff_addr_sib()Gravatar Randy Dunlap 1-3/+3
2024-02-12x86/retpoline: Ensure default return thunk isn't used at runtimeGravatar Josh Poimboeuf 1-9/+6
2024-01-31x86/opcode: Add ERET[US] instructions to the x86 opcode mapGravatar H. Peter Anvin (Intel) 1-1/+1
2024-01-29x86/lib: Revert to _ASM_EXTABLE_UA() for {get,put}_user() fixupsGravatar Qiuxu Zhuo 2-22/+22
2024-01-25x86/cpufeatures,opcode,msr: Add the WRMSRNS instruction supportGravatar Xin Li 1-1/+1
2024-01-10Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsGravatar Linus Torvalds 1-0/+1
2024-01-10x86/bugs: Rename CONFIG_RETHUNK => CONFIG_MITIGATION_RETHUNKGravatar Breno Leitao 1-2/+2
2024-01-10x86/bugs: Rename CONFIG_CPU_SRSO => CONFIG_MITIGATION_SRSOGravatar Breno Leitao 1-5/+5
2024-01-10x86/bugs: Rename CONFIG_CPU_UNRET_ENTRY => CONFIG_MITIGATION_UNRET_ENTRYGravatar Breno Leitao 1-5/+5
2024-01-10x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEGravatar Breno Leitao 1-1/+1
2024-01-10x86/bugs: Rename CONFIG_CALL_DEPTH_TRACKING => CONFIG_MITIGATION_CALL_DEPTH_...Gravatar Breno Leitao 1-3/+3
2024-01-08Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2024-01-08Merge tag 'x86_misc_for_v6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2024-01-04x86/csum: clean up `csum_partial' furtherGravatar Linus Torvalds 1-44/+37
2024-01-04x86/csum: Remove unnecessary odd handlingGravatar Noah Goldstein 1-32/+4
2024-01-03arch/x86: Fix typosGravatar Bjorn Helgaas 1-1/+1
2023-12-20x86: fix missing includes/forward declarationsGravatar Kent Overstreet 1-0/+1
2023-11-17x86/lib: Fix overflow when counting digitsGravatar Colin Ian King 1-1/+1
2023-10-30Merge tag 'x86-asm-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-19/+6
2023-10-30Merge tag 'x86-headers-2023-10-28' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 14-15/+14
2023-10-30Merge tag 'x86_bugs_for_6.7_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-79/+107