aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/string_64.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-28x86: fortify: kmsan: fix KMSAN fortify buildsAlexander Potapenko1-4/+7
2022-10-03x86: kmsan: use __msan_ string functions where possible.Alexander Potapenko1-2/+21
2020-10-06x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams1-32/+0
2019-01-12x86/asm: Remove dead __GNUC__ conditionalsRasmus Villemoes1-15/+0
2019-01-04x86: re-introduce non-generic memcpy_{to,from}ioLinus Torvalds1-18/+0
2018-09-10x86/asm: Optimize memcpy_flushcache()Mikulas Patocka1-1/+19
2018-05-15x86/asm/memcpy_mcsafe: Return bytes remainingDan Williams1-3/+5
2018-05-15x86/asm/memcpy_mcsafe: Remove loop unrollingDan Williams1-2/+2
2017-11-15kmemcheck: rip it outLevin, Alexander (Sasha Levin)1-8/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-08x86: implement memset16, memset32 & memset64Matthew Wilcox1-0/+36
2017-07-12include/linux/string.h: add the option of fortified string.h functionsDaniel Micay1-0/+7
2017-06-09x86, uaccess: introduce copy_from_iter_flushcache for pmem / cache-bypass operationsDan Williams1-0/+5
2017-04-25x86, dax, pmem: remove indirection around memcpy_from_pmem()Dan Williams1-0/+1
2016-09-05x86/mce: Improve memcpy_mcsafe()Tony Luck1-1/+15
2016-09-05x86/mce: Add PCI quirks to identify Xeons with machine check recoveryTony Luck1-0/+3
2016-03-16x86/mm, x86/mce: Fix return type/value for memcpy_mcsafe()Tony Luck1-2/+2
2016-03-08x86/mm, x86/mce: Add memcpy_mcsafe()Tony Luck1-0/+13
2015-10-19x86, kasan: Fix build failure on KASAN=y && KMEMCHECK=y kernelsAndrey Ryabinin1-3/+2
2015-02-13x86_64: kasan: add interceptors for memset/memmove/memcpy functionsAndrey Ryabinin1-1/+17
2009-06-15x86: add hooks for kmemcheckVegard Nossum1-0/+8
2008-10-22x86: Fix ASM_X86__ header guardsH. Peter Anvin1-3/+3
2008-10-22x86, um: ... and asm-x86 moveAl Viro1-0/+60