aboutsummaryrefslogtreecommitdiff
path: root/include/linux/syscalls.h
AgeCommit message (Expand)Author
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-12-19introduce generic sys_sigaltstack(), switch x86 and um to itAl Viro
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro
2012-12-19Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton
2012-12-14module: add flags arg to sys_finit_module()Rusty Russell
2012-12-14module: add syscall to load module from fdKees Cook
2012-11-28take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.hAl Viro
2012-11-28get rid of pt_regs argument of do_execve()Al Viro
2012-11-28consolidate sys_execve() prototypeAl Viro
2012-10-12infrastructure for saner ret_from_kernel_thread semanticsAl Viro
2012-05-31syscalls, x86: add __NR_kcmp syscallCyrill Gorcunov
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker
2012-02-21sys_poll: fix incorrect type for 'timeout' parameterLinus Torvalds
2012-01-03switch open and mkdir syscalls to umode_tAl Viro
2012-01-03switch spu_create(2) to use of SYSCALL_DEFINE4, make it use umode_tAl Viro
2012-01-03switch mq_open() to umode_tAl Viro
2012-01-03switch sys_chmod()/sys_fchmod()/sys_fchmodat() to umode_tAl Viro
2012-01-03switch sys_mknodat(2) to umode_tAl Viro
2011-10-31Cross Memory AttachChristopher Yeoh
2011-08-26All Arch: remove linkage for sys_nfsservctl system callNeilBrown
2011-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfdLinus Torvalds
2011-05-24ns: Declare sys_setns in syscalls.hEric W. Biederman
2011-05-05net: Add sendmmsg socket system callAnton Blanchard
2011-03-21introduce sys_syncfs to sync a single file systemSage Weil
2011-03-15Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-03-15Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-03-15vfs: Add open by file handle supportAneesh Kumar K.V
2011-03-15vfs: Add name to file handle conversion supportAneesh Kumar K.V
2011-02-08tracing: Compile time initialization for event flags valueLai Jiangshan
2011-02-07tracing/syscalls: Don't add events for unmapped syscallsIan Munsie
2011-02-03tracing: Replace syscall_meta_data struct array with pointer arraySteven Rostedt
2011-02-02tracing: Replace trace_event struct array with pointer arraySteven Rostedt
2011-02-02posix-timers: Introduce a syscall for clock tuning.Richard Cochran
2010-11-18tracing: Remove useless syscall ftrace_event_call declarationFrederic Weisbecker
2010-11-18tracing: Allow syscall trace events for non privileged usersFrederic Weisbecker
2010-10-27ptrace: change signature of sys_ptrace() and friendsNamhyung Kim
2010-08-17Make do_execve() take a const filename pointerDavid Howells
2010-08-13Mark arguments to certain syscalls as being constDavid Howells
2010-08-10Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linuxLinus Torvalds
2010-08-10Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds
2010-07-28fanotify: drop the useless priority argumentEric Paris
2010-07-28fanotify: sys_fanotify_mark declartionEric Paris
2010-07-28fanotify: fanotify_init syscall declarationEric Paris
2010-07-21Merge branch 'linus' into perf/coreIngo Molnar
2010-07-16rlimits: implement prlimit64 syscallJiri Slaby
2010-07-09tracing: Add alignment to syscall metadata declarationsSteven Rostedt
2010-06-28tracing: Use a global field list for all syscall exit eventsLi Zefan
2010-06-04sys_personality: change sys_personality() to accept "unsigned int" instead of...Oleg Nesterov
2010-05-14tracing: Move print functions into event classSteven Rostedt