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