aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-28/+81
2019-03-05Merge branch 'parisc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds6-7/+51
2019-02-21parisc: Show machine product number during bootHelge Deller2-0/+33
2019-02-21parisc: don't include <asm/cacheflush.h> in <asm/dma-mapping.h>Christoph Hellwig1-0/+1
2019-02-21parisc: replace oops_in_progress manipulation with bust_spinlocks()Sergey Senozhatsky1-2/+2
2019-02-21parisc: Improve initial IRQ to CPU assignmentHelge Deller1-1/+4
2019-02-21parisc: Count IPI function call interruptsHelge Deller2-0/+5
2019-02-21parisc: Show rescheduling interrupts on SMP machines onlyHelge Deller1-4/+6
2019-02-21parisc: Fix ptrace syscall number modificationDmitry V. Levin1-8/+21
2019-02-07y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann1-0/+21
2019-02-07y2038: rename old time and utime syscallsArnd Bergmann1-5/+10
2019-02-07y2038: use time32 syscall names on 32-bitArnd Bergmann1-23/+46
2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann1-27/+27
2019-01-25arch: add pkey and rseq syscall numbers everywhereArnd Bergmann1-0/+4
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-6/+2
2018-12-20dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig1-2/+2
2018-12-13dma-mapping: bypass indirect calls for dma-directChristoph Hellwig1-4/+0
2018-12-10parisc: generate uapi header and system call table filesFiroz Khan2-462/+8
2018-12-10parisc: add system call table generation supportFiroz Khan4-0/+496
2018-12-10parisc: Split out alternative live patching codeHelge Deller4-81/+113
2018-11-27parisc: function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)1-14/+3
2018-11-06parisc: Revert "Release spinlocks using ordered store"John David Anglin1-4/+8
2018-10-29Merge branch 'parisc-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds1-2/+3
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-1/+1
2018-10-26parisc: Use LINUX_GATEWAY_SPACE constant in entry.SHelge Deller1-2/+3
2018-10-23Merge branch 'parisc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds11-91/+463
2018-10-22Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2018-10-20parisc: Retrieve and display the PDC PAT capabilitiesHelge Deller1-0/+10
2018-10-20parisc: Optimze cache flush algorithmsJohn David Anglin2-20/+229
2018-10-19parisc: Add PDC PAT cell_info() and pd_get_pdc_revisions() functionsHelge Deller1-0/+57
2018-10-19parisc: Drop two instructions from pte lookup codeHelge Deller1-3/+1
2018-10-17parisc: Add alternative coding infrastructureHelge Deller6-36/+138
2018-10-17parisc: Fix address in HPMC IVAJohn David Anglin2-2/+3
2018-10-17parisc: Fix exported address of os_hpmc handlerHelge Deller1-2/+1
2018-10-17parisc: Purge TLB entries after updating page table entry and set page accessed flag in TLB handlerJohn David Anglin1-3/+1
2018-10-17parisc: Release spinlocks using ordered storeJohn David Anglin1-8/+4
2018-10-17parisc: Clean up crash header outputHelge Deller1-2/+2
2018-10-17parisc: Remove PTE load and fault check from L2_ptep macroJohn David Anglin1-6/+6
2018-10-17parisc: Reorder TLB flush timing calculationJohn David Anglin1-8/+10
2018-10-17parisc: Use PARISC_ITLB_TRAP constant in entry.SHelge Deller1-1/+1
2018-10-16parisc: Fix uninitialized variable usage in unwind.cHelge Deller1-1/+1
2018-09-29Update email addressMatthew Wilcox1-1/+1
2018-09-20dma-mapping: merge direct and noncoherent opsChristoph Hellwig1-1/+1
2018-08-21parisc: Add hardware description to stack tracesHelge Deller1-0/+2
2018-08-21parisc: Fix boot failure of 64-bit kernelHelge Deller2-18/+15
2018-08-17parisc: Consolidate unwind initialization callsHelge Deller3-55/+32
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 Deller3-30/+29
2018-08-13parisc: Fix and improve kernel stack unwindingHelge Deller6-205/+72