aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/syscalls.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-14lsm: use 32-bit compatible data types in LSM syscallsCasey Schaufler1-3/+3
2024-01-24x86/entry/ia32: Ensure s32 is sign extended to s64Richard Palethorpe1-0/+1
2024-01-13fs: rework listmount() implementationChristian Brauner1-1/+1
2024-01-09Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+6
2023-12-14add listmount(2) syscallMiklos Szeredi1-0/+3
2023-12-11add statmount(2) syscallMiklos Szeredi1-0/+5
2023-11-12LSM: Create lsm_list_modules system callCasey Schaufler1-0/+1
2023-11-12LSM: syscalls for current process attributesCasey Schaufler1-0/+5
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2023-10-03syscalls: Cleanup references to sys_lookup_dcookie()Sohil Mehta1-1/+0
2023-09-21futex: Add sys_futex_requeue()peterz@infradead.org1-0/+3
2023-09-21futex: Add sys_futex_wait()peterz@infradead.org1-0/+4
2023-09-21futex: Add sys_futex_wake()peterz@infradead.org1-0/+3
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2023-08-28Merge tag 'core-entry-2023-08-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-16/+0
2023-08-23entry: Remove empty addr_limit_user_check()Mark Rutland1-16/+0
2023-08-02x86/shstk: Introduce map_shadow_stack syscallRick Edgecombe1-0/+1
2023-07-27fs: Add fchmodat2()Alexey Gladkov1-0/+2
2023-07-11Non-functional cleanup of a "__user * filename"Palmer Dabbelt1-1/+1
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-125/+15
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+5
2023-06-22syscalls: Remove file path comments from headersSohil Mehta1-125/+15
2023-06-18posix-timers: Add sys_ni_posix_timers() prototypeArnd Bergmann1-0/+1
2023-06-09cachestat: implement cachestat syscallNhat Pham1-0/+5
2022-10-19x86/signal/32: Merge native and compat 32-bit signal codeBrian Gerst1-0/+2
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann1-4/+0
2022-01-15mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V1-0/+3
2021-10-07futex: Implement sys_futex_waitv()André Almeida1-0/+5
2021-10-07futex: Split out syscallsPeter Zijlstra1-1/+1
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/jmo...Linus 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/kerne...Linus 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/ke...Linus 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...Linus 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...Linus 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/bra...Linus Torvalds1-0/+1
2020-01-29Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/li...Linus Torvalds1-5/+4
2020-01-29Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus 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/v...Linus Torvalds1-2/+2
2019-07-11Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds1-0/+4
2019-07-10Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus 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
2019-03-20vfs: syscall: Add fsmount() to create a mount for a superblockDavid Howells1-0/+1
2019-03-20vfs: syscall: Add fsconfig() for configuring and managing a contextDavid Howells1-0/+2
2019-03-20vfs: syscall: Add fsopen() to prepare for superblock creationDavid Howells1-0/+1
2019-03-20vfs: syscall: Add move_mount(2) to move mounts aroundDavid Howells1-0/+3
2019-03-20vfs: syscall: Add open_tree(2) to reference or clone a mountAl Viro1-0/+1
2019-03-16Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds1-0/+3
2019-03-08Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+8
2019-03-05signal: add pidfd_send_signal() syscallChristian Brauner1-0/+3
2019-02-28io_uring: add support for pre-mapped user IO buffersJens Axboe1-0/+2
2019-02-28Add io_uring IO interfaceJens Axboe1-0/+6
2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann1-0/+57
2019-02-07timex: change syscalls to use struct __kernel_timexDeepa Dinamani1-3/+3
2019-02-07time: fix sys_timer_settime prototypeArnd Bergmann1-1/+1
2019-01-25ipc: rename old-style shmctl/semctl/msgctl syscallsArnd Bergmann1-0/+3
2019-01-18ipc: introduce ksys_ipc()/compat_ksys_ipc() for s390Arnd Bergmann1-0/+4
2019-01-02Merge branch 'next-seccomp' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2018-12-18y2038: signal: Add sys_rt_sigtimedwait_time32Arnd Bergmann1-0/+4
2018-12-18y2038: socket: Add compat_sys_recvmmsg_time64Arnd Bergmann1-0/+3
2018-12-11seccomp: switch system call argument type to void *Tycho Andersen1-1/+1
2018-12-07y2038: futex: Add support for __kernel_timespecArnd Bergmann1-1/+1
2018-12-06io_pgetevents: use __kernel_timespecDeepa Dinamani1-2/+8
2018-12-06pselect6: use __kernel_timespecDeepa Dinamani1-1/+4
2018-12-06ppoll: use __kernel_timespecDeepa Dinamani1-1/+4
2018-08-29y2038: signal: Change rt_sigtimedwait to use __kernel_timespecArnd Bergmann1-1/+1
2018-08-29y2038: socket: Change recvmmsg to use __kernel_timespecArnd Bergmann1-1/+1
2018-08-29y2038: sched: Change sched_rr_get_interval to use __kernel_timespecArnd Bergmann1-1/+1
2018-08-29y2038: Compile utimes()/futimesat() conditionallyArnd Bergmann1-4/+6
2018-08-29y2038: Change sys_utimensat() to use __kernel_timespecArnd Bergmann1-1/+2
2018-08-27y2038: globally rename compat_time to old_time32Arnd Bergmann1-1/+1
2018-08-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+11
2018-08-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+5
2018-07-22Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2018-07-17aio: don't expose __aio_sigset in uapiChristoph Hellwig1-0/+1
2018-07-12Merge branch 'fortglx/4.19/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner1-0/+4
2018-07-12kernel: add ksys_personality()Mark Rutland1-0/+11
2018-06-25disable -Wattribute-alias warning for SYSCALL_DEFINEx()Arnd Bergmann1-0/+4
2018-06-24time: Change types to new y2038 safe __kernel_itimerspecDeepa Dinamani1-5/+5
2018-06-06rseq: Introduce restartable sequences system callMathieu Desnoyers1-1/+3
2018-06-04Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+3
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-6/+7
2018-05-02aio: implement io_pgeteventsChristoph Hellwig1-0/+6
2018-04-20y2038: ipc: Use __kernel_timespecArnd Bergmann1-3/+3
2018-04-19time: Change nanosleep to safe __kernel_* typesDeepa Dinamani1-3/+4
2018-04-19time: Change types to new y2038 safe __kernel_* typesDeepa Dinamani1-3/+3
2018-04-09syscalls/core, syscalls/x86: Clean up syscall stub naming conventionDominik Brodowski1-6/+11
2018-04-05syscalls/x86: Use 'struct pt_regs' based syscall calling convention for 64-bi...Dominik Brodowski1-1/+1
2018-04-05syscalls/core: Introduce CONFIG_ARCH_HAS_SYSCALL_WRAPPER=yDominik Brodowski1-0/+23
2018-04-02bpf: whitelist all syscalls for error injectionHoward McLauchlan1-0/+3
2018-04-02syscalls: sort syscall prototypes in include/linux/syscalls.hDominik Brodowski1-537/+667
2018-04-02kexec: move sys_kexec_load() prototype to syscalls.hDominik Brodowski1-0/+4
2018-04-02mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead()Dominik Brodowski1-0/+1
2018-04-02mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski1-0/+3
2018-04-02mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()Dominik Brodowski1-0/+9
2018-04-02fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate()Dominik Brodowski1-0/+1
2018-04-02fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscallsDominik Brodowski1-0/+4
2018-04-02fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate()Dominik Brodowski1-0/+7
2018-04-02fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscallDominik Brodowski1-0/+2
2018-04-02kernel: add ksys_setsid() helper; remove in-kernel call to sys_setsid()Dominik Brodowski1-0/+1
2018-04-02kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare()Dominik Brodowski1-0/+1
2018-04-02fs: add ksys_sync() helper; remove in-kernel calls to sys_sync()Dominik Brodowski1-0/+1
2018-04-02fs: add ksys_read() helper; remove in-kernel calls to sys_read()Dominik Brodowski1-0/+1
2018-04-02fs: add ksys_lseek() helper; remove in-kernel calls to sys_lseek()Dominik Brodowski1-0/+1
2018-04-02fs: add ksys_ioctl() helper; remove in-kernel calls to sys_ioctl()Dominik Brodowski1-0/+1
2018-04-02fs: add ksys_getdents64() helper; remove in-kernel calls to sys_getdents64()Dominik Brodowski1-0/+2
2018-04-02fs: add ksys_open() wrapper; remove in-kernel calls to sys_open()Dominik Brodowski1-0/+11
2018-04-02fs: add ksys_close() wrapper; remove in-kernel calls to sys_close()Dominik Brodowski1-0/+12
2018-04-02fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()Dominik Brodowski1-0/+7
2018-04-02fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappersDominik Brodowski1-0/+17
2018-04-02fs: add do_faccessat() helper and ksys_access() wrapper; remove in-kernel cal...Dominik Brodowski1-0/+7
2018-04-02fs: add ksys_fchmod() and do_fchmodat() helpers and ksys_chmod() wrapper; rem...Dominik Brodowski1-0/+8
2018-04-02fs: add do_linkat() helper and ksys_link() wrapper; remove in-kernel calls to...Dominik Brodowski1-0/+9
2018-04-02fs: add do_mknodat() helper and ksys_mknod() wrapper; remove in-kernel calls ...Dominik Brodowski1-0/+9
2018-04-02fs: add do_symlinkat() helper and ksys_symlink() wrapper; remove in-kernel ca...Dominik Brodowski1-0/+9
2018-04-02fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls ...Dominik Brodowski1-0/+7
2018-04-02fs: add ksys_rmdir() wrapper; remove in-kernel calls to sys_rmdir()Dominik Brodowski1-0/+7
2018-04-02fs: add ksys_unlink() wrapper; remove in-kernel calls to sys_unlink()Dominik Brodowski1-0/+11
2018-04-02fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir()Dominik Brodowski1-0/+1
2018-04-02fs: add ksys_write() helper; remove in-kernel calls to sys_write()Dominik Brodowski1-0/+1
2018-04-02fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot()Dominik Brodowski1-0/+1
2018-04-02fs: add ksys_dup{,3}() helper; remove in-kernel calls to sys_dup{,3}()Dominik Brodowski1-0/+1
2018-04-02fs: add ksys_umount() helper; remove in-kernel call to sys_umount()Dominik Brodowski1-0/+1
2018-04-02fs: add ksys_mount() helper; remove in-kernel calls to sys_mount()Dominik Brodowski1-0/+3
2018-04-02fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl()Dominik Brodowski1-2/+0
2018-04-02kernel: open-code sys_rt_sigpending() in sys_sigpending()Dominik Brodowski1-1/+1
2018-03-25syscalls: define and explain goal to not call syscalls in the kernelDominik Brodowski1-0/+7
2017-09-17syscalls: Use CHECK_DATA_CORRUPTION for addr_limit_user_checkThomas Garnier1-4/+8
2017-09-11perf/bpf: fix a clang compilation issueYonghong Song1-0/+2
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+12
2017-09-04Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+16
2017-08-31annotate RWF_... flagsChristoph Hellwig1-2/+2
2017-08-31teach SYSCALL_DEFINE/COMPAT_SYSCALL_DEFINE to handle __bitwise argumentsAl Viro1-4/+5
2017-08-07bpf: add support for sys_enter_* and sys_exit_* tracepointsYonghong Song1-0/+12
2017-07-08x86/syscalls: Check address limit on user-mode returnThomas Garnier1-0/+16
2017-05-27take compat_sys_old_getrlimit() to native syscallAl Viro1-1/+1
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells1-0/+3
2016-10-17generic syscalls: kill cruft from removed pkey syscallsDave Hansen1-3/+0