summaryrefslogtreecommitdiffstats
path: root/include/linux/syscalls.h
Commit message (Expand)AuthorAgeFilesLines
* futex: Implement sys_futex_waitv()André Almeida2021-10-071-0/+5
* futex: Split out syscallsPeter Zijlstra2021-10-071-1/+1
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-09-091-0/+3
|\
| * ARM: 9114/1: oabi-compat: rework sys_semtimedop emulationArnd Bergmann2021-08-201-0/+3
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-031-0/+1
|\ \
| * | mm: wire up syscall process_mreleaseSuren Baghdasaryan2021-09-031-0/+1
| |/
* / exit/bdflush: Remove the deprecated bdflush system callEric W. Biederman2021-07-121-1/+0
|/
* arch, mm: wire up memfd_secret system call where relevantMike Rapoport2021-07-081-0/+1
* quota: Change quotactl_path() systcall to an fd-based oneJan Kara2021-06-071-2/+2
* Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2021-05-011-0/+7
|\
| * landlock: Add syscall implementationsMickaël Salaün2021-04-221-0/+7
* | quota: wire up quotactl_pathSascha Hauer2021-03-171-0/+2
|/
* 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
| |/