public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Helge Deller <deller@gmx.de>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	Linux Kernel Development <linux-kernel@vger.kernel.org>,
	linux-parisc@vger.kernel.org,
	James Bottomley <James.Bottomley@HansenPartnership.com>
Subject: [GIT PULL] parisc fixes for 3.10-rc3
Date: Sat, 25 May 2013 20:27:36 +0200	[thread overview]
Message-ID: <20130525182736.GA26375@p100.box> (raw)

Hi Linus,

please pull the latest parisc architecture fixes.

This time we made the kernel- and interruption stack allocation
reentrant which fixed some strange kernel crashes (specifically
protection ID traps). Furthemore this patchset fixes the interrupt stack
in UP and SMP configurations by using native locking instructions.  And
finally usage of floating point calculations on parisc were disabled in
the MPILIB.

Thanks,
Helge


The following changes since commit 17fdfd0851617b6c18c0913364caf2a54171ce85:

  Merge tag 'trace-fixes-v3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace (2013-05-24 10:46:55 -0700)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git parisc-for-3.10

for you to fetch changes up to d96b51ec14650b490ab98e738bcc02309396e5bc:

  parisc: fix irq stack on UP and SMP (2013-05-24 23:29:01 +0200)

----------------------------------------------------------------
Helge Deller (6):
      MPILIB: disable usage of floating point registers on parisc
      parisc: add rp5470 entry to machine database
      parisc: use PAGE_SHIFT instead of hardcoded value 12 in pacache.S
      parisc: add additional parisc git tree to MAINTAINERS file
      parisc: show number of FPE and unaligned access handler calls in /proc/interrupts
      parisc: fix irq stack on UP and SMP

John David Anglin (1):
      parisc: make interrupt and interruption stack allocation reentrant

Peter Huewe (1):
      parisc/superio: Use module_pci_driver to register driver

 MAINTAINERS                         |  1 +
 arch/parisc/include/asm/assembly.h  |  1 -
 arch/parisc/include/asm/hardirq.h   |  7 ++----
 arch/parisc/include/asm/processor.h | 21 ----------------
 arch/parisc/kernel/entry.S          | 19 +++++++-------
 arch/parisc/kernel/hardware.c       |  1 +
 arch/parisc/kernel/irq.c            | 49 +++++++++++++++++++++++++------------
 arch/parisc/kernel/pacache.S        | 12 ++++-----
 arch/parisc/kernel/traps.c          |  1 +
 arch/parisc/kernel/unaligned.c      |  3 +++
 drivers/parisc/superio.c            | 13 +---------
 lib/mpi/longlong.h                  |  5 ++--
 12 files changed, 62 insertions(+), 71 deletions(-)

                 reply	other threads:[~2013-05-25 18:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20130525182736.GA26375@p100.box \
    --to=deller@gmx.de \
    --cc=James.Bottomley@HansenPartnership.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox