aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-14sh: Add in PCI bus for DMA API debugging.Paul Mundt1-0/+3
2009-04-14sh: Pre-allocate a reasonable number of DMA debug entries.Paul Mundt1-1/+11
2009-04-14sh: sh7786: modify usb setup timeout judgment bug.Kuninori Morimoto1-7/+7
2009-04-13sh: ap325: use edge control for ov772x cameraKuninori Morimoto1-0/+1
2009-04-11sh: Plug in support for ARCH=sh64 using sh SRCARCH.Paul Mundt1-2/+15
2009-04-10sh: urquell: Fix up address mapping in board comments.Kuninori Morimoto1-15/+18
2009-04-09sh: Add support for DMA API debugging.Paul Mundt4-16/+51
2009-04-07sh: Provide cpumask_of_pcibus() to fix NUMA build.Paul Mundt1-2/+5
2009-04-07sh: urquell: Add board commentKuninori Morimoto1-0/+27
2009-04-06sh: wire up sys_preadv/sys_pwritev() syscalls.Paul Mundt4-2/+10
2009-04-06sh: sh7785lcr: fix PCI address map for 32-bit modeYoshihiro Shimoda2-0/+7
2009-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds65-1512/+2608
2009-04-04sh: sh7785lcr: Map whole PCI address space.Takashi Yoshii2-17/+8
2009-04-04sh: Fix up DSP context save/restore.Michael Trimarchi7-137/+161
2009-04-04sh: Fix up number of on-chip DMA channels on SH7091.Paul Mundt1-8/+12
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2009-04-02Allow rwlocks to re-enable interruptsRobin Holt1-0/+3
2009-04-02Simplify copy_thread()Alexey Dobriyan2-2/+2
2009-04-02sh: update defconfigs.Paul Mundt42-1022/+2212
2009-04-02sh: Kill off broken direct-mapped cache mode.Paul Mundt2-17/+0
2009-04-02sh: Wire up ARCH_HAS_DEFAULT_IDLE for cpuidle.Paul Mundt3-1/+5
2009-04-02sh: Add a command line option for disabling I/O trapping.Paul Mundt1-0/+13
2009-04-02sh: Select ARCH_HIBERNATION_POSSIBLE.Paul Mundt1-0/+1
2009-04-02sh: migor: Fix up CEU use flags.Paul Mundt1-3/+1
2009-04-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Paul Mundt5-5/+0
2009-03-31sh: ap325 and Migo-R use new sh_mobile_ceu_info flagsKuninori Morimoto1-3/+1
2009-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds5-5/+0
2009-03-31sh: Fix up -Wformat-security whining.Paul Mundt1-3/+2
2009-03-31sh: ap325rxa: Add ov772x support, again.Kuninori Morimoto1-3/+50
2009-03-31sh: Sanitize asm/mmu.h for assembly use.Francesco VIRLINZI1-16/+19
2009-03-31sh: Tidy up sh7786 pinmux table.Kuninori Morimoto2-280/+118
2009-03-31sh: Add MMU dependency for kexecNobuhiro Iwamatsu1-1/+1
2009-03-31sh: urquell: enable LAN deviceKuninori Morimoto1-0/+4
2009-03-31sh: Remove buggy definition from SH7786 pinmux_data[]Kuninori Morimoto1-1/+0
2009-03-30V4L/DVB (10665): soc-camera: add data signal polarity flags to driversGuennadi Liakhovetski2-3/+5
2009-03-30trivial: fix typos/grammar errors in Kconfig textsMatt LaPlante1-2/+2
2009-03-30cpumask: remove references to struct irqaction's mask field.Rusty Russell4-4/+0
2009-03-30cpumask: remove node_to_first_cpuRusty Russell1-1/+0
2009-03-28i2c-algo-pca: Rework waiting for a free busWolfram Sang1-1/+1
2009-03-26Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-03-26Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller111-1743/+10177
2009-03-21sh: add support for SMSC Polaris platformSteve Glendinning5-0/+1127
2009-03-20sh: fix the HD64461 level-triggered interrupts handlingRafael Ignacio Zurita3-15/+17
2009-03-20sh: disallow kexec virtual entryMagnus Damm1-1/+8
2009-03-18sh: kexec jump: fix for ftrace.Paul Mundt1-0/+6
2009-03-18sh: kexec: Drop SR.BL bit toggling.Paul Mundt1-4/+3
2009-03-18sh: add kexec jump supportMagnus Damm3-32/+202
2009-03-18sh: rework kexec segment codeMagnus Damm2-6/+17
2009-03-18sh: simplify kexec vbr codeMagnus Damm2-13/+8
2009-03-17sh: Flush only the needed range when unmapping a VMA.Paul Mundt1-8/+92