linux-parisc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Helge Deller <deller@gmx.de>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	linux-kernel@vger.kernel.org, linux-parisc@vger.kernel.org,
	James Bottomley <James.Bottomley@hansenpartnership.com>,
	John David Anglin <dave.anglin@bell.net>
Subject: [GIT PULL] parisc architecture updates for kernel v5.1
Date: Tue, 5 Mar 2019 09:07:21 +0100	[thread overview]
Message-ID: <20190305080721.GA15719@ls3530.dellerweb.de> (raw)

Hi Linus,

please pull parisc architecture fixes and updates for kernel 5.1:

  git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git parisc-5.1-1

Most important changes in this patch set:
- DMA-related cleanups for parisc with the aim to move anything not required by
  drivers out of <asm/dma-mapping.h>, by Christoph Hellwig 
- Switch to memblock_alloc(), by Mike Rapoport
- Makefile cleanups by Masahiro Yamada
- Switch to bust_spinlocks(), by Sergey Senozhatsky
- Improved initial SMP affinity selection for IRQs
- Added IPI- and rescheduling interrupts in /proc/interrupts output

Thanks,
Helge

----------------------------------------------------------------
Christoph Hellwig (8):
      parisc: don't include <asm/cacheflush.h> in <asm/dma-mapping.h>
      parisc: move internal implementation details out of <asm/dma-mapping.h>
      parisc: turn GET_IOC into an inline function
      parisc: properly type the iommu field in struct pci_hba_data
      parisc: properly type the return value of parisc_walk_tree
      parisc/dino: use container_of in DINO_DEV
      parisc/lba_pci: use container_of in LBA_DEV
      parisc: remove the HBA_DATA macro

Helge Deller (9):
      parisc: Hide built-in serial aux port of Tosca GSP card
      parisc: Show rescheduling interrupts on SMP machines only
      parisc: Count IPI function call interrupts
      parisc: Improve initial IRQ to CPU assignment
      parisc: Use F_EXTEND() macro in iosapic code
      parisc: Add constants for PDC_RELOCATE PDC call
      parisc: Show machine product number during boot
      parisc: Add constant for PDC_PAT_COMPLEX firmware call
      parisc: Add constants for various PDC firmware calls

Masahiro Yamada (1):
      parisc: remove meaningless ccflags-y in arch/parisc/boot/Makefile

Mike Rapoport (1):
      parisc: use memblock_alloc() instead of custom get_memblock()

Sergey Senozhatsky (1):
      parisc: replace oops_in_progress manipulation with bust_spinlocks()

Sven Schnelle (1):
      parisc: Add PDC_CRASH_PREP PDC function number

 arch/parisc/boot/Makefile             |  6 ----
 arch/parisc/include/asm/dma-mapping.h | 46 -----------------------------
 arch/parisc/include/asm/hardirq.h     |  1 +
 arch/parisc/include/asm/pci.h         |  4 +--
 arch/parisc/include/asm/pdc.h         |  1 +
 arch/parisc/include/asm/pdcpat.h      |  4 +++
 arch/parisc/include/uapi/asm/pdc.h    | 26 +++++++++++++++--
 arch/parisc/kernel/firmware.c         | 24 +++++++++++++++
 arch/parisc/kernel/irq.c              | 19 ++++++++----
 arch/parisc/kernel/processor.c        |  9 ++++++
 arch/parisc/kernel/setup.c            |  1 +
 arch/parisc/kernel/smp.c              |  1 +
 arch/parisc/kernel/traps.c            |  4 +--
 arch/parisc/mm/init.c                 | 52 ++++++++++++---------------------
 drivers/parisc/ccio-dma.c             | 11 +++++--
 drivers/parisc/dino.c                 | 11 ++++---
 drivers/parisc/eisa.c                 |  2 ++
 drivers/parisc/hppb.c                 |  2 ++
 drivers/parisc/iommu.h                | 55 +++++++++++++++++++++++++++++++++++
 drivers/parisc/iosapic.c              | 17 +----------
 drivers/parisc/lba_pci.c              | 30 +++++++++++++------
 drivers/parisc/sba_iommu.c            |  2 ++
 22 files changed, 197 insertions(+), 131 deletions(-)
 create mode 100644 drivers/parisc/iommu.h

             reply	other threads:[~2019-03-05  8:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-05  8:07 Helge Deller [this message]
2019-03-05 19:35 ` [GIT PULL] parisc architecture updates for kernel v5.1 pr-tracker-bot
2019-04-06 20:29 Helge Deller
2019-04-06 21:05 ` pr-tracker-bot

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=20190305080721.GA15719@ls3530.dellerweb.de \
    --to=deller@gmx.de \
    --cc=James.Bottomley@hansenpartnership.com \
    --cc=dave.anglin@bell.net \
    --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;
as well as URLs for NNTP newsgroup(s).