index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
uapi
/
asm-generic
/
unistd.h
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-02
uretprobe: change syscall number, again
Arnd Bergmann
1
-4
/
+1
2024-07-18
Merge tag 'probes-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
1
-1
/
+4
2024-07-10
clone3: drop __ARCH_WANT_SYS_CLONE3 macro
Arnd Bergmann
1
-4
/
+0
2024-06-25
syscalls: fix compat_sys_io_pgetevents_time64 usage
Arnd Bergmann
1
-1
/
+1
2024-06-12
uprobe: Wire up uretprobe system call
Jiri Olsa
1
-1
/
+4
2024-05-23
mseal: wire up mseal syscall
Jeff Xu
1
-1
/
+4
2024-01-09
Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+8
2023-12-14
wire up syscalls for statmount/listmount
Miklos Szeredi
1
-1
/
+7
2023-11-12
LSM: wireup Linux Security Module syscalls
Casey Schaufler
1
-1
/
+8
2023-11-01
Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-3
/
+3
2023-10-06
arch: Reserve map_shadow_stack() syscall number for all architectures
Sohil Mehta
1
-1
/
+4
2023-10-03
syscalls: Cleanup references to sys_lookup_dcookie()
Sohil Mehta
1
-1
/
+1
2023-09-21
futex: Add sys_futex_requeue()
peterz@infradead.org
1
-1
/
+3
2023-09-21
futex: Add sys_futex_wait()
peterz@infradead.org
1
-1
/
+3
2023-09-21
futex: Add sys_futex_wake()
peterz@infradead.org
1
-1
/
+3
2023-07-27
arch: Register fchmodat2, usually as syscall 452
Palmer Dabbelt
1
-1
/
+4
2023-07-06
Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-99
/
+30
2023-06-22
syscalls: Remove file path comments from headers
Sohil Mehta
1
-99
/
+30
2023-06-09
cachestat: implement cachestat syscall
Nhat Pham
1
-1
/
+4
2022-04-26
syscalls: compat: Fix the missing part for __SYSCALL_COMPAT
Guo Ren
1
-2
/
+2
2022-01-15
mm/mempolicy: wire up syscall set_mempolicy_home_node
Aneesh Kumar K.V
1
-1
/
+4
2021-10-07
futex: Implement sys_futex_waitv()
André Almeida
1
-1
/
+4
2021-09-08
compat: remove some compat entry points
Arnd Bergmann
1
-5
/
+5
2021-09-03
mm: wire up syscall process_mrelease
Suren Baghdasaryan
1
-1
/
+3
2021-07-08
arch, mm: wire up memfd_secret system call where relevant
Mike Rapoport
1
-1
/
+6
2021-06-07
quota: Change quotactl_path() systcall to an fd-based one
Jan Kara
1
-2
/
+2
2021-05-01
Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
1
-1
/
+8
2021-04-22
arch: Wire up Landlock syscalls
Mickaël Salaün
1
-1
/
+7
2021-03-17
quota: wire up quotactl_path
Sascha Hauer
1
-1
/
+3
2021-01-24
fs: add mount_setattr()
Christian Brauner
1
-1
/
+3
2020-12-19
epoll: wire up syscall epoll_pwait2
Willem de Bruijn
1
-1
/
+3
2020-11-13
syscalls: Fix file comments for syscalls implemented in kernel/sys.c
Tal Zussman
1
-1
/
+1
2020-10-18
mm/madvise: introduce process_madvise() syscall: an external memory hinting API
Minchan Kim
1
-1
/
+3
2020-10-12
Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2020-10-03
mm: remove compat_process_vm_{readv,writev}
Christoph Hellwig
1
-4
/
+2
2020-10-03
fs: remove compat_sys_vmsplice
Christoph Hellwig
1
-1
/
+1
2020-10-03
fs: remove the compat readv/writev syscalls
Christoph Hellwig
1
-2
/
+2
2020-09-22
fs: remove compat_sys_mount
Christoph Hellwig
1
-1
/
+1
2020-08-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-2
/
+2
2020-07-19
net: remove compat_sys_{get,set}sockopt
Christoph Hellwig
1
-2
/
+2
2020-06-17
arch: wire-up close_range()
Christian Brauner
1
-0
/
+2
2020-05-14
vfs: add faccessat2 syscall
Miklos Szeredi
1
-1
/
+3
2020-01-29
Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...
Linus Torvalds
1
-1
/
+3
2020-01-18
open: introduce openat2(2) syscall
Aleksa Sarai
1
-1
/
+4
2020-01-13
arch: wire up pidfd_getfd syscall
Sargun Dhillon
1
-1
/
+3
2019-09-06
ipc: fix semtimedop for generic 32-bit architectures
Arnd Bergmann
1
-1
/
+1
2019-07-15
unistd: protect clone3 via __ARCH_WANT_SYS_CLONE3
Christian Brauner
1
-0
/
+2
2019-07-11
Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...
Linus Torvalds
1
-1
/
+3
2019-06-28
arch: wire-up pidfd_open()
Christian Brauner
1
-1
/
+3
2019-06-09
arch: wire-up clone3() syscall
Christian Brauner
1
-1
/
+3
[next]