All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kyle McMartin <kyle@hera.kernel.org>
To: torvalds@linux-foundation.org
Cc: kyle@mcmartin.ca, akpm@linux-foundation.org,
	linux-parisc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [git patches] parisc updates for 2.6.26
Date: Thu, 15 May 2008 15:37:14 +0000	[thread overview]
Message-ID: <20080515153714.GA10374@hera.kernel.org> (raw)

The following changes since commit 492c2e476eac010962850006c49df326919b=
284c:
  Linus Torvalds (1):
        Linux 2.6.26-rc2

are available in the git repository at:

  /pub/scm/linux/kernel/git/kyle/parisc-2.6.git master

Alan Cox (1):
      parisc: new termios definitions

Harvey Harrison (2):
      parisc: replace remaining __FUNCTION__ occurrences
      drivers/parisc: replace remaining __FUNCTION__ occurrences

Helge Deller (1):
      parisc: fix trivial section name warnings

Johannes Weiner (1):
      parisc: remove redundant display of free swap space in show_mem()

Kyle McMartin (3):
      parisc: use conditional macro for 64-bit wide ops
      parisc: remove -traditional from assembler flags
      arch/parisc/kernel/perf_asm.S: build fix

Robert P. J. Day (1):
      parisc: Remove ioctl.h content picked up from <asm-generic/ioctl.=
h>.

S.=C3=87a=C4=9Flar Onur (1):
      arch/parisc/kernel/unaligned.c: use time_* macros

 arch/parisc/hpux/gate.S        |    3 +-
 arch/parisc/hpux/wrappers.S    |    3 +-
 arch/parisc/kernel/Makefile    |    3 --
 arch/parisc/kernel/entry.S     |   49 +++++++++++---------------
 arch/parisc/kernel/head.S      |    2 +-
 arch/parisc/kernel/hpmc.S      |    3 +-
 arch/parisc/kernel/inventory.c |    2 +-
 arch/parisc/kernel/pacache.S   |   73 ++++++++++++++++++++------------=
-------
 arch/parisc/kernel/perf_asm.S  |    4 ++-
 arch/parisc/kernel/real2.S     |   13 ++++---
 arch/parisc/kernel/syscall.S   |    5 ++-
 arch/parisc/kernel/traps.c     |    2 +-
 arch/parisc/kernel/unaligned.c |    5 ++-
 arch/parisc/lib/fixup.S        |    3 +-
 arch/parisc/lib/lusercopy.S    |    5 ++-
 arch/parisc/lib/memcpy.c       |    2 +-
 arch/parisc/mm/init.c          |    2 -
 drivers/parisc/asp.c           |    2 +-
 drivers/parisc/ccio-dma.c      |   36 ++++++++++----------
 drivers/parisc/dino.c          |   14 ++++----
 drivers/parisc/gsc.c           |    4 +-
 drivers/parisc/lasi.c          |    2 +-
 drivers/parisc/lba_pci.c       |   22 ++++++------
 drivers/parisc/led.c           |    2 +-
 drivers/parisc/sba_iommu.c     |   42 +++++++++++-----------
 drivers/parisc/wax.c           |    2 +-
 include/asm-parisc/assembly.h  |    6 +--
 include/asm-parisc/ioctl.h     |   51 +---------------------------
 include/asm-parisc/ioctls.h    |    4 ++
 include/asm-parisc/termbits.h  |    5 ++-
 include/asm-parisc/termios.h   |    6 ++-
 31 files changed, 167 insertions(+), 210 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-parisc"=
 in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: Kyle McMartin <kyle@hera.kernel.org>
To: torvalds@linux-foundation.org
Cc: kyle@mcmartin.ca, akpm@linux-foundation.org,
	linux-parisc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [git patches] parisc updates for 2.6.26
Date: Thu, 15 May 2008 15:37:14 +0000	[thread overview]
Message-ID: <20080515153714.GA10374@hera.kernel.org> (raw)

The following changes since commit 492c2e476eac010962850006c49df326919b284c:
  Linus Torvalds (1):
        Linux 2.6.26-rc2

are available in the git repository at:

  /pub/scm/linux/kernel/git/kyle/parisc-2.6.git master

Alan Cox (1):
      parisc: new termios definitions

Harvey Harrison (2):
      parisc: replace remaining __FUNCTION__ occurrences
      drivers/parisc: replace remaining __FUNCTION__ occurrences

Helge Deller (1):
      parisc: fix trivial section name warnings

Johannes Weiner (1):
      parisc: remove redundant display of free swap space in show_mem()

Kyle McMartin (3):
      parisc: use conditional macro for 64-bit wide ops
      parisc: remove -traditional from assembler flags
      arch/parisc/kernel/perf_asm.S: build fix

Robert P. J. Day (1):
      parisc: Remove ioctl.h content picked up from <asm-generic/ioctl.h>.

S.Çağlar Onur (1):
      arch/parisc/kernel/unaligned.c: use time_* macros

 arch/parisc/hpux/gate.S        |    3 +-
 arch/parisc/hpux/wrappers.S    |    3 +-
 arch/parisc/kernel/Makefile    |    3 --
 arch/parisc/kernel/entry.S     |   49 +++++++++++---------------
 arch/parisc/kernel/head.S      |    2 +-
 arch/parisc/kernel/hpmc.S      |    3 +-
 arch/parisc/kernel/inventory.c |    2 +-
 arch/parisc/kernel/pacache.S   |   73 ++++++++++++++++++++-------------------
 arch/parisc/kernel/perf_asm.S  |    4 ++-
 arch/parisc/kernel/real2.S     |   13 ++++---
 arch/parisc/kernel/syscall.S   |    5 ++-
 arch/parisc/kernel/traps.c     |    2 +-
 arch/parisc/kernel/unaligned.c |    5 ++-
 arch/parisc/lib/fixup.S        |    3 +-
 arch/parisc/lib/lusercopy.S    |    5 ++-
 arch/parisc/lib/memcpy.c       |    2 +-
 arch/parisc/mm/init.c          |    2 -
 drivers/parisc/asp.c           |    2 +-
 drivers/parisc/ccio-dma.c      |   36 ++++++++++----------
 drivers/parisc/dino.c          |   14 ++++----
 drivers/parisc/gsc.c           |    4 +-
 drivers/parisc/lasi.c          |    2 +-
 drivers/parisc/lba_pci.c       |   22 ++++++------
 drivers/parisc/led.c           |    2 +-
 drivers/parisc/sba_iommu.c     |   42 +++++++++++-----------
 drivers/parisc/wax.c           |    2 +-
 include/asm-parisc/assembly.h  |    6 +--
 include/asm-parisc/ioctl.h     |   51 +---------------------------
 include/asm-parisc/ioctls.h    |    4 ++
 include/asm-parisc/termbits.h  |    5 ++-
 include/asm-parisc/termios.h   |    6 ++-
 31 files changed, 167 insertions(+), 210 deletions(-)

             reply	other threads:[~2008-05-15 15:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-15 15:37 Kyle McMartin [this message]
2008-05-15 15:37 ` [git patches] parisc updates for 2.6.26 Kyle McMartin

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=20080515153714.GA10374@hera.kernel.org \
    --to=kyle@hera.kernel.org \
    --cc=akpm@linux-foundation.org \
    --cc=kyle@mcmartin.ca \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-parisc@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.