1. c1c252d kernel: Fix build errors due to uninitialized variables by Siddeswar Aluganti · 6 years ago
  2. 9b7b819 compat: cleanup coding in compat_get_bitmap() and compat_put_bitmap() by Helge Deller · 9 years ago
  3. f56141e all arches, signal: move restart_block to struct task_struct by Andy Lutomirski · 9 years ago
  4. 849151d compat: nanosleep: Clarify error handling by Thomas Gleixner · 10 years ago
  5. 6516a46 kernel/compat.c: use sizeof() instead of sizeof by Fabian Frederick · 10 years ago
  6. 7125764 Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  7. 2f2728f mm/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter types by Heiko Carstens · 10 years ago
  8. 62a6fa9 kernel/compat: convert to COMPAT_SYSCALL_DEFINE by Heiko Carstens · 10 years ago
  9. dce44e0 compat: Fix sparse address space warnings by H. Peter Anvin · 10 years ago
  10. 81993e8 compat: Get rid of (get|put)_compat_time(val|spec) by H. Peter Anvin · 10 years ago
  11. 08d7676 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  12. 1a0df59 kernel/compat.c: make do_sysinfo() static by Stephen Rothwell · 11 years ago
  13. 8d2d5c4 switch getrusage() to COMPAT_SYSCALL_DEFINE by Al Viro · 11 years ago
  14. 9e2d59a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  15. bffea77 compat: return -EFAULT on error in waitid() by Dan Carpenter · 11 years ago
  16. 6883da8 switch compat_sys_sched_rr_get_interval to COMPAT_SYSCALL_DEFINE by Al Viro · 11 years ago
  17. 9aae8fc switch rt_tgsigqueueinfo to COMPAT_SYSCALL_DEFINE by Al Viro · 11 years ago
  18. 5cf2210 switch compat_sys_sigprocmask to COMPAT_SYSCALL_DEFINE by Al Viro · 11 years ago
  19. 28d27f2 switch compat_sys_rt_sigtimedwait to COMPAT_SYSCALL_DEFINE by Al Viro · 11 years ago
  20. 322a56c generic compat_sys_rt_sigprocmask() by Al Viro · 11 years ago
  21. ad4b65a consolidate rt_sigsuspend() by Al Viro · 11 years ago
  22. 3778407 switch compat_sys_[gs]etitimer(2) to COMPAT_SYSCALL_DEFINE by Al Viro · 11 years ago
  23. b2ddedc x32: fix sigtimedwait by Al Viro · 11 years ago
  24. a566c28 x32: fix waitid() by Al Viro · 11 years ago
  25. 8d9807b switch compat_sys_wait4() and compat_sys_waitid() to COMPAT_SYSCALL_DEFINE by Al Viro · 11 years ago
  26. 0ad50c3 compat: generic compat_sys_sched_rr_get_interval() implementation by Catalin Marinas · 11 years ago
  27. 68f3f16 new helper: sigsuspend() by Al Viro · 12 years ago
  28. b7dafa0 compat: Fix RT signal mask corruption via sigprocmask by Jan Kiszka · 12 years ago
  29. 6684ba2 compat: Add helper functions to read/write struct timeval, timespec by H. Peter Anvin · 12 years ago
  30. 6e5fdee kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructure by Paul Gortmaker · 13 years ago
  31. 664a41b Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 13 years ago
  32. 2330fb8 [media] v4l2-compat-ioctl32: add VIDIOC_DQEVENT support by Hans Verkuil · 13 years ago
  33. c1095c6 signals: sys_ssetmask/sys_rt_sigsuspend should use set_current_blocked() by Oleg Nesterov · 13 years ago
  34. 1dda606 KVM: Add compat ioctl for KVM_SET_SIGNAL_MASK by Alexander Graf · 13 years ago
  35. 0798b1d Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 13 years ago
  36. be84cb4 compat: fixes to allow working with tile arch by Chris Metcalf · 13 years ago
  37. 943df14 signal: introduce do_sigtimedwait() to factor out compat/native code by Oleg Nesterov · 13 years ago
  38. fe0faa0 signal: sys_rt_sigtimedwait: simplify the timeout logic by Oleg Nesterov · 13 years ago
  39. f1f1d5e posix-timers: Introduce a syscall for clock tuning. by Richard Cochran · 13 years ago
  40. 65f5d80 time: Splitout compat timex accessors by Richard Cochran · 13 years ago
  41. c41d68a compat: Make compat_alloc_user_space() incorporate the access_ok() by H. Peter Anvin · 14 years ago
  42. b951834 rlimits: switch more rlimit syscalls to do_prlimit by Jiri Slaby · 14 years ago
  43. fa9dc26 cpumask: fix compat getaffinity by KOSAKI Motohiro · 14 years ago
  44. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  45. 62ab450 signals: implement sys_rt_tgsigqueueinfo by Thomas Gleixner · 15 years ago
  46. e3d5a27 Allow times and time system calls to return small negative values by Paul Mackerras · 15 years ago
  47. a45185d cpumask: convert kernel/compat.c by Rusty Russell · 15 years ago
  48. c465a76 Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/debug' into v28-timers-for-linus by Thomas Gleixner · 16 years ago
  49. b418da1 compat: generic compat get/settimeofday by Christoph Hellwig · 16 years ago
  50. f06febc timers: fix itimer/many thread hang by Frank Mayhar · 16 years ago
  51. 153b5d0 ntp: support for TAI by Roman Zippel · 16 years ago
  52. 4e4c22c signals: add set_restore_sigmask by Roland McGrath · 16 years ago
  53. b53e921 generic: reduce stack pressure in sched_affinity by Mike Travis · 16 years ago
  54. 029a07e hrtimer: use nanosleep specific restart_block fields by Thomas Gleixner · 16 years ago
  55. c289b07 hrtimer: don't modify restart_block->fn in restart functions by Oleg Nesterov · 16 years ago
  56. 4165293 hrtimer: fix *rmtp/restarts handling in compat_sys_nanosleep() by Oleg Nesterov · 16 years ago
  57. 58f9b52 Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrt by Linus Torvalds · 17 years ago
  58. bd3a849 whitespace fixes: compat syscalls by Daniel Walker · 17 years ago
  59. c70878b hrtimer: hook compat_sys_nanosleep up to high res timer code by Anton Blanchard · 17 years ago
  60. 83f5d12 signal/timer/event: timerfd compat code by Davide Libenzi · 17 years ago
  61. d4d23ad [PATCH] Common compat_sys_sysinfo by Kyle McMartin · 17 years ago
  62. 3fd5939 [PATCH] Create compat_sys_migrate_pages by Stephen Rothwell · 18 years ago
  63. 5fa3839 [PATCH] Constify compat_get_bitmap argument by Stephen Rothwell · 18 years ago
  64. 3f2e05e [PATCH] BLOCK: Revert patch to hack around undeclared sigset_t in linux/compat.h by David Howells · 18 years ago
  65. 07f3f05 [PATCH] BLOCK: Move extern declarations out of fs/*.c into header files [try #6] by David Howells · 18 years ago
  66. 1711ef3 [PATCH] posix-timers: Fix clock_nanosleep() doesn't return the remaining time in compatibility mode by Toyo Abe · 18 years ago
  67. 838cd15 [PATCH] N32 sigset and __COMPAT_ENDIAN_SWAP__ by akpm@osdl.org · 18 years ago
  68. 9216dfa [PATCH] move_pages: fix 32 -> 64 bit compat function by Christoph Lameter · 18 years ago
  69. 1b2db9f [PATCH] sys_move_pages: 32bit support (i386, x86_64) by Christoph Lameter · 18 years ago
  70. 34f192c [PATCH] lightweight robust futexes: compat by Ingo Molnar · 18 years ago
  71. 3158e94 [PATCH] consolidate sys32/compat_adjtimex by Stephen Rothwell · 18 years ago
  72. 1b86235 [PATCH] remove bogus asm/bug.h includes. by Al Viro · 18 years ago
  73. 150256d [PATCH] Generic sys_rt_sigsuspend() by David Woodhouse · 18 years ago
  74. 3a0f69d [PATCH] common compat_sys_timer_create by Christoph Hellwig · 18 years ago
  75. 75bcc8c [PATCH] kernel: fix-up schedule_timeout() usage by Nishanth Aravamudan · 19 years ago
  76. 51410d3 [PATCH] Fix get_compat_sigevent() by David S. Miller · 19 years ago
  77. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago