index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
lib
/
memcpy_64.S
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-22
x86/mce: Fix copy/paste error in exception table entries
Tony Luck
1
-1
/
+1
2016-10-15
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...
Linus Torvalds
1
-0
/
+4
2016-09-05
x86/mce: Improve memcpy_mcsafe()
Tony Luck
1
-3
/
+3
2016-08-08
x86: move exports to actual definitions
Al Viro
1
-0
/
+4
2016-03-16
x86/mm, x86/mce: Fix return type/value for memcpy_mcsafe()
Tony Luck
1
-3
/
+4
2016-03-15
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2016-03-08
x86/mm, x86/mce: Add memcpy_mcsafe()
Tony Luck
1
-0
/
+117
2016-01-30
x86/cpufeature: Carve out X86_FEATURE_*
Borislav Petkov
1
-1
/
+1
2015-06-02
x86/debug: Remove perpetually broken, unmaintainable dwarf annotations
Ingo Molnar
1
-3
/
+0
2015-02-23
x86/lib/memcpy_64.S: Convert memcpy to ALTERNATIVE_2 macro
Borislav Petkov
1
-47
/
+21
2015-02-23
x86/alternatives: Add instruction padding
Borislav Petkov
1
-2
/
+2
2015-02-14
x86_64: kasan: add interceptors for memset/memmove/memcpy functions
Andrey Ryabinin
1
-2
/
+4
2013-04-15
x86/lib: Fix spelling, put space between a numeral and its units
Andy Shevchenko
1
-1
/
+1
2012-01-27
x86-64: Handle byte-wise tail copying in memcpy() without a loop
Jan Beulich
1
-9
/
+10
2012-01-27
x86-64: Fix memcpy() to support sizes of 4Gb and above
Jan Beulich
1
-15
/
+10
2011-05-20
Merge branches 'x86-apic-for-linus', 'x86-asm-for-linus' and 'x86-cleanups-fo...
Linus Torvalds
1
-1
/
+1
2011-05-18
x86, mem: memcpy_64.S: Optimize memcpy by enhanced REP MOVSB/STOSB
Fenghua Yu
1
-13
/
+32
2011-05-01
x86: Fix spelling error in the memcpy() source code comment
Bart Van Assche
1
-1
/
+1
2010-08-24
x86, mem: Optimize memcpy by avoiding memory false dependece
Ma Ling
1
-55
/
+103
2010-07-07
x86, alternatives: Use 16-bit numbers for cpufeature index
H. Peter Anvin
1
-1
/
+1
2009-12-30
x86-64: Modify memcpy()/memset() alternatives mechanism
Jan Beulich
1
-15
/
+8
2009-03-12
x86: memcpy, clean up
Ingo Molnar
1
-55
/
+81
2009-03-12
x86-64: remove unnecessary spill/reload of rbx from memcpy
Jan Beulich
1
-7
/
+0
2007-10-11
x86_64: move lib
Thomas Gleixner
1
-0
/
+131