Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
8120350618b4906db18679dbb5a0d6cba2c32328
/
include
/
linux
/
syscalls.h
7175790
generic syscalls: kill cruft from removed pkey syscalls
by Dave Hansen
· 8 years ago
a60f7b6
generic syscalls: Wire up memory protection keys syscalls
by Dave Hansen
· 8 years ago
2eeed7e
include/linux/syscalls.h: use pid_t instead of int
by René Nyffenegger
· 8 years ago
f17d8b3
vfs: vfs: Define new syscalls preadv2,pwritev2
by Milosz Tanski
· 9 years ago
2973293
vfs: add copy_file_range syscall and vfs helper
by Zach Brown
· 9 years ago
fbc416f
arm64: fix building without CONFIG_UID16
by Arnd Bergmann
· 9 years ago
a8ca5d0
mm: mlock: add new mlock system call
by Eric B Munson
· 9 years ago
5b25b13
sys_membarrier(): system-wide memory barrier (generic, x86)
by Mathieu Desnoyers
· 9 years ago
1380fca
userfaultfd: activate syscall
by Andrea Arcangeli
· 9 years ago
e382608
Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 9 years ago
3033f14a
clone: support passing tls argument via C rather than pt_regs magic
by Josh Triplett
· 9 years ago
2425bcb
tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}
by Steven Rostedt (Red Hat)
· 10 years ago
54e45c1
syscalls: Declare sys_*stat64 prototypes if __ARCH_WANT_(COMPAT_)STAT64
by Catalin Marinas
· 10 years ago
51f39a1
syscalls: implement execveat() system call
by David Drysdale
· 10 years ago
666547f
separate kernel- and userland-side msghdr
by Al Viro
· 11 years ago
749730c
bpf: enable bpf syscall on x64 and i386
by Alexei Starovoitov
· 10 years ago
f089568
kexec: new syscall kexec_file_load() declaration
by Vivek Goyal
· 10 years ago
9183df2
shm: add memfd_create() syscall
by David Herrmann
· 10 years ago
f4f142e
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random
by Linus Torvalds
· 10 years ago
c6e9d6f
random: introduce getrandom(2) system call
by Theodore Ts'o
· 10 years ago
48dc92b
seccomp: add "seccomp" syscall
by Kees Cook
· 10 years ago
23c8902
mm: constify nmask argument to set_mempolicy()
by Rasmus Villemoes
· 10 years ago
f7f28ca
mm: constify nmask argument to mbind()
by Rasmus Villemoes
· 10 years ago
0a7418f
Merge tag 'trace-3.15-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 11 years ago
abb43f6
tracing: Fix anonymous unions in struct ftrace_event_call
by Mathieu Desnoyers
· 11 years ago
5fb6b95
include/linux/syscalls.h: add sys_renameat2() prototype
by Heiko Carstens
· 11 years ago
e3a0cfd
include/linux/syscalls.h: add sys32_quotactl() prototype
by Rashika Kheria
· 11 years ago
ab4f8bb
s390/compat: automatic zero, sign and pointer conversion of syscalls
by Heiko Carstens
· 11 years ago
6d35ab4
sched: Add 'flags' argument to sched_{set,get}attr() syscalls
by Peter Zijlstra
· 11 years ago
d50dde5
sched: Add new scheduler syscalls to support an extended scheduling parameters ABI
by Dario Faggioli
· 11 years ago
b29c830
Merge tag 'trace-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 11 years ago
83460ec
syscalls.h: use gcc alias instead of assembler aliases for syscalls
by Andi Kleen
· 11 years ago
d562aff
tracing: Add support for SOFT_DISABLE to syscall events
by Tom Zanussi
· 11 years ago
f306cc8
tracing: Update event filters for multibuffer
by Tom Zanussi
· 11 years ago
f9597f2
syscalls.h: add forward declarations for inplace syscall wrappers
by Sergei Trofimovich
· 11 years ago
dfa9771
microblaze: fix clone syscall
by Michal Simek
· 11 years ago
99e621f
syscalls.h: slightly reduce the jungles of macros
by Al Viro
· 12 years ago
e1fd1f4
get rid of union semop in sys_semctl(2) arguments
by Al Viro
· 12 years ago
2cf0966
make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protect
by Al Viro
· 12 years ago
22d1a35
make HAVE_SYSCALL_WRAPPERS unconditional
by Al Viro
· 12 years ago
e1b5bb6
consolidate cond_syscall and SYSCALL_ALIAS declarations
by Al Viro
· 12 years ago
4a0fd5b
teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long long
by Al Viro
· 12 years ago
07fe6e0
get rid of duplicate logics in __SC_....[1-6] definitions
by Al Viro
· 12 years ago
d64008a
burying unused conditionals
by Al Viro
· 12 years ago
0aa0203
take sys_rt_sigsuspend() prototype to linux/syscalls.h
by Al Viro
· 12 years ago
495dfbf
generic sys_sigaction() and compat_sys_sigaction()
by Al Viro
· 12 years ago
574c486
consolidate kernel-side struct sigaction declarations
by Al Viro
· 12 years ago
0a0e8cd
old sigsuspend variants in kernel/signal.c
by Al Viro
· 12 years ago
eaca6ea
sanitize rt_sigaction() situation a bit
by Al Viro
· 12 years ago
54d46ea
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
by Linus Torvalds
· 12 years ago
6bf9adf
introduce generic sys_sigaltstack(), switch x86 and um to it
by Al Viro
· 12 years ago
ae903ca
Bury the conditionals from kernel_thread/kernel_execve series
by Al Viro
· 12 years ago
7a684c4
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 12 years ago
965c8e5
lseek: the "whence" argument is called "whence"
by Andrew Morton
· 12 years ago
2f3238a
module: add flags arg to sys_finit_module()
by Rusty Russell
· 12 years ago
34e1169
module: add syscall to load module from fd
by Kees Cook
· 12 years ago
24465a4
take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.h
by Al Viro
· 12 years ago
da3d4c5
get rid of pt_regs argument of do_execve()
by Al Viro
· 12 years ago
6b94631
consolidate sys_execve() prototype
by Al Viro
· 12 years ago
a74fb73
infrastructure for saner ret_from_kernel_thread semantics
by Al Viro
· 12 years ago
d97b46a
syscalls, x86: add __NR_kcmp syscall
by Cyrill Gorcunov
· 12 years ago
187f188
BUG: headers with BUG/BUG_ON etc. need linux/bug.h
by Paul Gortmaker
· 13 years ago
faf3090
sys_poll: fix incorrect type for 'timeout' parameter
by Linus Torvalds
· 13 years ago
a218d0f
switch open and mkdir syscalls to umode_t
by Al Viro
· 13 years ago
1bc9422
switch spu_create(2) to use of SYSCALL_DEFINE4, make it use umode_t
by Al Viro
· 13 years ago
df0a428
switch mq_open() to umode_t
by Al Viro
· 13 years ago
49f0a07
switch sys_chmod()/sys_fchmod()/sys_fchmodat() to umode_t
by Al Viro
· 13 years ago
8208a22
switch sys_mknodat(2) to umode_t
by Al Viro
· 13 years ago
fcf6340
Cross Memory Attach
by Christopher Yeoh
· 13 years ago
f5b9409
All Arch: remove linkage for sys_nfsservctl system call
by NeilBrown
· 13 years ago
14d74e0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfd
by Linus Torvalds
· 13 years ago
618e724
ns: Declare sys_setns in syscalls.h
by Eric W. Biederman
· 13 years ago
228e548
net: Add sendmmsg socket system call
by Anton Blanchard
· 14 years ago
b7ed78f
introduce sys_syncfs to sync a single file system
by Sage Weil
· 14 years ago
420c1c5
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
a926021
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
becfd1f
vfs: Add open by file handle support
by Aneesh Kumar K.V
· 14 years ago
990d6c2
vfs: Add name to file handle conversion support
by Aneesh Kumar K.V
· 14 years ago
f4d5c02
tracing: Compile time initialization for event flags value
by Lai Jiangshan
· 14 years ago
ba97697
tracing/syscalls: Don't add events for unmapped syscalls
by Ian Munsie
· 14 years ago
3d56e33
tracing: Replace syscall_meta_data struct array with pointer array
by Steven Rostedt
· 14 years ago
e4a9ea5
tracing: Replace trace_event struct array with pointer array
by Steven Rostedt
· 14 years ago
f1f1d5e
posix-timers: Introduce a syscall for clock tuning.
by Richard Cochran
· 14 years ago
423478c
tracing: Remove useless syscall ftrace_event_call declaration
by Frederic Weisbecker
· 14 years ago
53cf810b
tracing: Allow syscall trace events for non privileged users
by Frederic Weisbecker
· 14 years ago
4abf986
ptrace: change signature of sys_ptrace() and friends
by Namhyung Kim
· 14 years ago
d762746
Make do_execve() take a const filename pointer
by David Howells
· 14 years ago
c788732
Mark arguments to certain syscalls as being const
by David Howells
· 14 years ago
b34d891
Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linux
by Linus Torvalds
· 14 years ago
8c8946f
Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify
by Linus Torvalds
· 14 years ago
08ae893
fanotify: drop the useless priority argument
by Eric Paris
· 14 years ago
bbaa416
fanotify: sys_fanotify_mark declartion
by Eric Paris
· 15 years ago
11637e4
fanotify: fanotify_init syscall declaration
by Eric Paris
· 15 years ago
9dcdbf7
Merge branch 'linus' into perf/core
by Ingo Molnar
· 14 years ago
c022a0a
rlimits: implement prlimit64 syscall
by Jiri Slaby
· 15 years ago
44a54f7
tracing: Add alignment to syscall metadata declarations
by Steven Rostedt
· 14 years ago
c9642c4
tracing: Use a global field list for all syscall exit events
by Li Zefan
· 14 years ago
485d527
sys_personality: change sys_personality() to accept "unsigned int" instead of u_long
by Oleg Nesterov
· 14 years ago
80decc7
tracing: Move print functions into event class
by Steven Rostedt
· 15 years ago
a9a5776
tracing: Allow events to share their print functions
by Steven Rostedt
· 15 years ago
Next »