1. 2b08de0 posix_timer: Move copy_to_user(created_timer_id) down in timer_create() by Andrey Vagin · 14 years ago
  2. 45e0fff posix_timer: Fix error path in timer_create by Andrey Vagin · 14 years ago
  3. 6622e67 posix-timers.c: Don't export local functions by H Hartley Sweeten · 14 years ago
  4. da15cfd time: Introduce CLOCK_REALTIME_COARSE by john stultz · 15 years ago
  5. 70d715f posix-timers: Fix oops in clock_nanosleep() with CLOCK_MONOTONIC_RAW by Hiroshi Shimamoto · 15 years ago
  6. 362e9c0 [CVE-2009-0029] System call wrappers part 05 by Heiko Carstens · 15 years ago
  7. 32e8d18 Merge branches 'timers/clocksource', 'timers/hpet', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/rtc' into timers/core by Ingo Molnar · 15 years ago
  8. 3d44cc3 Null pointer deref with hrtimer_try_to_cancel() by Thomas Gleixner · 15 years ago
  9. 8999210 posix-timers: check ->it_signal instead of ->it_pid to validate the timer by Oleg Nesterov · 16 years ago
  10. 27af424 posix-timers: use "struct pid*" instead of "struct task_struct*" by Oleg Nesterov · 16 years ago
  11. 268a3dc Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2 by Thomas Gleixner · 16 years ago
  12. 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
  13. 651dab4 Merge commit 'linus/master' into merge-linus by Arjan van de Ven · 16 years ago
  14. aa94fbd fix error-path NULL deref in alloc_posix_timer() by Dan Carpenter · 16 years ago
  15. 31d9284 posix-timers: lock_timer: make it readable by Oleg Nesterov · 16 years ago
  16. 5a51b71 posix-timers: lock_timer: kill the bogus ->it_id check by Oleg Nesterov · 16 years ago
  17. 5a9fa73 posix-timers: kill ->it_sigev_signo and ->it_sigev_value by Oleg Nesterov · 16 years ago
  18. ef864c9 posix-timers: sys_timer_create: cleanup the error handling by Oleg Nesterov · 16 years ago
  19. 717835d posix-timers: move the initialization of timer->sigq from send to create path by Oleg Nesterov · 16 years ago
  20. 36b2f04 posix-timers: sys_timer_create: simplify and s/tasklist/rcu/ by Oleg Nesterov · 16 years ago
  21. 2cd499e posix-timers: sys_timer_create: remove the buggy PF_EXITING check by Oleg Nesterov · 16 years ago
  22. 918fc03 posix-timers: always do get_task_struct(timer->it_process) by Oleg Nesterov · 16 years ago
  23. 4aa7361 posix-timers: don't switch to ->group_leader if ->it_process dies by Oleg Nesterov · 16 years ago
  24. cc584b2 hrtimer: convert kernel/* to the new hrtimer apis by Arjan van de Ven · 16 years ago
  25. 2d42244 clocksource: introduce CLOCK_MONOTONIC_RAW by John Stultz · 16 years ago
  26. 67a077d Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  27. 96347e77 posix timers: release_posix_timer: kill the bogus put_task_struct(->it_process); by Oleg Nesterov · 16 years ago
  28. 4b7a130 posix timers: timer_delete: remove the bogus "->it_process != NULL" check by Oleg Nesterov · 16 years ago
  29. ba66129 posix-timers: fix posix_timer_event() vs dequeue_signal() race by Oleg Nesterov · 16 years ago
  30. 54da117 posix-timers: do_schedule_next_timer: fix the setting of ->si_overrun by Oleg Nesterov · 16 years ago
  31. ac5c215 signals: join send_sigqueue() with send_group_sigqueue() by Oleg Nesterov · 16 years ago
  32. a655020 kernel: Remove unnecessary inclusions of asm/semaphore.h by Matthew Wilcox · 16 years ago
  33. 5a7780e hrtimer: check relative timeouts for overflow by Thomas Gleixner · 16 years ago
  34. 080344b hrtimer: fix *rmtp handling in hrtimer_nanosleep() by Oleg Nesterov · 16 years ago
  35. 8dc86af Use find_task_by_vpid in posix timers by Pavel Emelyanov · 16 years ago
  36. 4d672e7 timerfd: new timerfd API by Davide Libenzi · 16 years ago
  37. 0b0a3e7 kernel/: Spelling fixes by Joe Perches · 16 years ago
  38. bac0abd Isolate some explicit usage of task->tgid by Pavel Emelyanov · 17 years ago
  39. 04c2271 hrtimer: Rework hrtimer_nanosleep to make sys_compat_nanosleep easier by Anton Blanchard · 17 years ago
  40. 040b5c6 SLAB_PANIC more (proc, posix-timers, shmem) by Alexey Dobriyan · 17 years ago
  41. 5ba2533 more low-hanging fruits - kernel, fs, lib signedness by Al Viro · 17 years ago
  42. d02479b posix-timers: fix creation race by Oleg Nesterov · 17 years ago
  43. 179394a posix-timers: fix deletion race by Thomas Gleixner · 17 years ago
  44. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  45. 58229a1 posix-timers: Prevent softirq starvation by small intervals and SIG_IGN by Thomas Gleixner · 17 years ago
  46. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  47. 54cdfdb [PATCH] hrtimers: add high resolution timer support by Thomas Gleixner · 17 years ago
  48. c9cb2e3 [PATCH] hrtimers: namespace and enum cleanup by Thomas Gleixner · 17 years ago
  49. c376222 [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc(). by Robert P. J. Day · 17 years ago
  50. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  51. f30c226 fix file specification in comments by Uwe Zeisberger · 18 years ago
  52. 1711ef3 [PATCH] posix-timers: Fix clock_nanosleep() doesn't return the remaining time in compatibility mode by Toyo Abe · 18 years ago
  53. 05cfb61 [PATCH] hrtimers: remove data field by Roman Zippel · 18 years ago
  54. 3b98a53 [PATCH] hrtimers: posix-timer: cleanup common_timer_get() by Roman Zippel · 18 years ago
  55. 44f2147 [PATCH] hrtimers: pass current time to hrtimer_forward() by Roman Zippel · 18 years ago
  56. 97d1f15 [PATCH] sem2mutex: kernel/ by Arjan van de Ven · 18 years ago
  57. a0a0c28 [PATCH] posix-timers: fix requeue accounting when signal is ignored by Roman Zippel · 18 years ago
  58. 493f01d [PATCH] kernel/posix-timers.c: remove do_posix_clock_notimer_create() by Adrian Bunk · 18 years ago
  59. 952bbc8 [PATCH] hrtimers: set correct initial expiry time for relative SIGEV_NONE timers by Thomas Gleixner · 18 years ago
  60. 7978672c [PATCH] hrtimers: cleanups and simplifications by George Anzinger · 18 years ago
  61. b6557fb [PATCH] hrtimers: fix possible use of NULL pointer in posix-timers by Thomas Gleixner · 18 years ago
  62. 858119e [PATCH] Unlinline a bunch of other functions by Arjan van de Ven · 18 years ago
  63. becf8b5 [PATCH] hrtimer: convert posix timers completely by Thomas Gleixner · 18 years ago
  64. 97735f2 [PATCH] hrtimer: switch clock_nanosleep to hrtimer nanosleep API by Thomas Gleixner · 18 years ago
  65. 5f82b2b [PATCH] hrtimer: create and use timespec_valid macro by Thomas Gleixner · 18 years ago
  66. a924b04 [PATCH] hrtimer: make clockid_t arguments const by Thomas Gleixner · 18 years ago
  67. 67924be [PATCH] hrtimer: remove duplicate div_long_long_rem implementation by Thomas Gleixner · 18 years ago
  68. 3f39894d [PATCH] timespec: normalize off by one errors by George Anzinger · 19 years ago
  69. 4eb9af2 [PATCH] posix-timers: use schedule_timeout() in common_nsleep() by Oleg Nesterov · 19 years ago
  70. 25f407f [PATCH] Call exit_itimers from do_exit, not __exit_signal by Roland McGrath · 19 years ago
  71. e752dd6 [PATCH] fix send_sigqueue() vs thread exit race by Oleg Nesterov · 19 years ago
  72. c306895 [PATCH] revert "timer exit cleanup" by Andrew Morton · 19 years ago
  73. 78fa74a [PATCH] posix timers: fix normalization problem by George Anzinger · 19 years ago
  74. f972be3 [PATCH] posix-timers: use try_to_del_timer_sync() by Oleg Nesterov · 19 years ago
  75. caf2857 [PATCH] timer exit cleanup by Ingo Molnar · 19 years ago
  76. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago