1. 47788c5 tracing/syscalls: use a dedicated file header by Frederic Weisbecker · 15 years ago
  2. 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
  3. 601cc11 Make non-compat preadv/pwritev use native register size by Linus Torvalds · 15 years ago
  4. f3554f4 preadv/pwritev: Add preadv and pwritev system calls. by Gerd Hoffmann · 15 years ago
  5. bed1ffc tracing/syscalls: core infrastructure for syscalls tracing, enhancements by Frederic Weisbecker · 15 years ago
  6. 6c597963 syscall define: fix uml compile bug by Heiko Carstens · 15 years ago
  7. e5d9a90 alpha: use syscall wrappers by Ivan Kokshaysky · 16 years ago
  8. 2b66421 [CVE-2009-0029] System call wrappers part 33 by Heiko Carstens · 16 years ago
  9. d4e8204 [CVE-2009-0029] System call wrappers part 32 by Heiko Carstens · 16 years ago
  10. ee6a093 [CVE-2009-0029] powerpc: Enable syscall wrappers for 64-bit by Benjamin Herrenschmidt · 16 years ago
  11. 1a94bc3 [CVE-2009-0029] System call wrapper infrastructure by Heiko Carstens · 16 years ago
  12. e55380e [CVE-2009-0029] Rename old_readdir to sys_old_readdir by Heiko Carstens · 16 years ago
  13. 2ed7c03 [CVE-2009-0029] Convert all system calls to return a long by Heiko Carstens · 16 years ago
  14. 4c696ba [CVE-2009-0029] Move compat system call declarations to compat header file by Heiko Carstens · 16 years ago
  15. 4ae8978 inotify: fix type errors in interfaces by Michael Kerrisk · 16 years ago
  16. de11def reintroduce accept4 by Ulrich Drepper · 16 years ago
  17. b4615e6 sys_paccept definition missing __user annotation by Harvey Harrison · 16 years ago
  18. 9fe5ad9 flag parameters add-on: remove epoll_create size param by Ulrich Drepper · 16 years ago
  19. 4006553 flag parameters: inotify_init by Ulrich Drepper · 16 years ago
  20. 336dd1f flag parameters: dup2 by Ulrich Drepper · 16 years ago
  21. a0998b5 flag parameters: epoll_create by Ulrich Drepper · 16 years ago
  22. b087498e flag parameters: eventfd by Ulrich Drepper · 16 years ago
  23. 9deb27b flag parameters: signalfd by Ulrich Drepper · 16 years ago
  24. aaca0bd flag parameters: paccept by Ulrich Drepper · 16 years ago
  25. f606ddf remove the v850 port by Adrian Bunk · 16 years ago
  26. 8f0cfa5 xattr: add missing consts to function arguments by David Howells · 16 years ago
  27. 5a6483f include: Remove unnecessary inclusions of asm/semaphore.h by Matthew Wilcox · 16 years ago
  28. 4d672e7 timerfd: new timerfd API by Davide Libenzi · 17 years ago
  29. 8e68e2f [CELL] spufs: extension of spu_create to support affinity definition by Arnd Bergmann · 17 years ago
  30. 97ac735 sys_fallocate() implementation on i386, x86_64 and powerpc by Amit Arora · 17 years ago
  31. edd5cd4 Introduce fixed sys_sync_file_range2() syscall, implement on PowerPC and ARM by David Woodhouse · 17 years ago
  32. e1ad746 signal/timer/event: eventfd core by Davide Libenzi · 17 years ago
  33. b215e28 signal/timer/event: timerfd core by Davide Libenzi · 17 years ago
  34. fba2afa signal/timer/event: signalfd core by Davide Libenzi · 17 years ago
  35. 97416ce Declare {compat_}sys_utimensat by Stephen Rothwell · 17 years ago
  36. b611967 [PATCH] epoll_pwait() by Davide Libenzi · 18 years ago
  37. ba46df9 [PATCH] __user annotations: futex by Al Viro · 18 years ago
  38. 3db03b4 [PATCH] rename the provided execve functions to kernel_execve by Arnd Bergmann · 18 years ago
  39. e04da1d [PATCH] sys_getcpu() prototype annotated by Al Viro · 18 years ago
  40. 3cfc348 [PATCH] x86: Add portable getcpu call by Andi Kleen · 18 years ago
  41. e2970f2 [PATCH] pi-futex: futex code cleanups by Ingo Molnar · 18 years ago
  42. 9216dfa [PATCH] move_pages: fix 32 -> 64 bit compat function by Christoph Lameter · 18 years ago
  43. 1b2db9f [PATCH] sys_move_pages: 32bit support (i386, x86_64) by Christoph Lameter · 18 years ago
  44. 742755a [PATCH] page migration: sys_move_pages(): support moving of individual pages by Christoph Lameter · 18 years ago
  45. 66643de Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 18 years ago
  46. 0f04108 [PATCH] powerpc: wire up sys_[gs]et_robust_list by David Woodhouse · 18 years ago
  47. d6754b4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 18 years ago
  48. 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 18 years ago
  49. 912d35f [PATCH] Add support for the sys_vmsplice syscall by Jens Axboe · 18 years ago
  50. 7052449 [PATCH] splice: add support for sys_tee() by Jens Axboe · 18 years ago
  51. 88dd9c1 Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 18 years ago
  52. 5246d05 [PATCH] sync_file_range(): use unsigned for flags by Andrew Morton · 18 years ago
  53. 529565d [PATCH] splice: add optional input and output offsets by Ingo Molnar · 18 years ago
  54. f79e2ab [PATCH] sys_sync_file_range() by Andrew Morton · 18 years ago
  55. 5274f05 [PATCH] Introduce sys_splice() system call by Jens Axboe · 18 years ago
  56. 6961ec8 [PATCH] add sys_unshare to syscalls.h by Arnd Bergmann · 18 years ago
  57. c04030e [PATCH] flags parameter for linkat by Ulrich Drepper · 18 years ago
  58. cff2b76 [PATCH] fstatat64 support by Ulrich Drepper · 18 years ago
  59. 9ad11ab [PATCH] compat: fix compat_sys_openat and friends by Stephen Rothwell · 19 years ago
  60. 3a2ca64 [PATCH] prototypes for *at functions & typo fix by Ulrich Drepper · 19 years ago
  61. 5131cf1 [PATCH] add missing syscall declarations by Arnd Bergmann · 19 years ago
  62. 6150c32 Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-merge by Linus Torvalds · 19 years ago
  63. 3974388 [PATCH] Swap Migration V5: sys_migrate_pages interface by Christoph Lameter · 19 years ago
  64. 67207b9 [PATCH] spufs: The SPU file system, base by Arnd Bergmann · 19 years ago
  65. dfb7dac [PATCH] unify sys_ptrace prototype by Christoph Hellwig · 19 years ago
  66. 7980cbb [PATCH] Adds sys_set_mempolicy() in include/linux/syscalls.h by Eric Dumazet · 19 years ago
  67. cf36680 [PATCH] move ioprio syscalls into syscalls.h by Anton Blanchard · 19 years ago
  68. 72414d3 [PATCH] kexec code cleanup by Maneesh Soni · 19 years ago
  69. dc009d9 [PATCH] kexec: add kexec syscalls by Eric W. Biederman · 19 years ago
  70. 7d87e14c [PATCH] consolidate sys_shmat by Stephen Rothwell · 19 years ago
  71. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago