aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-08-12parisc: Add ALTERNATIVE_CODE() and ALT_COND_RUN_ON_QEMUHelge Deller1-6/+17
2019-08-03parisc: Add assembly implementations for memset, strlen, strcpy, strncpy and strcatHelge Deller1-0/+4
2019-08-03parisc: trigger die notifier chain in parisc_terminate()Sven Schnelle1-0/+2
2019-08-03parisc/ftrace: Add KPROBES_ON_FTRACESven Schnelle2-3/+154
2019-08-03parisc/ftrace: Add ARCH_SUPPORTS_FTRACE_OPS supportSven Schnelle1-2/+6
2019-07-31parisc: fix race condition in patching codeSven Schnelle1-1/+2
2019-07-21parisc: Flush ITLB in flush_tlb_all_local() only on split TLB machinesHelge Deller1-1/+2
2019-07-17parisc: Wire up clone3 syscallHelge Deller2-1/+2
2019-07-17parisc: Avoid kernel panic triggered by invalid kprobeHelge Deller1-0/+3
2019-07-17parisc: Ensure userspace privilege for ptraced processes in regset functionsHelge Deller1-1/+2
2019-07-17parisc: Fix kernel panic due invalid values in IAOQ0 or IAOQ1Helge Deller1-10/+18
2019-07-15arch: mark syscall number 435 reserved for clone3Christian Brauner1-0/+1
2019-07-12Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-35/+13
2019-07-10Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-0/+1
2019-07-09Merge branch 'parisc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds7-55/+308
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds4-13/+13
2019-06-28arch: wire-up pidfd_open()Christian Brauner1-0/+1
2019-06-25dma-direct: handle DMA_ATTR_NON_CONSISTENT in common codeChristoph Hellwig1-35/+13
2019-06-25Merge branch 'parisc-5.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds1-0/+4
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-13/+1
2019-06-08parisc: Fix module loading error with JUMP_LABEL featureHelge Deller1-0/+4
2019-06-08parisc: add dynamic ftraceSven Schnelle6-14/+217
2019-06-08parisc: use pr_debug() in kernel/module.cSven Schnelle1-25/+19
2019-06-08parisc: add spinlock to patch functionSven Schnelle1-6/+19
2019-06-08parisc: add support for patching multiple wordsSven Schnelle1-16/+59
2019-06-06Merge branch 'parisc-5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds2-8/+16
2019-06-06parisc: Fix crash due alternative coding for NP iopdir_fdc bitHelge Deller1-1/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner1-13/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner10-146/+10