aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/syscalls.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-14all arch: remove system call sys_sysctlXiaoming Ni1-2/+0
2020-08-12syscalls: use uaccess_kernel in addr_limit_user_checkChristoph Hellwig1-1/+1
2020-08-07Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-83/+0
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-0/+4
2020-08-04Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-0/+2
2020-07-31init: add an init_mknod helperChristoph Hellwig1-9/+0
2020-07-31init: add an init_mkdir helperChristoph Hellwig1-7/+0
2020-07-31init: add an init_symlink helperChristoph Hellwig1-9/+0
2020-07-31init: add an init_link helperChristoph Hellwig1-9/+0
2020-07-31init: add an init_eaccess helperChristoph Hellwig1-7/+0
2020-07-31init: add an init_chmod helperChristoph Hellwig1-7/+0
2020-07-31init: add an init_chroot helperChristoph Hellwig1-2/+0
2020-07-31init: add an init_chdir helperChristoph Hellwig1-1/+0
2020-07-31init: add an init_rmdir helperChristoph Hellwig1-7/+0
2020-07-31init: add an init_unlink helperChristoph Hellwig1-7/+0
2020-07-31init: add an init_umount helperChristoph Hellwig1-1/+0
2020-07-31fs: push the getname from do_rmdir into the callersChristoph Hellwig1-2/+2
2020-07-31fs: remove ksys_ioctlChristoph Hellwig1-1/+0
2020-07-31fs: remove ksys_fchmodChristoph Hellwig1-1/+0
2020-07-31fs: remove ksys_dupChristoph Hellwig1-1/+0
2020-07-31fs: remove ksys_openChristoph Hellwig1-11/+0
2020-07-31fs: remove ksys_getdents64Christoph Hellwig1-2/+0
2020-07-30initrd: switch initrd loading to struct file based APIsChristoph Hellwig1-1/+0
2020-07-19net: remove compat_sys_{get,set}sockoptChristoph Hellwig1-0/+4
2020-06-17open: add close_range()Christian Brauner1-0/+2
2020-06-15syscalls: Fix offset type of ksys_ftruncate()Jiri Slaby1-1/+1
2020-05-14vfs: add faccessat2 syscallMiklos Szeredi1-2/+4
2020-01-29Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-0/+1
2020-01-29Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-5/+4
2020-01-29Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+3
2020-01-18open: introduce openat2(2) syscallAleksa Sarai1-0/+3
2020-01-13arch: wire up pidfd_getfd syscallSargun Dhillon1-0/+1
2020-01-02Revert "fs: remove ksys_dup()"Dominik Brodowski1-0/+1
2019-12-18y2038: rename itimerval to __kernel_old_itimervalArnd Bergmann1-5/+4
2019-12-12fs: remove ksys_dup()Dominik Brodowski1-1/+0
2019-12-12init: use do_mount() instead of ksys_mount()Dominik Brodowski1-2/+0
2019-11-15y2038: time: avoid timespec usage in settimeofday()Arnd Bergmann1-1/+1
2019-11-15y2038: syscalls: change remaining timeval to __kernel_old_timevalArnd Bergmann1-5/+5
2019-11-15y2038: uapi: change __kernel_time_t to __kernel_old_time_tArnd Bergmann1-2/+2
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