aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/syscalls.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-02-21sys_poll: fix incorrect type for 'timeout' parameterLinus Torvalds1-1/+1
2012-01-03switch open and mkdir syscalls to umode_tAl Viro1-5/+5
2012-01-03switch spu_create(2) to use of SYSCALL_DEFINE4, make it use umode_tAl Viro1-1/+1
2012-01-03switch mq_open() to umode_tAl Viro1-1/+1
2012-01-03switch sys_chmod()/sys_fchmod()/sys_fchmodat() to umode_tAl Viro1-3/+3
2012-01-03switch sys_mknodat(2) to umode_tAl Viro1-2/+2
2011-10-31Cross Memory AttachChristopher Yeoh1-0/+13
2011-08-26All Arch: remove linkage for sys_nfsservctl system callNeilBrown1-3/+0
2011-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfdLinus Torvalds1-0/+1
2011-05-24ns: 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-15Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+2
2011-03-15Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus 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-08tracing: Compile time initialization for event flags valueLai Jiangshan1-4/+4
2011-02-07tracing/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-02tracing: 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-27ptrace: change signature of sys_ptrace() and friendsNamhyung Kim1-1/+2
2010-08-17Make do_execve() take a const filename pointerDavid Howells1-1/+1
2010-08-13Mark arguments to certain syscalls as being constDavid Howells1-10/+10
2010-08-10Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linuxLinus Torvalds1-0/+4
2010-08-10Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds1-0/+4
2010-07-28fanotify: drop the useless priority argumentEric Paris1-2/+1
2010-07-28fanotify: sys_fanotify_mark declartionEric Paris1-0/+3
2010-07-28fanotify: fanotify_init syscall declarationEric Paris1-0/+2
2010-07-21Merge branch 'linus' into perf/coreIngo Molnar1-2/+4
2010-07-16rlimits: implement prlimit64 syscallJiri Slaby1-0/+4
2010-07-09tracing: Add alignment to syscall metadata declarationsSteven Rostedt1-2/+4
2010-06-28tracing: Use a global field list for all syscall exit eventsLi Zefan1-2/+0
2010-06-04sys_personality: change sys_personality() to accept "unsigned int" instead of u_longOleg Nesterov1-1/+1
2010-05-14tracing: Move print functions into event classSteven Rostedt1-14/+4
2010-05-14tracing: Allow events to share their print functionsSteven Rostedt1-2/+8
2010-05-14tracing: Move raw_init from events to classSteven Rostedt1-2/+0
2010-05-14tracing: Move fields from event to class structureSteven Rostedt1-6/+8
2010-05-14tracing: Remove per event trace registeringSteven Rostedt1-25/+4
2010-05-14tracing: Create class struct for eventsSteven Rostedt1-2/+4
2010-03-22Fix up prototype for sys_ipc breakageLinus Torvalds1-1/+1
2010-03-18Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-12/+12
2010-03-12Add generic sys_olduname()Christoph Hellwig1-0/+4
2010-03-12Add generic sys_ipc wrapperChristoph Hellwig1-0/+2
2010-03-12Add generic sys_old_mmap()Christoph Hellwig1-0/+3
2010-03-12Add generic sys_old_select()Christoph Hellwig1-0/+2