summaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel
Commit message (Expand)AuthorAgeFilesLines
* sh: Storage class should be before const qualifierTobias Klauser2009-02-121-2/+2
* sh: Fix up spurious syscall restarting.Paul Mundt2009-01-292-6/+2
* sh: fcnvds fix with denormalized numbers on SH-4 FPU.Carmelo AMOROSO2009-01-291-1/+1
* sh: Only reserve memory under CONFIG_ZERO_PAGE_OFFSET when it != 0.Christopher SMITH2009-01-291-4/+4
* sh: fix unaligned and nonexistent address handlingSUGIOKA Toshinobu2009-01-211-5/+4
* sh: export the sh7343 JPU to user spaceMagnus Damm2009-01-212-1/+32
* sh: Drop the BKL from sys_execve() on SH-5.Paul Mundt2009-01-211-2/+0
* [CVE-2009-0029] Remove __attribute__((weak)) from sys_pipe/sys_pipe2Heiko Carstens2009-01-142-2/+2
* [CVE-2009-0029] Rename old_readdir to sys_old_readdirHeiko Carstens2009-01-142-2/+2
* remove linux/hardirq.h from asm-generic/local.hRussell King2009-01-061-0/+1
* Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-023-10/+4
|\
| * cpumask: convert struct clock_event_device to cpumask pointers.Rusty Russell2008-12-133-4/+4
| * cpumask: centralize cpu_online_map and cpu_possible_mapRusty Russell2008-12-131-6/+0
* | take init_fs to saner placeAl Viro2008-12-311-1/+0
* | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2008-12-281-2/+1
|\ \
| * | [S390] arch_setup_additional_pages argumentsMartin Schwidefsky2008-12-251-2/+1
| |/
* | sh: add UIO support for JPU on SH7722.Takanari Hayama2008-12-221-0/+31
* | sh: Conditionalize the code dumper on CONFIG_DUMP_CODE.Paul Mundt2008-12-221-1/+2
* | sh: Enable skipping of bss on debug platforms for sh32 also.Paul Mundt2008-12-221-2/+10
* | sh: Kill off cf-enabler with extreme prejudice.Paul Mundt2008-12-223-170/+0
* | sh: Simplify kernel_thread_helper() for sh32.Paul Mundt2008-12-221-15/+4
* | sh: Kill off mv_heartbeat() from the machvec.Paul Mundt2008-12-222-10/+0
* | sh: Kill off sh_bios_in_gdb_mode().Paul Mundt2008-12-221-17/+0
* | sh: export sh_bios_get_node_addr() symbol for stnic module.Paul Mundt2008-12-221-2/+2
* | sh: Run sh_bios through a long overdue Lindent.Paul Mundt2008-12-221-36/+34
* | sh: Provide sdivsi3/udivsi3/udivdi3 for sh64, kill off libgcc linking.Paul Mundt2008-12-221-2/+0
* | sh: Add SH-5 optimized memcpy()/memset()/strcpy()/strlen().Paul Mundt2008-12-221-0/+3
* | sh: Kill off remaining CONFIG_SH_KGDB bits.Paul Mundt2008-12-221-1/+0
* | sh: Generic kgdb stub support.Paul Mundt2008-12-2210-1122/+306
* | sh: Provide linux/regset.h interface for SH-5.Paul Mundt2008-12-221-1/+185
* | sh: Provide asm/syscall.h for SH-5.Paul Mundt2008-12-222-31/+33
* | sh: Handle cases where setup{_rt,}_frame() fail on SH-5 signal delivery.Paul Mundt2008-12-221-45/+48
* | sh: Convert sh64 /proc/asids to debugfs and generic sh.Paul Mundt2008-12-221-39/+0
* | sh: Kill off sh64's unused alloc/free_task_struct() definitions.Paul Mundt2008-12-221-12/+0
* | sh: Delete unnecessary mov in the interrupt exception entry point.Aoi Shinkai2008-12-221-2/+2
* | sh: Provide ftrace_make_call()/ftrace_make_nop().Paul Mundt2008-12-221-0/+24
* | sh: move the hp6xx pm codeMagnus Damm2008-12-223-90/+0
* | sh: sh7343 scif configuration updateMagnus Damm2008-12-221-2/+17
* | sh: propagate r_clkMagnus Damm2008-12-221-0/+2
* | sh: Add support for SH7201 CPU subtype.Peter Griffin2008-12-226-4/+428
* | sh: Split out the idle loop for reuse between _32/_64 variants.Paul Mundt2008-12-225-123/+83
* | sh: do not latency trace idle.Paul Mundt2008-12-221-0/+4
* | sh: Tidy up backtrace formatting with kallsyms disabled.Paul Mundt2008-12-222-6/+3
* | sh: Add a simple code dumper for SUPERH32 show_regs().Paul Mundt2008-12-223-3/+578
* | sh: Add a few more branch types to the branch emulator.Paul Mundt2008-12-221-6/+11
* | sh: More movmem alias symbol exports for older compilers.Paul Mundt2008-12-221-0/+3
* | sh: Add exports for __udivsi3/__sdivsi3 and the _i4 versions.Paul Mundt2008-12-221-0/+4
* | sh: Migrate necessary libgcc bits in to arch/sh/lib for SUPERH32.Paul Mundt2008-12-221-31/+5
* | sh: __udivdi3 -> do_div() in softfloat lib.Paul Mundt2008-12-221-32/+41
* | sh: Fix clock framework compiler warnings.Paul Mundt2008-12-221-1/+1