aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh
Commit message (Expand)AuthorAgeFilesLines
* sh: sh4a scif pdata (sh7757/sh7763/sh7770/sh7780/sh7785/sh7786/x3)Magnus Damm2009-12-157-270/+551
* sh: sh4a scif pdata (sh7343/sh7366/sh7722/sh7723/sh7724)Magnus Damm2009-12-155-193/+358
* sh: sh4 scif pdata (sh7750/sh7760/sh4-202)Magnus Damm2009-12-155-63/+100
* sh: sh3 scif pdata (sh7705/sh770x/sh7710/sh7720)Magnus Damm2009-12-154-87/+142
* sh: sh2a scif pdata (sh7201/sh7203/sh7206/mxg)Magnus Damm2009-12-154-119/+263
* sh: sh2 scif pdata (sh7616)Magnus Damm2009-12-151-25/+46
* sh-sci: Extend sh-sci driver with early console V2Magnus Damm2009-12-152-9/+4
* sh: Stub in P3 ioremap support for nommu parts.Paul Mundt2009-12-141-0/+1
* sh: wire up vmallocinfo support in ioremap() implementations.Paul Mundt2009-12-143-10/+16
* sh: Make the unaligned trap handler always obey notification levels.Paul Mundt2009-12-141-6/+12
* sh: Couple kernel and user write page perm bits for CONFIG_X2TLBMatt Fleming2009-12-141-2/+3
* sh: Wire up recvmmsg syscall.Paul Mundt2009-12-113-2/+5
* sh: ftrace: Fix up syscall tracing build.Paul Mundt2009-12-111-74/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into s...Paul Mundt2009-12-108-10/+70
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-091-1/+1
| |\
| | * Merge branch 'for-next' into for-linusJiri Kosina2009-12-071-1/+1
| | |\
| | | * tree-wide: fix misspelling of "definition" in commentsAdam Buchbinder2009-12-041-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2009-12-09129-2882/+4298
| |\ \ \
| * \ \ \ Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-12-081-0/+1
| |\ \ \ \
| | * \ \ \ Merge branch 'master' into for-2.6.33Jens Axboe2009-12-035-5/+8
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | block: add helpers to run flush_dcache_page() against a bio and a request's p...Ilya Loginov2009-11-261-0/+1
| | | |_|/ | | |/| |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-12-082-0/+2
| |\ \ \ \
| | * \ \ \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-1830-80/+244
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | net: allow sh_eth to get mac address through platform dataMagnus Damm2009-10-131-0/+1
| | * | | | net: Introduce recvmmsg socket syscallArnaldo Carvalho de Melo2009-10-121-0/+1
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2009-12-083-0/+62
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'topic/asoc' into for-linusTakashi Iwai2009-12-041-0/+3
| | |\ \ \ \ \
| | | * | | | | sh: ms7724se: Add runtime PM support for FSIKuninori Morimoto2009-11-301-0/+3
| | | | |_|/ / | | | |/| | |
| | * | | | | Merge branch 'topic/pcm-dma-fix' into topic/core-changeTakashi Iwai2009-12-015-5/+8
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | * | | | | Merge branch 'topic/beep-rename' into topic/core-changeTakashi Iwai2009-12-012-0/+59
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | | * | | | ALSA: sh: add SuperH DAC audio driver for ALSA V4Rafael Ignacio Zurita2009-11-042-0/+59
| | | | |/ / | | | |/| |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds2009-12-081-9/+4
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | sysctl: Drop & in front of every proc_handler.Eric W. Biederman2009-11-181-3/+3
| | * | | | Merge commit 'v2.6.32-rc7'Eric W. Biederman2009-11-173-3/+6
| | |\ \ \ \
| | * | | | | sysctl sh: Remove dead binary sysctl supportEric W. Biederman2009-11-121-6/+1
| | | |/ / / | | |/| | |
* | | | | | sh: mach-ecovec24: MEMORY_SIZE fixupKuninori Morimoto2009-12-092-2/+2
* | | | | | sh: mach-ap325rxa: Add SOCAM_DATA_ACTIVE_HIGH flags for soc-cameraKuninori Morimoto2009-12-091-1/+2
* | | | | | sh: LCDC start_transfer() for the KFR2R09 boardMagnus Damm2009-12-093-0/+13
* | | | | | sh: NUMA lmb fixesMagnus Damm2009-12-091-2/+11
* | | | | | sh: fix size calculation for NUMA node 0Magnus Damm2009-12-091-1/+1
* | | | | | sh: Replace an explicit computation by the use of the container_of macroNicolas Palix2009-12-091-3/+4
* | | | | | sh: Can't compare physical and virtual addresses for aliasesMatt Fleming2009-12-091-2/+1
| |_|_|_|/ |/| | | |
* | | | | sh: include empty zero page in romImageMagnus Damm2009-12-042-3/+47
* | | | | sh: Make associative cache writes fatal on all SH-4A parts.Paul Mundt2009-12-041-9/+4
* | | | | sh: Drop associative writes for SH-4 cache flushes.Matt Fleming2009-12-041-2/+2
* | | | | sh: Partial revert of copy/clear_user_highpage() optimizations.Paul Mundt2009-12-041-53/+13
* | | | | sh: Add default uImage rule for se7724, ap325rxa, and migor.Paul Mundt2009-12-041-0/+3
* | | | | sh: allow runtime pm without suspend/resume callbacksMagnus Damm2009-12-041-6/+11
* | | | | sh: mach-ecovec24: Remove un-defined settings for VPUKuninori Morimoto2009-12-041-1/+0
* | | | | sh: mach-ecovec24: LCDC drive ability become highKuninori Morimoto2009-12-041-2/+2