aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/syscalls.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-27syscalls: Declare sys_*stat64 prototypes if __ARCH_WANT_(COMPAT_)STAT64Catalin Marinas1-3/+5
2014-12-13syscalls: implement execveat() system callDavid Drysdale1-0/+5
2014-11-19separate kernel- and userland-side msghdrAl Viro1-3/+3
2014-09-26bpf: enable bpf syscall on x64 and i386Alexei Starovoitov1-1/+2
2014-08-08kexec: new syscall kexec_file_load() declarationVivek Goyal1-0/+4
2014-08-08shm: add memfd_create() syscallDavid Herrmann1-0/+1
2014-08-06Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-0/+3
2014-08-05random: introduce getrandom(2) system callTheodore Ts'o1-0/+3
2014-07-18seccomp: add "seccomp" syscallKees Cook1-0/+2
2014-06-04mm: constify nmask argument to set_mempolicy()Rasmus Villemoes1-1/+1
2014-06-04mm: constify nmask argument to mbind()Rasmus Villemoes1-1/+1
2014-04-12Merge tag 'trace-3.15-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-2/+6
2014-04-09tracing: Fix anonymous unions in struct ftrace_event_callMathieu Desnoyers1-2/+6
2014-04-08include/linux/syscalls.h: add sys_renameat2() prototypeHeiko Carstens1-0/+3
2014-04-03include/linux/syscalls.h: add sys32_quotactl() prototypeRashika Kheria1-0/+2
2014-03-04s390/compat: automatic zero, sign and pointer conversion of syscallsHeiko Carstens1-0/+2
2014-02-21sched: Add 'flags' argument to sched_{set,get}attr() syscallsPeter Zijlstra1-2/+4
2014-01-13sched: Add new scheduler syscalls to support an extended scheduling parameters ABIDario Faggioli1-0/+6
2013-11-16Merge tag 'trace-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-2/+2
2013-11-13syscalls.h: use gcc alias instead of assembler aliases for syscallsAndi Kleen1-2/+2
2013-11-05tracing: Add support for SOFT_DISABLE to syscall eventsTom Zanussi1-2/+2
2013-11-05tracing: Update event filters for multibufferTom Zanussi1-2/+2
2013-09-11syscalls.h: add forward declarations for inplace syscall wrappersSergei Trofimovich1-0/+1
2013-08-13microblaze: fix clone syscallMichal Simek1-0/+5
2013-03-05syscalls.h: slightly reduce the jungles of macrosAl Viro1-34/+15
2013-03-05get rid of union semop in sys_semctl(2) argumentsAl Viro1-1/+1
2013-03-03make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protectAl Viro1-1/+5
2013-03-03make HAVE_SYSCALL_WRAPPERS unconditionalAl Viro1-10/+0
2013-03-03consolidate cond_syscall and SYSCALL_ALIAS declarationsAl Viro1-14/+0
2013-03-03teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long longAl Viro1-2/+3
2013-03-03get rid of duplicate logics in __SC_....[1-6] definitionsAl Viro1-50/+32
2013-02-14burying unused conditionalsAl Viro1-2/+0
2013-02-03take sys_rt_sigsuspend() prototype to linux/syscalls.hAl Viro1-0/+2
2013-02-03generic sys_sigaction() and compat_sys_sigaction()Al Viro1-0/+5
2013-02-03consolidate kernel-side struct sigaction declarationsAl Viro1-1/+1
2013-02-03old sigsuspend variants in kernel/signal.cAl Viro1-0/+8
2013-02-03sanitize rt_sigaction() situation a bitAl Viro1-0/+6
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-9/+6
2012-12-19introduce generic sys_sigaltstack(), switch x86 and um to itAl Viro1-0/+6
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro1-9/+0
2012-12-19Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-0/+1
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton1-2/+2
2012-12-14module: add flags arg to sys_finit_module()Rusty Russell1-1/+1
2012-12-14module: add syscall to load module from fdKees Cook1-0/+1
2012-11-28take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.hAl Viro1-0/+10
2012-11-28get rid of pt_regs argument of do_execve()Al Viro1-2/+1
2012-11-28consolidate sys_execve() prototypeAl Viro1-0/+3
2012-10-12infrastructure for saner ret_from_kernel_thread semanticsAl Viro1-0/+8
2012-05-31syscalls, x86: add __NR_kcmp syscallCyrill Gorcunov1-0/+2
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker1-0/+1