Age | Commit message (Expand) | Author | Files | Lines |
2019-12-20 | parisc: soft_offline_page() now takes the pfn | Helge Deller | 1 | -2/+1 |
2019-12-15 | parisc: add missing __init annotation | Sven Schnelle | 1 | -1/+1 |
2019-12-15 | parisc: fix compilation when KEXEC=n and KEXEC_FILE=y | Sven Schnelle | 1 | -1/+1 |
2019-12-04 | parisc: use pgtable-nopXd instead of 4level-fixup | Mike Rapoport | 2 | -7/+15 |
2019-11-30 | Merge tag 'seccomp-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
2019-11-30 | Merge branch 'parisc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
2019-11-28 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Linus Torvalds | 1 | -4/+4 |
2019-11-26 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -7/+4 |
2019-11-25 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2 | -10/+7 |
2019-11-20 | dma-mapping: drop the dev argument to arch_sync_dma_for_* | Christoph Hellwig | 1 | -4/+4 |
2019-11-06 | module/ftrace: handle patchable-function-entry | Mark Rutland | 2 | -10/+7 |
2019-11-04 | parisc: Move EXCEPTION_TABLE to RO_DATA segment | Kees Cook | 1 | -3/+1 |
2019-11-04 | vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATA | Kees Cook | 1 | -1/+1 |
2019-11-04 | vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATA | Kees Cook | 1 | -2/+2 |
2019-11-04 | vmlinux.lds.h: Move NOTES into RO_DATA | Kees Cook | 1 | -1/+0 |
2019-11-04 | parisc: Avoid spurious inequivalent alias kernel error messages | John David Anglin | 1 | -1/+1 |
2019-10-30 | parisc: fix frame pointer in ftrace_regs_caller() | Sven Schnelle | 1 | -1/+1 |
2019-10-10 | seccomp: simplify secure_computing() | Christian Brauner | 1 | -1/+1 |
2019-09-08 | parisc: add support for kexec_file_load() syscall | Sven Schnelle | 3 | -0/+94 |
2019-09-08 | parisc: wire up kexec_file_load syscall | Sven Schnelle | 1 | -1/+2 |
2019-09-08 | parisc: add kexec syscall support | Sven Schnelle | 3 | -0/+255 |
2019-09-08 | parisc: add __pdc_cpu_rendezvous() | Sven Schnelle | 2 | -0/+14 |
2019-09-06 | kprobes/parisc: remove arch_kprobe_on_func_entry() | Jisheng Zhang | 1 | -4/+0 |
2019-09-05 | parisc: Drop comments which are already in pci.h | Helge Deller | 1 | -11/+0 |
2019-08-12 | parisc: speed up flush_tlb_all_local with qemu | Helge Deller | 1 | -0/+9 |
2019-08-12 | parisc: Add ALTERNATIVE_CODE() and ALT_COND_RUN_ON_QEMU | Helge Deller | 1 | -6/+17 |
2019-08-03 | parisc: Add assembly implementations for memset, strlen, strcpy, strncpy and ... | Helge Deller | 1 | -0/+4 |
2019-08-03 | parisc: trigger die notifier chain in parisc_terminate() | Sven Schnelle | 1 | -0/+2 |
2019-08-03 | parisc/ftrace: Add KPROBES_ON_FTRACE | Sven Schnelle | 2 | -3/+154 |
2019-08-03 | parisc/ftrace: Add ARCH_SUPPORTS_FTRACE_OPS support | Sven Schnelle | 1 | -2/+6 |
2019-07-31 | parisc: fix race condition in patching code | Sven Schnelle | 1 | -1/+2 |
2019-07-21 | parisc: Flush ITLB in flush_tlb_all_local() only on split TLB machines | Helge Deller | 1 | -1/+2 |
2019-07-17 | parisc: Wire up clone3 syscall | Helge Deller | 2 | -1/+2 |
2019-07-17 | parisc: Avoid kernel panic triggered by invalid kprobe | Helge Deller | 1 | -0/+3 |
2019-07-17 | parisc: Ensure userspace privilege for ptraced processes in regset functions | Helge Deller | 1 | -1/+2 |
2019-07-17 | parisc: Fix kernel panic due invalid values in IAOQ0 or IAOQ1 | Helge Deller | 1 | -10/+18 |
2019-07-15 | arch: mark syscall number 435 reserved for clone3 | Christian Brauner | 1 | -0/+1 |
2019-07-12 | Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -35/+13 |
2019-07-10 | Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+1 |
2019-07-09 | Merge branch 'parisc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 7 | -55/+308 |
2019-07-08 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 4 | -13/+13 |
2019-06-28 | arch: wire-up pidfd_open() | Christian Brauner | 1 | -0/+1 |
2019-06-25 | dma-direct: handle DMA_ATTR_NON_CONSISTENT in common code | Christoph Hellwig | 1 | -35/+13 |
2019-06-25 | Merge branch 'parisc-5.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+4 |
2019-06-08 | Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -13/+1 |
2019-06-08 | parisc: Fix module loading error with JUMP_LABEL feature | Helge Deller | 1 | -0/+4 |
2019-06-08 | parisc: add dynamic ftrace | Sven Schnelle | 6 | -14/+217 |
2019-06-08 | parisc: use pr_debug() in kernel/module.c | Sven Schnelle | 1 | -25/+19 |
2019-06-08 | parisc: add spinlock to patch function | Sven Schnelle | 1 | -6/+19 |
2019-06-08 | parisc: add support for patching multiple words | Sven Schnelle | 1 | -16/+59 |