summaryrefslogtreecommitdiff
path: root/include/linux/syscalls.h
AgeCommit message (Expand)AuthorFilesLines
2013-03-06syscalls.h: slightly reduce the jungles of macrosAl Viro1-34/+15
2013-03-06get rid of union semop in sys_semctl(2) argumentsAl Viro1-1/+1
2013-03-04make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protectAl Viro1-1/+5
2013-03-04make HAVE_SYSCALL_WRAPPERS unconditionalAl Viro1-10/+0
2013-03-04consolidate cond_syscall and SYSCALL_ALIAS declarationsAl Viro1-14/+0
2013-03-04teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long longAl Viro1-2/+3
2013-03-04get rid of duplicate logics in __SC_....[1-6] definitionsAl Viro1-50/+32
2013-02-14burying unused conditionalsAl Viro1-2/+0
2013-02-04take sys_rt_sigsuspend() prototype to linux/syscalls.hAl Viro1-0/+2
2013-02-04generic sys_sigaction() and compat_sys_sigaction()Al Viro1-0/+5
2013-02-04consolidate kernel-side struct sigaction declarationsAl Viro1-1/+1
2013-02-04old sigsuspend variants in kernel/signal.cAl Viro1-0/+8
2013-02-04sanitize rt_sigaction() situation a bitAl Viro1-0/+6
2012-12-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-9/+6
2012-12-20introduce generic sys_sigaltstack(), switch x86 and um to itAl Viro1-0/+6
2012-12-20Bury 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/kern...Linus Torvalds1-0/+1
2012-12-18lseek: 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-29take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.hAl Viro1-0/+10
2012-11-29get rid of pt_regs argument of do_execve()Al Viro1-2/+1
2012-11-29consolidate sys_execve() prototypeAl Viro1-0/+3
2012-10-12infrastructure for saner ret_from_kernel_thread semanticsAl Viro1-0/+8
2012-06-01syscalls, x86: add __NR_kcmp syscallCyrill Gorcunov1-0/+2
2012-03-05BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker1-0/+1
2012-02-22sys_poll: fix incorrect type for 'timeout' parameterLinus Torvalds1-1/+1
2012-01-04switch open and mkdir syscalls to umode_tAl Viro1-5/+5
2012-01-04switch spu_create(2) to use of SYSCALL_DEFINE4, make it use umode_tAl Viro1-1/+1
2012-01-04switch mq_open() to umode_tAl Viro1-1/+1
2012-01-04switch sys_chmod()/sys_fchmod()/sys_fchmodat() to umode_tAl Viro1-3/+3
2012-01-04switch sys_mknodat(2) to umode_tAl Viro1-2/+2
2011-11-01Cross Memory AttachChristopher Yeoh1-0/+13
2011-08-27All Arch: remove linkage for sys_nfsservctl system callNeilBrown1-3/+0
2011-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfdLinus Torvalds1-0/+1
2011-05-25ns: Declare sys_setns in syscalls.hEric W. Biederman1-0/+1
2011-05-05net: Add sendmmsg socket system callAnton Blanchard1-0/+2
2011-03-21introduce sys_syncfs to sync a single file systemSage Weil1-0/+1
2011-03-16Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+2
2011-03-16Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+6
2011-03-15vfs: Add open by file handle supportAneesh Kumar K.V1-0/+3
2011-03-15vfs: Add name to file handle conversion supportAneesh Kumar K.V1-1/+4
2011-02-09tracing: Compile time initialization for event flags valueLai Jiangshan1-4/+4
2011-02-08tracing/syscalls: Don't add events for unmapped syscallsIan Munsie1-0/+2
2011-02-03tracing: Replace syscall_meta_data struct array with pointer arraySteven Rostedt1-9/+9
2011-02-03tracing: Replace trace_event struct array with pointer arraySteven Rostedt1-4/+6
2011-02-02posix-timers: Introduce a syscall for clock tuning.Richard Cochran1-0/+2
2010-11-18tracing: Remove useless syscall ftrace_event_call declarationFrederic Weisbecker1-4/+0
2010-11-18tracing: Allow syscall trace events for non privileged usersFrederic Weisbecker1-2/+4
2010-10-28ptrace: change signature of sys_ptrace() and friendsNamhyung Kim1-1/+2