aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/syscalls.h
AgeCommit message (Expand)Author
2024-02-23x86/entry/ia32: Ensure s32 is sign extended to s64Richard Palethorpe
2023-01-04io_uring: import 5.15-stable io_uringJens Axboe
2021-01-17fanotify: Fix sys_fanotify_mark() on native x86-32Brian Gerst
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-10-18mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim
2020-09-25rseq/membarrier: Add MEMBARRIER_CMD_PRIVATE_EXPEDITED_RSEQPeter Oskolkov
2020-08-14all arch: remove system call sys_sysctlXiaoming Ni
2020-08-12syscalls: use uaccess_kernel in addr_limit_user_checkChristoph Hellwig
2020-08-07Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-08-04Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-07-31init: add an init_mknod helperChristoph Hellwig
2020-07-31init: add an init_mkdir helperChristoph Hellwig
2020-07-31init: add an init_symlink helperChristoph Hellwig
2020-07-31init: add an init_link helperChristoph Hellwig
2020-07-31init: add an init_eaccess helperChristoph Hellwig
2020-07-31init: add an init_chmod helperChristoph Hellwig
2020-07-31init: add an init_chroot helperChristoph Hellwig
2020-07-31init: add an init_chdir helperChristoph Hellwig
2020-07-31init: add an init_rmdir helperChristoph Hellwig
2020-07-31init: add an init_unlink helperChristoph Hellwig
2020-07-31init: add an init_umount helperChristoph Hellwig
2020-07-31fs: push the getname from do_rmdir into the callersChristoph Hellwig
2020-07-31fs: remove ksys_ioctlChristoph Hellwig
2020-07-31fs: remove ksys_fchmodChristoph Hellwig
2020-07-31fs: remove ksys_dupChristoph Hellwig
2020-07-31fs: remove ksys_openChristoph Hellwig
2020-07-31fs: remove ksys_getdents64Christoph Hellwig
2020-07-30initrd: switch initrd loading to struct file based APIsChristoph Hellwig
2020-07-19net: remove compat_sys_{get,set}sockoptChristoph Hellwig
2020-06-17open: add close_range()Christian Brauner
2020-06-15syscalls: Fix offset type of ksys_ftruncate()Jiri Slaby
2020-05-14vfs: add faccessat2 syscallMiklos Szeredi
2020-01-29Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds
2020-01-29Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/li...Linus Torvalds
2020-01-29Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-01-18open: introduce openat2(2) syscallAleksa Sarai
2020-01-13arch: wire up pidfd_getfd syscallSargun Dhillon
2020-01-02Revert "fs: remove ksys_dup()"Dominik Brodowski
2019-12-18y2038: rename itimerval to __kernel_old_itimervalArnd Bergmann
2019-12-12fs: remove ksys_dup()Dominik Brodowski
2019-12-12init: use do_mount() instead of ksys_mount()Dominik Brodowski
2019-11-15y2038: time: avoid timespec usage in settimeofday()Arnd Bergmann
2019-11-15y2038: syscalls: change remaining timeval to __kernel_old_timevalArnd Bergmann
2019-11-15y2038: uapi: change __kernel_time_t to __kernel_old_time_tArnd Bergmann
2019-09-07ipc: fix sparc64 ipc() wrapperArnd Bergmann
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-07-11Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds
2019-07-10Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds