aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/syscalls.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-07ipc: fix sparc64 ipc() wrapperArnd Bergmann1-0/+19
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2019-07-11Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-0/+4
2019-07-10Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-0/+1
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2019-07-04constify ksys_mount() string argumentsAl Viro1-2/+2
2019-06-28pid: add pidfd_open()Christian Brauner1-0/+1
2019-06-09fork: add clone3Christian Brauner1-0/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 365Thomas Gleixner1-3/+1
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman1-1/+1
2019-03-20vfs: syscall: Add fspick() to select a superblock for reconfigurationDavid Howells1-0/+1
2019-03-20vfs: syscall: Add fsmount() to create a mount for a superblockDavid Howells1-0/+1
2019-03-20vfs: syscall: Add fsconfig() for configuring and managing a contextDavid Howells1-0/+2
2019-03-20vfs: syscall: Add fsopen() to prepare for superblock creationDavid Howells1-0/+1
2019-03-20vfs: syscall: Add move_mount(2) to move mounts aroundDavid Howells1-0/+3
2019-03-20vfs: syscall: Add open_tree(2) to reference or clone a mountAl Viro1-0/+1
2019-03-16Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-0/+3
2019-03-08Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+8
2019-03-05signal: add pidfd_send_signal() syscallChristian Brauner1-0/+3
2019-02-28io_uring: add support for pre-mapped user IO buffersJens Axboe1-0/+2
2019-02-28Add io_uring IO interfaceJens Axboe1-0/+6
2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann1-0/+57
2019-02-07timex: change syscalls to use struct __kernel_timexDeepa Dinamani1-3/+3
2019-02-07time: fix sys_timer_settime prototypeArnd Bergmann1-1/+1
2019-01-25ipc: rename old-style shmctl/semctl/msgctl syscallsArnd Bergmann1-0/+3
2019-01-18ipc: introduce ksys_ipc()/compat_ksys_ipc() for s390Arnd Bergmann1-0/+4
2019-01-02Merge branch 'next-seccomp' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-1/+1
2018-12-18y2038: signal: Add sys_rt_sigtimedwait_time32Arnd Bergmann1-0/+4
2018-12-18y2038: socket: Add compat_sys_recvmmsg_time64Arnd Bergmann1-0/+3
2018-12-11seccomp: switch system call argument type to void *Tycho Andersen1-1/+1
2018-12-07y2038: futex: Add support for __kernel_timespecArnd Bergmann1-1/+1
2018-12-06io_pgetevents: use __kernel_timespecDeepa Dinamani1-2/+8
2018-12-06pselect6: use __kernel_timespecDeepa Dinamani1-1/+4
2018-12-06ppoll: use __kernel_timespecDeepa Dinamani1-1/+4
2018-08-29y2038: signal: Change rt_sigtimedwait to use __kernel_timespecArnd Bergmann1-1/+1
2018-08-29y2038: socket: Change recvmmsg to use __kernel_timespecArnd Bergmann1-1/+1
2018-08-29y2038: sched: Change sched_rr_get_interval to use __kernel_timespecArnd Bergmann1-1/+1
2018-08-29y2038: Compile utimes()/futimesat() conditionallyArnd Bergmann1-4/+6
2018-08-29y2038: Change sys_utimensat() to use __kernel_timespecArnd Bergmann1-1/+2
2018-08-27y2038: globally rename compat_time to old_time32Arnd Bergmann1-1/+1
2018-08-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+11
2018-08-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+5
2018-07-22Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2018-07-17aio: don't expose __aio_sigset in uapiChristoph Hellwig1-0/+1
2018-07-12Merge branch 'fortglx/4.19/time' of https://git.linaro.org/people/john.stultz/linux into timers/coreThomas Gleixner1-0/+4
2018-07-12kernel: add ksys_personality()Mark Rutland1-0/+11
2018-06-25disable -Wattribute-alias warning for SYSCALL_DEFINEx()Arnd Bergmann1-0/+4
2018-06-24time: Change types to new y2038 safe __kernel_itimerspecDeepa Dinamani1-5/+5
2018-06-06rseq: Introduce restartable sequences system callMathieu Desnoyers1-1/+3
2018-06-04Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3