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