summaryrefslogtreecommitdiffstats
path: root/arch/sh
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds2009-12-177-13/+9
|\
| * sh: move machtypes.h to include/generatedSam Ravnborg2009-12-126-13/+8
| * kbuild: move asm-offsets.h to include/generatedSam Ravnborg2009-12-121-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2009-12-1657-1091/+1897
|\ \
| * | sh: Fix test of unsigned in se7722_irq_demux()Roel Kluin2009-12-161-3/+4
| * | sh: mach-ecovec24: Add FSI sound supportKuninori Morimoto2009-12-151-0/+98
| * | sh: mach-ecovec24: Add mt9t112 camera supportKuninori Morimoto2009-12-151-1/+78
| * | sh: mach-ecovec24: Add tw9910 supportKuninori Morimoto2009-12-151-0/+50
| * | sh: MSIOF/mmc_spi platform data for the Ecovec24 boardMagnus Damm2009-12-151-2/+95
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2009-12-152-27/+4
| |\|
| * | sh: ms7724se: Add ak4642 supportKuninori Morimoto2009-12-151-0/+17
| * | sh: Fix up FPU build for SH5Matt Fleming2009-12-155-9/+9
| * | sh: Remove old early serial console code V2Magnus Damm2009-12-153-193/+1
| * | sh: sh5 scif pdata (sh5-101/sh5-103)Magnus Damm2009-12-151-13/+9
| * | 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
| |\ \
| * | | 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
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2009-12-163-34/+52
|\ \ \ \
| * | | | V4L/DVB (13661): rj54n1cb0c: Add cropping, auto white balance, restrict sizes...Guennadi Liakhovetski2009-12-161-2/+11
| * | | | V4L/DVB (13659): soc-camera: convert to the new mediabus APIGuennadi Liakhovetski2009-12-161-1/+2
| * | | | V4L/DVB (13650): soc-camera: switch drivers and platforms to use .priv in str...Guennadi Liakhovetski2009-12-162-31/+39
* | | | | elf: kill USE_ELF_CORE_DUMPChristoph Hellwig2009-12-161-1/+0
|/ / / /
* | | | genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner2009-12-141-2/+2
* | | | locking: Convert raw_rwlock functions to arch_rwlockThomas Gleixner2009-12-141-16/+16
* | | | locking: Convert raw_rwlock to arch_rwlockThomas Gleixner2009-12-142-8/+8
* | | | locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner2009-12-141-13/+13
* | | | locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner2009-12-141-1/+1
* | | | locking: Convert raw_spinlock to arch_spinlockThomas Gleixner2009-12-142-4/+4
| |_|/ |/| |
* | | fix broken aliasing checks for MAP_FIXED on sparc32, mips, arm and shAl Viro2009-12-111-1/+2
* | | Unify sys_mmap*Al Viro2009-12-111-26/+2
| |/ |/|
* | 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
| |\ \