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