summaryrefslogtreecommitdiffstats
path: root/include/linux/syscalls.h
Commit message (Expand)AuthorAgeFilesLines
* all arch: remove system call sys_sysctlXiaoming Ni2020-08-141-2/+0
* syscalls: use uaccess_kernel in addr_limit_user_checkChristoph Hellwig2020-08-121-1/+1
* Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-071-83/+0
|\
| * init: add an init_mknod helperChristoph Hellwig2020-07-311-9/+0
| * init: add an init_mkdir helperChristoph Hellwig2020-07-311-7/+0
| * init: add an init_symlink helperChristoph Hellwig2020-07-311-9/+0
| * init: add an init_link helperChristoph Hellwig2020-07-311-9/+0
| * init: add an init_eaccess helperChristoph Hellwig2020-07-311-7/+0
| * init: add an init_chmod helperChristoph Hellwig2020-07-311-7/+0
| * init: add an init_chroot helperChristoph Hellwig2020-07-311-2/+0
| * init: add an init_chdir helperChristoph Hellwig2020-07-311-1/+0
| * init: add an init_rmdir helperChristoph Hellwig2020-07-311-7/+0
| * init: add an init_unlink helperChristoph Hellwig2020-07-311-7/+0
| * init: add an init_umount helperChristoph Hellwig2020-07-311-1/+0
| * fs: push the getname from do_rmdir into the callersChristoph Hellwig2020-07-311-2/+2
| * fs: remove ksys_ioctlChristoph Hellwig2020-07-311-1/+0
| * fs: remove ksys_fchmodChristoph Hellwig2020-07-311-1/+0
| * fs: remove ksys_dupChristoph Hellwig2020-07-311-1/+0
| * fs: remove ksys_openChristoph Hellwig2020-07-311-11/+0
| * fs: remove ksys_getdents64Christoph Hellwig2020-07-311-2/+0
| * initrd: switch initrd loading to struct file based APIsChristoph Hellwig2020-07-301-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-051-0/+4
|\ \
| * | net: remove compat_sys_{get,set}sockoptChristoph Hellwig2020-07-191-0/+4
| |/
* | Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-041-0/+2
|\ \ | |/ |/|
| * open: add close_range()Christian Brauner2020-06-171-0/+2
* | syscalls: Fix offset type of ksys_ftruncate()Jiri Slaby2020-06-151-1/+1
|/
* vfs: add faccessat2 syscallMiklos Szeredi2020-05-141-2/+4
* Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds2020-01-291-0/+1
|\
| * arch: wire up pidfd_getfd syscallSargun Dhillon2020-01-131-0/+1
* | Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/li...Linus Torvalds2020-01-291-5/+4
|\ \
| * | y2038: rename itimerval to __kernel_old_itimervalArnd Bergmann2019-12-181-5/+4
* | | Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-291-0/+3
|\ \ \ | |_|/ |/| |
| * | open: introduce openat2(2) syscallAleksa Sarai2020-01-181-0/+3
| |/
* | Revert "fs: remove ksys_dup()"Dominik Brodowski2020-01-021-0/+1
* | fs: remove ksys_dup()Dominik Brodowski2019-12-121-1/+0
* | init: use do_mount() instead of ksys_mount()Dominik Brodowski2019-12-121-2/+0
|/
* y2038: time: avoid timespec usage in settimeofday()Arnd Bergmann2019-11-151-1/+1
* y2038: syscalls: change remaining timeval to __kernel_old_timevalArnd Bergmann2019-11-151-5/+5
* y2038: uapi: change __kernel_time_t to __kernel_old_time_tArnd Bergmann2019-11-151-2/+2
* ipc: fix sparc64 ipc() wrapperArnd Bergmann2019-09-071-0/+19
* 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-041-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-101-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-081-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/+1
|/
* vfs: syscall: Add fspick() to select a superblock for reconfigurationDavid Howells2019-03-201-0/+1