summaryrefslogtreecommitdiff
path: root/arch/parisc
AgeCommit message (Expand)Author
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-03-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-25Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2022-03-24mm: madvise: MADV_DONTNEED_LOCKEDJohannes Weiner
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-23Merge tag 'for-5.18/fbdev-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22Merge tag 'nfsd-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2022-03-21arch: Add pmd_pfn() where it is missingMike Rapoport
2022-03-21parisc: Fix invalidate/flush vmap routinesJohn David Anglin
2022-03-18parisc: Avoid flushing cache on cache-less machinesHelge Deller
2022-03-18parisc: Avoid using hardware single-step in kprobesHelge Deller
2022-03-17parisc: Improve CPU socket and core bootup info textHelge Deller
2022-03-17parisc: Enable ARCH_HAS_DEBUG_VM_PGTABLEHelge Deller
2022-03-16parisc: Avoid calling SMP cache flush functions on cache-less machinesHelge Deller
2022-03-11parisc: Increase parisc_cache_flush_threshold settingJohn David Anglin
2022-03-11parisc/unaligned: Enhance user-space visible outputHelge Deller
2022-03-11parisc/unaligned: Rewrite 32-bit inline assembly of emulate_sth()Helge Deller
2022-03-11parisc/unaligned: Rewrite 32-bit inline assembly of emulate_ldd()Helge Deller
2022-03-11parisc/unaligned: Rewrite inline assembly of emulate_ldw()Helge Deller
2022-03-11parisc/unaligned: Rewrite inline assembly of emulate_ldh()Helge Deller
2022-03-11parisc/unaligned: Use EFAULT fixup handler in unaligned handlersHelge Deller
2022-03-11parisc: Reduce code size by optimizing get_current() function callsHelge Deller
2022-03-11parisc: Use constants to encode the space registers like SR_KERNELHelge Deller
2022-03-11parisc: Use SR_USER and SR_KERNEL in get_user() and put_user()Helge Deller
2022-03-11parisc: Add defines for various space registerHelge Deller
2022-03-11parisc: Always use the self-extracting kernel featureHelge Deller
2022-03-11parisc: Add vDSO supportHelge Deller
2022-03-11parisc: Simplify fast path for non-access data TLB faultsJohn David Anglin
2022-03-11parisc: Fix handling off probe non-access faultsJohn David Anglin
2022-03-11parisc: Fix non-access data TLB cache flush faultsJohn David Anglin
2022-03-11arch: Remove references to CONFIG_NFSD_V3 in the default configsChuck Lever
2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman
2022-02-25Merge branch 'set_fs-4' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Arnd Bergmann
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann
2022-02-25uaccess: generalize access_ok()Arnd Bergmann
2022-02-25uaccess: add generic __{get,put}_kernel_nofaultArnd Bergmann
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-23parisc/unaligned: Fix ldw() and stw() unalignment handlersHelge Deller
2022-02-23parisc/unaligned: Fix fldd and fstd unaligned handlers on 32-bit kernelHelge Deller
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-17shmbuf.h: add asm/shmbuf.h to UAPI compile-test coverageMasahiro Yamada
2022-02-17signal.h: add linux/signal.h and asm/signal.h to UAPI compile-test coverageMasahiro Yamada
2022-02-16asm-generic: Refactor dereference_[kernel]_function_descriptor()Christophe Leroy
2022-02-16asm-generic: Define 'func_desc_t' to commonly describe function descriptorsChristophe Leroy
2022-02-16asm-generic: Define CONFIG_HAVE_FUNCTION_DESCRIPTORSChristophe Leroy
2022-02-14parisc: Fix some apparent put_user() failuresHelge Deller
2022-02-13parisc: Show error if wrong 32/64-bit compiler is being usedHelge Deller