All of lore.kernel.org
 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.12-rc1
Date: Sun, 21 Feb 2021 17:56:07 +0100	[thread overview]
Message-ID: <YDKQpwGHc7IDsDcp@ls3530.fritz.box> (raw)

Hi Linus,

please pull the parisc architecture updates for kernel 5.12-rc1 from:

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

Updates include:
* Optimize parisc page table locks by using the existing page_table_lock
* Export argv0-preserve flag in binfmt_misc for usage in qemu-user
* Fix interrupt table (IVT) checksum so firmware will call crash handler (HPMC)
* Increase IRQ stack to 64kb on 64-bit kernel
* Switch to common devmem_is_allowed() implementation
* Minor fix to get_whan()

Thanks,
Helge

----------------------------------------------------------------
Helge Deller (3):
      parisc: Drop out of get_whan() if task is running again
      parisc: Use the generic devmem_is_allowed()
      parisc: Optimize per-pagetable spinlocks

John David Anglin (1):
      parisc: Bump 64-bit IRQ stack size to 64 KB

Laurent Vivier (1):
      binfmt_misc: pass binfmt_misc flags to the interpreter

Sven Schnelle (1):
      parisc: Fix IVT checksum calculation wrt HPMC

Tiezhu Yang (1):
      parisc: Replace test_ti_thread_flag() with test_tsk_thread_flag()

 arch/parisc/Kconfig                   |  11 ++++
 arch/parisc/include/asm/compat.h      |   2 +-
 arch/parisc/include/asm/io.h          |   2 +
 arch/parisc/include/asm/mmu_context.h |   7 ++
 arch/parisc/include/asm/page.h        |   2 +-
 arch/parisc/include/asm/pgalloc.h     |  76 ++++++----------------
 arch/parisc/include/asm/pgtable.h     |  89 ++++++--------------------
 arch/parisc/kernel/asm-offsets.c      |   1 -
 arch/parisc/kernel/entry.S            | 116 +++++++++++++++-------------------
 arch/parisc/kernel/hpmc.S             |  10 ---
 arch/parisc/kernel/irq.c              |   4 ++
 arch/parisc/kernel/process.c          |   2 +
 arch/parisc/kernel/traps.c            |   9 +--
 arch/parisc/mm/hugetlbpage.c          |  13 ----
 arch/parisc/mm/init.c                 |  10 +--
 fs/binfmt_elf.c                       |   5 +-
 fs/binfmt_elf_fdpic.c                 |   5 +-
 fs/binfmt_misc.c                      |   4 +-
 include/linux/binfmts.h               |   4 ++
 include/uapi/linux/binfmts.h          |   4 ++
 20 files changed, 141 insertions(+), 235 deletions(-)

             reply	other threads:[~2021-02-21 16:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-21 16:56 Helge Deller [this message]
2021-02-21 22:01 ` [GIT PULL] parisc architecture updates for kernel v5.12-rc1 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=YDKQpwGHc7IDsDcp@ls3530.fritz.box \
    --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 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.