summaryrefslogtreecommitdiff
path: root/arch/parisc
AgeCommit message (Expand)AuthorFilesLines
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-0/+2
2022-03-24Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-19/+9
2022-03-24Merge tag 'for-5.18/fbdev-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2022-03-23Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-0/+1
2022-03-22Merge tag 'nfsd-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-1/+0
2022-03-21arch: Add pmd_pfn() where it is missingMike Rapoport1-0/+1
2022-03-21parisc: Fix invalidate/flush vmap routinesJohn David Anglin1-5/+19
2022-03-19parisc: Avoid flushing cache on cache-less machinesHelge Deller1-0/+4
2022-03-18parisc: Avoid using hardware single-step in kprobesHelge Deller3-19/+24
2022-03-18parisc: Improve CPU socket and core bootup info textHelge Deller1-2/+2
2022-03-18parisc: Enable ARCH_HAS_DEBUG_VM_PGTABLEHelge Deller1-0/+1
2022-03-17parisc: Avoid calling SMP cache flush functions on cache-less machinesHelge Deller3-34/+40
2022-03-11parisc: Increase parisc_cache_flush_threshold settingJohn David Anglin1-3/+15
2022-03-11parisc/unaligned: Enhance user-space visible outputHelge Deller1-26/+10
2022-03-11parisc/unaligned: Rewrite 32-bit inline assembly of emulate_sth()Helge Deller1-8/+7
2022-03-11parisc/unaligned: Rewrite 32-bit inline assembly of emulate_ldd()Helge Deller1-15/+13
2022-03-11parisc/unaligned: Rewrite inline assembly of emulate_ldw()Helge Deller1-12/+11
2022-03-11parisc/unaligned: Rewrite inline assembly of emulate_ldh()Helge Deller1-6/+5
2022-03-11parisc/unaligned: Use EFAULT fixup handler in unaligned handlersHelge Deller1-105/+55
2022-03-11parisc: Reduce code size by optimizing get_current() function callsHelge Deller1-3/+5
2022-03-11parisc: Use constants to encode the space registers like SR_KERNELHelge Deller7-27/+24
2022-03-11parisc: Use SR_USER and SR_KERNEL in get_user() and put_user()Helge Deller1-14/+14
2022-03-11parisc: Add defines for various space registerHelge Deller1-0/+6
2022-03-11parisc: Always use the self-extracting kernel featureHelge Deller2-21/+0
2022-03-11parisc: Add vDSO supportHelge Deller32-165/+1149
2022-03-11parisc: Simplify fast path for non-access data TLB faultsJohn David Anglin1-67/+5
2022-03-11parisc: Fix handling off probe non-access faultsJohn David Anglin3-0/+92
2022-03-11parisc: Fix non-access data TLB cache flush faultsJohn David Anglin1-27/+1
2022-03-11arch: Remove references to CONFIG_NFSD_V3 in the default configsChuck Lever1-1/+0
2022-02-25Merge branch 'set_fs-4' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Arnd Bergmann5-19/+7
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann3-9/+3
2022-02-25uaccess: generalize access_ok()Arnd Bergmann2-9/+4
2022-02-25uaccess: add generic __{get,put}_kernel_nofaultArnd Bergmann1-1/+0
2022-02-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+7
2022-02-23parisc/unaligned: Fix ldw() and stw() unalignment handlersHelge Deller1-3/+3
2022-02-23parisc/unaligned: Fix fldd and fstd unaligned handlers on 32-bit kernelHelge Deller1-4/+4
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-19/+45
2022-02-17shmbuf.h: add asm/shmbuf.h to UAPI compile-test coverageMasahiro Yamada1-0/+2
2022-02-17signal.h: add linux/signal.h and asm/signal.h to UAPI compile-test coverageMasahiro Yamada1-1/+1
2022-02-14parisc: Fix some apparent put_user() failuresHelge Deller1-14/+15
2022-02-14parisc: Show error if wrong 32/64-bit compiler is being usedHelge Deller1-0/+8
2022-02-07parisc: Add ioread64_lo_hi() and iowrite64_lo_hi()Andy Shevchenko1-0/+18
2022-01-31txhash: Add socket option to control TX hash rethink behaviorAkhmat Karakotov1-0/+2
2022-01-30agp: define proper stubs for empty helpersArnd Bergmann1-2/+2
2022-01-28parisc: Drop __init from map_pages declarationJohn David Anglin1-5/+4
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds1-1/+0
2022-01-22Merge tag 'for-5.17/parisc-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-3/+16
2022-01-20parisc: Fix missing prototype for 'toc_intr' warning in toc.cHelge Deller2-0/+2
2022-01-20parisc: Autodetect default output device and set console= kernel parameterHelge Deller1-0/+11
2022-01-20parisc: Use safer strscpy() in setup_cmdline()Helge Deller1-2/+2