aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/lib
AgeCommit message (Expand)AuthorFilesLines
2022-10-04Merge tag 'x86_cpu_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-40/+138
2022-10-03Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Gravatar Linus Torvalds 1-1/+2
2022-09-26x86/uaccess: avoid check_object_size() in copy_from_user_nmi()Gravatar Kees Cook 1-1/+1
2022-09-26x86: Add types to indirectly called assembly functionsGravatar Sami Tolvanen 1-1/+2
2022-08-18x86/clear_user: Make it fasterGravatar Borislav Petkov 2-40/+138
2022-06-29x86/retbleed: Add fine grained Kconfig knobsGravatar Peter Zijlstra 1-0/+4
2022-06-27x86: Add magic AMD return-thunkGravatar Peter Zijlstra 1-4/+60
2022-06-27x86: Use return-thunk in asm codeGravatar Peter Zijlstra 1-1/+6
2022-06-27x86/retpoline: Use -mfunction-returnGravatar Peter Zijlstra 1-0/+13
2022-06-27x86/retpoline: Swizzle retpoline thunkGravatar Peter Zijlstra 1-3/+3
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+0
2022-05-23Merge tag 'x86_misc_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+2
2022-05-23Merge tag 'x86_core_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+3
2022-05-23Merge tag 'x86_cleanups_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+0
2022-05-23Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2022-05-20x86: Remove empty filesGravatar Borislav Petkov 1-0/+0
2022-05-01Merge tag 'x86_urgent_for_v5.18_rc5' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-1/+5
2022-05-01Merge tag 'objtool_urgent_for_v5.18_rc5' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-35/+52
2022-04-29net: unexport csum_and_copy_{from,to}_userGravatar Christoph Hellwig 1-2/+0
2022-04-20x86: __memcpy_flushcache: fix wrong alignment if size > 2^32Gravatar Mikulas Patocka 1-1/+1
2022-04-19x86/uaccess: Don't jump between functionsGravatar Josh Poimboeuf 1-35/+52
2022-04-19x86/uaccess: Add ENDBR to __put_user_nocheck*()Gravatar Josh Poimboeuf 1-0/+4
2022-04-19x86/retpoline: Add ANNOTATE_NOENDBR for retpolinesGravatar Josh Poimboeuf 1-1/+1
2022-04-14x86/32: Remove lazy GS macrosGravatar Brian Gerst 1-2/+3
2022-04-11x86/kaslr: Fix build warning in KASLR code in boot stubGravatar Kirill A. Shutemov 1-1/+1
2022-04-05x86/delay: Fix the wrong asm constraint in delay_loop()Gravatar Ammar Faizi 1-2/+2
2022-04-03Merge tag 'x86-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-8/+57
2022-04-01Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-26/+0
2022-03-29x86/sev: Unroll string mmio with CC_ATTR_GUEST_UNROLL_STRING_IOGravatar Joerg Roedel 1-8/+57
2022-03-27Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-0/+3
2022-03-26Merge tag 'memcpy-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+1
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2022-03-21Merge tag 'x86_misc_for_v5.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-13/+98
2022-03-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 3-10/+10
2022-03-15x86/ibt: Annotate text referencesGravatar Peter Zijlstra 2-0/+3
2022-03-15Merge branch 'arm64/for-next/linkage'Gravatar Peter Zijlstra 3-10/+10
2022-02-25x86: remove __range_not_ok()Gravatar Arnd Bergmann 1-1/+1
2022-02-22x86: clean up symbol aliasingGravatar Mark Rutland 3-10/+10
2022-02-21x86/speculation: Rename RETPOLINE_AMD to RETPOLINE_LFENCEGravatar Peter Zijlstra (Intel) 1-1/+1
2022-02-13fortify: Detect struct member overflows in memmove() at compile-timeGravatar Kees Cook 1-0/+1
2022-01-30uml/x86: use x86 load_unaligned_zeropad()Gravatar Al Viro 1-26/+0
2022-01-23x86/insn: Add AVX512-FP16 instructions to the x86 instruction decoderGravatar Adrian Hunter 1-8/+87
2022-01-23x86/insn: Add misc instructions to x86 instruction decoderGravatar Adrian Hunter 1-3/+3
2022-01-23x86/insn: Add AMX instructions to the x86 instruction decoderGravatar Adrian Hunter 1-2/+8
2022-01-12Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 27-705/+295
2022-01-12x86/entry_32: Fix segment exceptionsGravatar Peter Zijlstra 1-0/+5
2022-01-10Merge tag 'ras_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+9
2022-01-10Merge tag 'x86_cpu_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+2
2021-12-31x86/mce: Reduce number of machine checks taken during recoveryGravatar Youquan Song 1-0/+9
2021-12-29x86/lib: Add fast-short-rep-movs check to copy_user_enhanced_fast_string()Gravatar Tony Luck 1-2/+2