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 fixes for kernel v5.7
Date: Mon, 6 Apr 2020 22:16:15 +0200	[thread overview]
Message-ID: <20200406201615.GA23183@ls3530.fritz.box> (raw)

Hi Linus,

please pull the updates for the parisc architecture for kernel 5.7 from:

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

Some cleanups in arch_rw locking functions, improved interrupt handling in arch
spinlocks, coversions to request_irq() and syscall table generation cleanups.

Thanks,
Helge

----------------------------------------------------------------
Firoz Khan (1):
      parisc: remove nargs from __SYSCALL

Helge Deller (3):
      parisc: Improve interrupt handling in arch_spin_lock_flags()
      parisc: Rework arch_rw locking functions
      parisc: Refactor alternative code to accept multiple conditions

afzal mohammed (1):
      parisc: Replace setup_irq() by request_irq()

 arch/parisc/include/asm/spinlock.h        | 160 ++++++++++++++----------------
 arch/parisc/include/asm/spinlock_types.h  |  14 ++-
 arch/parisc/kernel/alternative.c          |  37 +++----
 arch/parisc/kernel/irq.c                  |  22 ++--
 arch/parisc/kernel/syscall.S              |   2 +-
 arch/parisc/kernel/syscalls/syscalltbl.sh |   4 +-
 drivers/parisc/eisa.c                     |   8 +-
 7 files changed, 114 insertions(+), 133 deletions(-)

             reply	other threads:[~2020-04-06 20:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-06 20:16 Helge Deller [this message]
2020-04-07 19:55 ` [GIT PULL] parisc architecture fixes for kernel v5.7 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=20200406201615.GA23183@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.