1. 9984de1 kernel: Map most files to use export.h instead of module.h by Paul Gortmaker · 13 years ago
  2. 8af0887 posix-timers: RCU conversion by Eric Dumazet · 13 years ago
  3. ab8177b hrtimers: Avoid touching inactive timer bases by Thomas Gleixner · 13 years ago
  4. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  5. 7fdd7f8 timers: Export CLOCK_BOOTTIME via the posix timers interface by John Stultz · 13 years ago
  6. 0606f42 posix clocks: Introduce dynamic clocks by Richard Cochran · 13 years ago
  7. 5270873 posix-timers: Cleanup namespace by Thomas Gleixner · 13 years ago
  8. 81e294c posix-timers: Add support for fd based clocks by Richard Cochran · 13 years ago
  9. f1f1d5e posix-timers: Introduce a syscall for clock tuning. by Richard Cochran · 13 years ago
  10. 0061748 posix-timer: Update comment by Richard Cochran · 13 years ago
  11. 0aa3975 posix-timers: Remove CLOCK_DISPATCH leftovers by Thomas Gleixner · 13 years ago
  12. 6761c67 posix-timers: Convert timer_delete() to clockid_to_kclock() by Thomas Gleixner · 13 years ago
  13. a7319fa posix-timers: Convert timer_gettime() to clockid_to_kclock() by Thomas Gleixner · 13 years ago
  14. 27722df posix-timers: Convert timer_settime() to clockid_to_kclock() by Thomas Gleixner · 13 years ago
  15. 838394f posix-timers: Convert timer_create() to clockid_to_kclock() by Thomas Gleixner · 13 years ago
  16. ebaac75 posix-timers: Remove useless res field from k_clock by Thomas Gleixner · 13 years ago
  17. e5e542e posix-timers: Convert clock_getres() to clockid_to_kclock() by Thomas Gleixner · 13 years ago
  18. 4359ac0 posix-timers: Make clock_getres and clock_get mandatory by Thomas Gleixner · 13 years ago
  19. 4228577 posix-timers: Convert clock_gettime() to clockid_to_kclock() by Thomas Gleixner · 13 years ago
  20. 26f9a47 posix-timers: Convert clock_settime to clockid_to_kclock() by Thomas Gleixner · 13 years ago
  21. 3751f9f posix-timers: Cleanup restart_block usage by Thomas Gleixner · 13 years ago
  22. 59bd5bc posix-timers: Convert clock_nanosleep_restart to clockid_to_kclock() by Thomas Gleixner · 13 years ago
  23. a5cd288 posix-timers: Convert clock_nanosleep to clockid_to_kclock() by Thomas Gleixner · 13 years ago
  24. cc785ac posix-timers: Introduce clockid_to_kclock() by Thomas Gleixner · 13 years ago
  25. 2fd1f04 posix-timers: Cleanup struct initializers by Thomas Gleixner · 13 years ago
  26. 65da528 posix-timers: Define nanosleep not supported error separate by Thomas Gleixner · 13 years ago
  27. 1e6d767 time: Correct the *settime* parameters by Richard Cochran · 13 years ago
  28. 20f33a0 posix-timers: Annotate lock_timer() by Namhyung Kim · 14 years ago
  29. 2b08de0 posix_timer: Move copy_to_user(created_timer_id) down in timer_create() by Andrey Vagin · 14 years ago
  30. 45e0fff posix_timer: Fix error path in timer_create by Andrey Vagin · 14 years ago
  31. 6622e67 posix-timers.c: Don't export local functions by H Hartley Sweeten · 14 years ago
  32. da15cfd time: Introduce CLOCK_REALTIME_COARSE by john stultz · 15 years ago
  33. 70d715f posix-timers: Fix oops in clock_nanosleep() with CLOCK_MONOTONIC_RAW by Hiroshi Shimamoto · 15 years ago
  34. 362e9c0 [CVE-2009-0029] System call wrappers part 05 by Heiko Carstens · 15 years ago
  35. 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
  36. 3d44cc3 Null pointer deref with hrtimer_try_to_cancel() by Thomas Gleixner · 15 years ago
  37. 8999210 posix-timers: check ->it_signal instead of ->it_pid to validate the timer by Oleg Nesterov · 16 years ago
  38. 27af424 posix-timers: use "struct pid*" instead of "struct task_struct*" by Oleg Nesterov · 16 years ago
  39. 268a3dc Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2 by Thomas Gleixner · 16 years ago
  40. 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
  41. 651dab4 Merge commit 'linus/master' into merge-linus by Arjan van de Ven · 16 years ago
  42. aa94fbd fix error-path NULL deref in alloc_posix_timer() by Dan Carpenter · 16 years ago
  43. 31d9284 posix-timers: lock_timer: make it readable by Oleg Nesterov · 16 years ago
  44. 5a51b71 posix-timers: lock_timer: kill the bogus ->it_id check by Oleg Nesterov · 16 years ago
  45. 5a9fa73 posix-timers: kill ->it_sigev_signo and ->it_sigev_value by Oleg Nesterov · 16 years ago
  46. ef864c9 posix-timers: sys_timer_create: cleanup the error handling by Oleg Nesterov · 16 years ago
  47. 717835d posix-timers: move the initialization of timer->sigq from send to create path by Oleg Nesterov · 16 years ago
  48. 36b2f04 posix-timers: sys_timer_create: simplify and s/tasklist/rcu/ by Oleg Nesterov · 16 years ago
  49. 2cd499e posix-timers: sys_timer_create: remove the buggy PF_EXITING check by Oleg Nesterov · 16 years ago
  50. 918fc03 posix-timers: always do get_task_struct(timer->it_process) by Oleg Nesterov · 16 years ago
  51. 4aa7361 posix-timers: don't switch to ->group_leader if ->it_process dies by Oleg Nesterov · 16 years ago
  52. cc584b2 hrtimer: convert kernel/* to the new hrtimer apis by Arjan van de Ven · 16 years ago
  53. 2d42244 clocksource: introduce CLOCK_MONOTONIC_RAW by John Stultz · 16 years ago
  54. 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
  55. 96347e77 posix timers: release_posix_timer: kill the bogus put_task_struct(->it_process); by Oleg Nesterov · 16 years ago
  56. 4b7a130 posix timers: timer_delete: remove the bogus "->it_process != NULL" check by Oleg Nesterov · 16 years ago
  57. ba66129 posix-timers: fix posix_timer_event() vs dequeue_signal() race by Oleg Nesterov · 16 years ago
  58. 54da117 posix-timers: do_schedule_next_timer: fix the setting of ->si_overrun by Oleg Nesterov · 16 years ago
  59. ac5c215 signals: join send_sigqueue() with send_group_sigqueue() by Oleg Nesterov · 16 years ago
  60. a655020 kernel: Remove unnecessary inclusions of asm/semaphore.h by Matthew Wilcox · 16 years ago
  61. 5a7780e hrtimer: check relative timeouts for overflow by Thomas Gleixner · 16 years ago
  62. 080344b hrtimer: fix *rmtp handling in hrtimer_nanosleep() by Oleg Nesterov · 16 years ago
  63. 8dc86af Use find_task_by_vpid in posix timers by Pavel Emelyanov · 16 years ago
  64. 4d672e7 timerfd: new timerfd API by Davide Libenzi · 16 years ago
  65. 0b0a3e7 kernel/: Spelling fixes by Joe Perches · 16 years ago
  66. bac0abd Isolate some explicit usage of task->tgid by Pavel Emelyanov · 17 years ago
  67. 04c2271 hrtimer: Rework hrtimer_nanosleep to make sys_compat_nanosleep easier by Anton Blanchard · 17 years ago
  68. 040b5c6 SLAB_PANIC more (proc, posix-timers, shmem) by Alexey Dobriyan · 17 years ago
  69. 5ba2533 more low-hanging fruits - kernel, fs, lib signedness by Al Viro · 17 years ago
  70. d02479b posix-timers: fix creation race by Oleg Nesterov · 17 years ago
  71. 179394a posix-timers: fix deletion race by Thomas Gleixner · 17 years ago
  72. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  73. 58229a1 posix-timers: Prevent softirq starvation by small intervals and SIG_IGN by Thomas Gleixner · 17 years ago
  74. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  75. 54cdfdb [PATCH] hrtimers: add high resolution timer support by Thomas Gleixner · 17 years ago
  76. c9cb2e3 [PATCH] hrtimers: namespace and enum cleanup by Thomas Gleixner · 17 years ago
  77. c376222 [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc(). by Robert P. J. Day · 17 years ago
  78. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  79. f30c226 fix file specification in comments by Uwe Zeisberger · 18 years ago
  80. 1711ef3 [PATCH] posix-timers: Fix clock_nanosleep() doesn't return the remaining time in compatibility mode by Toyo Abe · 18 years ago
  81. 05cfb61 [PATCH] hrtimers: remove data field by Roman Zippel · 18 years ago
  82. 3b98a53 [PATCH] hrtimers: posix-timer: cleanup common_timer_get() by Roman Zippel · 18 years ago
  83. 44f2147 [PATCH] hrtimers: pass current time to hrtimer_forward() by Roman Zippel · 18 years ago
  84. 97d1f15 [PATCH] sem2mutex: kernel/ by Arjan van de Ven · 18 years ago
  85. a0a0c28 [PATCH] posix-timers: fix requeue accounting when signal is ignored by Roman Zippel · 18 years ago
  86. 493f01d [PATCH] kernel/posix-timers.c: remove do_posix_clock_notimer_create() by Adrian Bunk · 18 years ago
  87. 952bbc8 [PATCH] hrtimers: set correct initial expiry time for relative SIGEV_NONE timers by Thomas Gleixner · 18 years ago
  88. 7978672c [PATCH] hrtimers: cleanups and simplifications by George Anzinger · 18 years ago
  89. b6557fb [PATCH] hrtimers: fix possible use of NULL pointer in posix-timers by Thomas Gleixner · 18 years ago
  90. 858119e [PATCH] Unlinline a bunch of other functions by Arjan van de Ven · 18 years ago
  91. becf8b5 [PATCH] hrtimer: convert posix timers completely by Thomas Gleixner · 18 years ago
  92. 97735f2 [PATCH] hrtimer: switch clock_nanosleep to hrtimer nanosleep API by Thomas Gleixner · 18 years ago
  93. 5f82b2b [PATCH] hrtimer: create and use timespec_valid macro by Thomas Gleixner · 18 years ago
  94. a924b04 [PATCH] hrtimer: make clockid_t arguments const by Thomas Gleixner · 18 years ago
  95. 67924be [PATCH] hrtimer: remove duplicate div_long_long_rem implementation by Thomas Gleixner · 18 years ago
  96. 3f39894d [PATCH] timespec: normalize off by one errors by George Anzinger · 19 years ago
  97. 4eb9af2 [PATCH] posix-timers: use schedule_timeout() in common_nsleep() by Oleg Nesterov · 19 years ago
  98. 25f407f [PATCH] Call exit_itimers from do_exit, not __exit_signal by Roland McGrath · 19 years ago
  99. e752dd6 [PATCH] fix send_sigqueue() vs thread exit race by Oleg Nesterov · 19 years ago
  100. c306895 [PATCH] revert "timer exit cleanup" by Andrew Morton · 19 years ago