aboutsummaryrefslogtreecommitdiff
path: root/arch/m68k/lib
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-03-28m68k: get rid of zeroingGravatar Al Viro 1-9/+3
2017-02-24m68k: replace gcc specific macros with ones from compiler.hGravatar Gideon Israel Dsouza 4-16/+16
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-08-07m68k: move exports to definitionsGravatar Al Viro 9-6/+28
2015-03-15m68k: Remove FSF addressGravatar Geert Uytterhoeven 9-54/+9
2013-06-24m68k/uaccess: Fix asm constraints for userspace accessGravatar Geert Uytterhoeven 1-3/+3
2013-06-24m68k: Remove inline strcpy() and strcat() implementationsGravatar Geert Uytterhoeven 2-23/+1
2013-04-16m68k: Remove inline strlen() implementationGravatar Michal Marek 1-1/+1
2012-12-05m68k: fix unused variable warning in mempcy.cGravatar Greg Ungerer 1-1/+2
2012-06-10m68k: delay, muldi3 - Use CONFIG_CPU_HAS_NO_MULDIV64Gravatar Geert Uytterhoeven 1-1/+1
2012-06-06m68k: Use generic strncpy_from_user(), strlen_user(), and strnlen_user()Gravatar Geert Uytterhoeven 1-74/+0
2011-12-30m68k: modify user space access functions to support ColdFire CPUsGravatar Greg Ungerer 1-11/+11
2011-12-24m68k: handle presence of 64bit mul/div instructions cleanlyGravatar Greg Ungerer 1-5/+3
2011-12-24m68k: simpler m68k and ColdFire CPU's can use generic csum codeGravatar Greg Ungerer 3-158/+6
2011-10-18m68k: fix memcpy to unmatched/unaligned source and dest on 68000Gravatar Greg Ungerer 1-0/+9
2011-07-25m68k: merge and clean up delay.h filesGravatar Greg Ungerer 2-22/+1
2011-06-14m68k: use kernel processor defines for conditional optimizationsGravatar Greg Ungerer 3-21/+18
2011-05-24m68knommu: move EXPORT of local checksumming functions to definitionsGravatar Greg Ungerer 1-0/+3
2011-05-24m68k: let Makefile sort out compiling mmu and non-mmu lib/checksum.cGravatar Greg Ungerer 2-8/+3
2011-05-24m68k: remove duplicate memcpy() implementationGravatar Greg Ungerer 3-125/+75
2011-05-24m68k: remove duplicate memset() implementationGravatar Greg Ungerer 3-106/+74
2011-05-24m68k: remove duplicate memmove() implementationGravatar Greg Ungerer 3-99/+2
2011-05-24m68k: merge mmu and non-mmu versions of lib/MakefileGravatar Greg Ungerer 3-15/+11
2011-05-24m68k: merge mmu and non-mmu versions of muldi3Gravatar Greg Ungerer 3-152/+96
2011-03-25m68k: merge m68k and m68knommu arch directoriesGravatar Greg Ungerer 18-494/+1613
2011-02-16m68k: remove arch specific non-optimized memcmp()Gravatar Greg Ungerer 1-11/+0
2008-07-20Stringify support commasGravatar Mathieu Desnoyers 1-2/+0
2008-05-21provide out-of-line strcat() for m68kGravatar Al Viro 1-0/+6
2008-04-17Generic semaphore implementationGravatar Matthew Wilcox 2-54/+1
2007-07-17missing exports of csum_...Gravatar Al Viro 1-0/+1
2007-05-15m68k: implement __clear_user()Gravatar Geert Uytterhoeven 1-2/+2
2007-05-04m68k: export csum_partial_copy_from_userGravatar Geert Uytterhoeven 1-0/+3
2006-12-02[NET]: M68K checksum annotations and cleanups.Gravatar Al Viro 1-7/+6
2006-10-06[PATCH] m68k: fix typo in __generic_copy_to_userGravatar Roman Zippel 1-1/+1
2006-10-06[PATCH] m68k: cleanup string functionsGravatar Roman Zippel 1-1/+14
2006-06-23[PATCH] m68k: clean up uaccess.hGravatar Roman Zippel 2-2/+224
2006-01-12[PATCH] m68k: checksum __user annotationsGravatar Al Viro 1-1/+1
2005-09-05[PATCH] m68k: cleanup inline mem functionsGravatar Roman Zippel 5-155/+238
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 10-0/+887