| Commit message (Expand) | Author | Age | Files | Lines |
* | sh: ftrace: Remove check of obsolete variable function_trace_stop | Steven Rostedt (Red Hat) | 2014-07-18 | 1 | -22/+2 |
* | sh: always link in helper functions extracted from libgcc | Geert Uytterhoeven | 2013-12-18 | 1 | -1/+1 |
* | sh: Fix up stack debugging build. | Paul Mundt | 2013-01-14 | 1 | -0/+2 |
* | mtd/uclinux: Use generic __bss_stop instead of _ebss | Geert Uytterhoeven | 2012-06-27 | 1 | -5/+3 |
* | sh: Ensure ST40-300 BogoMIPS value is consistent | Stuart Menefy | 2011-02-15 | 1 | -0/+10 |
* | sh: change to new flag variable | matt mooney | 2010-09-23 | 1 | -1/+1 |
* | arch/sh/lib/strlen.S: Checkpatch cleanup | Andrea Gelmini | 2010-05-24 | 1 | -1/+1 |
* | arch/sh/lib/libgcc.h: Checkpatch cleanup | Andrea Gelmini | 2010-03-01 | 1 | -2/+1 |
* | sh: Optimised memset for SH4 | Stuart Menefy | 2009-11-24 | 2 | -2/+112 |
* | sh: Kill off dcache writeback from copy_page(). | Paul Mundt | 2009-09-08 | 1 | -8/+3 |
* | Merge branch 'master' into sh/smp | Paul Mundt | 2009-09-01 | 2 | -3/+4 |
|\ |
|
| * | sh: Fix underflow in SH udelay() code. | Stuart Menefy | 2009-08-24 | 1 | -2/+3 |
| * | sh: Remove implicit sign extension from assembler immediates | Stuart Menefy | 2009-08-24 | 1 | -1/+1 |
* | | sh: Rename arch/sh/lib/clear_page.S -> __clear_user.S. | Paul Mundt | 2009-07-27 | 2 | -1/+1 |
* | | sh: wire up clear_user_highpage() for sh4, convert sh7705. | Paul Mundt | 2009-07-27 | 1 | -46/+0 |
|/ |
|
* | sh: Fix up stack overflow check with ftrace disabled. | Paul Mundt | 2009-07-11 | 1 | -36/+40 |
* | sh: Fix up ftrace build error when STACK_DEBUG=n. | Paul Mundt | 2009-07-11 | 1 | -3/+4 |
* | sh: Decouple mcount from ftrace. | Paul Mundt | 2009-07-11 | 1 | -2/+1 |
* | sh: Function graph tracer support | Matt Fleming | 2009-07-11 | 2 | -1/+117 |
* | sh: Provide diagnostic kernel stack checks | Matt Fleming | 2009-07-11 | 1 | -0/+85 |
* | sh: Add ftrace syscall tracing support | Matt Fleming | 2009-07-06 | 1 | -1/+1 |
* | sh: Define HAVE_FUNCTION_TRACE_MCOUNT_TEST | Matt Fleming | 2009-07-06 | 1 | -1/+16 |
* | sh: Handle calling csum_partial with misaligned data | Stuart Menefy | 2009-01-29 | 1 | -19/+50 |
* | sh: Add plain udivsi3 (not _i4*) for gcc-4.1 and lower. | Takashi YOSHII | 2008-12-22 | 4 | -629/+713 |
* | sh: Add exports for __udivsi3/__sdivsi3 and the _i4 versions. | Paul Mundt | 2008-12-22 | 2 | -0/+8 |
* | sh: Migrate necessary libgcc bits in to arch/sh/lib for SUPERH32. | Paul Mundt | 2008-12-22 | 13 | -1/+1978 |
* | sh: dynamic ftrace support. | Matt Fleming | 2008-12-22 | 2 | -0/+91 |
* | sh: __copy_user function can corrupt the stack in case of exception | Stuart MENEFY | 2008-11-13 | 1 | -3/+8 |
* | sh: Fix up the __raw_read/writeX() definitions. | Paul Mundt | 2008-10-01 | 1 | -4/+4 |
* | sh: fixup many sparse errors. | Paul Mundt | 2008-09-08 | 1 | -0/+1 |
* | move arch/sh/lib/io.o to obj-y | Adrian Bunk | 2008-07-28 | 1 | -1/+3 |
* | sh: Fix up optimized SH-4 memcpy on big endian. | Hideo Saito | 2008-05-16 | 1 | -11/+11 |
* | sh: Allow optimized clear/copy page routines to be used on SH-2. | Paul Mundt | 2008-04-18 | 2 | -6/+6 |
* | sh: Explicit alignment for PAGE_SIZE in copy/clear_page(). | Paul Mundt | 2008-01-28 | 2 | -1/+4 |
* | sh: Build fixes for lib32 clear_page. | Paul Mundt | 2008-01-28 | 1 | -3/+3 |
* | sh: clear/copy_page renames in lib and lib64. | Paul Mundt | 2008-01-28 | 3 | -1/+542 |
* | sh: Move sh32 optimized I/O routines to arch/sh/lib/ | Paul Mundt | 2008-01-28 | 2 | -1/+83 |
* | sh: Add -Werror for clean directories. | Paul Mundt | 2007-11-07 | 1 | -0/+2 |
* | sh: Revert __xdiv64_32 size change. | Paul Mundt | 2007-07-13 | 1 | -2/+2 |
* | sh: Correct __xdiv64_32/div64_32 return value size. | Paul Mundt | 2007-07-06 | 2 | -8/+7 |
* | sh: Fixup ndelay() xloops calculation for alternate HZ. | kogiidena | 2007-05-09 | 1 | -2/+3 |
* | sh: Kill off udivdi3 div64_32 wrapping. | Paul Mundt | 2007-05-07 | 2 | -19/+1 |
* | [STRING]: Move strcasecmp/strncasecmp to lib/string.c | David S. Miller | 2007-04-26 | 2 | -27/+1 |
* | sh: Fix memcpy() build error on sh4eb. | Nobuhiro Iwamatsu | 2006-09-27 | 1 | -2/+2 |
* | sh: Fix TCP payload csum bug in csum_partial_copy_generic(). | Ollie Wild | 2006-09-27 | 1 | -1/+2 |
* | sh: Fix a sign extension bug in memset(). | Toshinobu Sugioka | 2006-09-27 | 1 | -0/+1 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | [PATCH] smp_processor_id() cleanup | Ingo Molnar | 2005-06-21 | 1 | -1/+1 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-16 | 13 | -0/+1980 |