aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/syscalls.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-03-10perf: Drop the obsolete profile naming for trace eventsFrederic Weisbecker1-12/+12
2010-02-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+2
2010-02-25tracing: Fix ftrace_event_call alignment for use with gcc 4.5Jeff Mahoney1-2/+4
2010-01-13Merge branch 'perf/urgent' into perf/coreIngo Molnar1-1/+1
2010-01-06tracing: Remove show_format and related macros from TRACE_EVENTLai Jiangshan1-2/+0
2010-01-06tracing: Have syscall tracing call its own init functionSteven Rostedt1-2/+2
2009-12-30tracing/syscalls: Fix typo in SYSCALL_DEFINE0Lai Jiangshan1-1/+1
2009-12-28perf events: Remove CONFIG_EVENT_PROFILELi Zefan1-2/+2
2009-12-14Merge branch 'linus' into tracing/urgentIngo Molnar1-0/+4
2009-12-13tracing: Change event->profile_count to be int typeLi Zefan1-2/+0
2009-12-13tracing: Extract duplicate ftrace_raw_init_event_foo()Li Zefan1-2/+2
2009-12-11Unify sys_mmap*Al Viro1-0/+4
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-0/+4
2009-12-02tracing/syscalls: Make syscall events print callbacks staticFrederic Weisbecker1-2/+2
2009-12-01trace_syscalls: Simplify syscall profileLai Jiangshan1-27/+4
2009-12-01trace_syscalls: Remove duplicate init_enter_##sname()Lai Jiangshan1-28/+2
2009-12-01trace_syscalls: Add syscall_nr field to struct syscall_metadataLai Jiangshan1-2/+2
2009-12-01trace_syscalls: Remove enter_id exit_idLai Jiangshan1-2/+0
2009-12-01trace_syscalls: Set event_enter_##sname->data to its metadataLai Jiangshan1-2/+4
2009-12-01trace_syscalls: Remove unused event_syscall_enter and event_syscall_exitLai Jiangshan1-2/+2
2009-10-12net: Introduce recvmmsg socket syscallArnaldo Carvalho de Melo1-0/+4
2009-09-23Merge commit 'linus/master' into tracing/kprobesFrederic Weisbecker1-21/+12
2009-09-23fs: change sys_truncate length parameter typeHeiko Carstens1-2/+1