summaryrefslogtreecommitdiff
path: root/arch/x86/lib
AgeCommit message (Expand)AuthorFilesLines
2022-01-13Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds27-705/+295
2022-01-12x86/entry_32: Fix segment exceptionsPeter Zijlstra1-0/+5
2022-01-10Merge tag 'ras_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+9
2022-01-10Merge tag 'x86_cpu_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2021-12-31x86/mce: Reduce number of machine checks taken during recoveryYouquan Song1-0/+9
2021-12-29x86/lib: Add fast-short-rep-movs check to copy_user_enhanced_fast_string()Tony Luck1-2/+2
2021-12-11x86/usercopy: Remove .fixup usagePeter Zijlstra2-28/+8
2021-12-11x86/usercopy_32: Simplify __copy_user_intel_nocache()Peter Zijlstra1-20/+20
2021-12-11x86/checksum_32: Remove .fixup usagePeter Zijlstra1-16/+3
2021-12-11x86/extable: Extend extable functionalityPeter Zijlstra1-24/+42
2021-12-11x86/copy_mc_64: Remove .fixup usagePeter Zijlstra1-8/+4
2021-12-11x86/copy_user_64: Remove .fixup usagePeter Zijlstra1-21/+11
2021-12-11x86/mmx_32: Remove X86_USE_3DNOWPeter Zijlstra4-394/+0
2021-12-09x86: Add straight-line-speculation mitigationPeter Zijlstra2-2/+2
2021-12-08x86: Prepare inline-asm for straight-line-speculationPeter Zijlstra1-1/+2
2021-12-08x86: Prepare asm files for straight-line-speculationPeter Zijlstra19-63/+63
2021-12-08x86/lib/atomic64_386_32: Rename thingsPeter Zijlstra1-38/+46
2021-12-08x86/csum: Rewrite/optimize csum_partial()Eric Dumazet1-92/+91
2021-12-01x86/insn-eval: Introduce insn_decode_mmio()Kirill A. Shutemov1-0/+84
2021-12-01x86/insn-eval: Introduce insn_get_modrm_reg_ptr()Kirill A. Shutemov1-0/+20
2021-12-01x86/insn-eval: Handle insn_get_opcode() failureKirill A. Shutemov1-2/+3
2021-11-02Merge tag 'x86_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-7/+13
2021-11-02Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2021-11-02Merge tag 'x86_misc_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+3
2021-11-02Merge tag 'ras_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-13/+0
2021-11-02Merge tag 'x86-fpu-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+4
2021-10-29x86/retpoline: Create a retpoline thunk arrayPeter Zijlstra1-5/+9
2021-10-29x86/asm: Fixup odd GEN-for-each-reg.h usagePeter Zijlstra1-2/+2
2021-10-29x86/retpoline: Remove unused replacement symbolsPeter Zijlstra1-42/+0
2021-10-27x86/boot: Allow a "silent" kaslr random byte fetchKees Cook1-6/+12
2021-10-16Merge branch 'x86/urgent' into x86/fpu, to resolve a conflictIngo Molnar1-2/+2
2021-10-06x86/insn: Use get_unaligned() instead of memcpy()Borislav Petkov1-2/+3
2021-10-04Merge branch x86/cc into x86/coreBorislav Petkov1-2/+2
2021-09-25lib/string: Move helper functions out of string.cKees Cook1-0/+1
2021-09-24x86/insn, tools/x86: Fix undefined behavior due to potential unaligned accessesNumfor Mbiziwo-Tiapo1-2/+2
2021-09-21x86/iopl: Fake iopl(3) CLI/STI usagePeter Zijlstra1-1/+1
2021-09-20x86/mce: Drop copyin special case for #MCTony Luck1-13/+0
2021-09-13x86/copy_mc: Use EX_TYPE_DEFAULT_MCE_SAFE for exception fixupsThomas Gleixner1-4/+4
2021-08-11x86: Add support for 0x22/0x23 port I/O configuration spaceMaciej W. Rozycki2-0/+14
2021-06-28Merge tag 'x86_sev_for_v5.14_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-15/+15
2021-06-21objtool/x86: Ignore __x86_indirect_alt_* symbolsPeter Zijlstra1-0/+4
2021-06-15x86/insn: Extend error reporting from insn_fetch_from_user[_inatomic]()Joerg Roedel1-8/+8
2021-06-15x86/insn-eval: Make 0 a valid RIP for insn_get_effective_ip()Joerg Roedel1-7/+7
2021-04-28Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-82/+259
2021-04-26Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-8/+8
2021-04-26Merge tag 'x86_alternatives_for_v5.13' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds8-8/+8
2021-04-08x86/msr: Make locally used functions staticZhao Xuehui1-2/+2
2021-04-02objtool/x86: Rewrite retpoline thunk callsPeter Zijlstra1-1/+40
2021-04-02x86/retpoline: Simplify retpolinesPeter Zijlstra1-17/+17
2021-03-31Merge 'x86/alternatives'Borislav Petkov8-8/+8