aboutsummaryrefslogtreecommitdiffstats
path: root/fs/binfmt_aout.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-22sh: mach-microdev: Split out the fdc37c93xapm initialization code.Paul Mundt3-181/+167
2008-12-22sh: mach-sh03: Use __set_io_port_base(), kill off special ioport_map().Paul Mundt2-10/+2
2008-12-22sh: mach-sh03: Move off of cf_enabler to pata_platform, as per landisk.Paul Mundt2-6/+35
2008-12-22sh: board-shmin: Convert shmin to use __set_io_port_base().Paul Mundt1-11/+3
2008-12-22sh: Kill off dead mv_init_pci() from machvec.Paul Mundt1-1/+0
2008-12-22sh: Simplify kernel_thread_helper() for sh32.Paul Mundt1-15/+4
2008-12-22sh: Kill off mv_heartbeat() from the machvec.Paul Mundt3-12/+0
2008-12-22sh: Kill off the cayman and microdev special heartbeat code.Paul Mundt5-166/+0
2008-12-22sh: Kill off sh_bios_in_gdb_mode().Paul Mundt2-18/+0
2008-12-22sh: export sh_bios_get_node_addr() symbol for stnic module.Paul Mundt1-2/+2
2008-12-22sh: Run sh_bios through a long overdue Lindent.Paul Mundt1-36/+34
2008-12-22serial: sh-sci: Generalize port pin initialization.Paul Mundt2-114/+43
2008-12-22serial: sh-sci: Tidy up fifo overrun error handling.Paul Mundt2-27/+29
2008-12-22serial: sh-sci: pr_debug() -> dev_dbg() conversion.Paul Mundt1-23/+26
2008-12-22serial: sh-sci: Fix up the cpufreq notifier to use the proper port clock.Paul Mundt1-28/+10
2008-12-22sh: oprofile: Convert op_model_sh7750 to new common interface.Paul Mundt1-94/+78
2008-12-22sh: oprofile: Backtrace support.Dave Peverley2-0/+127
2008-12-22sh: oprofile: Refactor common setup code for multiple driver support.Paul Mundt4-30/+178
2008-12-22sh: Enable GENERIC_HARDIRQS_NO__DO_IRQ for all SuperH machinesMatt Fleming1-2/+0
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-22fb: SH-5 uses __raw I/O accessors now also, drop the special casing.Paul Mundt1-1/+1
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 Mundt2-180/+0
2008-12-22serial: sh-sci: Implement CONSOLE_POLL support and kill off old kgdb console.Paul Mundt1-181/+20
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