summaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* parisc: soft_offline_page() now takes the pfnHelge Deller2019-12-201-2/+1
* parisc: add missing __init annotationSven Schnelle2019-12-151-1/+1
* parisc: fix compilation when KEXEC=n and KEXEC_FILE=ySven Schnelle2019-12-151-1/+1
* parisc: use pgtable-nopXd instead of 4level-fixupMike Rapoport2019-12-052-7/+15
* Merge tag 'seccomp-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-011-1/+1
|\
| * seccomp: simplify secure_computing()Christian Brauner2019-10-101-1/+1
* | Merge branch 'parisc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-11-301-1/+1
|\ \
| * | parisc: Avoid spurious inequivalent alias kernel error messagesJohn David Anglin2019-11-041-1/+1
| |/
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds2019-11-281-4/+4
|\ \
| * | dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig2019-11-201-4/+4
| |/
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-261-7/+4
|\ \
| * | parisc: Move EXCEPTION_TABLE to RO_DATA segmentKees Cook2019-11-041-3/+1
| * | vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAKees Cook2019-11-041-1/+1
| * | vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATAKees Cook2019-11-041-2/+2
| * | vmlinux.lds.h: Move NOTES into RO_DATAKees Cook2019-11-041-1/+0
| |/
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-11-262-10/+7
|\ \
| * | module/ftrace: handle patchable-function-entryMark Rutland2019-11-062-10/+7
| |/
* / parisc: fix frame pointer in ftrace_regs_caller()Sven Schnelle2019-10-301-1/+1
|/
* parisc: add support for kexec_file_load() syscallSven Schnelle2019-09-083-0/+94
* parisc: wire up kexec_file_load syscallSven Schnelle2019-09-081-1/+2
* parisc: add kexec syscall supportSven Schnelle2019-09-083-0/+255
* parisc: add __pdc_cpu_rendezvous()Sven Schnelle2019-09-082-0/+14
* kprobes/parisc: remove arch_kprobe_on_func_entry()Jisheng Zhang2019-09-061-4/+0
* parisc: Drop comments which are already in pci.hHelge Deller2019-09-051-11/+0
* parisc: speed up flush_tlb_all_local with qemuHelge Deller2019-08-121-0/+9
* parisc: Add ALTERNATIVE_CODE() and ALT_COND_RUN_ON_QEMUHelge Deller2019-08-121-6/+17
* parisc: Add assembly implementations for memset, strlen, strcpy, strncpy and ...Helge Deller2019-08-031-0/+4
* parisc: trigger die notifier chain in parisc_terminate()Sven Schnelle2019-08-031-0/+2
* parisc/ftrace: Add KPROBES_ON_FTRACESven Schnelle2019-08-032-3/+154
* parisc/ftrace: Add ARCH_SUPPORTS_FTRACE_OPS supportSven Schnelle2019-08-031-2/+6
* parisc: fix race condition in patching codeSven Schnelle2019-07-311-1/+2
* parisc: Flush ITLB in flush_tlb_all_local() only on split TLB machinesHelge Deller2019-07-211-1/+2
* parisc: Wire up clone3 syscallHelge Deller2019-07-172-1/+2
* parisc: Avoid kernel panic triggered by invalid kprobeHelge Deller2019-07-171-0/+3
* parisc: Ensure userspace privilege for ptraced processes in regset functionsHelge Deller2019-07-171-1/+2
* parisc: Fix kernel panic due invalid values in IAOQ0 or IAOQ1Helge Deller2019-07-171-10/+18
* arch: mark syscall number 435 reserved for clone3Christian Brauner2019-07-151-0/+1
* Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-07-131-35/+13
|\
| * dma-direct: handle DMA_ATTR_NON_CONSISTENT in common codeChristoph Hellwig2019-06-251-35/+13
* | Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-111-0/+1
|\ \
| * | arch: wire-up pidfd_open()Christian Brauner2019-06-281-0/+1
* | | Merge branch 'parisc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-097-55/+308
|\ \ \
| * | | parisc: add dynamic ftraceSven Schnelle2019-06-086-14/+217
| * | | parisc: use pr_debug() in kernel/module.cSven Schnelle2019-06-081-25/+19
| * | | parisc: add spinlock to patch functionSven Schnelle2019-06-081-6/+19
| * | | parisc: add support for patching multiple wordsSven Schnelle2019-06-081-16/+59
* | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-094-13/+13
|\ \ \ \
| * | | | signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-292-9/+9
| * | | | signal: Use force_sig_fault_to_task for the two calls that don't deliver to c...Eric W. Biederman2019-05-291-3/+3
| * | | | signal: Remove task parameter from force_sigEric W. Biederman2019-05-271-1/+1
| | |/ / | |/| |