aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-28sh: lib: convert to SPDX identifiersKuninori Morimoto13-240/+44
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman16-0/+16
2016-03-17sh: New gcc supportYoshinori Sato3-27/+75
2014-07-18sh: ftrace: Remove check of obsolete variable function_trace_stopSteven Rostedt (Red Hat)1-22/+2
2013-12-18sh: always link in helper functions extracted from libgccGeert Uytterhoeven1-1/+1
2013-01-14sh: Fix up stack debugging build.Paul Mundt1-0/+2
2012-06-27mtd/uclinux: Use generic __bss_stop instead of _ebssGeert Uytterhoeven1-5/+3
2011-02-15sh: Ensure ST40-300 BogoMIPS value is consistentStuart Menefy1-0/+10
2010-09-23sh: change to new flag variablematt mooney1-1/+1
2010-05-24arch/sh/lib/strlen.S: Checkpatch cleanupAndrea Gelmini1-1/+1
2010-03-01arch/sh/lib/libgcc.h: Checkpatch cleanupAndrea Gelmini1-2/+1
2009-11-24sh: Optimised memset for SH4Stuart Menefy2-2/+112
2009-09-08sh: Kill off dcache writeback from copy_page().Paul Mundt1-8/+3
2009-09-01Merge branch 'master' into sh/smpPaul Mundt2-3/+4
2009-08-24sh: Fix underflow in SH udelay() code.Stuart Menefy1-2/+3
2009-08-24sh: Remove implicit sign extension from assembler immediatesStuart Menefy1-1/+1
2009-07-27sh: Rename arch/sh/lib/clear_page.S -> __clear_user.S.Paul Mundt2-1/+1
2009-07-27sh: wire up clear_user_highpage() for sh4, convert sh7705.Paul Mundt1-46/+0
2009-07-11sh: Fix up stack overflow check with ftrace disabled.Paul Mundt1-36/+40
2009-07-11sh: Fix up ftrace build error when STACK_DEBUG=n.Paul Mundt1-3/+4
2009-07-11sh: Decouple mcount from ftrace.Paul Mundt1-2/+1
2009-07-11sh: Function graph tracer supportMatt Fleming2-1/+117
2009-07-11sh: Provide diagnostic kernel stack checksMatt Fleming1-0/+85
2009-07-06sh: Add ftrace syscall tracing supportMatt Fleming1-1/+1
2009-07-06sh: Define HAVE_FUNCTION_TRACE_MCOUNT_TESTMatt Fleming1-1/+16
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