summaryrefslogtreecommitdiffstats
path: root/arch/sh
AgeCommit message (Expand)AuthorFilesLines
2008-12-22sh: Convert Cayman boards from hw_interrupt_type to irq_chipMatt Fleming1-27/+8
2008-12-22sh: Convert Dreamcast support from hw_interrupt_type to irq_chipMatt Fleming2-106/+91
2008-12-22sh: Convert SystemH board support from hw_interrupt_type to irq_chipMatt Fleming1-31/+6
2008-12-22sh: Convert Microdev boards from hw_interrupt_type to irq_chipMatt Fleming1-29/+7
2008-12-22sh: Provide sdivsi3/udivsi3/udivdi3 for sh64, kill off libgcc linking.Paul Mundt6-5/+314
2008-12-22sh: Add SH-5 optimized memcpy()/memset()/strcpy()/strlen().Paul Mundt8-94/+440
2008-12-22sh: Kill off remaining CONFIG_SH_KGDB bits.Paul Mundt1-1/+0
2008-12-22sh: Generic kgdb stub support.Paul Mundt15-1244/+328
2008-12-22sh: Enable HAVE_ARCH_TRACEHOOK for all SH, now that SH-5 supports it too.Paul Mundt3-4/+4
2008-12-22sh: Provide linux/regset.h interface for SH-5.Paul Mundt3-4/+186
2008-12-22sh: Provide asm/syscall.h for SH-5.Paul Mundt3-32/+108
2008-12-22sh: Handle cases where setup{_rt,}_frame() fail on SH-5 signal delivery.Paul Mundt1-45/+48
2008-12-22sh: Fix up syscall_get_nr() comment in syscall_32.h.Paul Mundt1-1/+1
2008-12-22sh: Fix up the cpu_asid() return value on nommu.Paul Mundt2-3/+3
2008-12-22sh: Convert sh64 /proc/asids to debugfs and generic sh.Paul Mundt5-43/+81
2008-12-22sh: Kill off sh64's unused alloc/free_task_struct() definitions.Paul Mundt1-12/+0
2008-12-22sh: mach-migor: Kill off unused Migo-R machvec.Paul Mundt1-9/+0
2008-12-22sh: add ov772x reset delay on Migo-RMagnus Damm1-0/+1
2008-12-22sh: Drop the special qemu defconfig.Paul Mundt1-949/+0
2008-12-22sh: Delete unnecessary mov in the interrupt exception entry point.Aoi Shinkai1-2/+2
2008-12-22sh: Fix an off-by-1 check in __mutex_fastpath_unlock().Paul Mundt1-1/+1
2008-12-22sh: Update rsk701_defconfig to reflect mach-rsk changes.Paul Mundt1-1/+13
2008-12-22sh: Enable leds-gpio in rsk7203 defconfig.Paul Mundt1-12/+53
2008-12-22sh: Consolidate rsk7203/7201 in to a new mach-rsk.Paul Mundt8-100/+44
2008-12-22sh: Provide ftrace_make_call()/ftrace_make_nop().Paul Mundt1-0/+24
2008-12-22sh: Disable -Werror for arch/sh/oprofile/.Paul Mundt1-2/+0
2008-12-22sh: Add plain udivsi3 (not _i4*) for gcc-4.1 and lower.Takashi YOSHII4-629/+713
2008-12-22Fix incorrect use of loose in c-checksum.cNick Andrew1-2/+2
2008-12-22sh: Fix up the SH-4A mutex fastpath semantics.Paul Mundt1-16/+21
2008-12-22sh: allow CONFIG_CPU_IDLEMagnus Damm1-1/+3
2008-12-22sh: allow CONFIG_PMMagnus Damm1-6/+9
2008-12-22sh: move the hp6xx pm codeMagnus Damm5-108/+77
2008-12-22sh: update se7343 defconfigMagnus Damm1-29/+274
2008-12-22sh: remove ioport cruft and smc91x from se7343Magnus Damm4-323/+1
2008-12-22sh: add isp1161 usb host device to se7343Magnus Damm1-0/+45
2008-12-22sh: add st16c2550 devices to se7343Magnus Damm2-1/+38
2008-12-22sh: fix number of interrupts on se7343Magnus Damm1-1/+1
2008-12-22sh: sh7343 scif configuration updateMagnus Damm1-2/+17
2008-12-22sh: propagate r_clkMagnus Damm1-0/+2
2008-12-22sh: RSK+ 7201 board support.Peter Griffin5-0/+802
2008-12-22sh: Add support for SH7201 CPU subtype.Peter Griffin9-6/+435
2008-12-22sh: Switch HD64461 from hw_interrupt_type to irq_chipMatt Fleming1-90/+25
2008-12-22sh: pci-sh7780: fix pci memory address maskYoshihiro Shimoda1-7/+5
2008-12-22sh: Provide a dyn_arch_ftrace struct definition.Paul Mundt1-2/+7
2008-12-22sh: Split out the idle loop for reuse between _32/_64 variants.Paul Mundt5-123/+83
2008-12-22sh: Consolidate cpu_relax()/cpu_sleep() definitions across _32/_64.Paul Mundt3-5/+3
2008-12-22sh: do not latency trace idle.Paul Mundt1-0/+4
2008-12-22sh: Tidy up backtrace formatting with kallsyms disabled.Paul Mundt2-6/+3
2008-12-22sh: Add a simple code dumper for SUPERH32 show_regs().Paul Mundt4-3/+579
2008-12-22sh: Add a few more branch types to the branch emulator.Paul Mundt1-6/+11