aboutsummaryrefslogtreecommitdiff
path: root/arch/parisc
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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
2020-08-14all arch: remove system call sys_sysctlGravatar Xiaoming Ni 1-1/+1
2020-08-12Merge branch 'parisc-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-5/+67
2020-08-12mm/parisc: use general page fault accountingGravatar Peter Xu 1-5/+3
2020-08-12mm: do page fault accounting in handle_mm_faultGravatar Peter Xu 1-1/+1
2020-08-12uaccess: remove segment_eqGravatar Christoph Hellwig 1-1/+1
2020-08-12parisc: Implement __smp_store_release and __smp_load_acquire barriersGravatar John David Anglin 1-0/+61
2020-08-11parisc: Whitespace cleanups in atomic.hGravatar Helge Deller 1-4/+4
2020-08-11parisc/kernel/ftrace: Remove function callback castsGravatar Oscar Carter 1-1/+2
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+1
2020-08-09Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 2-22/+0
2020-08-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 10-22/+4
2020-08-07mm/sparse: cleanup the code surrounding memory_present()Gravatar Mike Rapoport 1-5/+0
2020-08-07asm-generic: pgalloc: provide generic pgd_free()Gravatar Mike Rapoport 1-0/+1
2020-08-07asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Gravatar Mike Rapoport 1-9/+2
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Gravatar Mike Rapoport 8-8/+1
2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-68/+16
2020-08-06locking, arch/ia64: Reduce <asm/smp.h> header dependencies by moving XTP bits...Gravatar Peter Zijlstra 1-0/+1
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 1-2/+2
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2020-08-04Merge branch 'parisc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 9-105/+66
2020-08-04Merge tag 'dma-mapping-5.9' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-0/+1
2020-08-04Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+1
2020-08-04Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Gravatar Linus Torvalds 2-2/+1
2020-08-04parisc: make the log level string for register dumps constGravatar Rolf Eike Beer 1-3/+3
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 3-0/+16
2020-07-31Merge branch 'linus' into locking/core, to resolve conflictGravatar Ingo Molnar 3-0/+16
2020-07-29Merge branch 'locking/header'Gravatar Peter Zijlstra 1-2/+0
2020-07-29locking/atomic: Move ATOMIC_INIT into linux/types.hGravatar Herbert Xu 1-2/+0
2020-07-28parisc: Do not use an ordered store in pa_tlb_lock()Gravatar John David Anglin 1-2/+7
2020-07-28Revert "parisc: Revert "Release spinlocks using ordered store""Gravatar Helge Deller 2-10/+6