summaryrefslogtreecommitdiffstats
path: root/arch/parisc
Commit message (Expand)AuthorAgeFilesLines
* parisc: Fix kernel panic due invalid values in IAOQ0 or IAOQ1Helge Deller2019-07-261-10/+18
* parisc: Ensure userspace privilege for ptraced processes in regset functionsHelge Deller2019-07-261-1/+2
* parisc: Fix compiler warnings in float emulation codeHelge Deller2019-06-251-4/+4
* parisc: Fix crash due alternative coding for NP iopdir_fdc bitHelge Deller2019-06-111-1/+2
* parisc: Rename LEVEL to PA_ASM_LEVEL to avoid name clash with DRBD codeHelge Deller2019-05-253-6/+6
* parisc: Use PA_ASM_LEVEL in boot codeHelge Deller2019-05-251-3/+3
* parisc: Allow live-patching of __meminit functionsHelge Deller2019-05-251-1/+1
* parisc: Add memory barrier to asm pdc and sync instructionsHelge Deller2019-05-251-2/+2
* parisc: Add memory clobber to TLB purgesJohn David Anglin2019-05-251-3/+3
* parisc: Export running_on_qemu symbol for modulesHelge Deller2019-05-251-0/+1
* 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/+3
* | parisc: also set iaoq_b in instruction_pointer_set()Sven Schnelle2019-04-061-1/+2
* | parisc: regs_return_value() should return gpr28Sven Schnelle2019-04-061-1/+1
* | syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)2019-04-051-22/+8
* | KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supportedMasahiro Yamada2019-03-282-1/+1
|/
* Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2019-03-172-4/+0
|\
| * kbuild: force all architectures except um to include mandatory-yMasahiro Yamada2019-03-171-2/+0
| * kbuild: warn redundant generic-yMasahiro Yamada2019-03-171-2/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-141-1/+1
|\ \ | |/ |/|
| * y2038: fix socket.h header inclusionArnd Bergmann2019-03-111-1/+1
* | Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-062-0/+73
|\ \
| * | parisc: iomap: introduce io{read|write}64Logan Gunthorpe2019-01-222-0/+73
* | | Merge tag 'asm-generic-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-03-061-3/+1
|\ \ \
| * | | arch: move common mmap flags to linux/mman.hMichael S. Tsirkin2019-02-181-3/+1
| |/ /
* | | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-053-35/+88
|\ \ \ | |_|/ |/| |
| * | 32-bit userspace ABI: introduce ARCH_32BIT_OFF_T config optionYury Norov2019-02-191-0/+1
| * | 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-072-8/+16
| * | y2038: use time32 syscall names on 32-bitArnd Bergmann2019-02-071-23/+46
| * | y2038: syscalls: rename y2038 compat syscallsArnd Bergmann2019-02-071-27/+27
| * | syscalls: remove obsolete __IGNORE_ macrosArnd Bergmann2019-02-071-1/+0
| * | arch: add pkey and rseq syscall numbers everywhereArnd Bergmann2019-01-252-3/+4
| |/
* | Merge branch 'parisc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-03-0514-97/+101
|\ \
| * | parisc: use memblock_alloc() instead of custom get_memblock()Mike Rapoport2019-02-221-33/+19
| * | parisc: Add constants for various PDC firmware callsHelge Deller2019-02-211-2/+18
| * | parisc: Add constant for PDC_PAT_COMPLEX firmware callHelge Deller2019-02-211-0/+4
| * | parisc: Show machine product number during bootHelge Deller2019-02-213-0/+34
| * | parisc: Add constants for PDC_RELOCATE PDC callHelge Deller2019-02-211-1/+6
| * | parisc: Add PDC_CRASH_PREP PDC function numberSven Schnelle2019-02-211-0/+1
| * | parisc: remove the HBA_DATA macroChristoph Hellwig2019-02-211-2/+0
| * | parisc: properly type the iommu field in struct pci_hba_dataChristoph Hellwig2019-02-211-1/+1
| * | parisc: move internal implementation details out of <asm/dma-mapping.h>Christoph Hellwig2019-02-211-44/+0
| * | parisc: don't include <asm/cacheflush.h> in <asm/dma-mapping.h>Christoph Hellwig2019-02-212-2/+1
| * | parisc: remove meaningless ccflags-y in arch/parisc/boot/MakefileMasahiro Yamada2019-02-211-6/+0
| * | 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-213-0/+6
| * | parisc: Show rescheduling interrupts on SMP machines onlyHelge Deller2019-02-211-4/+6
| |/