linux-parisc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] parisc architecture updates for kernel v5.1
@ 2019-04-06 20:29 Helge Deller
  2019-04-06 21:05 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Helge Deller @ 2019-04-06 20:29 UTC (permalink / raw)
  To: Linus Torvalds, linux-kernel, linux-parisc, James Bottomley,
	John David Anglin

Hi Linus,

please pull four small parisc architecture fixes for kernel 5.1 from:

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

A 32-bit boot regression fix introduced in the merge window, a QEMU detection
fix and two fixes by Sven regarding ptrace & kprobes.

Thanks,
Helge

----------------------------------------------------------------
Helge Deller (2):
      Revert: parisc: Use F_EXTEND() macro in iosapic code
      parisc: Detect QEMU earlier in boot process

Sven Schnelle (2):
      parisc: regs_return_value() should return gpr28
      parisc: also set iaoq_b in instruction_pointer_set()

 arch/parisc/include/asm/ptrace.h | 5 +++--
 arch/parisc/kernel/process.c     | 6 ------
 arch/parisc/kernel/setup.c       | 3 +++
 drivers/parisc/iosapic.c         | 6 +++++-
 4 files changed, 11 insertions(+), 9 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] parisc architecture updates for kernel v5.1
  2019-04-06 20:29 [GIT PULL] parisc architecture updates for kernel v5.1 Helge Deller
@ 2019-04-06 21:05 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2019-04-06 21:05 UTC (permalink / raw)
  To: Helge Deller
  Cc: Linus Torvalds, linux-kernel, linux-parisc, James Bottomley,
	John David Anglin

The pull request you sent on Sat, 6 Apr 2019 22:29:32 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/373c392508577b24e293ff4994e919087fed2495

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] parisc architecture updates for kernel v5.1
  2019-03-05  8:07 Helge Deller
@ 2019-03-05 19:35 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2019-03-05 19:35 UTC (permalink / raw)
  To: Helge Deller
  Cc: Linus Torvalds, linux-kernel, linux-parisc, James Bottomley,
	John David Anglin

The pull request you sent on Tue, 5 Mar 2019 09:07:21 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/8feed3efa8022107bcb3432ac3ec9917e078ae70

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] parisc architecture updates for kernel v5.1
@ 2019-03-05  8:07 Helge Deller
  2019-03-05 19:35 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Helge Deller @ 2019-03-05  8:07 UTC (permalink / raw)
  To: Linus Torvalds, linux-kernel, linux-parisc, James Bottomley,
	John David Anglin

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-04-06 21:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-06 20:29 [GIT PULL] parisc architecture updates for kernel v5.1 Helge Deller
2019-04-06 21:05 ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2019-03-05  8:07 Helge Deller
2019-03-05 19:35 ` pr-tracker-bot

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