aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-2/+1
2019-05-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+0
2019-05-06Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+0
2019-05-06Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-18/+0
2019-04-23Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-0/+4
2019-04-22Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe4-30/+14
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-10Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar4-30/+14
2019-04-08arch: Remove dummy mmiowb() definitions from arch codeWill Deacon1-2/+0
2019-04-08arch: Use asm-generic header for asm/mmiowb.hWill Deacon1-0/+1
2019-04-06parisc: Detect QEMU earlier in boot processHelge Deller2-6/+3
2019-04-06parisc: also set iaoq_b in instruction_pointer_set()Sven Schnelle1-1/+2
2019-04-06parisc: regs_return_value() should return gpr28Sven Schnelle1-1/+1
2019-04-06block: remove CONFIG_LBDAFChristoph Hellwig1-1/+0
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)1-22/+8
2019-04-03locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long1-6/+0
2019-04-03arch/tlb: Clean up simple architecturesPeter Zijlstra1-13/+0
2019-04-03asm-generic/tlb, arch: Provide generic VIPT cache flushPeter Zijlstra1-5/+0
2019-03-28KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supportedMasahiro Yamada2-1/+1
2019-03-17Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds2-4/+0
2019-03-17kbuild: force all architectures except um to include mandatory-yMasahiro Yamada1-2/+0
2019-03-17kbuild: warn redundant generic-yMasahiro Yamada1-2/+0
2019-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2019-03-11y2038: fix socket.h header inclusionArnd Bergmann1-1/+1
2019-03-06Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-0/+73
2019-03-06Merge tag 'asm-generic-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-3/+1
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-35/+88
2019-03-05Merge branch 'parisc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds14-97/+101
2019-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-9/+39
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds1-1/+0
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+21
2019-02-22parisc: use memblock_alloc() instead of custom get_memblock()Mike Rapoport1-33/+19
2019-02-21parisc: Add constants for various PDC firmware callsHelge Deller1-2/+18
2019-02-21parisc: Add constant for PDC_PAT_COMPLEX firmware callHelge Deller1-0/+4
2019-02-21parisc: Show machine product number during bootHelge Deller3-0/+34
2019-02-21parisc: Add constants for PDC_RELOCATE PDC callHelge Deller1-1/+6
2019-02-21parisc: Add PDC_CRASH_PREP PDC function numberSven Schnelle1-0/+1
2019-02-21parisc: remove the HBA_DATA macroChristoph Hellwig1-2/+0
2019-02-21parisc: properly type the iommu field in struct pci_hba_dataChristoph Hellwig1-1/+1
2019-02-21parisc: move internal implementation details out of <asm/dma-mapping.h>Christoph Hellwig1-44/+0
2019-02-21parisc: don't include <asm/cacheflush.h> in <asm/dma-mapping.h>Christoph Hellwig2-2/+1
2019-02-21parisc: remove meaningless ccflags-y in arch/parisc/boot/MakefileMasahiro Yamada1-6/+0
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 Deller3-0/+6
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-1932-bit userspace ABI: introduce ARCH_32BIT_OFF_T config optionYury Norov1-0/+1