aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/lib/memcpy_64.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-16x86/mm, x86/mce: Fix return type/value for memcpy_mcsafe()Tony Luck1-3/+4
2016-03-15Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-03-08x86/mm, x86/mce: Add memcpy_mcsafe()Tony Luck1-0/+117
2016-01-30x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov1-1/+1
2015-06-02x86/debug: Remove perpetually broken, unmaintainable dwarf annotationsIngo Molnar1-3/+0
2015-02-23x86/lib/memcpy_64.S: Convert memcpy to ALTERNATIVE_2 macroBorislav Petkov1-47/+21
2015-02-23x86/alternatives: Add instruction paddingBorislav Petkov1-2/+2
2015-02-13x86_64: kasan: add interceptors for memset/memmove/memcpy functionsAndrey Ryabinin1-2/+4
2013-04-15x86/lib: Fix spelling, put space between a numeral and its unitsAndy Shevchenko1-1/+1
2012-01-26x86-64: Handle byte-wise tail copying in memcpy() without a loopJan Beulich1-9/+10
2012-01-26x86-64: Fix memcpy() to support sizes of 4Gb and aboveJan Beulich1-15/+10
2011-05-19Merge branches 'x86-apic-for-linus', 'x86-asm-for-linus' and 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2011-05-17x86, mem: memcpy_64.S: Optimize memcpy by enhanced REP MOVSB/STOSBFenghua Yu1-13/+32
2011-05-01x86: Fix spelling error in the memcpy() source code commentBart Van Assche1-1/+1
2010-08-23x86, mem: Optimize memcpy by avoiding memory false dependeceMa Ling1-55/+103
2010-07-07x86, alternatives: Use 16-bit numbers for cpufeature indexH. Peter Anvin1-1/+1
2009-12-30x86-64: Modify memcpy()/memset() alternatives mechanismJan Beulich1-15/+8
2009-03-12x86: memcpy, clean upIngo Molnar1-55/+81
2009-03-12x86-64: remove unnecessary spill/reload of rbx from memcpyJan Beulich1-7/+0
2007-10-11x86_64: move libThomas Gleixner1-0/+131