summaryrefslogtreecommitdiffstats
path: root/include/uapi/asm-generic
Commit message (Expand)AuthorAgeFilesLines
* mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim2020-10-181-1/+3
* Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-10-161-0/+1
|\
| * powerpc/8xx: Support 16k hugepages with 4k pagesChristophe Leroy2020-09-151-0/+1
* | Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-10-121-1/+1
|\ \
| * | fs: remove compat_sys_mountChristoph Hellwig2020-09-221-1/+1
| |/
* | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-121-7/+5
|\ \
| * | mm: remove compat_process_vm_{readv,writev}Christoph Hellwig2020-10-031-4/+2
| * | fs: remove compat_sys_vmspliceChristoph Hellwig2020-10-031-1/+1
| * | fs: remove the compat readv/writev syscallsChristoph Hellwig2020-10-031-2/+2
| |/
* / arm64: mte: Add specific SIGSEGV codesVincenzo Frascino2020-09-041-1/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-051-2/+2
|\
| * net: remove compat_sys_{get,set}sockoptChristoph Hellwig2020-07-191-2/+2
* | arch: wire-up close_range()Christian Brauner2020-06-171-0/+2
|/
* vfs: add faccessat2 syscallMiklos Szeredi2020-05-141-1/+3
* y2038: hide timeval/timespec/itimerval/itimerspec typesArnd Bergmann2020-02-211-0/+2
* Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds2020-01-291-1/+3
|\
| * arch: wire up pidfd_getfd syscallSargun Dhillon2020-01-131-1/+3
* | Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-291-1/+4
|\ \
| * | open: introduce openat2(2) syscallAleksa Sarai2020-01-181-1/+4
| |/
* / mm: Reserve asm-generic prot flags 0x10 and 0x20 for arch useDave Martin2020-01-171-0/+2
|/
* arch: sembuf.h: make uapi asm/sembuf.h self-containedMasahiro Yamada2019-12-041-0/+1
* arch: msgbuf.h: make uapi asm/msgbuf.h self-containedMasahiro Yamada2019-12-041-0/+2
* arch: ipcbuf.h: make uapi asm/ipcbuf.h self-containedMasahiro Yamada2019-12-041-0/+2
* y2038: ipc: remove __kernel_time_t reference from headersArnd Bergmann2019-11-153-16/+15
* y2038: add __kernel_old_timespec and __kernel_old_time_tArnd Bergmann2019-11-151-0/+1
* mm: introduce MADV_PAGEOUTMinchan Kim2019-09-251-0/+1
* mm: introduce MADV_COLDMinchan Kim2019-09-251-0/+2
* ipc: fix semtimedop for generic 32-bit architecturesArnd Bergmann2019-09-061-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-172-12/+13
|\
| * mm/mmap: move common defines to mman-common.hAneesh Kumar K.V2019-07-162-6/+9
| * mm: move MAP_SYNC to asm-generic/mman-common.hAneesh Kumar K.V2019-07-162-2/+2
| * mm: fix the MAP_UNINITIALIZED flagChristoph Hellwig2019-07-161-5/+3
* | unistd: protect clone3 via __ARCH_WANT_SYS_CLONE3Christian Brauner2019-07-151-0/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-111-0/+2
|\
| * bpf: net: Add SO_DETACH_REUSEPORT_BPFMartin KaFai Lau2019-06-151-0/+2
* | Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds2019-07-111-1/+3
|\ \
| * | arch: wire-up clone3() syscallChristian Brauner2019-06-091-1/+3
| |/
* / arch: wire-up pidfd_open()Christian Brauner2019-06-281-1/+3
|/
* uapi: Wire up the mount API syscalls on non-x86 arches [ver #2]David Howells2019-05-161-1/+13
* net: socket: implement 64-bit timestampsArnd Bergmann2019-04-191-2/+2
* Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2019-03-171-1/+3
|\
| * kbuild: force all architectures except um to include mandatory-yMasahiro Yamada2019-03-171-1/+3
* | Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2019-03-161-0/+2
|\ \
| * | signal: add pidfd_send_signal() syscallChristian Brauner2019-03-051-1/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-141-1/+1
|\ \ \ | |_|/ |/| |
| * | y2038: fix socket.h header inclusionArnd Bergmann2019-03-111-1/+1
* | | Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-081-1/+8
|\ \ \
| * | | io_uring: add support for pre-mapped user IO buffersJens Axboe2019-02-281-1/+3
| * | | Add io_uring IO interfaceJens Axboe2019-02-281-1/+5
| | |/ | |/|
* | | Merge tag 'asm-generic-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-03-061-3/+1
|\ \ \