All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] parisc fixes for 3.10-rc3
@ 2013-05-25 18:27 Helge Deller
  0 siblings, 0 replies; only message in thread
From: Helge Deller @ 2013-05-25 18:27 UTC (permalink / raw)
  To: Linus Torvalds, Linux Kernel Development, linux-parisc,
	James Bottomley

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(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-05-25 18:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-25 18:27 [GIT PULL] parisc fixes for 3.10-rc3 Helge Deller

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.