aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds70-807/+6332
2009-09-18Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+2
2009-09-16sh: Kill off unused se_skipped in alignment trap notification code.Paul Mundt1-2/+0
2009-09-16sh: Wire up HAVE_SYSCALL_TRACEPOINTS.Paul Mundt2-9/+15
2009-09-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Paul Mundt3-10/+6
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-6/+4
2009-09-15sh: cpufreq: Include CPU id in info messages.Paul Mundt1-5/+5
2009-09-14sh: multi-evt support for SH-X3 proto CPU.Paul Mundt1-35/+20
2009-09-14sh: clkfwk: remove bogus set_bus_parent() from SH7709.Rafael Ignacio Zurita1-11/+0
2009-09-02KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells2-0/+4
2009-09-01sh: Kill off kgdb's magical NMI debouncing.Paul Mundt2-33/+0
2009-09-01sh: nmi_debug support.Paul Mundt6-7/+130
2009-09-01Merge branch 'master' into sh/smpPaul Mundt33-227/+3667
2009-08-31sh: unwinder: Fix up uninitialized variable warnings on sh2a build.Paul Mundt1-1/+1
2009-08-29sh: Only shout about fixing up unexpected unaligned accessesMatt Fleming2-5/+7
2009-08-27sh: fix CPU_SH7723/7724 numbering bugKuninori Morimoto1-1/+1
2009-08-25timekeeping: Fix up read_persistent_clock() breakage on shPaul Mundt1-1/+1
2009-08-24Merge branch 'sh/st-integration'Paul Mundt14-95/+337
2009-08-24sh: Move the FTRACE_SYSCALL_MAX definition in to asm/ftrace.h.Paul Mundt1-2/+0
2009-08-24sh: Simplify "multi-evt" interrupt handling.Pawel Moll1-1/+1
2009-08-24sh: fix sys_cacheflush error checkingGiuseppe Cavallaro1-1/+1
2009-08-24sh: Fixes some write posting issues in the interrupt handling for SHStuart Menefy1-0/+1
2009-08-24sh: Add sys_cacheflush() call for SH CPUs.Stuart Menefy3-2/+45
2009-08-24sh: Optimise memcpy_to/fromio for SH4Stuart Menefy1-21/+72
2009-08-24sh: generic_in/outs{bwl} optimizations.Stuart Menefy1-42/+8
2009-08-24sh: Remove implicit sign extension from assembler immediatesStuart Menefy2-3/+4
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