aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/syscalls.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-09Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-0/+3
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2021-09-03mm: wire up syscall process_mreleaseSuren Baghdasaryan1-0/+1
2021-08-20ARM: 9114/1: oabi-compat: rework sys_semtimedop emulationArnd Bergmann1-0/+3
2021-07-12exit/bdflush: Remove the deprecated bdflush system callEric W. Biederman1-1/+0
2021-07-08arch, mm: wire up memfd_secret system call where relevantMike Rapoport1-0/+1
2021-06-07quota: Change quotactl_path() systcall to an fd-based oneJan Kara1-2/+2
2021-05-01Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+7
2021-04-22landlock: Add syscall implementationsMickaël Salaün1-0/+7
2021-03-17quota: wire up quotactl_pathSascha Hauer1-0/+2
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-0/+4
2021-02-12Merge branch 'linus' into locking/core, to pick up upstream fixesIngo Molnar1-0/+24
2021-01-28futex: Change utime parameter to be 'const ... *'Alejandro Colomar1-4/+4
2021-01-24fs: add mount_setattr()Christian Brauner1-0/+4
2020-12-28fanotify: Fix sys_fanotify_mark() on native x86-32Brian Gerst1-0/+24
2020-12-19epoll: wire up syscall epoll_pwait2Willem de Bruijn1-0/+5
2020-12-16Merge tag 'for-5.11/io_uring-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-12-15Merge tag 'asm-generic-cleanup-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-1/+1
2020-12-10file: Replace ksys_close with close_fdEric W. Biederman1-12/+0
2020-12-10file: Rename __close_fd to close_fd and remove the files parameterEric W. Biederman1-3/+3
2020-12-09io_uring: add timeout support for io_uring_enter()Hao Xu1-1/+1
2020-11-13syscalls: Fix file comments for syscalls implemented in kernel/sys.cTal Zussman1-1/+1
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-3/+3
2020-10-18mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim1-0/+2
2020-09-25rseq/membarrier: Add MEMBARRIER_CMD_PRIVATE_EXPEDITED_RSEQPeter Oskolkov1-1/+1
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