summaryrefslogtreecommitdiffstats
path: root/arch/parisc/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-061-0/+9
|\
| * parisc: iomap: introduce io{read|write}64Logan Gunthorpe2019-01-221-0/+9
* | 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-051-7/+6
|\ \
| * | y2038: rename old time and utime syscallsArnd Bergmann2019-02-071-3/+6
| * | syscalls: remove obsolete __IGNORE_ macrosArnd Bergmann2019-02-071-1/+0
| * | arch: add pkey and rseq syscall numbers everywhereArnd Bergmann2019-01-251-3/+0
| |/
* | Merge branch 'parisc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-03-056-51/+31
|\ \
| * | 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-211-0/+1
| * | 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-211-2/+0
| * | parisc: Count IPI function call interruptsHelge Deller2019-02-211-0/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-03-051-9/+39
|\ \
| * | 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
|/
* 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 '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
|/
* parisc: generate uapi header and system call table filesFiroz Khan2018-12-103-365/+9
* 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-101-0/+4
* Merge branch 'parisc-4.20-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-11-141-2/+2
|\
| * parisc: Revert "Release spinlocks using ordered store"John David Anglin2018-11-061-2/+2
* | Merge tag 's390-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2018-11-091-1/+1
|\ \ | |/ |/|
| * mm: make the __PAGETABLE_PxD_FOLDED defines non-emptyMartin Schwidefsky2018-11-021-1/+1
* | treewide: remove current_text_addrNick Desaulniers2018-10-311-11/+0
* | Merge branch 'parisc-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-291-3/+0
|\ \
| * | parisc64: change __kernel_suseconds_t to match glibcArnd Bergmann2018-10-261-3/+0
| |/
* | Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-10-291-0/+2
|\ \
| * | tty/serial_core: add ISO7816 infrastructureNicolas Ferre2018-10-021-0/+2
* | | hugetlb: introduce generic version of huge_ptep_getAlexandre Ghiti2018-10-261-5/+0
* | | hugetlb: introduce generic version of huge_ptep_set_access_flags()Alexandre Ghiti2018-10-261-0/+1
* | | hugetlb: introduce generic version of huge_ptep_set_wrprotect()Alexandre Ghiti2018-10-261-0/+1