1. 7a684c4 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  2. 0ad50c3 compat: generic compat_sys_sched_rr_get_interval() implementation by Catalin Marinas · 12 years ago
  3. 71eac70 powerpc: add finit_module syscall. by Rusty Russell · 12 years ago
  4. 0bcfe54 powerpc: switch to generic fork/clone/vfork by Al Viro · 12 years ago
  5. 138d1ce powerpc: switch to saner kernel_execve() semantics by Al Viro · 12 years ago
  6. b689713 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
  7. 8213a2f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  8. c3617f7 UAPI: (Scripted) Disintegrate arch/powerpc/include/asm by David Howells · 12 years ago
  9. 8f9c011 compat: fs: Generic compat_sys_sendfile implementation by Catalin Marinas · 12 years ago
  10. be6abfa powerpc: switch to generic sys_execve()/kernel_execve() by Al Viro · 12 years ago
  11. c1d7e01 ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSION by Will Deacon · 12 years ago
  12. fcf6340 Cross Memory Attach by Christopher Yeoh · 13 years ago
  13. 7b21fdd ns: Wire up the setns system call by Eric W. Biederman · 13 years ago
  14. 228e548 net: Add sendmmsg socket system call by Anton Blanchard · 14 years ago
  15. 834796a powerpc: Wire up new syscalls by Stephen Rothwell · 14 years ago
  16. 86250b9 powerpc: Wire up direct socket system calls by Ian Munsie · 14 years ago
  17. bcc30d3 powerpc: Wire up fanotify_init, fanotify_mark, prlimit64 syscalls by Andreas Schwab · 14 years ago
  18. 5cacdb4 Add generic sys_olduname() by Christoph Hellwig · 15 years ago
  19. baed7fc Add generic sys_ipc wrapper by Christoph Hellwig · 15 years ago
  20. cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 15 years ago
  21. 3240776 powerpc: Wire up sys_rt_tgsigqueueinfo by Stephen Rothwell · 15 years ago
  22. 5ea472a Merge commit 'v2.6.30-rc1' into perfcounters/core by Ingo Molnar · 16 years ago
  23. 1a917bb powerpc: Wire up preadv and pwritev by Stephen Rothwell · 16 years ago
  24. d662ed26 powerpc/perf_counter: Add perf_counter system call on powerpc by Paul Mackerras · 16 years ago
  25. b8b572e powerpc: Move include files to arch/powerpc/include/asm by Stephen Rothwell · 16 years ago[Renamed from include/asm-powerpc/unistd.h]
  26. 973b7d8 powerpc: Wireup new syscalls by Tony Breeds · 16 years ago
  27. fb8642d [POWERPC] Wire up new timerfd syscalls by Stephen Rothwell · 17 years ago
  28. fa28237 [POWERPC] Provide a way to protect 4k subpages when using 64k pages by Paul Mackerras · 17 years ago
  29. 97ac735 sys_fallocate() implementation on i386, x86_64 and powerpc by Amit Arora · 17 years ago
  30. edd5cd4 Introduce fixed sys_sync_file_range2() syscall, implement on PowerPC and ARM by David Woodhouse · 17 years ago
  31. 3692b94 [POWERPC] Wire up some more syscalls by Stephen Rothwell · 18 years ago
  32. f4dcd3c [POWERPC] Change include protections to ASM_POWERPC by Becky Bruce · 18 years ago
  33. ab5570f [POWERPC] Wire up sys_utimensat by Stephen Rothwell · 18 years ago
  34. 4b0092c [POWERPC] Wire up sys_epoll_pwait by Stephen Rothwell · 18 years ago
  35. 4cd723b [POWERPC] Allocate syscall number for sys_getcpu by Stephen Rothwell · 18 years ago
  36. f5738ce [PATCH] remove kernel syscalls by Arnd Bergmann · 18 years ago
  37. 8dc86ab [POWERPC] Change ppc_rtas declaration to weak by Geoff Levand · 18 years ago
  38. 9716a34 [POWERPC] Wire up sys_move_pages by Stephen Rothwell · 18 years ago
  39. 43530d2 [PATCH] powerpc: wire up sys_migrate_pages by Stephen Rothwell · 18 years ago
  40. 3db03b4 [PATCH] rename the provided execve functions to kernel_execve by Arnd Bergmann · 18 years ago
  41. 66643de Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 18 years ago
  42. 0f04108 [PATCH] powerpc: wire up sys_[gs]et_robust_list by David Woodhouse · 18 years ago
  43. b07019f Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 19 years ago
  44. 5614253 Remove unneeded _syscallX macros from user view in asm-*/unistd.h by David Woodhouse · 19 years ago
  45. d6754b4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 19 years ago
  46. 2833c28 [PATCH] powerpc: Wire up *at syscalls by Andreas Schwab · 19 years ago
  47. 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 19 years ago
  48. 912d35f [PATCH] Add support for the sys_vmsplice syscall by Jens Axboe · 19 years ago
  49. 7052449 [PATCH] splice: add support for sys_tee() by Jens Axboe · 19 years ago
  50. 5274f05 [PATCH] Introduce sys_splice() system call by Jens Axboe · 19 years ago
  51. a7f3184 [PATCH] powerpc: declare arch syscalls in <asm/syscalls.h> by Arnd Bergmann · 19 years ago
  52. b37ce28 [PATCH] powerpc: unshare system call registration by JANAK DESAI · 19 years ago
  53. f27201d [PATCH] TIF_RESTORE_SIGMASK support for arch/powerpc by David Woodhouse · 19 years ago
  54. 150256d [PATCH] Generic sys_rt_sigsuspend() by David Woodhouse · 19 years ago
  55. d6a5550 powerpc: Update __NR_syscalls to account for SPU syscalls by Paul Mackerras · 19 years ago
  56. 67207b9 [PATCH] spufs: The SPU file system, base by Arnd Bergmann · 19 years ago
  57. 23fd077 Merge ../linux-2.6 by hand by Paul Mackerras · 19 years ago
  58. eef289f powerpc: Merge asm/unistd.h by Paul Mackerras · 19 years ago[Renamed (90%) from include/asm-ppc/unistd.h]
  59. 141d751 [PATCH] ppc32: inotify syscalls by Robert Love · 19 years ago
  60. 5cee73f [PATCH] ppc64: remove duplicate syscall reservation by Anton Blanchard · 19 years ago
  61. 22e2c50 [PATCH] Update cfq io scheduler to time sliced design by Jens Axboe · 19 years ago
  62. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago