aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-24sh: Allow for kernel command line concatenation.Pawel Moll1-1/+5
2009-08-24sh: Use internal watchdog timer to perform resetJon Frosdick1-0/+20
2009-08-24sh: kgdb: do not reload VBR while handling debugger breackpointGiuseppe Cavallaro1-2/+0
2009-08-24sh: Allow use of GENERIC_IOMAPDavid McKay1-0/+4
2009-08-24sh: Improve unwind info for signalsCarl Shaw1-1/+11
2009-08-24sh: cleanup of do_address_error()Andre Draszik1-10/+10
2009-08-24sh: Allow user control over misaligned fixup handlingAndre Draszik1-0/+153
2009-08-24sh: ratelimit unaligned fixupsAndre Draszik1-13/+4
2009-08-23Merge branches 'sh/hwblk' and 'sh/pm-runtime'Paul Mundt8-10/+428
2009-08-23sh: drop static UIO clocks for sh7722, sh7723 and sh7724Magnus Damm3-10/+10
2009-08-23sh: Fix section mismatch in platform bus notifier.Paul Mundt1-3/+2
2009-08-23sh: Runtime PM for SuperH Mobile platform bus devicesMagnus Damm2-0/+305
2009-08-22sh: unwinder: cacheline align slab cache objects.Paul Mundt1-2/+5
2009-08-22Merge branch 'sh/dwarf-unwinder'Paul Mundt6-112/+213
2009-08-22sh: unwinder: Use a special bug flag for unwinder traps.Paul Mundt3-30/+18
2009-08-22Merge branch 'sh/dwarf-unwinder' of git://github.com/mfleming/linux-2.6 into sh/dwarf-unwinderPaul Mundt6-89/+206
2009-08-22sh: Export unwind_stack() to satisfy modular oprofile.Paul Mundt1-0/+2
2009-08-21sh: Handle the DWARF op, DW_CFA_undefinedMatt Fleming1-2/+11
2009-08-21sh: Fix bug calculating the end of the FDE instructionsMatt Fleming1-3/+4
2009-08-21sh: Setup the frame pointer in handle_interruptMatt Fleming1-0/+2
2009-08-21sh: unwinder: Introduce UNWINDER_BUG() and UNWINDER_BUG_ON()Matt Fleming5-26/+59
2009-08-21sh: unwinder: Set the flags for DW_CFA_val_offset ops as DWARF_VAL_OFFSETMatt Fleming1-1/+2
2009-08-21sh: unwinder: Fix memory leak and create our own kmem cacheMatt Fleming1-65/+136
2009-08-21sh: Add initial support for SH7757 CPU subtypeYoshihiro Shimoda6-3/+2675
2009-08-20sh: Fix up the CONFIG_FTRACE_SYSCALLS=n build.Paul Mundt1-0/+4
2009-08-18sh: clkfwk: Support additional IFC divisor on SH7724.Kuninori Morimoto1-1/+1
2009-08-18sh: Add a few missing irqflags tracing markers.Matt Fleming2-11/+24
2009-08-18sh: SuperH Mobile Software Standby support for cpuidleMagnus Damm1-0/+11
2009-08-18sh: rework SuperH Mobile sleep code exception handlingMagnus Damm2-64/+107
2009-08-17sh: unwinder: Move initialization to early_initcall() and tidy up locking.Paul Mundt2-21/+15
2009-08-16sh: Add support for DWARF GNU extensionsMatt Fleming1-1/+13
2009-08-16sh: Try again at getting the initial return address for an unwindMatt Fleming1-35/+6
2009-08-16sh: Merge the _32/_64 variants of arch/sh/kernel/Makefile.Paul Mundt3-64/+39
2009-08-15Merge branch 'master' into sh/hwblkPaul Mundt16-60/+1387
2009-08-15Merge branch 'sh/stable-updates'Paul Mundt1-2/+68
2009-08-15sh: sh7724 ddr self-refresh changesMagnus Damm1-2/+68
2009-08-15sh: Set the cfa_offset to 0 if we see a DW_CFA_def_cfa_register opMatt Fleming1-0/+1
2009-08-15sh: delay slot future proofing via EXPMASK on SH-4A parts.Paul Mundt1-1/+33
2009-08-15sh: Make sure rte delay slots are nopped out on all parts.Paul Mundt2-2/+4
2009-08-15sh: stacktrace: Properly terminate the trace entry buffer.Paul Mundt1-0/+4
2009-08-15sh: flag the default unwinder as reliable.Paul Mundt1-1/+1
2009-08-15sh: stacktrace: Add reliability checks in address saving ops.Paul Mundt1-0/+6
2009-08-14sh: unwinder: Convert frame allocations to GFP_ATOMIC.Paul Mundt1-2/+2
2009-08-14sh: Delete DWARF_ARCH_UNWIND_OFFSETMatt Fleming1-9/+35
2009-08-14sh: unwinder: Restore put_unaligned() for an unaligned destination.Paul Mundt1-1/+2
2009-08-14sh: unwinder: Fix up usage of unaligned accessors.Paul Mundt1-11/+9
2009-08-14sh: Add CFI annotations for exception return.Matt Fleming1-0/+7
2009-08-14sh: Setup the frame register in asm codeMatt Fleming2-0/+2
2009-08-14sh: dwarf unwinder support.Matt Fleming5-1/+885
2009-08-13sh: Use the new stack unwinder APIMatt Fleming2-13/+9