summaryrefslogtreecommitdiffstats
path: root/arch/x86/lib
AgeCommit message (Expand)AuthorFilesLines
2021-01-21x86/mmx: Use KFPU_387 for MMX string operationsAndy Lutomirski1-5/+15
2020-12-14Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+3
2020-12-14Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-18/+18
2020-12-06x86/insn-eval: Use new for_each_insn_prefix() macro to loop over prefixes bytesMasami Hiramatsu1-5/+5
2020-11-27Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar3-9/+3
2020-11-24smp: Cleanup smp_call_function*()Peter Zijlstra1-4/+3
2020-11-18x86/uaccess: Document copy_from_user_nmi()Thomas Gleixner1-4/+18
2020-11-04x86/lib: Change .weak to SYM_FUNC_START_WEAK for arch/x86/lib/mem*_64.SFangrui Song3-9/+3
2020-10-26x86, libnvdimm/test: Remove COPY_MC_TESTDan Williams2-14/+0
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-12x86: Make __put_user() generate an out-of-line callLinus Torvalds1-6/+16
2020-10-12x86: Make __get_user() generate an out-of-line callLinus Torvalds1-0/+60
2020-10-12Merge 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-08x86: 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-23treewide: 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
2020-08-20csum_partial_copy_nocheck(): drop the last argumentAl Viro1-2/+2
2020-07-07kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada1-1/+1
2020-06-28Merge tag 'x86_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2020-06-25x86/entry: Fixup bad_iret vs noinstrPeter Zijlstra1-0/+4
2020-06-19x86/asm/64: Align start of __clear_user() loop to 16-bytesMatt Fleming1-0/+1
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner1-0/+9
2020-06-03Merge tag 'x86-timers-2020-06-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-36/+78
2020-06-01Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-17/+18
2020-05-29x86: switch both 32bit and 64bit to providing csum_and_copy_from_user()Al Viro1-3/+3
2020-05-29x86_64: csum_..._copy_..._user(): switch to unsafe_..._user()Al Viro1-11/+12
2020-05-07x86/delay: Introduce TPAUSE delayKyung Min Park1-0/+27
2020-05-07x86/delay: Refactor delay_mwaitx() for TPAUSE supportKyung Min Park1-18/+30
2020-05-07x86/delay: Preparatory code cleanupThomas Gleixner1-21/+24
2020-04-30x86/retpoline: Fix retpoline unwindPeter Zijlstra1-3/+23
2020-04-30x86: Change {JMP,CALL}_NOSPEC argumentPeter Zijlstra1-2/+2
2020-04-30x86: Simplify retpoline declarationPeter Zijlstra1-21/+16
2020-04-22get rid of csum_partial_copy_to_user()Al Viro1-3/+3
2020-04-13Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar2-6/+12
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+1
2020-03-26x86/insn: Add Control-flow Enforcement (CET) instructions to the opcode mapYu-cheng Yu1-6/+11