aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-02microblaze: fix typos in commentsJulia Lawall1-1/+1
2022-04-21microblaze: Use simple memmove/memcpy implementation from lib/string.cMichal Simek2-43/+4
2022-04-21microblaze: Do loop unrolling for optimized memset implementationMichal Simek1-1/+12
2022-04-21microblaze: Use simple memset implementation from lib/string.cMichal Simek1-18/+2
2021-07-27microblaze: use generic strncpy/strnlen from_userArnd Bergmann1-90/+0
2021-04-22microblaze: add 'fallthrough' to memcpy/memset/memmoveRandy Dunlap3-0/+11
2021-03-22microblaze: Fix a typoBhaskar Chowdhury1-1/+1
2018-03-16microblaze: Setup dependencies for ASM optimized lib functionsMichal Simek1-4/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman13-0/+13
2014-07-18microblaze: Change libgcc-style functions from lib-y to obj-yDavid Holsgrove1-11/+3
2013-02-12microblaze: Do not use module.h in files which are not modulesMichal Simek9-9/+9
2013-02-12microblaze: Fix coding style issuesMichal Simek5-11/+11
2013-02-12microblaze: Fix strncpy_from_user macroMichal Simek1-5/+4
2012-12-13microblaze: lib: Add lib function declarationsMichal Simek1-0/+7
2012-12-13microblaze: lib: Remove helper macrosMichal Simek1-16/+12
2012-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into nextMichal Simek1-1/+0
2012-03-30microblaze: Fix stack usage in PAGE_SIZE copy_tofrom_userMichal Simek1-36/+62
2012-03-28Disintegrate asm/system.h for MicroblazeDavid Howells1-1/+0
2012-01-05microblaze: Add __cmpdi2Michal Simek2-0/+27
2011-10-14microblaze: Use delay slot in __strnlen_user, __strncpy_userMichal Simek1-2/+2
2011-10-14microblaze: Add __ucmpdi2() helper functionMichal Simek2-0/+21
2011-10-14microblaze: Add loop unrolling for PAGE in copy_tofrom_userMichal Simek1-0/+84
2011-10-14microblaze: Simplify logic for unaligned byte copyingMichal Simek1-5/+3
2011-10-14microblaze: Change label names - copy_tofrom_userMichal Simek1-14/+13
2011-10-14microblaze: Separate fixup section definitionMichal Simek1-1/+9
2011-10-14microblaze: Change label name in copy_tofrom_userMichal Simek1-3/+3
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds3-8/+8
2011-04-01microblaze: Fix ftraceMichal Simek1-0/+6
2011-03-31Fix common misspellingsLucas De Marchi3-8/+8
2011-03-09microblaze: Add missing export symbols for lib functionsMichal Simek1-0/+1
2011-01-28microblaze: Fix ASM optimized code for LEMichal Simek1-0/+4
2011-01-03microblaze: Fix __muldi3 function for little-endian.Michal Simek2-121/+60
2010-11-15arch/microblaze: Remove unnecessary semicolonsJoe Perches1-1/+1
2010-10-21microblaze: Support C optimized lib functions for little-endianMichal Simek2-6/+60
2010-10-21microblaze: Separate library optimized functionsMichal Simek3-15/+46
2010-10-21microblaze: Add libgcc function directly to kernelMichal Simek11-0/+607
2010-04-01microblaze: Support word copying in copy_tofrom_userMichal Simek1-14/+25
2010-04-01microblaze: Adding likely macrosMichal Simek2-8/+9
2010-04-01microblaze: Add .type and .size to ASM functionsMichal Simek2-1/+11
2010-04-01microblaze: uaccess: Unify __copy_tofrom_userMichal Simek1-1/+1
2010-04-01microblaze: uaccess: Move functions to generic locationMichal Simek2-49/+0
2009-12-14microblaze: Simple __copy_tofrom_user for noMMUJohn Williams1-0/+7
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa3-3/+3
2009-07-06microblaze: use the generic lib/checksum.cRemis Lima Baima2-173/+1
2009-05-26microblaze_mmu_v2: MakefilesMichal Simek1-1/+2
2009-05-26microblaze_mmu_v2: uaccess MMU updateMichal Simek1-0/+135
2009-05-21microblaze: clean up checksum.cArnd Bergmann1-11/+20
2009-05-21microblaze: remove cacheable_memcpyArnd Bergmann1-5/+0
2009-03-27microblaze_v8: Makefiles for Microblaze cpuMichal Simek1-0/+13
2009-03-27microblaze_v8: uaccess filesMichal Simek1-0/+41