aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/uapi (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-08Merge tag 'mips_5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-3/+3
2019-04-19net: socket: implement 64-bit timestampsArnd Bergmann1-2/+2
2019-04-09Merge tag 'mips_fixes_5.1_1' into mips-nextPaul Burton1-7/+0
2019-03-19MIPS: uasm: Add div, mul and sel instructions for mipsr6Hassan Naveed1-3/+3
2019-03-19Merge tag 'mips_fixes_5.1_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-7/+0
2019-03-17Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-2/+0
2019-03-17kbuild: force all architectures except um to include mandatory-yMasahiro Yamada1-2/+0
2019-03-14MIPS: Remove custom MIPS32 __kernel_fsid_t typePaul Burton1-7/+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 'asm-generic-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-3/+1
2019-02-18arch: move common mmap flags to linux/mman.hMichael S. Tsirkin1-3/+1
2019-02-03sock: Add SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEWDeepa Dinamani1-2/+9
2019-02-03socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixesDeepa Dinamani1-2/+4
2019-02-03socket: Add SO_TIMESTAMPING_NEWDeepa Dinamani1-2/+3
2019-02-03socket: Add SO_TIMESTAMP[NS]_NEWDeepa Dinamani1-2/+12
2019-02-03sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLDDeepa Dinamani1-7/+16
2019-01-17net: introduce SO_BINDTOIFINDEX sockoptDavid Herrmann1-0/+2
2019-01-06arch: remove redundant UAPI generic-y definesMasahiro Yamada1-2/+0
2019-01-06arch: remove stale comments "UAPI Header export list"Masahiro Yamada1-1/+0
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+2
2018-12-14mips: generate uapi header and system call table filesFiroz Khan2-1064/+12
2018-12-14mips: add +1 to __NR_syscalls in uapi headerFiroz Khan1-6/+6
2018-12-14mips: remove unused macrosFiroz Khan1-15/+0
2018-12-13mips: add __NR_syscalls along with __NR_Linux_syscallsFiroz Khan1-3/+14
2018-12-07mips: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_XJiong Wang1-0/+1
2018-12-07mips: bpf: fix encoding bug for mm_srlv32_opJiong Wang1-1/+1
2018-11-19MIPS: Remove superfluous check for __linux__Sean Young1-8/+0
2018-10-29Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-0/+2
2018-10-03signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZEEric W. Biederman1-11/+0
2018-10-02tty/serial_core: add ISO7816 infrastructureNicolas Ferre1-0/+2
2018-07-04net: Add a new socket option for a future transmit time.Richard Cochran1-0/+3
2018-06-19MIPS: Wire up io_pgetevents syscallPaul Burton1-6/+9
2018-06-19MIPS: Wire up the restartable sequences (rseq) syscallPaul Burton1-6/+9
2018-04-20y2038: mips: Extend sysvipc data structuresArnd Bergmann3-23/+72
2018-04-11mm: introduce MAP_FIXED_NOREPLACEMichal Hocko1-0/+1
2018-02-19MIPS: Add crc instruction support flag to elf_hwcapMarcin Nowakowski1-0/+1
2018-02-11unify {de,}mangle_poll(), get rid of kernel-side POLL...Al Viro1-18/+1
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+18
2018-01-12signal/mips: switch mips to generic siginfoAl Viro1-85/+1
2017-12-05bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner1-0/+1
2017-11-29make kernel-side POLL... arch-independentAl Viro1-0/+17
2017-11-27define __poll_t, annotate constantsAl Viro1-1/+1
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-0/+1
2017-11-03mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flagsDan Williams1-0/+1
2017-11-02License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman31-0/+31
2017-11-02License cleanup: add SPDX license identifier to uapi header files with no licenseGreg Kroah-Hartman8-0/+8
2017-09-15Merge branch '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-1/+1
2017-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+2
2017-09-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-11/+3