aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2020-10-18mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim1-0/+1
2020-10-15Merge branch 'parisc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds19-68/+116
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds3-8/+2
2020-10-15parisc: Add MAP_UNINITIALIZED defineHelge Deller1-0/+1
2020-10-15parisc: Improve spinlock handlingJohn David Anglin1-10/+13
2020-10-15parisc: Install vmlinuz instead of zImage fileHelge Deller1-1/+1
2020-10-15parisc: Rewrite tlb flush threshold calculationJohn David Anglin1-10/+8
2020-10-15parisc: Switch to more fine grained lws locksJohn David Anglin2-7/+7
2020-10-15parisc: Mark pointers volatile in __xchg8(), __xchg32() and __xchg64()John David Anglin2-10/+10
2020-10-15parisc: Fix comments and enable interrupts laterJohn David Anglin1-7/+7
2020-10-15parisc: Add alternative patching to synchronize_caches defineJohn David Anglin1-1/+5
2020-10-15parisc: Add ioread64_hi_lo() and iowrite64_hi_lo()Helge Deller1-0/+18
2020-10-15parisc: disable CONFIG_IDE in defconfigsChristoph Hellwig2-9/+3
2020-10-15parisc: Drop useless comments in uapi/asm/signal.hHelge Deller1-2/+2
2020-10-15parisc: Define O_NONBLOCK to become 000200000Helge Deller2-3/+3
2020-10-15parisc: Drop HP-UX specific fcntl and signal flagsHelge Deller2-5/+1
2020-10-15parisc: Avoid external interrupts when IPI finishesHelge Deller1-3/+6
2020-10-15parisc: Add qemu fw_cfg interfaceHelge Deller2-0/+31
2020-10-13Merge tag 'seccomp-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-16/+0
2020-10-12Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2020-10-12Merge branch 'work.quota-compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+0
2020-10-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+5
2020-10-12Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-45/+0
2020-10-12Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-72/+4
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+2
2020-10-08seccomp: Move config option SECCOMP to arch/KconfigYiFei Zhu1-16/+0
2020-10-06dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig1-1/+1
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig1-0/+1
2020-10-03mm: remove compat_process_vm_{readv,writev}Christoph Hellwig1-2/+2
2020-10-03fs: remove compat_sys_vmspliceChristoph Hellwig1-1/+1
2020-10-03fs: remove the compat readv/writev syscallsChristoph Hellwig1-2/+2
2020-09-25dma-mapping: remove dma_cache_syncChristoph Hellwig2-7/+0
2020-09-22fs: remove compat_sys_mountChristoph Hellwig1-1/+1
2020-09-17compat: lift compat_s64 and compat_u64 to <asm-generic/compat.h>Christoph Hellwig1-2/+0
2020-09-08uaccess: add infrastructure for kernel builds with set_fs()Christoph Hellwig1-0/+1
2020-09-08parisc: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu1-72/+4
2020-09-01vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook2-0/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva3-9/+8
2020-08-20saner calling conventions for csum_and_copy_..._user()Al Viro1-20/+0
2020-08-20unify generic instances of csum_partial_copy_nocheck()Al Viro2-25/+0
2020-08-16parisc: fix PMD pages allocation by restoring pmd_alloc_one()Mike Rapoport1-0/+6
2020-08-14iomap: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski2-38/+38
2020-08-14all arch: remove system call sys_sysctlXiaoming Ni1-1/+1
2020-08-12Merge branch 'parisc-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds3-5/+67
2020-08-12mm/parisc: use general page fault accountingPeter Xu1-5/+3
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu1-1/+1
2020-08-12uaccess: remove segment_eqChristoph Hellwig1-1/+1
2020-08-12parisc: Implement __smp_store_release and __smp_load_acquire barriersJohn David Anglin1-0/+61
2020-08-11parisc: Whitespace cleanups in atomic.hHelge Deller1-4/+4