summaryrefslogtreecommitdiffstats
path: root/include/linux/syscalls.h
Commit message (Expand)AuthorAgeFilesLines
* generic syscalls: kill cruft from removed pkey syscallsDave Hansen2016-10-171-3/+0
* generic syscalls: Wire up memory protection keys syscallsDave Hansen2016-09-091-0/+8
* include/linux/syscalls.h: use pid_t instead of intRené Nyffenegger2016-05-201-4/+4
* vfs: vfs: Define new syscalls preadv2,pwritev2Milosz Tanski2016-03-041-0/+6
* vfs: add copy_file_range syscall and vfs helperZach Brown2015-12-011-0/+3
* arm64: fix building without CONFIG_UID16Arnd Bergmann2015-11-251-1/+1
* mm: mlock: add new mlock system callEric B Munson2015-11-051-0/+2
* sys_membarrier(): system-wide memory barrier (generic, x86)Mathieu Desnoyers2015-09-111-0/+2
* userfaultfd: activate syscallAndrea Arcangeli2015-09-041-0/+1
* Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2015-06-261-6/+6
|\
| * tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}Steven Rostedt (Red Hat)2015-05-131-6/+6
* | clone: support passing tls argument via C rather than pt_regs magicJosh Triplett2015-06-251-3/+3
|/
* syscalls: Declare sys_*stat64 prototypes if __ARCH_WANT_(COMPAT_)STAT64Catalin Marinas2015-01-271-3/+5
* syscalls: implement execveat() system callDavid Drysdale2014-12-131-0/+5
* separate kernel- and userland-side msghdrAl Viro2014-11-191-3/+3
* bpf: enable bpf syscall on x64 and i386Alexei Starovoitov2014-09-261-1/+2
* kexec: new syscall kexec_file_load() declarationVivek Goyal2014-08-081-0/+4
* shm: add memfd_create() syscallDavid Herrmann2014-08-081-0/+1
* Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-08-061-0/+3
|\
| * random: introduce getrandom(2) system callTheodore Ts'o2014-08-051-0/+3
* | seccomp: add "seccomp" syscallKees Cook2014-07-181-0/+2
|/
* mm: constify nmask argument to set_mempolicy()Rasmus Villemoes2014-06-041-1/+1
* mm: constify nmask argument to mbind()Rasmus Villemoes2014-06-041-1/+1
* Merge tag 'trace-3.15-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2014-04-121-2/+6
|\
| * tracing: Fix anonymous unions in struct ftrace_event_callMathieu Desnoyers2014-04-091-2/+6
* | include/linux/syscalls.h: add sys_renameat2() prototypeHeiko Carstens2014-04-081-0/+3
* | include/linux/syscalls.h: add sys32_quotactl() prototypeRashika Kheria2014-04-031-0/+2
|/
* s390/compat: automatic zero, sign and pointer conversion of syscallsHeiko Carstens2014-03-041-0/+2
* sched: Add 'flags' argument to sched_{set,get}attr() syscallsPeter Zijlstra2014-02-211-2/+4
* sched: Add new scheduler syscalls to support an extended scheduling parameter...Dario Faggioli2014-01-131-0/+6
* Merge tag 'trace-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2013-11-161-2/+2
|\
| * tracing: Add support for SOFT_DISABLE to syscall eventsTom Zanussi2013-11-051-2/+2
| * tracing: Update event filters for multibufferTom Zanussi2013-11-051-2/+2
* | syscalls.h: use gcc alias instead of assembler aliases for syscallsAndi Kleen2013-11-131-2/+2
|/
* syscalls.h: add forward declarations for inplace syscall wrappersSergei Trofimovich2013-09-111-0/+1
* microblaze: fix clone syscallMichal Simek2013-08-131-0/+5
* syscalls.h: slightly reduce the jungles of macrosAl Viro2013-03-051-34/+15
* get rid of union semop in sys_semctl(2) argumentsAl Viro2013-03-051-1/+1
* make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protectAl Viro2013-03-031-1/+5
* make HAVE_SYSCALL_WRAPPERS unconditionalAl Viro2013-03-031-10/+0
* consolidate cond_syscall and SYSCALL_ALIAS declarationsAl Viro2013-03-031-14/+0
* teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long longAl Viro2013-03-031-2/+3
* get rid of duplicate logics in __SC_....[1-6] definitionsAl Viro2013-03-031-50/+32
* burying unused conditionalsAl Viro2013-02-141-2/+0
* take sys_rt_sigsuspend() prototype to linux/syscalls.hAl Viro2013-02-031-0/+2
* generic sys_sigaction() and compat_sys_sigaction()Al Viro2013-02-031-0/+5
* consolidate kernel-side struct sigaction declarationsAl Viro2013-02-031-1/+1
* old sigsuspend variants in kernel/signal.cAl Viro2013-02-031-0/+8
* sanitize rt_sigaction() situation a bitAl Viro2013-02-031-0/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-201-9/+6
|\