summaryrefslogtreecommitdiff
path: root/arch/parisc/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-05-04parisc: remove unused flags parameter in __patch_text()Sven Schnelle1-5/+4
2019-05-04parisc: Implement kretprobesSven Schnelle1-1/+109
2019-05-04parisc: Implement kprobesSven Schnelle3-0/+198
2019-05-04parisc: add functions required by KPROBE_EVENTSSven Schnelle1-0/+35
2019-05-04parisc: Export running_on_qemu symbol for modulesHelge Deller1-0/+1
2019-05-04parisc: add KGDB supportSven Schnelle3-0/+227
2019-05-04parisc: add parisc code patchingSven Schnelle2-1/+80
2019-05-04parisc: Consider stack randomization for mmap base only when necessaryAlexandre Ghiti1-1/+2
2019-04-30function_graph: Place ftrace_graph_entry_stub() prototype in include/linux/ft...Steven Rostedt (VMware)1-1/+0
2019-04-23Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds1-0/+4
2019-04-15arch: add pidfd and io_uring syscalls everywhereArnd Bergmann1-0/+4
2019-04-14parisc/stacktrace: Remove the pointless ULONG_MAX markerThomas Gleixner1-5/+0
2019-04-06parisc: Detect QEMU earlier in boot processHelge Deller2-6/+3
2019-03-06Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-28/+81
2019-03-05Merge branch 'parisc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus 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-29Merge 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-28parisc: 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-30Merge branch 'parisc-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus 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...Linus 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 access...John 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