summaryrefslogtreecommitdiffstats
path: root/arch/parisc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-03-051-9/+39
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-241-8/+21
| |\ \
| * | | sock: Add SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEWDeepa Dinamani2019-02-031-2/+8
| * | | socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixesDeepa Dinamani2019-02-031-2/+4
| * | | socket: Add SO_TIMESTAMPING_NEWDeepa Dinamani2019-02-031-2/+3
| * | | socket: Add SO_TIMESTAMP[NS]_NEWDeepa Dinamani2019-02-031-2/+12
| * | | sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLDDeepa Dinamani2019-02-031-7/+16
| * | | net: introduce SO_BINDTOIFINDEX sockoptDavid Herrmann2019-01-171-0/+2
| | |/ | |/|
* | | get rid of legacy 'get_ds()' functionLinus Torvalds2019-03-041-1/+0
| |/ |/|
* | parisc: Fix ptrace syscall number modificationDmitry V. Levin2019-02-211-8/+21
|/
* arch: remove redundant UAPI generic-y definesMasahiro Yamada2019-01-061-6/+0
* arch: remove stale comments "UAPI Header export list"Masahiro Yamada2019-01-061-1/+0
* Merge branch 'parisc-4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-01-051-2/+2
|\
| * parisc: Remap hugepage-aligned pages in set_kernel_text_rw()Helge Deller2019-01-051-2/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-052-3/+3
|\ \ | |/ |/|
| * mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-041-2/+2
| * fls: change parameter to unsigned intMatthew Wilcox2019-01-041-1/+1
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-032-2/+2
|/
* Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-12-291-0/+1
|\
| * PCI: consolidate PCI config entry in drivers/pciChristoph Hellwig2018-11-231-0/+1
* | Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-12-283-7/+3
|\ \
| * | 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/+0
| * | dma-mapping: always build the direct mapping codeChristoph Hellwig2018-12-131-1/+0
| * | arch: switch the default on ARCH_HAS_SG_CHAINChristoph Hellwig2018-12-061-0/+1
* | | parisc: generate uapi header and system call table filesFiroz Khan2018-12-106-827/+20
* | | parisc: add system call table generation supportFiroz Khan2018-12-104-0/+496
* | | parisc: remove __NR_Linux from uapi header file.Firoz Khan2018-12-101-352/+351
* | | parisc: add __NR_syscalls along with __NR_Linux_syscallsFiroz Khan2018-12-102-2/+6
* | | parisc: move __IGNORE* entries to non uapi headerFiroz Khan2018-12-102-7/+6
* | | parisc: Split out alternative live patching codeHelge Deller2018-12-105-81/+117
* | | Merge branch 'parisc-4.20-4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-12-041-0/+7
|\ \ \
| * | | parisc: Enable -ffunction-sections for modules on 32-bit kernelHelge Deller2018-12-021-0/+7
| |/ /
* / / parisc: function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)2018-11-271-14/+3
|/ /