summaryrefslogtreecommitdiffstats
path: root/arch/parisc/include/uapi
Commit message (Expand)AuthorAgeFilesLines
* arch: remove redundant UAPI generic-y definesMasahiro Yamada2019-01-061-6/+0Star
* arch: remove stale comments "UAPI Header export list"Masahiro Yamada2019-01-061-1/+0Star
* parisc: generate uapi header and system call table filesFiroz Khan2018-12-102-365/+6Star
* parisc: remove __NR_Linux from uapi header file.Firoz Khan2018-12-101-352/+351Star
* 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/+0Star
* Merge branch 'parisc-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-291-3/+0Star
|\
| * parisc64: change __kernel_suseconds_t to match glibcArnd Bergmann2018-10-261-3/+0Star
* | 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/+1Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-161-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/+0Star
|/
* parisc: Wire up io_pgetevents syscallHelge Deller2018-06-281-1/+2
* y2038: parisc: Extend sysvipc data structuresArnd Bergmann2018-04-203-36/+32Star
* Merge branch 'parisc-4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-131-7/+0Star
|\
| * parisc/signal: Add FPE_CONDTRAP for conditional trap handlingHelge Deller2018-04-111-7/+0Star
* | 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-071-11/+3Star
|\
| * mm,fork: introduce MADV_WIPEONFORKRik van Riel2017-09-071-0/+3
| * mm: arch: consolidate mmap hugetlb size encodingsMike Kravetz2017-09-071-11/+0Star
* | 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-041-0/+2
* | parisc: Drop MADV_SPACEAVAIL, MADV_VPS_PURGE and MADV_VPS_INHERITHelge Deller2017-08-221-3/+0Star
* | 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
|\
| * net: introduce SO_PEERGROUPS getsockoptDavid Herrmann2017-06-211-0/+2
| * net: Fix parisc SCM_TIMESTAMPING_PKTINFO value.David S. Miller2017-05-221-1/+1
| * net: Define SCM_TIMESTAMPING_PKTINFO on all architectures.David S. Miller2017-05-221-0/+2
* | Merge tag 'tty-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-07-041-0/+1
|\ \
| * | tty: add TIOCGPTPEER ioctlAleksa Sarai2017-06-091-0/+1
| |/
* | Merge branch 'parisc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-07-041-6/+6
|\ \ | |/ |/|
| * parisc: Add Page Deallocation Table (PDT) supportHelge Deller2017-05-121-6/+6
* | uapi: export all headers under uapi directoriesNicolas Dichtel2017-05-101-28/+0Star
|/
* New getsockopt option to get socket cookieChenbo Feng2017-04-081-0/+2
* net: Introduce SO_INCOMING_NAPI_IDSridhar Samudrala2017-03-251-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-241-1/+2
|\
| * parisc: Wire up statx system callHelge Deller2017-03-151-1/+2