aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/lib
AgeCommit message (Expand)AuthorFilesLines
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
2021-12-11x86/usercopy: Remove .fixup usageGravatar Peter Zijlstra 2-28/+8
2021-12-11x86/usercopy_32: Simplify __copy_user_intel_nocache()Gravatar Peter Zijlstra 1-20/+20
2021-12-11x86/checksum_32: Remove .fixup usageGravatar Peter Zijlstra 1-16/+3
2021-12-11x86/extable: Extend extable functionalityGravatar Peter Zijlstra 1-24/+42
2021-12-11x86/copy_mc_64: Remove .fixup usageGravatar Peter Zijlstra 1-8/+4
2021-12-11x86/copy_user_64: Remove .fixup usageGravatar Peter Zijlstra 1-21/+11
2021-12-11x86/mmx_32: Remove X86_USE_3DNOWGravatar Peter Zijlstra 4-394/+0
2021-12-09x86: Add straight-line-speculation mitigationGravatar Peter Zijlstra 2-2/+2
2021-12-08x86: Prepare inline-asm for straight-line-speculationGravatar Peter Zijlstra 1-1/+2
2021-12-08x86: Prepare asm files for straight-line-speculationGravatar Peter Zijlstra 19-63/+63
2021-12-08x86/lib/atomic64_386_32: Rename thingsGravatar Peter Zijlstra 1-38/+46
2021-12-08x86/csum: Rewrite/optimize csum_partial()Gravatar Eric Dumazet 1-92/+91
2021-11-30x86/insn-eval: Introduce insn_decode_mmio()Gravatar Kirill A. Shutemov 1-0/+84
2021-11-30x86/insn-eval: Introduce insn_get_modrm_reg_ptr()Gravatar Kirill A. Shutemov 1-0/+20
2021-11-30x86/insn-eval: Handle insn_get_opcode() failureGravatar Kirill A. Shutemov 1-2/+3
2021-11-02Merge tag 'x86_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-7/+13
2021-11-01Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2021-11-01Merge tag 'x86_misc_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+3
2021-11-01Merge tag 'ras_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-13/+0
2021-11-01Merge tag 'x86-fpu-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-4/+4
2021-10-28x86/retpoline: Create a retpoline thunk arrayGravatar Peter Zijlstra 1-5/+9
2021-10-28x86/asm: Fixup odd GEN-for-each-reg.h usageGravatar Peter Zijlstra 1-2/+2
2021-10-28x86/retpoline: Remove unused replacement symbolsGravatar Peter Zijlstra 1-42/+0
2021-10-27x86/boot: Allow a "silent" kaslr random byte fetchGravatar Kees Cook 1-6/+12
2021-10-16Merge branch 'x86/urgent' into x86/fpu, to resolve a conflictGravatar Ingo Molnar 1-2/+2
2021-10-06x86/insn: Use get_unaligned() instead of memcpy()Gravatar Borislav Petkov 1-2/+3
2021-10-04Merge branch x86/cc into x86/coreGravatar Borislav Petkov 1-2/+2
2021-09-25lib/string: Move helper functions out of string.cGravatar Kees Cook 1-0/+1
2021-09-24x86/insn, tools/x86: Fix undefined behavior due to potential unaligned accessesGravatar Numfor Mbiziwo-Tiapo 1-2/+2
2021-09-21x86/iopl: Fake iopl(3) CLI/STI usageGravatar Peter Zijlstra 1-1/+1
2021-09-20x86/mce: Drop copyin special case for #MCGravatar Tony Luck 1-13/+0
2021-09-13x86/copy_mc: Use EX_TYPE_DEFAULT_MCE_SAFE for exception fixupsGravatar Thomas Gleixner 1-4/+4
2021-08-10x86: Add support for 0x22/0x23 port I/O configuration spaceGravatar Maciej W. Rozycki 2-0/+14
2021-06-28Merge tag 'x86_sev_for_v5.14_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-15/+15
2021-06-21objtool/x86: Ignore __x86_indirect_alt_* symbolsGravatar Peter Zijlstra 1-0/+4
2021-06-15x86/insn: Extend error reporting from insn_fetch_from_user[_inatomic]()Gravatar Joerg Roedel 1-8/+8
2021-06-15x86/insn-eval: Make 0 a valid RIP for insn_get_effective_ip()Gravatar Joerg Roedel 1-7/+7
2021-04-27Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 4-82/+259
2021-04-26Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 4-8/+8
2021-04-26Merge tag 'x86_alternatives_for_v5.13' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 8-8/+8
2021-04-08x86/msr: Make locally used functions staticGravatar Zhao Xuehui 1-2/+2
2021-04-02objtool/x86: Rewrite retpoline thunk callsGravatar Peter Zijlstra 1-1/+40
2021-04-02x86/retpoline: Simplify retpolinesGravatar Peter Zijlstra 1-17/+17
2021-03-31Merge 'x86/alternatives'Gravatar Borislav Petkov 8-8/+8