1. 91c2e0b unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINE by Al Viro · 12 years ago
  2. 0e65a81 get rid of compat_sys_semctl() and friends in case of ARCH_WANT_OLD_COMPAT_IPC by Al Viro · 12 years ago
  3. 56e41d3 merge compat sys_ipc instances by Al Viro · 12 years ago
  4. d5dc77b consolidate compat lookup_dcookie() by Al Viro · 12 years ago
  5. 19f4fc3 convert sendfile{,64} to COMPAT_SYSCALL_DEFINE by Al Viro · 12 years ago
  6. aebb2af Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 12 years ago
  7. 50150d2 mips: switch to generic sys_fork() and sys_clone() by Al Viro · 12 years ago
  8. 64b3122 mips: take the "zero newsp means inherit the parent's one" to copy_thread() by Al Viro · 12 years ago
  9. 5e392b8d mips: don't bother with compat_sys_futex() wrappers by Al Viro · 12 years ago
  10. 0450d22 mips: switch to generic compat sched_rr_get_interval() by Al Viro · 12 years ago
  11. 7034228 MIPS: Whitespace cleanup. by Ralf Baechle · 12 years ago
  12. e80d666 flagday: kill pt_regs argument of do_fork() by Al Viro · 12 years ago
  13. baf9ff7 MIPS: Switch over to generic sys_execve and kernel_execve. by Ralf Baechle · 12 years ago
  14. 91a27b2 vfs: define struct filename and have getname() return it by Jeff Layton · 12 years ago
  15. 1eec6cd MIPS: Compat: Use 32-bit wrapper for compat_sys_futex. by Yong Zhang · 13 years ago
  16. d62c9ce MIPS: compat: Don't clobber personality bits in 32-bit sys_personality(). by David Daney · 14 years ago
  17. 5e844b3 MIPS: Hookup fanotify_init, fanotify_mark, and prlimit64 syscalls. by David Daney · 14 years ago
  18. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  19. e28cbf2 improve sys_newuname() for compat architectures by Christoph Hellwig · 15 years ago
  20. 8facefd MIPS: Don't include <linux/smp_lock.h> unnecessarily. by Ralf Baechle · 15 years ago
  21. f8b7256 Unify sys_mmap* by Al Viro · 15 years ago
  22. aff639c sysctl: mips Use the compat_sys_sysctl by Eric W. Biederman · 16 years ago
  23. 80b8585 MIPS: 64-bit: Fix o32 lookup_dcookie syscall by Wu Zhangjin · 15 years ago
  24. d6c178e MIPS: Compat: Zero upper 32-bit of offset_high and offset_low. by Ralf Baechle · 16 years ago
  25. 3ae5080 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 16 years ago
  26. 2b1c6bd generic compat_sys_ustat by Christoph Hellwig · 16 years ago
  27. 5484879 MIPS: compat: Remove duplicated #include by Huang Weiyi · 16 years ago
  28. c189846 MIPS: Fix build of non-CONFIG_SYSVIPC version of sys_32_ipc by Xiaotian Feng · 16 years ago
  29. dbda6ac MIPS: CVE-2009-0029: Enable syscall wrappers. by Ralf Baechle · 16 years ago
  30. b418da1 compat: generic compat get/settimeofday by Christoph Hellwig · 16 years ago
  31. f7a5000 compat: move cp_compat_stat to common code by Christoph Hellwig · 16 years ago
  32. e8938a6 remove unused #include <linux/dirent.h>'s by Adrian Bunk · 16 years ago
  33. 4914ad4 [MIPS] 32-bit compat: Delete unused sys_truncate64 and sys_ftruncate64. by Ralf Baechle · 16 years ago
  34. d4e9cff [MIPS] compat: handle argument endianess of sys32_(f)truncate64 with merge_64 by Ralf Baechle · 17 years ago
  35. cba4fbb remove include/asm-*/ipc.h by Adrian Bunk · 17 years ago
  36. 21a151d [MIPS] checkfiles: Fix "need space after that ','" errors. by Ralf Baechle · 17 years ago
  37. 49a89ef [MIPS] Fix "no space between function name and open parenthesis" warnings. by Ralf Baechle · 17 years ago
  38. 4dc4677 [MIPS] Wire up the fallocate syscall. by Ralf Baechle · 17 years ago
  39. f5dbeaf [MIPS] Replace __attribute_used__ with __used by David Rientjes · 17 years ago
  40. 8676d2e [MIPS] Fix some system calls with long long arguments by Atsushi Nemoto · 18 years ago
  41. 65f8ebe [MIPS] Compat: Fix build if CONFIG_SYSVIPC is disabled. by Ralf Baechle · 18 years ago
  42. f6dfb4f [PATCH] Add epoll compat_ code to fs/compat.c by Davide Libenzi · 18 years ago
  43. 821d313 [MIPS] Replace sys32_timer_create with the generic compat_sys_timer_create. by Ralf Baechle · 18 years ago
  44. 08274ce [MIPS] Replace sys32_socketcall with the generic compat_sys_socketcall. by Ralf Baechle · 18 years ago
  45. 440537e [MIPS] N32 waitid is the same as o32. by Ralf Baechle · 18 years ago
  46. 431dc80 [MIPS] Fix sigset_t endianess swapping issues in 32-bit compat code. by Ralf Baechle · 18 years ago
  47. d4d23ad [PATCH] Common compat_sys_sysinfo by Kyle McMartin · 18 years ago
  48. e0daad4 [MIPS] Whitespace cleanups. by Ralf Baechle · 18 years ago
  49. e16d8df [MIPS] Fix N32 SysV IPC routines by Atsushi Nemoto · 18 years ago
  50. 05e4396 [MIPS] Use SYSVIPC_COMPAT to fix various problems on N32 by Atsushi Nemoto · 18 years ago
  51. 53571ce [MIPS] Fix O32 personality(2) call with 0xffffffff argument. by Thiemo Seufer · 18 years ago
  52. afefdbb [PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbers by David Howells · 18 years ago
  53. e9ff399 [PATCH] namespaces: utsname: switch to using uts namespaces by Serge E. Hallyn · 18 years ago
  54. b89a817 [PATCH] sysctl: Allow /proc/sys without sys_sysctl by Eric W. Biederman · 18 years ago
  55. 717736d [MIPS] TLS: Delete unused sys32_set_thread_area by Ralf Baechle · 18 years ago
  56. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  57. 6ad0013 [PATCH] fix mips sys32_p{read,write} by Al Viro · 19 years ago
  58. a8d587a [MIPS] Wire up sync_file_range(2). by Ralf Baechle · 19 years ago
  59. 3158e94 [PATCH] consolidate sys32/compat_adjtimex by Stephen Rothwell · 19 years ago
  60. 88959ea [PATCH] create struct compat_timex and use it everywhere by Stephen Rothwell · 19 years ago
  61. 947df17 [MIPS] sys_mmap2 offset argument should always be shifted 12, not PAGE_SHIFT. by H. Peter Anvin · 19 years ago
  62. 219ac73 [MIPS] Further sparsification for 32-bit compat code. by Atsushi Nemoto · 19 years ago
  63. af2667f [MIPS] Delete unused sys32_waitpid. by Ralf Baechle · 19 years ago
  64. 2fd628f [MIPS] Use generic compat routines for readdir, getdents by Atsushi Nemoto · 19 years ago
  65. f3468e0 [MIPS] N32: Make sure pointer is good before passing it to sys_waitid(). by Ralf Baechle · 19 years ago
  66. 82ad93f [MIPS] N32: Fix N32 rt_sigtimedwait and rt_sigsuspend breakage. by Ralf Baechle · 19 years ago
  67. e28cc71 Relax the rw_verify_area() error checking. by Linus Torvalds · 19 years ago
  68. 3c37026 NPTL, round one. by Ralf Baechle · 20 years ago
  69. d1abb6a 32-bit compatibility for various timer-related system calls. by Ralf Baechle · 20 years ago
  70. 54f2da7 Implement 32-bit compatibility for waitid(2). by Ralf Baechle · 20 years ago
  71. b6e203d Use generic compat_sys_wait4 to implement 32-bit wait4(2). by Ralf Baechle · 20 years ago
  72. 202e597 [PATCH] compat: be more consistent about [ug]id_t by Stephen Rothwell · 19 years ago
  73. 42a3b4f [PATCH] mips: nuke trailing whitespace by Ralf Baechle · 19 years ago
  74. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago v2.6.12-rc2