aboutsummaryrefslogtreecommitdiff
path: root/arch/parisc/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-01-29Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Gravatar Linus Torvalds 1-0/+1
2020-01-29Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+1
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-4/+0
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-5/+5
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapGravatar Linus Torvalds 1-1/+1
2020-01-18open: introduce openat2(2) syscallGravatar Aleksa Sarai 1-0/+1
2020-01-14Merge branch 'parisc-5.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+2
2020-01-14arch/parisc/setup: Drop dummy_con initializationGravatar Arvind Sankar 1-4/+0
2020-01-14parisc: Use proper printk format for resource_size_tGravatar Krzysztof Kozlowski 1-2/+2
2020-01-13arch: wire up pidfd_getfd syscallGravatar Sargun Dhillon 1-0/+1
2020-01-07parisc: Implement copy_thread_tlsGravatar Amanieu d'Antras 1-4/+4
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheGravatar Christoph Hellwig 1-1/+1
2019-12-25Merge tag 'v5.5-rc3' into sched/core, to pick up fixesGravatar Ingo Molnar 5-11/+18
2019-12-20parisc: soft_offline_page() now takes the pfnGravatar Helge Deller 1-2/+1
2019-12-15parisc: add missing __init annotationGravatar Sven Schnelle 1-1/+1
2019-12-15parisc: fix compilation when KEXEC=n and KEXEC_FILE=yGravatar Sven Schnelle 1-1/+1
2019-12-08sched/rt, parisc: Use CONFIG_PREEMPTIONGravatar Thomas Gleixner 1-5/+5
2019-12-04parisc: use pgtable-nopXd instead of 4level-fixupGravatar Mike Rapoport 2-7/+15
2019-11-30Merge tag 'seccomp-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2019-11-30Merge branch 'parisc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar Linus Torvalds 1-4/+4
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-7/+4
2019-11-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 2-10/+7
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Gravatar Christoph Hellwig 1-4/+4
2019-11-06module/ftrace: handle patchable-function-entryGravatar Mark Rutland 2-10/+7
2019-11-04parisc: Move EXCEPTION_TABLE to RO_DATA segmentGravatar Kees Cook 1-3/+1
2019-11-04vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAGravatar Kees Cook 1-1/+1
2019-11-04vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATAGravatar Kees Cook 1-2/+2
2019-11-04vmlinux.lds.h: Move NOTES into RO_DATAGravatar Kees Cook 1-1/+0
2019-11-04parisc: Avoid spurious inequivalent alias kernel error messagesGravatar John David Anglin 1-1/+1
2019-10-30parisc: fix frame pointer in ftrace_regs_caller()Gravatar Sven Schnelle 1-1/+1
2019-10-10seccomp: simplify secure_computing()Gravatar Christian Brauner 1-1/+1
2019-09-08parisc: add support for kexec_file_load() syscallGravatar Sven Schnelle 3-0/+94
2019-09-08parisc: wire up kexec_file_load syscallGravatar Sven Schnelle 1-1/+2
2019-09-08parisc: add kexec syscall supportGravatar Sven Schnelle 3-0/+255
2019-09-08parisc: add __pdc_cpu_rendezvous()Gravatar Sven Schnelle 2-0/+14
2019-09-06kprobes/parisc: remove arch_kprobe_on_func_entry()Gravatar Jisheng Zhang 1-4/+0
2019-09-05parisc: Drop comments which are already in pci.hGravatar Helge Deller 1-11/+0
2019-08-12parisc: speed up flush_tlb_all_local with qemuGravatar Helge Deller 1-0/+9
2019-08-12parisc: Add ALTERNATIVE_CODE() and ALT_COND_RUN_ON_QEMUGravatar Helge Deller 1-6/+17
2019-08-03parisc: Add assembly implementations for memset, strlen, strcpy, strncpy and ...Gravatar Helge Deller 1-0/+4
2019-08-03parisc: trigger die notifier chain in parisc_terminate()Gravatar Sven Schnelle 1-0/+2
2019-08-03parisc/ftrace: Add KPROBES_ON_FTRACEGravatar Sven Schnelle 2-3/+154
2019-08-03parisc/ftrace: Add ARCH_SUPPORTS_FTRACE_OPS supportGravatar Sven Schnelle 1-2/+6
2019-07-31parisc: fix race condition in patching codeGravatar Sven Schnelle 1-1/+2
2019-07-21parisc: Flush ITLB in flush_tlb_all_local() only on split TLB machinesGravatar Helge Deller 1-1/+2
2019-07-17parisc: Wire up clone3 syscallGravatar Helge Deller 2-1/+2
2019-07-17parisc: Avoid kernel panic triggered by invalid kprobeGravatar Helge Deller 1-0/+3
2019-07-17parisc: Ensure userspace privilege for ptraced processes in regset functionsGravatar Helge Deller 1-1/+2
2019-07-17parisc: Fix kernel panic due invalid values in IAOQ0 or IAOQ1Gravatar Helge Deller 1-10/+18