aboutsummaryrefslogtreecommitdiff
path: root/include/linux/syscalls.h
AgeCommit message (Expand)AuthorFilesLines
2017-09-11perf/bpf: fix a clang compilation issueGravatar Yonghong Song 1-0/+2
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+12
2017-09-04Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+16
2017-08-31annotate RWF_... flagsGravatar Christoph Hellwig 1-2/+2
2017-08-31teach SYSCALL_DEFINE/COMPAT_SYSCALL_DEFINE to handle __bitwise argumentsGravatar Al Viro 1-4/+5
2017-08-07bpf: add support for sys_enter_* and sys_exit_* tracepointsGravatar Yonghong Song 1-0/+12
2017-07-08x86/syscalls: Check address limit on user-mode returnGravatar Thomas Garnier 1-0/+16
2017-05-27take compat_sys_old_getrlimit() to native syscallGravatar Al Viro 1-1/+1
2017-03-02statx: Add a system call to make enhanced file info availableGravatar David Howells 1-0/+3
2016-10-17generic syscalls: kill cruft from removed pkey syscallsGravatar Dave Hansen 1-3/+0
2016-09-09generic syscalls: Wire up memory protection keys syscallsGravatar Dave Hansen 1-0/+8
2016-05-20include/linux/syscalls.h: use pid_t instead of intGravatar René Nyffenegger 1-4/+4
2016-03-04vfs: vfs: Define new syscalls preadv2,pwritev2Gravatar Milosz Tanski 1-0/+6
2015-12-01vfs: add copy_file_range syscall and vfs helperGravatar Zach Brown 1-0/+3
2015-11-25arm64: fix building without CONFIG_UID16Gravatar Arnd Bergmann 1-1/+1
2015-11-05mm: mlock: add new mlock system callGravatar Eric B Munson 1-0/+2
2015-09-11sys_membarrier(): system-wide memory barrier (generic, x86)Gravatar Mathieu Desnoyers 1-0/+2
2015-09-04userfaultfd: activate syscallGravatar Andrea Arcangeli 1-0/+1
2015-06-26Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 1-6/+6
2015-06-25clone: support passing tls argument via C rather than pt_regs magicGravatar Josh Triplett 1-3/+3
2015-05-13tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}Gravatar Steven Rostedt (Red Hat) 1-6/+6
2015-01-27syscalls: Declare sys_*stat64 prototypes if __ARCH_WANT_(COMPAT_)STAT64Gravatar Catalin Marinas 1-3/+5
2014-12-13syscalls: implement execveat() system callGravatar David Drysdale 1-0/+5
2014-11-19separate kernel- and userland-side msghdrGravatar Al Viro 1-3/+3
2014-09-26bpf: enable bpf syscall on x64 and i386Gravatar Alexei Starovoitov 1-1/+2
2014-08-08kexec: new syscall kexec_file_load() declarationGravatar Vivek Goyal 1-0/+4
2014-08-08shm: add memfd_create() syscallGravatar David Herrmann 1-0/+1
2014-08-06Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+3
2014-08-05random: introduce getrandom(2) system callGravatar Theodore Ts'o 1-0/+3
2014-07-18seccomp: add "seccomp" syscallGravatar Kees Cook 1-0/+2
2014-06-04mm: constify nmask argument to set_mempolicy()Gravatar Rasmus Villemoes 1-1/+1
2014-06-04mm: constify nmask argument to mbind()Gravatar Rasmus Villemoes 1-1/+1
2014-04-12Merge tag 'trace-3.15-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Gravatar Linus Torvalds 1-2/+6
2014-04-09tracing: Fix anonymous unions in struct ftrace_event_callGravatar Mathieu Desnoyers 1-2/+6
2014-04-08include/linux/syscalls.h: add sys_renameat2() prototypeGravatar Heiko Carstens 1-0/+3
2014-04-03include/linux/syscalls.h: add sys32_quotactl() prototypeGravatar Rashika Kheria 1-0/+2
2014-03-04s390/compat: automatic zero, sign and pointer conversion of syscallsGravatar Heiko Carstens 1-0/+2
2014-02-21sched: Add 'flags' argument to sched_{set,get}attr() syscallsGravatar Peter Zijlstra 1-2/+4
2014-01-13sched: Add new scheduler syscalls to support an extended scheduling parameter...Gravatar Dario Faggioli 1-0/+6
2013-11-16Merge tag 'trace-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 1-2/+2
2013-11-13syscalls.h: use gcc alias instead of assembler aliases for syscallsGravatar Andi Kleen 1-2/+2
2013-11-05tracing: Add support for SOFT_DISABLE to syscall eventsGravatar Tom Zanussi 1-2/+2
2013-11-05tracing: Update event filters for multibufferGravatar Tom Zanussi 1-2/+2
2013-09-11syscalls.h: add forward declarations for inplace syscall wrappersGravatar Sergei Trofimovich 1-0/+1
2013-08-13microblaze: fix clone syscallGravatar Michal Simek 1-0/+5
2013-03-05syscalls.h: slightly reduce the jungles of macrosGravatar Al Viro 1-34/+15
2013-03-05get rid of union semop in sys_semctl(2) argumentsGravatar Al Viro 1-1/+1
2013-03-03make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protectGravatar Al Viro 1-1/+5
2013-03-03make HAVE_SYSCALL_WRAPPERS unconditionalGravatar Al Viro 1-10/+0
2013-03-03consolidate cond_syscall and SYSCALL_ALIAS declarationsGravatar Al Viro 1-14/+0