summaryrefslogtreecommitdiffstats
path: root/include/linux/syscalls.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-0/+4
|\
| * fs: add mount_setattr()Christian Brauner2021-01-241-0/+4
* | Merge branch 'linus' into locking/core, to pick up upstream fixesIngo Molnar2021-02-121-0/+24
|\|
| * fanotify: Fix sys_fanotify_mark() on native x86-32Brian Gerst2020-12-281-0/+24
* | futex: Change utime parameter to be 'const ... *'Alejandro Colomar2021-01-281-4/+4
|/
* epoll: wire up syscall epoll_pwait2Willem de Bruijn2020-12-191-0/+5
* Merge tag 'for-5.11/io_uring-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-1/+1
|\
| * io_uring: add timeout support for io_uring_enter()Hao Xu2020-12-091-1/+1
* | Merge tag 'asm-generic-cleanup-5.11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-12-151-1/+1
|\ \
| * | syscalls: Fix file comments for syscalls implemented in kernel/sys.cTal Zussman2020-11-131-1/+1
| |/
* | file: Replace ksys_close with close_fdEric W. Biederman2020-12-101-12/+0
* | file: Rename __close_fd to close_fd and remove the files parameterEric W. Biederman2020-12-101-3/+3
|/
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-3/+3
* mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim2020-10-181-0/+2
* rseq/membarrier: Add MEMBARRIER_CMD_PRIVATE_EXPEDITED_RSEQPeter Oskolkov2020-09-251-1/+1
* 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