summaryrefslogtreecommitdiffstats
path: root/arch/parisc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-282-6/+5
|\
| * resume_user_mode: Move to resume_user_mode.hEric W. Biederman2022-03-101-2/+2
| * ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman2022-03-101-4/+3
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-251-0/+2
|\ \
| * | mm: madvise: MADV_DONTNEED_LOCKEDJohannes Weiner2022-03-241-0/+2
* | | Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-03-253-32/+6
|\ \ \ | |/ / |/| |
| * | asm-generic: Refactor dereference_[kernel]_function_descriptor()Christophe Leroy2022-02-162-30/+0
| * | asm-generic: Define 'func_desc_t' to commonly describe function descriptorsChristophe Leroy2022-02-161-0/+5
| * | asm-generic: Define CONFIG_HAVE_FUNCTION_DESCRIPTORSChristophe Leroy2022-02-162-2/+1
| |/
* | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-241-0/+2
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-241-7/+7
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-174-19/+45
| |\ \ \
| * | | | txhash: Add socket option to control TX hash rethink behaviorAkhmat Karakotov2022-01-311-0/+2
| | |_|/ | |/| |
* | | | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-236-19/+9
|\ \ \ \
| * \ \ \ Merge branch 'set_fs-4' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Arnd Bergmann2022-02-255-19/+7
| |\ \ \ \
| | * | | | uaccess: remove CONFIG_SET_FSArnd Bergmann2022-02-253-9/+3
| | * | | | uaccess: generalize access_ok()Arnd Bergmann2022-02-252-9/+4
| | * | | | uaccess: add generic __{get,put}_kernel_nofaultArnd Bergmann2022-02-251-1/+0
| | |/ / /
| * | | | shmbuf.h: add asm/shmbuf.h to UAPI compile-test coverageMasahiro Yamada2022-02-171-0/+2
| * | | | signal.h: add linux/signal.h and asm/signal.h to UAPI compile-test coverageMasahiro Yamada2022-02-171-1/+1
| |/ / /
* | | | Merge tag 'for-5.18/fbdev-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-231-2/+2
|\ \ \ \
| * | | | agp: define proper stubs for empty helpersArnd Bergmann2022-01-291-2/+2
| |/ / /
* | | | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-0/+1
|\ \ \ \
| * | | | arch: Add pmd_pfn() where it is missingMike Rapoport2022-03-211-0/+1
| | |/ / | |/| |
* | | | Merge tag 'nfsd-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2022-03-221-1/+0
|\ \ \ \
| * | | | arch: Remove references to CONFIG_NFSD_V3 in the default configsChuck Lever2022-03-111-1/+0
| | |_|/ | |/| |
* | | | parisc: Fix invalidate/flush vmap routinesJohn David Anglin2022-03-211-5/+19
* | | | parisc: Avoid flushing cache on cache-less machinesHelge Deller2022-03-181-0/+4
* | | | parisc: Avoid using hardware single-step in kprobesHelge Deller2022-03-183-19/+24
* | | | parisc: Improve CPU socket and core bootup info textHelge Deller2022-03-171-2/+2
* | | | parisc: Enable ARCH_HAS_DEBUG_VM_PGTABLEHelge Deller2022-03-171-0/+1
* | | | parisc: Avoid calling SMP cache flush functions on cache-less machinesHelge Deller2022-03-163-34/+40
* | | | parisc: Increase parisc_cache_flush_threshold settingJohn David Anglin2022-03-111-3/+15
* | | | parisc/unaligned: Enhance user-space visible outputHelge Deller2022-03-111-26/+10
* | | | parisc/unaligned: Rewrite 32-bit inline assembly of emulate_sth()Helge Deller2022-03-111-8/+7
* | | | parisc/unaligned: Rewrite 32-bit inline assembly of emulate_ldd()Helge Deller2022-03-111-15/+13
* | | | parisc/unaligned: Rewrite inline assembly of emulate_ldw()Helge Deller2022-03-111-12/+11
* | | | parisc/unaligned: Rewrite inline assembly of emulate_ldh()Helge Deller2022-03-111-6/+5
* | | | parisc/unaligned: Use EFAULT fixup handler in unaligned handlersHelge Deller2022-03-111-105/+55
* | | | parisc: Reduce code size by optimizing get_current() function callsHelge Deller2022-03-111-3/+5
* | | | parisc: Use constants to encode the space registers like SR_KERNELHelge Deller2022-03-117-27/+24
* | | | parisc: Use SR_USER and SR_KERNEL in get_user() and put_user()Helge Deller2022-03-111-14/+14
* | | | parisc: Add defines for various space registerHelge Deller2022-03-111-0/+6
* | | | parisc: Always use the self-extracting kernel featureHelge Deller2022-03-112-21/+0
* | | | parisc: Add vDSO supportHelge Deller2022-03-1132-165/+1149
* | | | parisc: Simplify fast path for non-access data TLB faultsJohn David Anglin2022-03-111-67/+5
* | | | parisc: Fix handling off probe non-access faultsJohn David Anglin2022-03-113-0/+92
* | | | parisc: Fix non-access data TLB cache flush faultsJohn David Anglin2022-03-111-27/+1
|/ / /
* | | parisc/unaligned: Fix ldw() and stw() unalignment handlersHelge Deller2022-02-231-3/+3
* | | parisc/unaligned: Fix fldd and fstd unaligned handlers on 32-bit kernelHelge Deller2022-02-231-4/+4
|/ /