aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-14sh: wire up vmallocinfo support in ioremap() implementations.Paul Mundt3-10/+16
2009-12-14sh: Make the unaligned trap handler always obey notification levels.Paul Mundt1-6/+12
2009-12-14sh: Couple kernel and user write page perm bits for CONFIG_X2TLBMatt Fleming1-2/+3
2009-12-11sh: Wire up recvmmsg syscall.Paul Mundt3-2/+5
2009-12-11sh: ftrace: Fix up syscall tracing build.Paul Mundt1-74/+2
2009-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into sh/for-2.6.33Paul Mundt8-10/+70
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds129-2882/+4298
2009-12-09sh: mach-ecovec24: MEMORY_SIZE fixupKuninori Morimoto2-2/+2
2009-12-09sh: mach-ap325rxa: Add SOCAM_DATA_ACTIVE_HIGH flags for soc-cameraKuninori Morimoto1-1/+2
2009-12-09sh: LCDC start_transfer() for the KFR2R09 boardMagnus Damm3-0/+13
2009-12-09sh: NUMA lmb fixesMagnus Damm1-2/+11
2009-12-09sh: fix size calculation for NUMA node 0Magnus Damm1-1/+1
2009-12-09sh: Replace an explicit computation by the use of the container_of macroNicolas Palix1-3/+4
2009-12-09sh: Can't compare physical and virtual addresses for aliasesMatt Fleming1-2/+1
2009-12-08Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+1
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2-0/+2
2009-12-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6Linus Torvalds3-0/+62
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds1-9/+4
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2009-12-04tree-wide: fix misspelling of "definition" in commentsAdam Buchbinder1-1/+1
2009-12-04Merge branch 'topic/asoc' into for-linusTakashi Iwai1-0/+3
2009-12-04sh: include empty zero page in romImageMagnus Damm2-3/+47
2009-12-04sh: Make associative cache writes fatal on all SH-4A parts.Paul Mundt1-9/+4
2009-12-04sh: Drop associative writes for SH-4 cache flushes.Matt Fleming1-2/+2
2009-12-04sh: Partial revert of copy/clear_user_highpage() optimizations.Paul Mundt1-53/+13
2009-12-04sh: Add default uImage rule for se7724, ap325rxa, and migor.Paul Mundt1-0/+3
2009-12-04sh: allow runtime pm without suspend/resume callbacksMagnus Damm1-6/+11
2009-12-04sh: mach-ecovec24: Remove un-defined settings for VPUKuninori Morimoto1-1/+0
2009-12-04sh: mach-ecovec24: LCDC drive ability become highKuninori Morimoto1-2/+2
2009-12-04sh: fix sh7724 VEU3F resource sizeMagnus Damm1-2/+2
2009-12-03Merge branch 'master' into for-2.6.33Jens Axboe5-5/+8
2009-12-01Merge branch 'topic/pcm-dma-fix' into topic/core-changeTakashi Iwai5-5/+8
2009-12-01Merge branch 'topic/beep-rename' into topic/core-changeTakashi Iwai2-0/+59
2009-11-30sh: ms7724se: Add runtime PM support for FSIKuninori Morimoto1-0/+3
2009-11-30sh: Improve kfr2r09 serial port setup codeMagnus Damm1-0/+51
2009-11-30sh: Break out SuperH PFC codeMagnus Damm3-666/+1
2009-11-30sh: Move KEYSC header fileMagnus Damm6-19/+5
2009-11-30sh: convert /proc/cpu/aligmnent, /proc/cpu/kernel_alignment to seq_fileAlexey Dobriyan1-46/+31
2009-11-30sh: Add CPG save/restore code for sh7724 R-standbyMagnus Damm1-0/+11
2009-11-30sh: Add SDHI power control support to EcovecMagnus Damm1-6/+30
2009-11-30sh: mach-ecovec24: modify address mapKuninori Morimoto1-1/+1
2009-11-26block: add helpers to run flush_dcache_page() against a bio and a request's pagesIlya Loginov1-0/+1
2009-11-25sh: Fix up the FPU emulation build.Paul Mundt2-7/+4
2009-11-24sh: Apply the sleazy FPU changes for SH-2A FPU as well.Paul Mundt1-4/+12
2009-11-24sh: Minor optimisations to FPU handlingStuart Menefy8-42/+48
2009-11-24sh: Improve performance of SH4 versions of copy/clear_user_highpageStuart Menefy2-14/+60
2009-11-24Merge branch 'master' into sh/st-integrationPaul Mundt115-2076/+3900
2009-11-24sh: Optimised memset for SH4Stuart Menefy2-2/+112
2009-11-24sh: add sleazy FPU optimizationGiuseppe CAVALLARO3-4/+31