1. 14d74e0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfd by Linus Torvalds · 13 years ago
  2. 618e724 ns: Declare sys_setns in syscalls.h by Eric W. Biederman · 13 years ago
  3. 228e548 net: Add sendmmsg socket system call by Anton Blanchard · 13 years ago
  4. b7ed78f introduce sys_syncfs to sync a single file system by Sage Weil · 13 years ago
  5. 420c1c5 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  6. a926021 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  7. becfd1f vfs: Add open by file handle support by Aneesh Kumar K.V · 13 years ago
  8. 990d6c2 vfs: Add name to file handle conversion support by Aneesh Kumar K.V · 13 years ago
  9. f4d5c02 tracing: Compile time initialization for event flags value by Lai Jiangshan · 13 years ago
  10. ba97697 tracing/syscalls: Don't add events for unmapped syscalls by Ian Munsie · 13 years ago
  11. 3d56e33 tracing: Replace syscall_meta_data struct array with pointer array by Steven Rostedt · 13 years ago
  12. e4a9ea5 tracing: Replace trace_event struct array with pointer array by Steven Rostedt · 13 years ago
  13. f1f1d5e posix-timers: Introduce a syscall for clock tuning. by Richard Cochran · 13 years ago
  14. 423478c tracing: Remove useless syscall ftrace_event_call declaration by Frederic Weisbecker · 14 years ago
  15. 53cf810b tracing: Allow syscall trace events for non privileged users by Frederic Weisbecker · 14 years ago
  16. 4abf986 ptrace: change signature of sys_ptrace() and friends by Namhyung Kim · 14 years ago
  17. d762746 Make do_execve() take a const filename pointer by David Howells · 14 years ago
  18. c788732 Mark arguments to certain syscalls as being const by David Howells · 14 years ago
  19. b34d891 Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linux by Linus Torvalds · 14 years ago
  20. 8c8946f Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify by Linus Torvalds · 14 years ago
  21. 08ae893 fanotify: drop the useless priority argument by Eric Paris · 14 years ago
  22. bbaa416 fanotify: sys_fanotify_mark declartion by Eric Paris · 15 years ago
  23. 11637e4 fanotify: fanotify_init syscall declaration by Eric Paris · 15 years ago
  24. 9dcdbf7 Merge branch 'linus' into perf/core by Ingo Molnar · 14 years ago
  25. c022a0a rlimits: implement prlimit64 syscall by Jiri Slaby · 14 years ago
  26. 44a54f7 tracing: Add alignment to syscall metadata declarations by Steven Rostedt · 14 years ago
  27. c9642c4 tracing: Use a global field list for all syscall exit events by Li Zefan · 14 years ago
  28. 485d527 sys_personality: change sys_personality() to accept "unsigned int" instead of u_long by Oleg Nesterov · 14 years ago
  29. 80decc7 tracing: Move print functions into event class by Steven Rostedt · 14 years ago
  30. a9a5776 tracing: Allow events to share their print functions by Steven Rostedt · 14 years ago
  31. 0405ab8 tracing: Move raw_init from events to class by Steven Rostedt · 14 years ago
  32. 2e33af0 tracing: Move fields from event to class structure by Steven Rostedt · 14 years ago
  33. 2239291 tracing: Remove per event trace registering by Steven Rostedt · 14 years ago
  34. 8f08201 tracing: Create class struct for events by Steven Rostedt · 14 years ago
  35. ae6be51 Fix up prototype for sys_ipc breakage by Linus Torvalds · 14 years ago
  36. f82c37e Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  37. 5cacdb4 Add generic sys_olduname() by Christoph Hellwig · 14 years ago
  38. baed7fc Add generic sys_ipc wrapper by Christoph Hellwig · 14 years ago
  39. a467937 Add generic sys_old_mmap() by Christoph Hellwig · 14 years ago
  40. 5d0e528 Add generic sys_old_select() by Christoph Hellwig · 14 years ago
  41. 97d5a22 perf: Drop the obsolete profile naming for trace events by Frederic Weisbecker · 14 years ago
  42. 6556a67 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  43. 86c38a3 tracing: Fix ftrace_event_call alignment for use with gcc 4.5 by Jeff Mahoney · 14 years ago
  44. 61405fe Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 15 years ago
  45. 0fa0eda tracing: Remove show_format and related macros from TRACE_EVENT by Lai Jiangshan · 15 years ago
  46. c7ef3a9 tracing: Have syscall tracing call its own init function by Steven Rostedt · 15 years ago
  47. e96dc96 tracing/syscalls: Fix typo in SYSCALL_DEFINE0 by Lai Jiangshan · 15 years ago
  48. 07b139c perf events: Remove CONFIG_EVENT_PROFILE by Li Zefan · 15 years ago
  49. cc0104e Merge branch 'linus' into tracing/urgent by Ingo Molnar · 15 years ago
  50. e00bf2e tracing: Change event->profile_count to be int type by Li Zefan · 15 years ago
  51. 87d9b4e tracing: Extract duplicate ftrace_raw_init_event_foo() by Li Zefan · 15 years ago
  52. f8b7256 Unify sys_mmap* by Al Viro · 15 years ago
  53. d7fc02c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  54. 6b62fe0 tracing/syscalls: Make syscall events print callbacks static by Frederic Weisbecker · 15 years ago
  55. 3bbe84e trace_syscalls: Simplify syscall profile by Lai Jiangshan · 15 years ago
  56. a1301da trace_syscalls: Remove duplicate init_enter_##sname() by Lai Jiangshan · 15 years ago
  57. c252f65 trace_syscalls: Add syscall_nr field to struct syscall_metadata by Lai Jiangshan · 15 years ago
  58. fcc1943 trace_syscalls: Remove enter_id exit_id by Lai Jiangshan · 15 years ago
  59. 31c16b1 trace_syscalls: Set event_enter_##sname->data to its metadata by Lai Jiangshan · 15 years ago
  60. bf56a4e trace_syscalls: Remove unused event_syscall_enter and event_syscall_exit by Lai Jiangshan · 15 years ago
  61. a2e2725 net: Introduce recvmmsg socket syscall by Arnaldo Carvalho de Melo · 15 years ago
  62. d7a4b41 Merge commit 'linus/master' into tracing/kprobes by Frederic Weisbecker · 15 years ago
  63. 4fd8da8 fs: change sys_truncate length parameter type by Heiko Carstens · 15 years ago
  64. 43c1266 Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  65. cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 15 years ago
  66. e5e25cf tracing: Factorize the events profile accounting by Frederic Weisbecker · 15 years ago
  67. 8f8ffe2 Merge commit 'tracing/core' into tracing/kprobes by Frederic Weisbecker · 15 years ago
  68. 8e254c1 tracing/filters: Defer pred allocation by Li Zefan · 15 years ago
  69. bd1a5c8 tracing: Ftrace dynamic ftrace_event_call support by Masami Hiramatsu · 15 years ago
  70. 540b7b8 tracing/syscalls: Add filtering support by Li Zefan · 15 years ago
  71. 10a5b66 tracing/syscalls: Add fields format for exit events by Li Zefan · 15 years ago
  72. dc4ddb4 tracing: Add fields format definition for syscall events by Frederic Weisbecker · 15 years ago
  73. f4b5ffc tracing: Add perf counter support for syscalls tracing by Jason Baron · 15 years ago
  74. 64c12e0 tracing: Add individual syscalls tracepoint id support by Jason Baron · 15 years ago
  75. fb34a08 tracing: Add trace events for each syscall entry/exit by Jason Baron · 15 years ago
  76. 7afdbf2 signals: declare sys_rt_tgsigqueueinfo in syscalls.h by Arnd Bergmann · 15 years ago
  77. cc6f267 syscalls.h: remove duplicated declarations for sys_pipe2 by Masatake YAMATO · 15 years ago
  78. 974802e perf_counter: Add forward/backward attribute ABI compatibility by Peter Zijlstra · 15 years ago
  79. 0d48696 perf_counter: Rename perf_counter_hw_event => perf_counter_attr by Peter Zijlstra · 15 years ago
  80. dc3f81b Merge commit 'v2.6.30-rc6' into perfcounters/core by Ingo Molnar · 15 years ago
  81. ecf4667 syscalls.h add the missing sys_pipe2 declaration by Arnd Bergmann · 15 years ago
  82. e7fd5d4 Merge branch 'linus' into perfcounters/core by Ingo Molnar · 15 years ago
  83. 8b9cf76 Fix SYSCALL_ALIAS for older MIPS assembler by Thomas Bogendoerfer · 15 years ago
  84. 47788c5 tracing/syscalls: use a dedicated file header by Frederic Weisbecker · 15 years ago
  85. f541ae3 Merge branch 'linus' into perfcounters/core-v2 by Ingo Molnar · 15 years ago
  86. 714f83d Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  87. 601cc11 Make non-compat preadv/pwritev use native register size by Linus Torvalds · 15 years ago
  88. f3554f4 preadv/pwritev: Add preadv and pwritev system calls. by Gerd Hoffmann · 15 years ago
  89. bed1ffc tracing/syscalls: core infrastructure for syscalls tracing, enhancements by Frederic Weisbecker · 15 years ago
  90. 2743a5b perfcounters: provide expansion room in the ABI by Paul Mackerras · 15 years ago
  91. f3dfd26 perfcounters: fix a few minor cleanliness issues by Paul Mackerras · 15 years ago
  92. e9c4ffb Merge branch 'linus' into perfcounters/core by Ingo Molnar · 15 years ago
  93. 6c597963 syscall define: fix uml compile bug by Heiko Carstens · 15 years ago
  94. 95fd484 Merge commit 'v2.6.29-rc4' into perfcounters/core by Ingo Molnar · 15 years ago
  95. e5d9a90 alpha: use syscall wrappers by Ivan Kokshaysky · 15 years ago
  96. 7783549 Merge commit 'v2.6.29-rc2' into perfcounters/core by Ingo Molnar · 15 years ago
  97. 2b66421 [CVE-2009-0029] System call wrappers part 33 by Heiko Carstens · 15 years ago
  98. d4e8204 [CVE-2009-0029] System call wrappers part 32 by Heiko Carstens · 15 years ago
  99. ee6a093 [CVE-2009-0029] powerpc: Enable syscall wrappers for 64-bit by Benjamin Herrenschmidt · 15 years ago
  100. 1a94bc3 [CVE-2009-0029] System call wrapper infrastructure by Heiko Carstens · 15 years ago