summaryrefslogtreecommitdiff
path: root/include/linux/syscalls.h
AgeCommit message (Expand)AuthorFilesLines
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-13LSM: Create lsm_list_modules system callCasey Schaufler1-0/+1
2023-11-13LSM: syscalls for current process attributesCasey Schaufler1-0/+5
2023-11-02Merge 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-29Merge 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-03x86/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-10cachestat: 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-02Merge 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-24Merge 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-16Merge 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