summaryrefslogtreecommitdiffstats
path: root/arch/x86/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86_urgent_for_v5.18_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-05-012-1/+5
|\
| * x86/uaccess: Add ENDBR to __put_user_nocheck*()Josh Poimboeuf2022-04-191-0/+4
| * x86/retpoline: Add ANNOTATE_NOENDBR for retpolinesJosh Poimboeuf2022-04-191-1/+1
* | Merge tag 'objtool_urgent_for_v5.18_rc5' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-05-011-35/+52
|\ \
| * | x86/uaccess: Don't jump between functionsJosh Poimboeuf2022-04-191-35/+52
| |/
* / x86: __memcpy_flushcache: fix wrong alignment if size > 2^32Mikulas Patocka2022-04-201-1/+1
|/
* Merge tag 'x86-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-04-031-8/+57
|\
| * x86/sev: Unroll string mmio with CC_ATTR_GUEST_UNROLL_STRING_IOJoerg Roedel2022-03-291-8/+57
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2022-04-021-26/+0
|\ \
| * | uml/x86: use x86 load_unaligned_zeropad()Al Viro2022-01-311-26/+0
* | | Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-272-0/+3
|\ \ \
| * | | x86/ibt: Annotate text referencesPeter Zijlstra2022-03-152-0/+3
| * | | Merge branch 'arm64/for-next/linkage'Peter Zijlstra2022-03-153-10/+10
| |\ \ \
* | \ \ \ Merge tag 'memcpy-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-261-0/+1
|\ \ \ \ \
| * | | | | fortify: Detect struct member overflows in memmove() at compile-timeKees Cook2022-02-141-0/+1
| | |_|/ / | |/| | |
* | | | | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-241-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | x86: remove __range_not_ok()Arnd Bergmann2022-02-251-1/+1
| |/ / /
* | | | Merge tag 'x86_misc_for_v5.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-03-211-13/+98
|\ \ \ \
| * | | | x86/insn: Add AVX512-FP16 instructions to the x86 instruction decoderAdrian Hunter2022-01-231-8/+87
| * | | | x86/insn: Add misc instructions to x86 instruction decoderAdrian Hunter2022-01-231-3/+3
| * | | | x86/insn: Add AMX instructions to the x86 instruction decoderAdrian Hunter2022-01-231-2/+8
| |/ / /
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-03-213-10/+10
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | x86: clean up symbol aliasingMark Rutland2022-02-223-10/+10
| |/
* / x86/speculation: Rename RETPOLINE_AMD to RETPOLINE_LFENCEPeter Zijlstra (Intel)2022-02-211-1/+1
|/
* Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-1327-705/+295
|\
| * x86/entry_32: Fix segment exceptionsPeter Zijlstra2022-01-121-0/+5
| * x86/usercopy: Remove .fixup usagePeter Zijlstra2021-12-112-28/+8
| * x86/usercopy_32: Simplify __copy_user_intel_nocache()Peter Zijlstra2021-12-111-20/+20
| * x86/checksum_32: Remove .fixup usagePeter Zijlstra2021-12-111-16/+3
| * x86/extable: Extend extable functionalityPeter Zijlstra2021-12-111-24/+42
| * x86/copy_mc_64: Remove .fixup usagePeter Zijlstra2021-12-111-8/+4
| * x86/copy_user_64: Remove .fixup usagePeter Zijlstra2021-12-111-21/+11
| * x86/mmx_32: Remove X86_USE_3DNOWPeter Zijlstra2021-12-114-394/+0
| * x86: Add straight-line-speculation mitigationPeter Zijlstra2021-12-092-2/+2
| * x86: Prepare inline-asm for straight-line-speculationPeter Zijlstra2021-12-081-1/+2
| * x86: Prepare asm files for straight-line-speculationPeter Zijlstra2021-12-0819-63/+63
| * x86/lib/atomic64_386_32: Rename thingsPeter Zijlstra2021-12-081-38/+46
| * x86/csum: Rewrite/optimize csum_partial()Eric Dumazet2021-12-081-92/+91
* | Merge tag 'ras_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-101-0/+9
|\ \
| * | x86/mce: Reduce number of machine checks taken during recoveryYouquan Song2021-12-311-0/+9
| |/
* | Merge tag 'x86_cpu_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-01-101-2/+2
|\ \
| * | x86/lib: Add fast-short-rep-movs check to copy_user_enhanced_fast_string()Tony Luck2021-12-291-2/+2
| |/
* | x86/insn-eval: Introduce insn_decode_mmio()Kirill A. Shutemov2021-11-301-0/+84
* | x86/insn-eval: Introduce insn_get_modrm_reg_ptr()Kirill A. Shutemov2021-11-301-0/+20
* | x86/insn-eval: Handle insn_get_opcode() failureKirill A. Shutemov2021-11-301-2/+3
|/
* Merge tag 'x86_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-11-022-7/+13
|\
| * x86/boot: Allow a "silent" kaslr random byte fetchKees Cook2021-10-271-6/+12
| * Merge branch x86/cc into x86/coreBorislav Petkov2021-10-041-2/+2
| |\
| * | x86/iopl: Fake iopl(3) CLI/STI usagePeter Zijlstra2021-09-211-1/+1
* | | Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-021-0/+1
|\ \ \