summaryrefslogtreecommitdiffstats
path: root/include/linux/syscalls.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-2/+2
|\
| * constify ksys_mount() string argumentsAl Viro2019-07-051-2/+2
* | Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds2019-07-111-0/+4
|\ \
| * | fork: add clone3Christian Brauner2019-06-091-0/+4
| |/
* | Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-111-0/+1
|\ \
| * | pid: add pidfd_open()Christian Brauner2019-06-281-0/+1
| |/
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-091-1/+1
|\ \
| * | signal: Remove task parameter from force_sigEric W. Biederman2019-05-271-1/+1
| |/
* / treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 365Thomas Gleixner2019-06-051-3/+1Star
|/
* vfs: syscall: Add fspick() to select a superblock for reconfigurationDavid Howells2019-03-201-0/+1
* vfs: syscall: Add fsmount() to create a mount for a superblockDavid Howells2019-03-201-0/+1
* vfs: syscall: Add fsconfig() for configuring and managing a contextDavid Howells2019-03-201-0/+2
* vfs: syscall: Add fsopen() to prepare for superblock creationDavid Howells2019-03-201-0/+1
* vfs: syscall: Add move_mount(2) to move mounts aroundDavid Howells2019-03-201-0/+3
* vfs: syscall: Add open_tree(2) to reference or clone a mountAl Viro2019-03-201-0/+1
* Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2019-03-161-0/+3
|\
| * signal: add pidfd_send_signal() syscallChristian Brauner2019-03-051-0/+3
* | Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-081-0/+8
|\ \
| * | io_uring: add support for pre-mapped user IO buffersJens Axboe2019-02-281-0/+2
| * | Add io_uring IO interfaceJens Axboe2019-02-281-0/+6
| |/
* | y2038: syscalls: rename y2038 compat syscallsArnd Bergmann2019-02-071-0/+57
* | timex: change syscalls to use struct __kernel_timexDeepa Dinamani2019-02-071-3/+3
* | time: fix sys_timer_settime prototypeArnd Bergmann2019-02-071-1/+1
* | ipc: rename old-style shmctl/semctl/msgctl syscallsArnd Bergmann2019-01-251-0/+3
* | ipc: introduce ksys_ipc()/compat_ksys_ipc() for s390Arnd Bergmann2019-01-181-0/+4
|/
* Merge branch 'next-seccomp' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-01-021-1/+1
|\
| * seccomp: switch system call argument type to void *Tycho Andersen2018-12-121-1/+1
* | y2038: signal: Add sys_rt_sigtimedwait_time32Arnd Bergmann2018-12-181-0/+4
* | y2038: socket: Add compat_sys_recvmmsg_time64Arnd Bergmann2018-12-181-0/+3
* | y2038: futex: Add support for __kernel_timespecArnd Bergmann2018-12-071-1/+1
* | io_pgetevents: use __kernel_timespecDeepa Dinamani2018-12-061-2/+8
* | pselect6: use __kernel_timespecDeepa Dinamani2018-12-061-1/+4
* | ppoll: use __kernel_timespecDeepa Dinamani2018-12-061-1/+4
|/
* y2038: signal: Change rt_sigtimedwait to use __kernel_timespecArnd Bergmann2018-08-291-1/+1
* y2038: socket: Change recvmmsg to use __kernel_timespecArnd Bergmann2018-08-291-1/+1
* y2038: sched: Change sched_rr_get_interval to use __kernel_timespecArnd Bergmann2018-08-291-1/+1
* y2038: Compile utimes()/futimesat() conditionallyArnd Bergmann2018-08-291-4/+6
* y2038: Change sys_utimensat() to use __kernel_timespecArnd Bergmann2018-08-291-1/+2
* y2038: globally rename compat_time to old_time32Arnd Bergmann2018-08-271-1/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-08-151-0/+11
|\
| * kernel: add ksys_personality()Mark Rutland2018-07-121-0/+11
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-08-131-5/+5
|\ \
| * | Merge branch 'fortglx/4.19/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner2018-07-121-0/+4
| |\|
| * | time: Change types to new y2038 safe __kernel_itimerspecDeepa Dinamani2018-06-241-5/+5
* | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-07-221-0/+1
|\ \ \ | |_|/ |/| |
| * | aio: don't expose __aio_sigset in uapiChristoph Hellwig2018-07-181-0/+1
| |/
* / disable -Wattribute-alias warning for SYSCALL_DEFINEx()Arnd Bergmann2018-06-251-0/+4
|/
* rseq: Introduce restartable sequences system callMathieu Desnoyers2018-06-061-1/+3
* Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-051-3/+3
|\
| * y2038: ipc: Use __kernel_timespecArnd Bergmann2018-04-201-3/+3