index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
syscalls.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
all arch: remove system call sys_sysctl
Xiaoming Ni
2020-08-14
1
-2
/
+0
*
syscalls: use uaccess_kernel in addr_limit_user_check
Christoph Hellwig
2020-08-12
1
-1
/
+1
*
Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-08-07
1
-83
/
+0
|
\
|
*
init: add an init_mknod helper
Christoph Hellwig
2020-07-31
1
-9
/
+0
|
*
init: add an init_mkdir helper
Christoph Hellwig
2020-07-31
1
-7
/
+0
|
*
init: add an init_symlink helper
Christoph Hellwig
2020-07-31
1
-9
/
+0
|
*
init: add an init_link helper
Christoph Hellwig
2020-07-31
1
-9
/
+0
|
*
init: add an init_eaccess helper
Christoph Hellwig
2020-07-31
1
-7
/
+0
|
*
init: add an init_chmod helper
Christoph Hellwig
2020-07-31
1
-7
/
+0
|
*
init: add an init_chroot helper
Christoph Hellwig
2020-07-31
1
-2
/
+0
|
*
init: add an init_chdir helper
Christoph Hellwig
2020-07-31
1
-1
/
+0
|
*
init: add an init_rmdir helper
Christoph Hellwig
2020-07-31
1
-7
/
+0
|
*
init: add an init_unlink helper
Christoph Hellwig
2020-07-31
1
-7
/
+0
|
*
init: add an init_umount helper
Christoph Hellwig
2020-07-31
1
-1
/
+0
|
*
fs: push the getname from do_rmdir into the callers
Christoph Hellwig
2020-07-31
1
-2
/
+2
|
*
fs: remove ksys_ioctl
Christoph Hellwig
2020-07-31
1
-1
/
+0
|
*
fs: remove ksys_fchmod
Christoph Hellwig
2020-07-31
1
-1
/
+0
|
*
fs: remove ksys_dup
Christoph Hellwig
2020-07-31
1
-1
/
+0
|
*
fs: remove ksys_open
Christoph Hellwig
2020-07-31
1
-11
/
+0
|
*
fs: remove ksys_getdents64
Christoph Hellwig
2020-07-31
1
-2
/
+0
|
*
initrd: switch initrd loading to struct file based APIs
Christoph Hellwig
2020-07-30
1
-1
/
+0
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-08-05
1
-0
/
+4
|
\
\
|
*
|
net: remove compat_sys_{get,set}sockopt
Christoph Hellwig
2020-07-19
1
-0
/
+4
|
|
/
*
|
Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-08-04
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
open: add close_range()
Christian Brauner
2020-06-17
1
-0
/
+2
*
|
syscalls: Fix offset type of ksys_ftruncate()
Jiri Slaby
2020-06-15
1
-1
/
+1
|
/
*
vfs: add faccessat2 syscall
Miklos Szeredi
2020-05-14
1
-2
/
+4
*
Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...
Linus Torvalds
2020-01-29
1
-0
/
+1
|
\
|
*
arch: wire up pidfd_getfd syscall
Sargun Dhillon
2020-01-13
1
-0
/
+1
*
|
Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/li...
Linus Torvalds
2020-01-29
1
-5
/
+4
|
\
\
|
*
|
y2038: rename itimerval to __kernel_old_itimerval
Arnd Bergmann
2019-12-18
1
-5
/
+4
*
|
|
Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2020-01-29
1
-0
/
+3
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
open: introduce openat2(2) syscall
Aleksa Sarai
2020-01-18
1
-0
/
+3
|
|
/
*
|
Revert "fs: remove ksys_dup()"
Dominik Brodowski
2020-01-02
1
-0
/
+1
*
|
fs: remove ksys_dup()
Dominik Brodowski
2019-12-12
1
-1
/
+0
*
|
init: use do_mount() instead of ksys_mount()
Dominik Brodowski
2019-12-12
1
-2
/
+0
|
/
*
y2038: time: avoid timespec usage in settimeofday()
Arnd Bergmann
2019-11-15
1
-1
/
+1
*
y2038: syscalls: change remaining timeval to __kernel_old_timeval
Arnd Bergmann
2019-11-15
1
-5
/
+5
*
y2038: uapi: change __kernel_time_t to __kernel_old_time_t
Arnd Bergmann
2019-11-15
1
-2
/
+2
*
ipc: fix sparc64 ipc() wrapper
Arnd Bergmann
2019-09-07
1
-0
/
+19
*
Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2019-07-19
1
-2
/
+2
|
\
|
*
constify ksys_mount() string arguments
Al Viro
2019-07-04
1
-2
/
+2
*
|
Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...
Linus Torvalds
2019-07-11
1
-0
/
+4
|
\
\
|
*
|
fork: add clone3
Christian Brauner
2019-06-09
1
-0
/
+4
|
|
/
*
|
Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2019-07-10
1
-0
/
+1
|
\
\
|
*
|
pid: add pidfd_open()
Christian Brauner
2019-06-28
1
-0
/
+1
|
|
/
*
|
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-07-08
1
-1
/
+1
|
\
\
|
*
|
signal: Remove task parameter from force_sig
Eric W. Biederman
2019-05-27
1
-1
/
+1
|
|
/
*
/
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 365
Thomas Gleixner
2019-06-05
1
-3
/
+1
|
/
*
vfs: syscall: Add fspick() to select a superblock for reconfiguration
David Howells
2019-03-20
1
-0
/
+1
[next]