Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
dded0317f510352ee622e526e113b9478ca406da
/
include
/
linux
/
syscalls.h
83fa805
Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
by Linus Torvalds
· 5 years ago
22b17db
Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground
by Linus Torvalds
· 5 years ago
6aee4ba
Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 5 years ago
fddb5d4
open: introduce openat2(2) syscall
by Aleksa Sarai
· 5 years ago
9a2cef0
arch: wire up pidfd_getfd syscall
by Sargun Dhillon
· 5 years ago
74f1a29
Revert "fs: remove ksys_dup()"
by Dominik Brodowski
· 5 years ago
4f9fbd8
y2038: rename itimerval to __kernel_old_itimerval
by Arnd Bergmann
· 5 years ago
8243186
fs: remove ksys_dup()
by Dominik Brodowski
· 6 years ago
cccaa5e
init: use do_mount() instead of ksys_mount()
by Dominik Brodowski
· 6 years ago
5e0fb1b
y2038: time: avoid timespec usage in settimeofday()
by Arnd Bergmann
· 6 years ago
75d319c
y2038: syscalls: change remaining timeval to __kernel_old_timeval
by Arnd Bergmann
· 5 years ago
2a78599
y2038: uapi: change __kernel_time_t to __kernel_old_time_t
by Arnd Bergmann
· 5 years ago
fb377eb
ipc: fix sparc64 ipc() wrapper
by Arnd Bergmann
· 5 years ago
933a90b
Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 5 years ago
8f6ccf6
Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
by Linus Torvalds
· 5 years ago
5450e8a
Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
by Linus Torvalds
· 5 years ago
5ad18b2
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 6 years ago
3348884
constify ksys_mount() string arguments
by Al Viro
· 6 years ago
32fcb42
pid: add pidfd_open()
by Christian Brauner
· 6 years ago
7f192e3
fork: add clone3
by Christian Brauner
· 6 years ago
52a6e82
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 365
by Thomas Gleixner
· 6 years ago
3cf5d07
signal: Remove task parameter from force_sig
by Eric W. Biederman
· 6 years ago
cf3cba4
vfs: syscall: Add fspick() to select a superblock for reconfiguration
by David Howells
· 6 years ago
93766fb
vfs: syscall: Add fsmount() to create a mount for a superblock
by David Howells
· 6 years ago
ecdab150
vfs: syscall: Add fsconfig() for configuring and managing a context
by David Howells
· 6 years ago
24dcb3d
vfs: syscall: Add fsopen() to prepare for superblock creation
by David Howells
· 6 years ago
2db154b
vfs: syscall: Add move_mount(2) to move mounts around
by David Howells
· 6 years ago
a07b200
vfs: syscall: Add open_tree(2) to reference or clone a mount
by Al Viro
· 6 years ago
a9dce66
Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
by Linus Torvalds
· 6 years ago
38e7571
Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
3eb39f4
signal: add pidfd_send_signal() syscall
by Christian Brauner
· 6 years ago
edafcce
io_uring: add support for pre-mapped user IO buffers
by Jens Axboe
· 6 years ago
2b188cc
Add io_uring IO interface
by Jens Axboe
· 6 years ago
8dabe72
y2038: syscalls: rename y2038 compat syscalls
by Arnd Bergmann
· 6 years ago
3876ced
timex: change syscalls to use struct __kernel_timex
by Deepa Dinamani
· 7 years ago
50b93f3
time: fix sys_timer_settime prototype
by Arnd Bergmann
· 6 years ago
275f221
ipc: rename old-style shmctl/semctl/msgctl syscalls
by Arnd Bergmann
· 6 years ago
58fa4a4
ipc: introduce ksys_ipc()/compat_ksys_ipc() for s390
by Arnd Bergmann
· 6 years ago
d9a7fa6
Merge branch 'next-seccomp' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 6 years ago
df8522a
y2038: signal: Add sys_rt_sigtimedwait_time32
by Arnd Bergmann
· 7 years ago
e11d428
y2038: socket: Add compat_sys_recvmmsg_time64
by Arnd Bergmann
· 7 years ago
a5662e4
seccomp: switch system call argument type to void *
by Tycho Andersen
· 6 years ago
bec2f7c
y2038: futex: Add support for __kernel_timespec
by Arnd Bergmann
· 7 years ago
7a35397
io_pgetevents: use __kernel_timespec
by Deepa Dinamani
· 6 years ago
e024707
pselect6: use __kernel_timespec
by Deepa Dinamani
· 6 years ago
8bd27a3
ppoll: use __kernel_timespec
by Deepa Dinamani
· 6 years ago
49c39f8
y2038: signal: Change rt_sigtimedwait to use __kernel_timespec
by Arnd Bergmann
· 7 years ago
c2e6c85
y2038: socket: Change recvmmsg to use __kernel_timespec
by Arnd Bergmann
· 7 years ago
474b9c7
y2038: sched: Change sched_rr_get_interval to use __kernel_timespec
by Arnd Bergmann
· 7 years ago
185cfaf
y2038: Compile utimes()/futimesat() conditionally
by Arnd Bergmann
· 7 years ago
a4f7a30
y2038: Change sys_utimensat() to use __kernel_timespec
by Arnd Bergmann
· 7 years ago
9afc5ee
y2038: globally rename compat_time to old_time32
by Arnd Bergmann
· 6 years ago
1202f4f
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 6 years ago
1e45e9a
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
165ea0d
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
9ba546c
aio: don't expose __aio_sigset in uapi
by Christoph Hellwig
· 6 years ago
c6bb111
Merge branch 'fortglx/4.19/time' of https://git.linaro.org/people/john.stultz/linux into timers/core
by Thomas Gleixner
· 6 years ago
bf1c77b
kernel: add ksys_personality()
by Mark Rutland
· 6 years ago
bee2003
disable -Wattribute-alias warning for SYSCALL_DEFINEx()
by Arnd Bergmann
· 7 years ago
6ff8473
time: Change types to new y2038 safe __kernel_itimerspec
by Deepa Dinamani
· 7 years ago
d7822b1
rseq: Introduce restartable sequences system call
by Mathieu Desnoyers
· 7 years ago
ba252f16
Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
0bbcce5
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
7a074e9
aio: implement io_pgetevents
by Christoph Hellwig
· 7 years ago
21fc538
y2038: ipc: Use __kernel_timespec
by Arnd Bergmann
· 7 years ago
0190997
time: Change nanosleep to safe __kernel_* types
by Deepa Dinamani
· 7 years ago
6d5b841
time: Change types to new y2038 safe __kernel_* types
by Deepa Dinamani
· 7 years ago
e145242e
syscalls/core, syscalls/x86: Clean up syscall stub naming convention
by Dominik Brodowski
· 7 years ago
fa69714
syscalls/x86: Use 'struct pt_regs' based syscall calling convention for 64-bit syscalls
by Dominik Brodowski
· 7 years ago
1bd21c6
syscalls/core: Introduce CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y
by Dominik Brodowski
· 7 years ago
c9a2119
bpf: whitelist all syscalls for error injection
by Howard McLauchlan
· 7 years ago
3c1c456
syscalls: sort syscall prototypes in include/linux/syscalls.h
by Dominik Brodowski
· 7 years ago
1bec510
kexec: move sys_kexec_load() prototype to syscalls.h
by Dominik Brodowski
· 7 years ago
c7b95d5
mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead()
by Dominik Brodowski
· 7 years ago
a90f590
mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()
by Dominik Brodowski
· 7 years ago
9d5b7c9
mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()
by Dominik Brodowski
· 7 years ago
edf292c
fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate()
by Dominik Brodowski
· 7 years ago
36028d5
fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscalls
by Dominik Brodowski
· 7 years ago
df260e2
fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate()
by Dominik Brodowski
· 7 years ago
806cbae
fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscall
by Dominik Brodowski
· 7 years ago
e2aaa9f
kernel: add ksys_setsid() helper; remove in-kernel call to sys_setsid()
by Dominik Brodowski
· 7 years ago
9b32105
kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare()
by Dominik Brodowski
· 7 years ago
70f68ee
fs: add ksys_sync() helper; remove in-kernel calls to sys_sync()
by Dominik Brodowski
· 7 years ago
3ce4a7b
fs: add ksys_read() helper; remove in-kernel calls to sys_read()
by Dominik Brodowski
· 7 years ago
76847e4
fs: add ksys_lseek() helper; remove in-kernel calls to sys_lseek()
by Dominik Brodowski
· 7 years ago
cbb60b9
fs: add ksys_ioctl() helper; remove in-kernel calls to sys_ioctl()
by Dominik Brodowski
· 7 years ago
454dab3
fs: add ksys_getdents64() helper; remove in-kernel calls to sys_getdents64()
by Dominik Brodowski
· 7 years ago
bae217e
fs: add ksys_open() wrapper; remove in-kernel calls to sys_open()
by Dominik Brodowski
· 7 years ago
2ca2a09d6
fs: add ksys_close() wrapper; remove in-kernel calls to sys_close()
by Dominik Brodowski
· 7 years ago
411d947
fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()
by Dominik Brodowski
· 7 years ago
55731b3
fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappers
by Dominik Brodowski
· 7 years ago
cbfe20f
fs: add do_faccessat() helper and ksys_access() wrapper; remove in-kernel calls to syscall
by Dominik Brodowski
· 7 years ago
03450e2
fs: add ksys_fchmod() and do_fchmodat() helpers and ksys_chmod() wrapper; remove in-kernel calls to syscall
by Dominik Brodowski
· 7 years ago
46ea89e
fs: add do_linkat() helper and ksys_link() wrapper; remove in-kernel calls to syscall
by Dominik Brodowski
· 7 years ago
87c4e19
fs: add do_mknodat() helper and ksys_mknod() wrapper; remove in-kernel calls to syscall
by Dominik Brodowski
· 7 years ago
b724e84
fs: add do_symlinkat() helper and ksys_symlink() wrapper; remove in-kernel calls to syscall
by Dominik Brodowski
· 7 years ago
0101db7
fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls to syscall
by Dominik Brodowski
· 7 years ago
f459dffa
fs: add ksys_rmdir() wrapper; remove in-kernel calls to sys_rmdir()
by Dominik Brodowski
· 7 years ago
0f32ab8
fs: add ksys_unlink() wrapper; remove in-kernel calls to sys_unlink()
by Dominik Brodowski
· 7 years ago
447016e
fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir()
by Dominik Brodowski
· 7 years ago
Next »