aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-18m68k: fix memcpy to unmatched/unaligned source and dest on 68000Greg Ungerer1-0/+9
2011-07-25m68k: merge and clean up delay.h filesGreg Ungerer2-22/+1
2011-06-14m68k: use kernel processor defines for conditional optimizationsGreg Ungerer3-21/+18
2011-05-24m68knommu: move EXPORT of local checksumming functions to definitionsGreg Ungerer1-0/+3
2011-05-24m68k: let Makefile sort out compiling mmu and non-mmu lib/checksum.cGreg Ungerer2-8/+3
2011-05-24m68k: remove duplicate memcpy() implementationGreg Ungerer3-125/+75
2011-05-24m68k: remove duplicate memset() implementationGreg Ungerer3-106/+74
2011-05-24m68k: remove duplicate memmove() implementationGreg Ungerer3-99/+2
2011-05-24m68k: merge mmu and non-mmu versions of lib/MakefileGreg Ungerer3-15/+11
2011-05-24m68k: merge mmu and non-mmu versions of muldi3Greg Ungerer3-152/+96
2011-03-25m68k: merge m68k and m68knommu arch directoriesGreg Ungerer18-494/+1613
2011-02-16m68k: remove arch specific non-optimized memcmp()Greg Ungerer1-11/+0
2008-07-20Stringify support commasMathieu Desnoyers1-2/+0
2008-05-21provide out-of-line strcat() for m68kAl Viro1-0/+6
2008-04-17Generic semaphore implementationMatthew Wilcox2-54/+1
2007-07-17missing exports of csum_...Al Viro1-0/+1
2007-05-15m68k: implement __clear_user()Geert Uytterhoeven1-2/+2
2007-05-04m68k: export csum_partial_copy_from_userGeert Uytterhoeven1-0/+3
2006-12-02[NET]: M68K checksum annotations and cleanups.Al Viro1-7/+6
2006-10-06[PATCH] m68k: fix typo in __generic_copy_to_userRoman Zippel1-1/+1
2006-10-06[PATCH] m68k: cleanup string functionsRoman Zippel1-1/+14
2006-06-23[PATCH] m68k: clean up uaccess.hRoman Zippel2-2/+224
2006-01-12[PATCH] m68k: checksum __user annotationsAl Viro1-1/+1
2005-09-05[PATCH] m68k: cleanup inline mem functionsRoman Zippel5-155/+238
2005-04-16Linux-2.6.12-rc2Linus Torvalds10-0/+887