summaryrefslogtreecommitdiff
path: root/arch/x86/lib
AgeCommit message (Expand)AuthorFilesLines
2022-07-25x86/retbleed: Add fine grained Kconfig knobsPeter Zijlstra1-0/+4
2022-07-25x86: Add magic AMD return-thunkPeter Zijlstra1-3/+60
2022-07-25x86: Use return-thunk in asm codePeter Zijlstra1-1/+6
2022-07-25x86/retpoline: Use -mfunction-returnPeter Zijlstra1-0/+12
2022-07-25x86/retpoline: Swizzle retpoline thunkPeter Zijlstra1-3/+3
2022-07-25x86: Add straight-line-speculation mitigationPeter Zijlstra2-2/+2
2022-07-25x86: Prepare inline-asm for straight-line-speculationPeter Zijlstra1-1/+2
2022-07-25x86: Prepare asm files for straight-line-speculationPeter Zijlstra19-64/+64
2022-07-25x86/lib/atomic64_386_32: Rename thingsPeter Zijlstra1-38/+46
2022-07-25x86/retpoline: Create a retpoline thunk arrayPeter Zijlstra1-5/+9
2022-07-25x86/asm: Fixup odd GEN-for-each-reg.h usagePeter Zijlstra1-2/+2
2022-07-25x86/retpoline: Remove unused replacement symbolsPeter Zijlstra1-42/+0
2022-07-25objtool/x86: Ignore __x86_indirect_alt_* symbolsPeter Zijlstra1-0/+4
2022-07-25objtool/x86: Rewrite retpoline thunk callsPeter Zijlstra1-1/+40
2022-07-25x86/retpoline: Simplify retpolinesPeter Zijlstra1-17/+17
2022-07-25x86/insn-eval: Handle return values from the decoderBorislav Petkov1-13/+21
2022-07-25x86/insn: Add an insn_decode() APIBorislav Petkov1-45/+171
2022-07-25x86/insn: Add a __ignore_sync_check__ markerBorislav Petkov2-4/+4
2022-07-25x86/insn: Rename insn_decode() to insn_decode_from_regs()Borislav Petkov1-3/+3
2022-07-25x86/alternative: Merge include filesJuergen Gross8-8/+8
2022-07-25objtool: Combine UNWIND_HINT_RET_OFFSET and UNWIND_HINT_FUNCJosh Poimboeuf1-1/+1
2022-06-09x86/delay: Fix the wrong asm constraint in delay_loop()Ammar Faizi1-2/+2
2022-05-09x86: __memcpy_flushcache: fix wrong alignment if size > 2^32Mikulas Patocka1-1/+1
2021-11-21x86/iopl: Fake iopl(3) CLI/STI usagePeter Zijlstra1-1/+1
2021-05-22x86/msr: Fix wr/rdmsr_safe_regs_on_cpu() prototypesArnd Bergmann1-2/+2
2021-03-17x86/sev-es: Use __copy_from_user_inatomic()Joerg Roedel1-14/+52
2021-01-27x86/mmx: Use KFPU_387 for MMX string operationsAndy Lutomirski1-5/+15
2020-12-06x86/insn-eval: Use new for_each_insn_prefix() macro to loop over prefixes bytesMasami Hiramatsu1-5/+5
2020-11-04x86/lib: Change .weak to SYM_FUNC_START_WEAK for arch/x86/lib/mem*_64.SFangrui Song3-9/+3
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2-35/+37
2020-10-14Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+130
2020-10-13x86: Make __put_user() generate an out-of-line callLinus Torvalds1-6/+16
2020-10-13x86: Make __get_user() generate an out-of-line callLinus Torvalds1-0/+60
2020-10-13Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-205/+138
2020-10-12Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-184/+323
2020-10-07x86/mce: Avoid tail copy when machine check terminated a copy from userTony Luck1-0/+15
2020-10-07x86/mce: Add _ASM_EXTABLE_CPY for copy user accessYouquan Song1-48/+48
2020-10-06x86/copy_mc: Introduce copy_mc_enhanced_fast_string()Dan Williams2-9/+59
2020-10-06x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams5-136/+210
2020-09-26arch/x86/lib/usercopy_64.c: fix __copy_user_flushcache() cache writebackMikulas Patocka1-1/+1
2020-09-09x86: remove address space overrides using set_fs()Christoph Hellwig2-35/+37
2020-09-07x86/insn: Add insn_has_rep_prefix() helperJoerg Roedel1-0/+24
2020-09-07x86/insn: Add insn_get_modrm_reg_off()Joerg Roedel1-0/+23
2020-09-07x86/umip: Factor out instruction decodingJoerg Roedel1-0/+45
2020-09-07x86/umip: Factor out instruction fetchJoerg Roedel1-0/+38
2020-09-03x86/cmdline: Disable jump tables for cmdline.cArvind Sankar1-1/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-8/+6
2020-08-20amd64: switch csum_partial_copy_generic() to new calling conventionsAl Viro2-119/+93
2020-08-20i386: propagate the calling conventions change down to csum_partial_copy_gene...Al Viro1-76/+41
2020-08-20saner calling conventions for csum_and_copy_..._user()Al Viro1-22/+16