summaryrefslogtreecommitdiff
path: root/arch/sh
AgeCommit message (Expand)AuthorFilesLines
2009-07-11sh: Fix up ftrace build error when STACK_DEBUG=n.Paul Mundt1-3/+4
2009-07-11sh: Use DECLARE_EXPORT() for mcount symbol export.Paul Mundt1-1/+1
2009-07-11sh: Replace DEBUG_STACKOVERFLOW with STACK_DEBUG.Paul Mundt2-30/+4
2009-07-11sh: Decouple mcount from ftrace.Paul Mundt5-4/+12
2009-07-11Merge branches 'sh/ftrace' and 'sh/stable-updates'Paul Mundt11-4/+345
2009-07-11sh: Mark __switch_to() as __notrace_funcgraphMatt Fleming1-2/+3
2009-07-11sh: Function graph tracer supportMatt Fleming7-1/+244
2009-07-11sh: Provide diagnostic kernel stack checksMatt Fleming3-0/+97
2009-07-11sched: INIT_PREEMPT_COUNTPeter Zijlstra1-1/+1
2009-07-10sh: Clean up linker script using new linker script macros.Tim Abbott1-76/+11
2009-07-06Merge branches 'sh/ftrace' and 'sh/cachetlb'Paul Mundt19-134/+692
2009-07-06sh: Add ftrace syscall tracing supportMatt Fleming8-10/+100
2009-07-06sh: Define HAVE_FUNCTION_TRACE_MCOUNT_TESTMatt Fleming2-1/+17
2009-07-06sh: Fix the value of MCOUNT_INSN_OFFSETMatt Fleming1-2/+2
2009-07-04sh: Tidy up vmalloc fault handling.Paul Mundt1-56/+97
2009-07-04sh: use kprobes_built_in() for notify_page_fault().Paul Mundt1-3/+1
2009-07-04Merge branches 'sh/hwblk', 'sh/cpuidle' and 'sh/stable-updates'Paul Mundt13-43/+510
2009-07-04sh: Use bootmem ontop of lmb for NUMAMatt Fleming1-13/+23
2009-07-04sh: cpuidle for SuperH Mobile using hwblkMagnus Damm4-13/+125
2009-07-04sh: hwblk for sh7722Magnus Damm4-29/+153
2009-07-04sh: hwblk base implementationMagnus Damm4-1/+194
2009-07-04sh: add r8a66597 usb0 host to the se7724 boardMagnus Damm1-0/+38
2009-07-03sh: Use bootmem ontop of lmbMatt Fleming3-19/+59
2009-07-03sh: define PERF_COUNTER_INDEX_OFFSET.Paul Mundt1-0/+2
2009-07-01sh: Fix compiler error and include the definition of IS_ERR_VALUEMatt Fleming1-0/+1
2009-07-01sh: re-add LCDC fbdev support to the Migo-R defconfigMagnus Damm1-2/+51
2009-07-01sh: fix se7724 ceu namesMagnus Damm1-2/+2
2009-06-29sh: ms7724se: Enable sh_eth in defconfig.Kuninori Morimoto1-4/+21
2009-06-29arch/sh/boards/mach-se/7206/io.c: Remove unnecessary semicolonsJoe Perches1-1/+1
2009-06-26sh: ms7724se: Add sh_eth supportKuninori Morimoto2-2/+109
2009-06-25sh: Kill off unused DEBUG_BOOTMEM symbol.Paul Mundt1-4/+0
2009-06-24sh64: Hook up page fault events for software perf counters.Paul Mundt1-3/+12
2009-06-24sh: Hook up page fault events for software perf counters.Paul Mundt1-29/+32
2009-06-24sh: make set_perf_counter_pending() static inline.Paul Mundt1-1/+1
2009-06-23sh: Fix up HAVE_PERF_COUNTERS typo.Paul Mundt1-1/+1
2009-06-23sh: Fix up more dma-mapping fallout.Paul Mundt1-6/+6
2009-06-23sh: SH7786 SMP support.Paul Mundt3-24/+18
2009-06-23sh: Wire up the uncached fixmap on sh64 as well.Paul Mundt1-2/+0
2009-06-23sh: Use local TLB flush in set_pte_phys().Paul Mundt1-1/+1
2009-06-23sh: Provide cpu_idle_wait() to fix up cpuidle/SMP build.Paul Mundt3-1/+26
2009-06-22Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds2-2/+2
2009-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds116-3721/+3805
2009-06-19ptrace: remove PT_DTRACE from avr32, mn10300, parisc, s390, sh, xtensaOleg Nesterov2-10/+0
2009-06-18sh: Fix declaration of __kernel_sigreturn and __kernel_rt_sigreturnMatt Fleming1-2/+2
2009-06-18sh: Enable soc-camera in ap325rxa/migor/se7724 defconfigs.Paul Mundt3-6/+190
2009-06-18sh: remove stray markers.Christoph Hellwig4-14/+1
2009-06-18sh: defconfig updates.Paul Mundt45-2375/+2245
2009-06-18Delete pcibios_select_rootMatthew Wilcox1-13/+0
2009-06-17sh: pci: Initial PCI-Express support for SH7786 Urquell board.Paul Mundt3-0/+357
2009-06-17Merge branches 'sh/pci-express-integration', 'sh/rsk-updates', 'sh/platform-u...Paul Mundt16-87/+871