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 v5.19-rc1
Date: Mon, 30 May 2022 20:43:36 +0200	[thread overview]
Message-ID: <YpUQWLSW4OPOc2wX@p100> (raw)

Hi Linus,

please pull the parisc architecture updates for kernel v5.19-rc1.

Minor cleanups and code optimizations, e.g.:
- improvements in assembly statements in the tmpalias code path,
- added some additionals compile time checks,
- drop some unneccesary assembler DMA syncs.

Thanks,
Helge

----------------------------------------------------------------

The following changes since commit 4b0986a3613c92f4ec1bdc7f60ec66fea135991f:

  Linux 5.18 (2022-05-22 09:52:31 -1000)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git tags/for-5.19/parisc-1

for you to fetch changes up to 72acadfeb378915a3c4990f4252ab33ce8225491:

  parisc: Drop __ARCH_WANT_OLD_READDIR and __ARCH_WANT_SYS_OLDUMOUNT (2022-05-30 17:43:44 +0200)

----------------------------------------------------------------
parisc architecture updates for kernel v5.19-rc1

Minor cleanups and code optimizations, e.g.:
- improvements in assembly statements in the tmpalias code path,
- added some additionals compile time checks,
- drop some unneccesary assembler DMA syncs.

----------------------------------------------------------------
Helge Deller (6):
      parisc: video: fbdev: stifb: Add sti_dump_font() to dump STI font
      parisc: Prevent ldil() to sign-extend into upper 32 bits
      parisc: Fix wrong comment for shr macro
      parisc: Add dep_safe() macro to deposit a register in 32- and 64-kernels
      parisc: Optimize tmpalias function calls
      parisc: Drop __ARCH_WANT_OLD_READDIR and __ARCH_WANT_SYS_OLDUMOUNT

John David Anglin (2):
      parisc: Don't enforce DMA completion order in cache flushes
      parisc: Don't hardcode assembler bit definitions in tmpalias code

 arch/parisc/include/asm/assembly.h | 12 ++++-
 arch/parisc/include/asm/cache.h    |  1 +
 arch/parisc/include/asm/fixmap.h   | 25 ++++++++--
 arch/parisc/include/asm/unistd.h   |  2 -
 arch/parisc/kernel/cache.c         |  3 ++
 arch/parisc/kernel/entry.S         | 22 ++++-----
 arch/parisc/kernel/pacache.S       | 94 ++++++--------------------------------
 arch/parisc/mm/init.c              |  6 +++
 drivers/video/console/sticore.c    | 21 +++++++++
 9 files changed, 86 insertions(+), 100 deletions(-)

             reply	other threads:[~2022-05-30 18:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-30 18:43 Helge Deller [this message]
2022-05-30 18:58 ` [GIT PULL] parisc architecture updates for v5.19-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=YpUQWLSW4OPOc2wX@p100 \
    --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.