Please pull from:

        master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git

Which contains:

Hideo Saito (1):
      sh: Fix kernel thread stack corruption with preempt.

Paul Mundt (6):
      doc: Add SH to vdso and earlyprintk in kernel-parameters.txt
      sysctl: Support vdso_enabled sysctl on SH.
      sh: Use L1_CACHE_BYTES for .data.cacheline_aligned.
      sh: Enable SM501 support for RTS7751R2D.
      sh: Revert lazy dcache writeback changes.
      sh: Kill off I/O cruft for R7780RP.

Ryusuke Sakato (1):
      sh: Fix sigmask trampling in signal delivery.

Stuart Menefy (1):
      sh: Clear UBC when not in use.

 Documentation/kernel-parameters.txt       |    5 
 arch/sh/boards/renesas/r7780rp/Makefile   |    2 
 arch/sh/boards/renesas/r7780rp/io.c       |  233 ------------------------------
 arch/sh/boards/renesas/r7780rp/setup.c    |   24 ---
 arch/sh/boards/renesas/rts7751r2d/setup.c |   26 +++
 arch/sh/configs/rts7751r2d_defconfig      |  110 ++++++++++++--
 arch/sh/kernel/entry-common.S             |    2 
 arch/sh/kernel/io_generic.c               |    3 
 arch/sh/kernel/process.c                  |    5 
 arch/sh/kernel/ptrace.c                   |   45 ++++-
 arch/sh/kernel/signal.c                   |    4 
 arch/sh/kernel/vmlinux.lds.S              |    3 
 arch/sh/mm/cache-sh4.c                    |   12 -
 arch/sh/mm/cache-sh7705.c                 |    9 -
 arch/sh/mm/pg-sh4.c                       |   22 ++
 arch/sh/mm/pg-sh7705.c                    |   31 +++
 arch/sh/mm/tlb-flush.c                    |   55 -------
 arch/sh/mm/tlb-sh3.c                      |   63 +++++++-
 arch/sh/mm/tlb-sh4.c                      |   68 ++++++++
 include/asm-sh/cache.h                    |    3 
 include/asm-sh/cacheflush.h               |    3 
 include/asm-sh/cpu-sh3/cacheflush.h       |    2 
 include/asm-sh/cpu-sh4/cacheflush.h       |    2 
 include/asm-sh/pgtable.h                  |    5 
 include/asm-sh/thread_info.h              |    2 
 kernel/sysctl.c                           |    3 
 26 files changed, 371 insertions(+), 371 deletions(-)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to