summaryrefslogtreecommitdiff
path: root/arch/parisc
AgeCommit message (Expand)AuthorFilesLines
2019-10-29parisc: Fix vmap memory leak in ioremap()/iounmap()Helge Deller1-5/+7
2019-08-06parisc: Fix build of compressed kernel even with debug enabledHelge Deller1-2/+2
2019-07-26parisc: Fix kernel panic due invalid values in IAOQ0 or IAOQ1Helge Deller1-10/+18
2019-07-26parisc: Ensure userspace privilege for ptraced processes in regset functionsHelge Deller1-1/+2
2019-06-25parisc: Fix compiler warnings in float emulation codeHelge Deller1-4/+4
2019-05-25parisc: Rename LEVEL to PA_ASM_LEVEL to avoid name clash with DRBD codeHelge Deller3-6/+6
2019-05-25parisc: Use PA_ASM_LEVEL in boot codeHelge Deller1-3/+3
2019-05-25parisc: Export running_on_qemu symbol for modulesHelge Deller1-0/+1
2019-04-17parisc: also set iaoq_b in instruction_pointer_set()Sven Schnelle1-1/+2
2019-04-17parisc: regs_return_value() should return gpr28Sven Schnelle1-1/+1
2019-04-17parisc: Detect QEMU earlier in boot processHelge Deller2-6/+3
2019-02-27parisc: Fix ptrace syscall number modificationDmitry V. Levin1-8/+21
2018-12-29mm: make the __PAGETABLE_PxD_FOLDED defines non-emptyMartin Schwidefsky1-1/+1
2018-12-13parisc: Enable -ffunction-sections for modules on 32-bit kernelHelge Deller1-0/+7
2018-12-05parisc: function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)1-14/+3
2018-11-13parisc: Fix exported address of os_hpmc handlerHelge Deller1-2/+1
2018-11-13parisc: Fix map_pages() to not overwrite existing pte entriesHelge Deller1-6/+2
2018-11-13parisc: Fix address in HPMC IVAJohn David Anglin2-2/+3
2018-10-16parisc: Fix uninitialized variable usage in unwind.cHelge Deller1-1/+1
2018-08-23Merge branch 'parisc-4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds12-137/+113
2018-08-21parisc: Add hardware description to stack tracesHelge Deller1-0/+2
2018-08-21parisc: Fix boot failure of 64-bit kernelHelge Deller3-27/+15
2018-08-18mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder1-1/+1
2018-08-17parisc: Consolidate unwind initialization callsHelge Deller4-57/+36
2018-08-17parisc: Update comments in syscall.S regarding wide userlandHelge Deller1-10/+3
2018-08-17parisc: Fix ptraced 64-bit applications to call 64-bit syscallsHelge Deller1-4/+18
2018-08-17parisc: Restore possibility to execute 64-bit applicationsHelge Deller6-39/+39
2018-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+3
2018-08-15Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-32/+0
2018-08-14Merge branch 'parisc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds20-436/+260
2018-08-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-107/+0
2018-08-13parisc: Fix and improve kernel stack unwindingHelge Deller10-232/+88
2018-08-13parisc: Remove unnecessary barriers from spinlock.hJohn David Anglin1-6/+2
2018-08-13parisc: Remove ordered stores from syscall.SJohn David Anglin1-12/+12
2018-08-13parisc: prefer _THIS_IP_ and _RET_IP_ statement expressionsNick Desaulniers1-2/+2
2018-08-13parisc: Add HAVE_REGS_AND_STACK_ACCESS_API featureHelge Deller3-0/+112
2018-08-13parisc: Drop architecture-specific ENOTSUP defineHelge Deller1-1/+0
2018-08-13parisc: use generic dma_noncoherent_opsChristoph Hellwig4-139/+16
2018-08-13parisc: always use flush_kernel_dcache_range for DMA cache maintainanceChristoph Hellwig1-3/+3
2018-08-13parisc: merge pcx_dma_ops and pcxl_dma_opsChristoph Hellwig4-59/+43
2018-08-12Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2018-08-11lib/ubsan: remove null-pointer checksAndrey Ryabinin1-1/+0
2018-08-09Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-1/+40
2018-08-08parisc: Define mb() and add memory barriers to assembler unlock sequencesJohn David Anglin4-0/+39
2018-08-08parisc: Enable CONFIG_MLONGCALLS by defaultHelge Deller1-1/+1
2018-08-02kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig1-1/+0
2018-08-02Kconfig: consolidate the "Kernel hacking" menuChristoph Hellwig2-7/+0
2018-08-02kconfig: include common Kconfig files from top-level KconfigChristoph Hellwig1-24/+0
2018-07-17Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar7-34/+17
2018-07-04net: Add a new socket option for a future transmit time.Richard Cochran1-0/+3