summaryrefslogtreecommitdiffstats
path: root/include/linux/syscalls.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-311-0/+1
|\
| * x86/shstk: Introduce map_shadow_stack syscallRick Edgecombe2023-08-021-0/+1
* | Merge tag 'core-entry-2023-08-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-281-16/+0
|\ \
| * | entry: Remove empty addr_limit_user_check()Mark Rutland2023-08-231-16/+0
| |/
* | fs: Add fchmodat2()Alexey Gladkov2023-07-271-0/+2
* | Non-functional cleanup of a "__user * filename"Palmer Dabbelt2023-07-111-1/+1
|/
* Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-07-061-125/+15
|\
| * syscalls: Remove file path comments from headersSohil Mehta2023-06-221-125/+15
* | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-0/+5
|\ \
| * | cachestat: implement cachestat syscallNhat Pham2023-06-091-0/+5
| |/
* / posix-timers: Add sys_ni_posix_timers() prototypeArnd Bergmann2023-06-181-0/+1
|/
* x86/signal/32: Merge native and compat 32-bit signal codeBrian Gerst2022-10-191-0/+2
* uaccess: remove CONFIG_SET_FSArnd Bergmann2022-02-251-4/+0
* mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V2022-01-151-0/+3
* 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