summaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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/+13Star
|\
| * dma-direct: handle DMA_ATTR_NON_CONSISTENT in common codeChristoph Hellwig2019-06-251-35/+13Star
* | 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/+19Star
| * | | 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
| | |/ / | |/| |
* | | | Merge branch 'parisc-5.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-06-241-0/+4
|\ \ \ \
| * | | | parisc: Fix module loading error with JUMP_LABEL featureHelge Deller2019-06-081-0/+4
| | |/ / | |/| |
* | | | Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-081-13/+1Star
|\ \ \ \ | |/ / / |/| | |
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner2019-06-051-13/+1Star
* | | | Merge branch 'parisc-5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-06-062-8/+16
|\ \ \ \ | |/ / / |/| | |
| * | | parisc: Fix crash due alternative coding for NP iopdir_fdc bitHelge Deller2019-06-061-1/+2
| * | | parisc: Allow building 64-bit kernel without -mlong-calls compiler optionHelge Deller2019-05-201-7/+14
| |/ /
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-3010-146/+10Star
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner2019-05-307-102/+7Star
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-304-20/+4Star
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 150Thomas Gleixner2019-05-302-28/+2Star
| |/ |/|
* | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
|/
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-05-171-0/+6
|\
| * uapi: Wire up the mount API syscalls on non-x86 arches [ver #2]David Howells2019-05-161-0/+6
* | Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-05-161-1/+0Star
|\ \
| * | function_graph: Place ftrace_graph_entry_stub() prototype in include/linux/ft...Steven Rostedt (VMware)2019-04-291-1/+0Star
* | | Merge branch 'parisc-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-05-1413-33/+34
|\ \ \ | |_|/ |/| |
| * | parisc: Use __ro_after_init in unwind.cHelge Deller2019-05-101-1/+1
| * | parisc: Use __ro_after_init in time.cHelge Deller2019-05-101-1/+1
| * | parisc: Use __ro_after_init in processor.cHelge Deller2019-05-101-2/+2
| * | parisc: Use __ro_after_init in process.cHelge Deller2019-05-101-1/+1
| * | parisc: Use __ro_after_init in perf_images.hHelge Deller2019-05-101-2/+2
| * | parisc: Use __ro_after_init in pci.cHelge Deller2019-05-101-4/+4
| * | parisc: Use __ro_after_init in inventory.cHelge Deller2019-05-101-4/+4
| * | parisc: Use __ro_after_init in head.SHelge Deller2019-05-101-1/+1
| * | parisc: Use __ro_after_init in firmware.cHelge Deller2019-05-101-1/+1
| * | parisc: Use __ro_after_init in drivers.cHelge Deller2019-05-101-1/+1
| * | parisc: Use __ro_after_init in cache.cHelge Deller2019-05-101-8/+8
| * | parisc: Enable the ro_after_init featureHelge Deller2019-05-101-3/+0Star
| * | parisc: Drop LDCW barrier in CAS code when running UPHelge Deller2019-05-101-4/+8