aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-29sh: Handle calling csum_partial with misaligned dataStuart Menefy1-19/+50
2008-12-22sh: Add plain udivsi3 (not _i4*) for gcc-4.1 and lower.Takashi YOSHII4-629/+713
2008-12-22sh: Add exports for __udivsi3/__sdivsi3 and the _i4 versions.Paul Mundt2-0/+8
2008-12-22sh: Migrate necessary libgcc bits in to arch/sh/lib for SUPERH32.Paul Mundt13-1/+1978
2008-12-22sh: dynamic ftrace support.Matt Fleming2-0/+91
2008-11-13sh: __copy_user function can corrupt the stack in case of exceptionStuart MENEFY1-3/+8
2008-10-01sh: Fix up the __raw_read/writeX() definitions.Paul Mundt1-4/+4
2008-09-08sh: fixup many sparse errors.Paul Mundt1-0/+1
2008-07-28move arch/sh/lib/io.o to obj-yAdrian Bunk1-1/+3
2008-05-16sh: Fix up optimized SH-4 memcpy on big endian.Hideo Saito1-11/+11
2008-04-18sh: Allow optimized clear/copy page routines to be used on SH-2.Paul Mundt2-6/+6
2008-01-28sh: Explicit alignment for PAGE_SIZE in copy/clear_page().Paul Mundt2-1/+4
2008-01-28sh: Build fixes for lib32 clear_page.Paul Mundt1-3/+3
2008-01-28sh: clear/copy_page renames in lib and lib64.Paul Mundt3-1/+542
2008-01-28sh: Move sh32 optimized I/O routines to arch/sh/lib/Paul Mundt2-1/+83
2007-11-07sh: Add -Werror for clean directories.Paul Mundt1-0/+2
2007-07-13sh: Revert __xdiv64_32 size change.Paul Mundt1-2/+2
2007-07-06sh: Correct __xdiv64_32/div64_32 return value size.Paul Mundt2-8/+7
2007-05-09sh: Fixup ndelay() xloops calculation for alternate HZ.kogiidena1-2/+3
2007-05-07sh: Kill off udivdi3 div64_32 wrapping.Paul Mundt2-19/+1
2007-04-26[STRING]: Move strcasecmp/strncasecmp to lib/string.cDavid S. Miller2-27/+1
2006-09-27sh: Fix memcpy() build error on sh4eb.Nobuhiro Iwamatsu1-2/+2
2006-09-27sh: Fix TCP payload csum bug in csum_partial_copy_generic().Ollie Wild1-1/+2
2006-09-27sh: Fix a sign extension bug in memset().Toshinobu Sugioka1-0/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2005-06-21[PATCH] smp_processor_id() cleanupIngo Molnar1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds13-0/+1980