summaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel
AgeCommit message (Expand)AuthorLines
2019-06-28arch: wire-up pidfd_open()Christian Brauner-0/+1
2019-06-25dma-direct: handle DMA_ATTR_NON_CONSISTENT in common codeChristoph Hellwig-35/+13
2019-06-25Merge branch 'parisc-5.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+4
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-13/+1
2019-06-08parisc: Fix module loading error with JUMP_LABEL featureHelge Deller-0/+4
2019-06-08parisc: add dynamic ftraceSven Schnelle-14/+217
2019-06-08parisc: use pr_debug() in kernel/module.cSven Schnelle-25/+19
2019-06-08parisc: add spinlock to patch functionSven Schnelle-6/+19
2019-06-08parisc: add support for patching multiple wordsSven Schnelle-16/+59
2019-06-06Merge branch 'parisc-5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-8/+16
2019-06-06parisc: Fix crash due alternative coding for NP iopdir_fdc bitHelge Deller-1/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner-13/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-146/+10
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner-102/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-20/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 150Thomas Gleixner-28/+2
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman-9/+9
2019-05-29signal: Use force_sig_fault_to_task for the two calls that don't deliver to c...Eric W. Biederman-3/+3
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman-1/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner-0/+1
2019-05-20parisc: Allow building 64-bit kernel without -mlong-calls compiler optionHelge Deller-7/+14
2019-05-17Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-0/+6
2019-05-16uapi: Wire up the mount API syscalls on non-x86 arches [ver #2]David Howells-0/+6
2019-05-15Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds-1/+0
2019-05-14Merge branch 'parisc-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-33/+34
2019-05-10parisc: Use __ro_after_init in unwind.cHelge Deller-1/+1
2019-05-10parisc: Use __ro_after_init in time.cHelge Deller-1/+1
2019-05-10parisc: Use __ro_after_init in processor.cHelge Deller-2/+2
2019-05-10parisc: Use __ro_after_init in process.cHelge Deller-1/+1
2019-05-10parisc: Use __ro_after_init in perf_images.hHelge Deller-2/+2
2019-05-10parisc: Use __ro_after_init in pci.cHelge Deller-4/+4
2019-05-10parisc: Use __ro_after_init in inventory.cHelge Deller-4/+4
2019-05-10parisc: Use __ro_after_init in head.SHelge Deller-1/+1
2019-05-10parisc: Use __ro_after_init in firmware.cHelge Deller-1/+1
2019-05-10parisc: Use __ro_after_init in drivers.cHelge Deller-1/+1
2019-05-10parisc: Use __ro_after_init in cache.cHelge Deller-8/+8
2019-05-10parisc: Enable the ro_after_init featureHelge Deller-3/+0
2019-05-10parisc: Drop LDCW barrier in CAS code when running UPHelge Deller-4/+8
2019-05-07Merge branch 'parisc-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-89/+813
2019-05-06Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-5/+0
2019-05-06parisc: Add static branch and JUMP_LABEL featureHelge Deller-0/+59
2019-05-06parisc: Rename LEVEL to PA_ASM_LEVEL to avoid name clash with DRBD codeHelge Deller-3/+3
2019-05-03parisc: Use per-pagetable spinlockMikulas Patocka-10/+51
2019-05-03parisc: Use ldcw instruction for SMP spinlock release barrierJohn David Anglin-24/+35
2019-05-03parisc: Remove lock code to serialize TLB operations in pacache.SJohn David Anglin-43/+0
2019-05-03parisc: Switch from DISCONTIGMEM to SPARSEMEMHelge Deller-6/+0
2019-05-03parisc: enable wide mode earlySven Schnelle-0/+13
2019-05-03parisc: Show n/a if product number not availableHelge Deller-1/+2
2019-05-03parisc: remove unused flags parameter in __patch_text()Sven Schnelle-5/+4
2019-05-03parisc: Implement kretprobesSven Schnelle-1/+109