summaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel
AgeCommit message (Expand)AuthorLines
2019-05-03parisc: Implement kprobesSven Schnelle-0/+198
2019-05-03parisc: add functions required by KPROBE_EVENTSSven Schnelle-0/+35
2019-05-03parisc: Export running_on_qemu symbol for modulesHelge Deller-0/+1
2019-05-03parisc: add KGDB supportSven Schnelle-0/+227
2019-05-03parisc: add parisc code patchingSven Schnelle-1/+80
2019-05-03parisc: Consider stack randomization for mmap base only when necessaryAlexandre Ghiti-1/+2
2019-04-29function_graph: Place ftrace_graph_entry_stub() prototype in include/linux/ft...Steven Rostedt (VMware)-1/+0
2019-04-23Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds-0/+4
2019-04-15arch: add pidfd and io_uring syscalls everywhereArnd Bergmann-0/+4
2019-04-14parisc/stacktrace: Remove the pointless ULONG_MAX markerThomas Gleixner-5/+0
2019-04-06parisc: Detect QEMU earlier in boot processHelge Deller-6/+3
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