summaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra2020-11-241-1/+1
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-1/+1
* Merge branch 'parisc-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-253-9/+87
|\
| * parisc: Add wrapper syscalls to fix O_NONBLOCK flag usageHelge Deller2020-10-232-7/+78
| * parisc: Improve error return codes when setting rtc timeHelge Deller2020-10-221-2/+9
* | Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-231-3/+1
|\ \ | |/ |/|
| * tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2020-10-171-3/+1
* | mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim2020-10-181-0/+1
|/
* Merge branch 'parisc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-165-25/+56
|\
| * parisc: Rewrite tlb flush threshold calculationJohn David Anglin2020-10-151-10/+8
| * parisc: Switch to more fine grained lws locksJohn David Anglin2020-10-151-5/+5
| * parisc: Fix comments and enable interrupts laterJohn David Anglin2020-10-151-7/+7
| * parisc: Avoid external interrupts when IPI finishesHelge Deller2020-10-151-3/+6
| * parisc: Add qemu fw_cfg interfaceHelge Deller2020-10-151-0/+30
* | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-152-7/+2
|\ \ | |/ |/|
| * dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-061-1/+1
| * dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig2020-10-061-0/+1
| * dma-mapping: remove dma_cache_syncChristoph Hellwig2020-09-251-6/+0
* | Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-10-131-1/+1
|\ \
| * | fs: remove compat_sys_mountChristoph Hellwig2020-09-231-1/+1
* | | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-131-5/+5
|\ \ \
| * | | mm: remove compat_process_vm_{readv,writev}Christoph Hellwig2020-10-031-2/+2
| * | | fs: remove compat_sys_vmspliceChristoph Hellwig2020-10-031-1/+1
| * | | fs: remove the compat readv/writev syscallsChristoph Hellwig2020-10-031-2/+2
| |/ /
* | | Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-121-72/+4
|\ \ \
| * | | parisc: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu2020-09-081-72/+4
| | |/ | |/|
* | | Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-121-0/+1
|\ \ \ | |/ / |/| |
| * | vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook2020-09-011-0/+1
* | | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-242-7/+6
| |/ |/|
* | all arch: remove system call sys_sysctlXiaoming Ni2020-08-151-1/+1
|/
* Merge branch 'parisc-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-08-121-1/+2
|\
| * parisc/kernel/ftrace: Remove function callback castsOscar Carter2020-08-111-1/+2
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2020-08-091-19/+0
|\ \
| * | kill unused dump_fpu() instancesAl Viro2020-07-271-19/+0
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-075-5/+0
|\ \ \
| * | | mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-075-5/+0
* | | | Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-08-071-68/+16
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | parisc: switch to ->regset_get()Al Viro2020-07-271-68/+16
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-061-2/+2
|\ \ \
| * | | net: remove compat_sys_{get,set}sockoptChristoph Hellwig2020-07-201-2/+2
| | |/ | |/|
* | | Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds2020-08-051-1/+1
|\ \ \
| * | | docs: fix references for DMA*.txt filesMauro Carvalho Chehab2020-06-261-1/+1
| | |/ | |/|
* | | Merge branch 'parisc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-08-054-46/+35
|\ \ \
| * | | parisc: make the log level string for register dumps constRolf Eike Beer2020-08-041-3/+3
| * | | parisc: Do not use an ordered store in pa_tlb_lock()John David Anglin2020-07-281-2/+7
| * | | Revert "parisc: Revert "Release spinlocks using ordered store""Helge Deller2020-07-281-8/+4
| * | | Revert "parisc: Use ldcw instruction for SMP spinlock release barrier"Helge Deller2020-07-282-35/+24
| * | | Revert "parisc: Drop LDCW barrier in CAS code when running UP"Helge Deller2020-07-281-8/+4
| * | | parisc: Report bad pages as HardwareCorruptedHelge Deller2020-07-281-0/+3
| | |/ | |/|
* | | Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-051-0/+1
|\ \ \