summaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2019-05-061-5/+0Star
|\
| * parisc/stacktrace: Remove the pointless ULONG_MAX markerThomas Gleixner2019-04-141-5/+0Star
* | Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds2019-04-231-0/+4
|\ \ | |/ |/|
| * arch: add pidfd and io_uring syscalls everywhereArnd Bergmann2019-04-151-0/+4
* | parisc: Detect QEMU earlier in boot processHelge Deller2019-04-062-6/+3Star
|/
* Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-051-28/+81
|\
| * y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann2019-02-071-0/+21
| * y2038: rename old time and utime syscallsArnd Bergmann2019-02-071-5/+10
| * y2038: use time32 syscall names on 32-bitArnd Bergmann2019-02-071-23/+46
| * y2038: syscalls: rename y2038 compat syscallsArnd Bergmann2019-02-071-27/+27
| * arch: add pkey and rseq syscall numbers everywhereArnd Bergmann2019-01-251-0/+4
* | Merge branch 'parisc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-03-056-7/+51
|\ \
| * | parisc: Show machine product number during bootHelge Deller2019-02-212-0/+33
| * | parisc: don't include <asm/cacheflush.h> in <asm/dma-mapping.h>Christoph Hellwig2019-02-211-0/+1
| * | parisc: replace oops_in_progress manipulation with bust_spinlocks()Sergey Senozhatsky2019-02-211-2/+2
| * | parisc: Improve initial IRQ to CPU assignmentHelge Deller2019-02-211-1/+4
| * | parisc: Count IPI function call interruptsHelge Deller2019-02-212-0/+5
| * | parisc: Show rescheduling interrupts on SMP machines onlyHelge Deller2019-02-211-4/+6
| |/
* / parisc: Fix ptrace syscall number modificationDmitry V. Levin2019-02-211-8/+21
|/
* Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-12-282-6/+2Star
|\
| * dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig2018-12-201-2/+2
| * dma-mapping: bypass indirect calls for dma-directChristoph Hellwig2018-12-131-4/+0Star
* | parisc: generate uapi header and system call table filesFiroz Khan2018-12-102-462/+8Star
* | parisc: add system call table generation supportFiroz Khan2018-12-104-0/+496
* | parisc: Split out alternative live patching codeHelge Deller2018-12-104-81/+113
* | parisc: function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)2018-11-281-14/+3Star
|/
* parisc: Revert "Release spinlocks using ordered store"John David Anglin2018-11-061-4/+8
* Merge branch 'parisc-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-291-2/+3
|\
| * parisc: Use LINUX_GATEWAY_SPACE constant in entry.SHelge Deller2018-10-261-2/+3
* | Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-10-281-1/+1
|\ \ | |/ |/|
| * Update email addressMatthew Wilcox2018-09-301-1/+1
* | Merge branch 'parisc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-2311-91/+463
|\ \
| * | parisc: Retrieve and display the PDC PAT capabilitiesHelge Deller2018-10-201-0/+10
| * | parisc: Optimze cache flush algorithmsJohn David Anglin2018-10-202-20/+229
| * | parisc: Add PDC PAT cell_info() and pd_get_pdc_revisions() functionsHelge Deller2018-10-191-0/+57
| * | parisc: Drop two instructions from pte lookup codeHelge Deller2018-10-191-3/+1Star
| * | parisc: Add alternative coding infrastructureHelge Deller2018-10-176-36/+138
| * | parisc: Fix address in HPMC IVAJohn David Anglin2018-10-172-2/+3
| * | parisc: Fix exported address of os_hpmc handlerHelge Deller2018-10-171-2/+1Star
| * | parisc: Purge TLB entries after updating page table entry and set page access...John David Anglin2018-10-171-3/+1Star
| * | parisc: Release spinlocks using ordered storeJohn David Anglin2018-10-171-8/+4Star
| * | parisc: Clean up crash header outputHelge Deller2018-10-171-2/+2
| * | parisc: Remove PTE load and fault check from L2_ptep macroJohn David Anglin2018-10-171-6/+6
| * | parisc: Reorder TLB flush timing calculationJohn David Anglin2018-10-171-8/+10
| * | parisc: Use PARISC_ITLB_TRAP constant in entry.SHelge Deller2018-10-171-1/+1
| |/
* | Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-10-221-1/+1
|\ \
| * | dma-mapping: merge direct and noncoherent opsChristoph Hellwig2018-09-201-1/+1
| |/
* / parisc: Fix uninitialized variable usage in unwind.cHelge Deller2018-10-161-1/+1
|/
* parisc: Add hardware description to stack tracesHelge Deller2018-08-211-0/+2
* parisc: Fix boot failure of 64-bit kernelHelge Deller2018-08-212-18/+15Star