aboutsummaryrefslogtreecommitdiff
path: root/arch/sh
AgeCommit message (Expand)AuthorFilesLines
2009-10-26sh: SDHI platform data to the Migo-R boardMagnus Damm1-24/+28
2009-10-26sh: Check for return_to_handler when unwinding the stackMatt Fleming1-0/+22
2009-10-26sh: Build fix: define more __movmem* symbolsLubomir Rintel1-0/+14
2009-10-26sh: __irq_entry annotate do_IRQ().Paul Mundt1-1/+2
2009-10-26sh: Add dma-mapping support for dma_alloc/free_coherent() overrides.Paul Mundt3-25/+47
2009-10-20sh: Convert to asm-generic/dma-mapping-common.hPaul Mundt6-184/+112
2009-10-19sh: Fix up cacheflush routine symbol exports.Paul Mundt1-3/+0
2009-10-19sh: Fix up uninitialized variable warning in dwarf unwinder.Paul Mundt1-1/+1
2009-10-18sh: Fix up smp_mb__xxx() memory barriers for SH-4A SMP.Paul Mundt2-7/+6
2009-10-18sh: Disable SCIF2 on the SH-X3 proto CPU.Paul Mundt3-46/+9
2009-10-17sh: Convert to asm-generic/irqflags.h.Paul Mundt8-214/+168
2009-10-16sh: Kill off legacy UBC wakeup cruft.Paul Mundt5-93/+0
2009-10-16Merge branch 'sh/stable-updates'Paul Mundt1-1/+0
2009-10-16sh: Kill off stray HAVE_FTRACE_SYSCALLS reference.Paul Mundt1-1/+0
2009-10-16sh: Support SCHED_MC for SH-X3 multi-cores.Paul Mundt3-0/+43
2009-10-16sh: Fix up IRQ re-enabling for the need_resched() case.Paul Mundt1-1/+2
2009-10-16sh: Make check_pgt_cache() more aggressive while idling.Paul Mundt1-1/+3
2009-10-16sh: Idle loop chainsawing for SMP-based light sleep.Paul Mundt2-16/+61
2009-10-16sh: Force boot CPU in to light sleep mode for SH-X3 SMP.Paul Mundt1-18/+19
2009-10-16Merge branch 'sh/stable-updates'Paul Mundt3-20/+26
2009-10-16sh: Remove BKL from landisk gio.Thomas Gleixner1-6/+4
2009-10-16sh: disabled cache handling fix.Magnus Damm1-0/+10
2009-10-16sh: Fix up single page flushing to use PAGE_SIZE.Valentin Sitdikov1-12/+10
2009-10-14sh: Count NMIs in irq_cpustat_t.Paul Mundt3-3/+20
2009-10-14sh: TS_RESTORE_SIGMASK conversion.Paul Mundt5-23/+44
2009-10-14Merge branch 'sh/stable-updates'Paul Mundt4-6/+9
2009-10-14sh: Fix a TRACE_IRQS_OFF typo.Paul Mundt1-1/+1
2009-10-14sh: Optimize the setup_rt_frame() I-cache flush.Paul Mundt1-2/+1
2009-10-14sh: Populate initial secondary CPU info from boot_cpu_data.Paul Mundt1-0/+2
2009-10-14sh: Tidy up SMP cpuinfo.Paul Mundt1-0/+2
2009-10-14sh: Use boot_cpu_data for FPU tests in sigcontext paths.Paul Mundt1-3/+3
2009-10-14sh: Only invalidate the I-cache range for secondary CPUs stack_start.Paul Mundt1-1/+3
2009-10-14sh: Provide CALLER_ADDRx definitions even when ftrace is disabled.Paul Mundt1-1/+5
2009-10-13net: allow sh_eth to get mac address through platform dataMagnus Damm1-0/+1
2009-10-13sh: ftrace: Make code modification NMI safe.Paul Mundt2-1/+146
2009-10-13sh: Don't profile return_address().Paul Mundt1-0/+2
2009-10-12net: Introduce recvmmsg socket syscallArnaldo Carvalho de Melo1-0/+1
2009-10-13sh: Tidy up the dwarf module helpers.Paul Mundt3-36/+53
2009-10-13sh: Generalize CALLER_ADDRx support.Paul Mundt4-42/+68
2009-10-13Merge branch 'sh/stable-updates'Paul Mundt1-10/+27
2009-10-13sh: ftrace: Fix up syscall tracepoint support.Paul Mundt1-10/+27
2009-10-13Merge branch 'sh/stable-updates'Paul Mundt2-4/+5
2009-10-13sh: force dcache flush if dcache_dirty bit set.Paul Mundt1-1/+1
2009-10-13sh: update die() output.Paul Mundt1-3/+4
2009-10-13Merge branch 'sh/ftrace' of git://github.com/mfleming/linux-2.6Paul Mundt1-0/+47
2009-10-12Merge branch 'sh/dwarf-unwinder'Paul Mundt3-50/+183
2009-10-12Merge branch 'sh/dwarf-unwinder' of git://github.com/mfleming/linux-2.6 into ...Paul Mundt3-47/+180
2009-10-11sh: tracing: Use the DWARF unwinder for CALLER_ADDRxMatt Fleming1-0/+47
2009-10-11sh: Remove any reference to recursive functions from commentsMatt Fleming1-11/+11
2009-10-11sh: Fix memory leak in dwarf_unwind_stack()Matt Fleming2-6/+17