summaryrefslogtreecommitdiffstats
path: root/arch/x86_64/lib/iomap_copy.S
Commit message (Collapse)AuthorAgeFilesLines
* x86_64: prepare shared lib/iomap_copy.SThomas Gleixner2007-10-111-30/+0
| | | | | Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
* [PATCH] annotate arch/x86_64/lib/*.SJan Beulich2006-09-261-3/+7
| | | | | | | | | | | Add unwind annotations to arch/x86_64/lib/*.S, and also use the macros provided by linux/linkage.h where-ever possible. Some of the alternative instructions handling needed to be adjusted so that the replacement code would also have valid unwind information. Signed-off-by: Jan Beulich <jbeulich@novell.com> Signed-off-by: Andi Kleen <ak@suse.de>
* [PATCH] Add faster __iowrite32_copy routine for x86_64Bryan O'Sullivan2006-02-011-0/+26
This assembly version is measurably faster than the generic version in lib/iomap_copy.c. Signed-off-by: Bryan O'Sullivan <bos@pathscale.com> Cc: Andi Kleen <ak@muc.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>