All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Mundt <lethal@linux-sh.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] sh updates for 2.6.28-rc5
Date: Thu, 13 Nov 2008 09:37:55 +0000	[thread overview]
Message-ID: <20081113093755.GA25999@linux-sh.org> (raw)

Please pull from:

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

Which contains:

Francesco VIRLINZI (1):
      sh: Fixed the TMU0 reload value on resume

Magnus Damm (2):
      i2c: fix i2c-sh_mobile rx underrun
      sh: early printk port type fix

Paul Mundt (4):
      sh: Handle fixmap TLB eviction more coherently.
      sh: Provide a sane valid_phys_addr_range() to prevent TLB reset with PMB.
      sh: Don't factor in PAGE_OFFSET for valid_phys_addr_range() check.
      serial: sh-sci: Reorder the SCxTDR write after the TDxE clear.

Stuart MENEFY (1):
      sh: __copy_user function can corrupt the stack in case of exception

Yoshihiro Shimoda (3):
      serial: sh-sci: fix cannot work SH7723 SCIFA
      fix sci type for SH7723
      usb: r8a66597-hcd: fix wrong data access in SuperH on-chip USB

 arch/sh/include/asm/io.h               |    4 ++++
 arch/sh/include/asm/pgtable.h          |    6 ++++++
 arch/sh/kernel/cpu/sh4a/setup-sh7723.c |    6 +++---
 arch/sh/kernel/early_printk.c          |    3 ++-
 arch/sh/kernel/timers/timer-tmu.c      |    2 +-
 arch/sh/lib/copy_page.S                |   11 ++++++++---
 arch/sh/mm/Makefile_32                 |    2 +-
 arch/sh/mm/Makefile_64                 |    2 +-
 arch/sh/mm/init.c                      |   12 +++++++++---
 arch/sh/mm/mmap.c                      |   31 +++++++++++++++++++++++++++++++
 arch/sh/mm/pg-sh4.c                    |   17 +++++++++++++++++
 drivers/i2c/busses/i2c-sh_mobile.c     |    3 ++-
 drivers/serial/sh-sci.c                |   22 ++++++++++++----------
 drivers/serial/sh-sci.h                |   16 ++++++++--------
 drivers/usb/host/r8a66597-hcd.c        |    5 +++--
 include/linux/serial_core.h            |    3 +++
 16 files changed, 111 insertions(+), 34 deletions(-)
 create mode 100644 arch/sh/mm/mmap.c

WARNING: multiple messages have this Message-ID (diff)
From: Paul Mundt <lethal@linux-sh.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] sh updates for 2.6.28-rc5
Date: Thu, 13 Nov 2008 18:37:55 +0900	[thread overview]
Message-ID: <20081113093755.GA25999@linux-sh.org> (raw)

Please pull from:

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

Which contains:

Francesco VIRLINZI (1):
      sh: Fixed the TMU0 reload value on resume

Magnus Damm (2):
      i2c: fix i2c-sh_mobile rx underrun
      sh: early printk port type fix

Paul Mundt (4):
      sh: Handle fixmap TLB eviction more coherently.
      sh: Provide a sane valid_phys_addr_range() to prevent TLB reset with PMB.
      sh: Don't factor in PAGE_OFFSET for valid_phys_addr_range() check.
      serial: sh-sci: Reorder the SCxTDR write after the TDxE clear.

Stuart MENEFY (1):
      sh: __copy_user function can corrupt the stack in case of exception

Yoshihiro Shimoda (3):
      serial: sh-sci: fix cannot work SH7723 SCIFA
      fix sci type for SH7723
      usb: r8a66597-hcd: fix wrong data access in SuperH on-chip USB

 arch/sh/include/asm/io.h               |    4 ++++
 arch/sh/include/asm/pgtable.h          |    6 ++++++
 arch/sh/kernel/cpu/sh4a/setup-sh7723.c |    6 +++---
 arch/sh/kernel/early_printk.c          |    3 ++-
 arch/sh/kernel/timers/timer-tmu.c      |    2 +-
 arch/sh/lib/copy_page.S                |   11 ++++++++---
 arch/sh/mm/Makefile_32                 |    2 +-
 arch/sh/mm/Makefile_64                 |    2 +-
 arch/sh/mm/init.c                      |   12 +++++++++---
 arch/sh/mm/mmap.c                      |   31 +++++++++++++++++++++++++++++++
 arch/sh/mm/pg-sh4.c                    |   17 +++++++++++++++++
 drivers/i2c/busses/i2c-sh_mobile.c     |    3 ++-
 drivers/serial/sh-sci.c                |   22 ++++++++++++----------
 drivers/serial/sh-sci.h                |   16 ++++++++--------
 drivers/usb/host/r8a66597-hcd.c        |    5 +++--
 include/linux/serial_core.h            |    3 +++
 16 files changed, 111 insertions(+), 34 deletions(-)
 create mode 100644 arch/sh/mm/mmap.c

             reply	other threads:[~2008-11-13  9:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-13  9:37 Paul Mundt [this message]
2008-11-13  9:37 ` [GIT PULL] sh updates for 2.6.28-rc5 Paul Mundt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20081113093755.GA25999@linux-sh.org \
    --to=lethal@linux-sh.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-sh@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.