summaryrefslogtreecommitdiff
path: root/include/linux/syscalls.h
AgeCommit message (Expand)Author
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells
2016-10-17generic syscalls: kill cruft from removed pkey syscallsDave Hansen
2016-09-09generic syscalls: Wire up memory protection keys syscallsDave Hansen
2016-05-20include/linux/syscalls.h: use pid_t instead of intRené Nyffenegger
2016-03-04vfs: vfs: Define new syscalls preadv2,pwritev2Milosz Tanski
2015-12-01vfs: add copy_file_range syscall and vfs helperZach Brown
2015-11-25arm64: fix building without CONFIG_UID16Arnd Bergmann
2015-11-05mm: mlock: add new mlock system callEric B Munson
2015-09-11sys_membarrier(): system-wide memory barrier (generic, x86)Mathieu Desnoyers
2015-09-04userfaultfd: activate syscallAndrea Arcangeli
2015-06-26Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2015-06-25clone: support passing tls argument via C rather than pt_regs magicJosh Triplett
2015-05-13tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}Steven Rostedt (Red Hat)
2015-01-27syscalls: Declare sys_*stat64 prototypes if __ARCH_WANT_(COMPAT_)STAT64Catalin Marinas
2014-12-13syscalls: implement execveat() system callDavid Drysdale
2014-11-19separate kernel- and userland-side msghdrAl Viro
2014-09-26bpf: enable bpf syscall on x64 and i386Alexei Starovoitov
2014-08-08kexec: new syscall kexec_file_load() declarationVivek Goyal
2014-08-08shm: add memfd_create() syscallDavid Herrmann
2014-08-06Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-08-05random: introduce getrandom(2) system callTheodore Ts'o
2014-07-18seccomp: add "seccomp" syscallKees Cook
2014-06-04mm: constify nmask argument to set_mempolicy()Rasmus Villemoes
2014-06-04mm: constify nmask argument to mbind()Rasmus Villemoes
2014-04-12Merge tag 'trace-3.15-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2014-04-09tracing: Fix anonymous unions in struct ftrace_event_callMathieu Desnoyers
2014-04-08include/linux/syscalls.h: add sys_renameat2() prototypeHeiko Carstens
2014-04-03include/linux/syscalls.h: add sys32_quotactl() prototypeRashika Kheria
2014-03-04s390/compat: automatic zero, sign and pointer conversion of syscallsHeiko Carstens
2014-02-21sched: Add 'flags' argument to sched_{set,get}attr() syscallsPeter Zijlstra
2014-01-13sched: Add new scheduler syscalls to support an extended scheduling parameter...Dario Faggioli
2013-11-16Merge tag 'trace-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2013-11-13syscalls.h: use gcc alias instead of assembler aliases for syscallsAndi Kleen
2013-11-05tracing: Add support for SOFT_DISABLE to syscall eventsTom Zanussi
2013-11-05tracing: Update event filters for multibufferTom Zanussi
2013-09-11syscalls.h: add forward declarations for inplace syscall wrappersSergei Trofimovich
2013-08-13microblaze: fix clone syscallMichal Simek
2013-03-05syscalls.h: slightly reduce the jungles of macrosAl Viro
2013-03-05get rid of union semop in sys_semctl(2) argumentsAl Viro
2013-03-03make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protectAl Viro
2013-03-03make HAVE_SYSCALL_WRAPPERS unconditionalAl Viro
2013-03-03consolidate cond_syscall and SYSCALL_ALIAS declarationsAl Viro
2013-03-03teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long longAl Viro
2013-03-03get rid of duplicate logics in __SC_....[1-6] definitionsAl Viro
2013-02-14burying unused conditionalsAl Viro
2013-02-03take sys_rt_sigsuspend() prototype to linux/syscalls.hAl Viro
2013-02-03generic sys_sigaction() and compat_sys_sigaction()Al Viro
2013-02-03consolidate kernel-side struct sigaction declarationsAl Viro
2013-02-03old sigsuspend variants in kernel/signal.cAl Viro
2013-02-03sanitize rt_sigaction() situation a bitAl Viro