aboutsummaryrefslogtreecommitdiff
path: root/arch/parisc
AgeCommit message (Expand)AuthorFilesLines
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingGravatar Peter Zijlstra 1-1/+1
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Gravatar Joe Perches 4-6/+6
2020-10-25Merge branch 'parisc-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-9/+87
2020-10-23parisc: Add wrapper syscalls to fix O_NONBLOCK flag usageGravatar Helge Deller 2-7/+78
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-3/+1
2020-10-22parisc: Improve error return codes when setting rtc timeGravatar Helge Deller 1-2/+9
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-0/+1
2020-10-18mm/madvise: introduce process_madvise() syscall: an external memory hinting APIGravatar Minchan Kim 1-0/+1
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Gravatar Jens Axboe 1-3/+1
2020-10-15Merge branch 'parisc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 19-68/+116
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 3-8/+2
2020-10-15parisc: Add MAP_UNINITIALIZED defineGravatar Helge Deller 1-0/+1
2020-10-15parisc: Improve spinlock handlingGravatar John David Anglin 1-10/+13
2020-10-15parisc: Install vmlinuz instead of zImage fileGravatar Helge Deller 1-1/+1
2020-10-15parisc: Rewrite tlb flush threshold calculationGravatar John David Anglin 1-10/+8
2020-10-15parisc: Switch to more fine grained lws locksGravatar John David Anglin 2-7/+7
2020-10-15parisc: Mark pointers volatile in __xchg8(), __xchg32() and __xchg64()Gravatar John David Anglin 2-10/+10
2020-10-15parisc: Fix comments and enable interrupts laterGravatar John David Anglin 1-7/+7
2020-10-15parisc: Add alternative patching to synchronize_caches defineGravatar John David Anglin 1-1/+5
2020-10-15parisc: Add ioread64_hi_lo() and iowrite64_hi_lo()Gravatar Helge Deller 1-0/+18
2020-10-15parisc: disable CONFIG_IDE in defconfigsGravatar Christoph Hellwig 2-9/+3
2020-10-15parisc: Drop useless comments in uapi/asm/signal.hGravatar Helge Deller 1-2/+2
2020-10-15parisc: Define O_NONBLOCK to become 000200000Gravatar Helge Deller 2-3/+3
2020-10-15parisc: Drop HP-UX specific fcntl and signal flagsGravatar Helge Deller 2-5/+1
2020-10-15parisc: Avoid external interrupts when IPI finishesGravatar Helge Deller 1-3/+6
2020-10-15parisc: Add qemu fw_cfg interfaceGravatar Helge Deller 2-0/+31
2020-10-13Merge tag 'seccomp-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-16/+0
2020-10-12Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2020-10-12Merge branch 'work.quota-compat' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+0
2020-10-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-5/+5
2020-10-12Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-45/+0
2020-10-12Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-72/+4
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-0/+2
2020-10-08seccomp: Move config option SECCOMP to arch/KconfigGravatar YiFei Zhu 1-16/+0
2020-10-06dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Gravatar Christoph Hellwig 1-1/+1
2020-10-06dma-mapping: split <linux/dma-mapping.h>Gravatar Christoph Hellwig 1-0/+1
2020-10-03mm: remove compat_process_vm_{readv,writev}Gravatar Christoph Hellwig 1-2/+2
2020-10-03fs: remove compat_sys_vmspliceGravatar Christoph Hellwig 1-1/+1
2020-10-03fs: remove the compat readv/writev syscallsGravatar Christoph Hellwig 1-2/+2
2020-09-25dma-mapping: remove dma_cache_syncGravatar Christoph Hellwig 2-7/+0
2020-09-22fs: remove compat_sys_mountGravatar Christoph Hellwig 1-1/+1
2020-09-17compat: lift compat_s64 and compat_u64 to <asm-generic/compat.h>Gravatar Christoph Hellwig 1-2/+0
2020-09-08uaccess: add infrastructure for kernel builds with set_fs()Gravatar Christoph Hellwig 1-0/+1
2020-09-08parisc: kprobes: Use generic kretprobe trampoline handlerGravatar Masami Hiramatsu 1-72/+4
2020-09-01vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGGravatar Kees Cook 2-0/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 3-9/+8
2020-08-20saner calling conventions for csum_and_copy_..._user()Gravatar Al Viro 1-20/+0
2020-08-20unify generic instances of csum_partial_copy_nocheck()Gravatar Al Viro 2-25/+0
2020-08-16parisc: fix PMD pages allocation by restoring pmd_alloc_one()Gravatar Mike Rapoport 1-0/+6
2020-08-14iomap: constify ioreadX() iomem argument (as in generic implementation)Gravatar Krzysztof Kozlowski 2-38/+38