aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-01Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2020-05-14vfs: add faccessat2 syscallMiklos Szeredi1-0/+1
2020-04-16parisc/perf: open access for CAP_PERFMON privileged processAlexey Budankov1-1/+1
2020-04-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2020-04-07asm-generic: fix unistd_32.h generation formatMichal Simek1-1/+1
2020-04-05parisc: remove nargs from __SYSCALLFiroz Khan2-3/+3
2020-04-05parisc: Refactor alternative code to accept multiple conditionsHelge Deller1-18/+19
2020-04-05parisc: Replace setup_irq() by request_irq()afzal mohammed1-16/+6
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds1-0/+1
2020-03-25parisc: Replace cpu_up/down() with add/remove_cpu()Qais Yousef1-1/+1
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada1-0/+1
2020-01-29Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-0/+1
2020-01-29Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-4/+0
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+5
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds1-1/+1
2020-01-18open: introduce openat2(2) syscallAleksa Sarai1-0/+1
2020-01-14Merge branch 'parisc-5.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds1-2/+2
2020-01-14arch/parisc/setup: Drop dummy_con initializationArvind Sankar1-4/+0
2020-01-14parisc: Use proper printk format for resource_size_tKrzysztof Kozlowski1-2/+2
2020-01-13arch: wire up pidfd_getfd syscallSargun Dhillon1-0/+1
2020-01-07parisc: Implement copy_thread_tlsAmanieu d'Antras1-4/+4
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-12-25Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar5-11/+18
2019-12-20parisc: soft_offline_page() now takes the pfnHelge Deller1-2/+1
2019-12-15parisc: add missing __init annotationSven Schnelle1-1/+1
2019-12-15parisc: fix compilation when KEXEC=n and KEXEC_FILE=ySven Schnelle1-1/+1
2019-12-08sched/rt, parisc: Use CONFIG_PREEMPTIONThomas Gleixner1-5/+5
2019-12-04parisc: use pgtable-nopXd instead of 4level-fixupMike Rapoport2-7/+15
2019-11-30Merge tag 'seccomp-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2019-11-30Merge branch 'parisc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds1-1/+1
2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux; tag 'dma-mapping-5.5' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-4/+4
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+4
2019-11-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-10/+7
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig1-4/+4
2019-11-06module/ftrace: handle patchable-function-entryMark Rutland2-10/+7
2019-11-04parisc: Move EXCEPTION_TABLE to RO_DATA segmentKees Cook1-3/+1
2019-11-04vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAKees Cook1-1/+1
2019-11-04vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATAKees Cook1-2/+2
2019-11-04vmlinux.lds.h: Move NOTES into RO_DATAKees Cook1-1/+0
2019-11-04parisc: Avoid spurious inequivalent alias kernel error messagesJohn David Anglin1-1/+1
2019-10-30parisc: fix frame pointer in ftrace_regs_caller()Sven Schnelle1-1/+1
2019-10-10seccomp: simplify secure_computing()Christian Brauner1-1/+1
2019-09-08parisc: add support for kexec_file_load() syscallSven Schnelle3-0/+94
2019-09-08parisc: wire up kexec_file_load syscallSven Schnelle1-1/+2
2019-09-08parisc: add kexec syscall supportSven Schnelle3-0/+255
2019-09-08parisc: add __pdc_cpu_rendezvous()Sven Schnelle2-0/+14
2019-09-06kprobes/parisc: remove arch_kprobe_on_func_entry()Jisheng Zhang1-4/+0
2019-09-05parisc: Drop comments which are already in pci.hHelge Deller1-11/+0
2019-08-12parisc: speed up flush_tlb_all_local with qemuHelge Deller1-0/+9