summaryrefslogtreecommitdiffstats
path: root/arch/parisc/include/uapi
Commit message (Expand)AuthorAgeFilesLines
* 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 'parisc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-03-051-2/+24
|\ \
| * | parisc: Add constants for various PDC firmware callsHelge Deller2019-02-211-2/+18
| * | 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
| |/
* | 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
|/
* 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
* parisc: generate uapi header and system call table filesFiroz Khan2018-12-102-365/+6
* 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-101-2/+4
* parisc: move __IGNORE* entries to non uapi headerFiroz Khan2018-12-101-7/+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
* | signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZEEric W. Biederman2018-10-032-11/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-151-0/+3
|\
| * net: Add a new socket option for a future transmit time.Richard Cochran2018-07-041-0/+3
* | parisc: Drop architecture-specific ENOTSUP defineHelge Deller2018-08-131-1/+0
|/
* parisc: Wire up io_pgetevents syscallHelge Deller2018-06-281-1/+2
* y2038: parisc: Extend sysvipc data structuresArnd Bergmann2018-04-203-36/+32
* Merge branch 'parisc-4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-121-7/+0
|\
| * parisc/signal: Add FPE_CONDTRAP for conditional trap handlingHelge Deller2018-04-111-7/+0
* | mm: introduce MAP_FIXED_NOREPLACEMichal Hocko2018-04-111-0/+1
|/
* parisc: Convert MAP_TYPE to cover 4 bits on pariscHelge Deller2018-03-271-1/+1
* signal/parisc: Document a conflict with SI_USER with SIGFPEEric W. Biederman2018-01-121-0/+7
* bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner2017-12-051-0/+1
* Merge branch 'parisc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-171-6/+250
|\
| * parisc: Make some PDC structures accessible in uapi headersHelge Deller2017-11-171-6/+250
* | Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-171-0/+1
|\ \ | |/ |/|
| * mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flagsDan Williams2017-11-031-0/+1
* | License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman2017-11-021-0/+1
* | License cleanup: add SPDX license identifier to uapi header files with no lic...Greg Kroah-Hartman2017-11-0226-0/+26
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-061-11/+3
|\
| * mm,fork: introduce MADV_WIPEONFORKRik van Riel2017-09-061-0/+3
| * mm: arch: consolidate mmap hugetlb size encodingsMike Kravetz2017-09-061-11/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-061-0/+2
|\ \ | |/ |/|
| * sock: add SOCK_ZEROCOPY sockoptWillem de Bruijn2017-08-031-0/+2
* | parisc: Drop MADV_SPACEAVAIL, MADV_VPS_PURGE and MADV_VPS_INHERITHelge Deller2017-08-221-3/+0
* | parisc: Add MADV_HWPOISON and MADV_SOFT_OFFLINEHelge Deller2017-08-221-0/+3
|/
* tty: Fix TIOCGPTPEER ioctl definitionGleb Fotengauer-Malinovskiy2017-07-171-1/+1
* parisc: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2017-07-111-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-051-0/+4
|\