1. 725816e posix_clocks: Use get_itimerspec64() and put_itimerspec64() by Deepa Dinamani · 8 years ago
  2. c0edd7c nanosleep: Use get_timespec64() and put_timespec64() by Deepa Dinamani · 8 years ago
  3. 5c49941 posix-timers: Use get_timespec64() and put_timespec64() by Deepa Dinamani · 8 years ago
  4. 938e7cf posix-timers: Make nanosleep timespec argument const by Thomas Gleixner · 8 years ago
  5. 2482097 posix-timers: Move compat_timer_create() to native, get rid of set_fs() by Al Viro · 8 years ago
  6. d822cdc posix-timers: Move compat versions of clock_gettime/settime/getres by Al Viro · 8 years ago
  7. b0dc124 posix-timers: Take compat timer_gettime(2) to native one by Al Viro · 8 years ago
  8. 1acbe77 posix-timers: Take compat timer_settime(2) to native one by Al Viro · 8 years ago
  9. 3a4d44b ntp: Move adjtimex related compat syscalls to native counterparts by Al Viro · 8 years ago
  10. fb923c4 posix-timers: Kill ->nsleep_restart() by Al Viro · 8 years ago
  11. edbeda4 time/posix-timers: Move the compat copyouts to the nanosleep implementations by Al Viro · 8 years ago
  12. 99e6c0e posix-timers: Store rmtp into restart_block in sys_clock_nanosleep() by Al Viro · 8 years ago
  13. 192a82f hrtimer_nanosleep(): Pass rmtp in restart_block by Al Viro · 8 years ago
  14. 67edab4 posix-timers: Handle relative posix-timers correctly by Thomas Gleixner · 8 years ago
  15. 5c7a3a3 posix-timers: Zero out oldval itimerspec by Thomas Gleixner · 8 years ago
  16. c6503be posix-timers: Fix inverted SIGEV_NONE logic in common_timer_get() by Thomas Gleixner · 8 years ago
  17. f2c4580 alarmtimer: Switch over to generic set/get/rearm routine by Thomas Gleixner · 8 years ago
  18. eae1c4a posix-timers: Make use of cancel/arm callbacks by Thomas Gleixner · 8 years ago
  19. eabdec0 posix-timers: Zero settings value in common code by Thomas Gleixner · 8 years ago
  20. 91d57ba posix-timers: Make use of forward/remaining callbacks by Thomas Gleixner · 8 years ago
  21. 21e55c1 posix-timers: Add active flag to k_itimer by Thomas Gleixner · 8 years ago
  22. f37fb0a posix-timers: Use timer_rearm() callback in posixtimer_rearm() by Thomas Gleixner · 8 years ago
  23. 96fe3b0 posix-timers: Rename do_schedule_next_timer by Thomas Gleixner · 8 years ago
  24. d97bb75 posix-timers: Store k_clock pointer in k_itimer by Thomas Gleixner · 8 years ago
  25. 80105cd posix-timers: Move interval out of the union by Thomas Gleixner · 8 years ago
  26. af888d6 posix-timers: Unify overrun/requeue_pending handling by Thomas Gleixner · 8 years ago
  27. bab0aae posix-timers: Move posix-timer internals to core by Thomas Gleixner · 8 years ago
  28. 6631fa1 posix-timers: Avoid gazillions of forward declarations by Thomas Gleixner · 8 years ago
  29. a81129e posix-timers: Remove unused export of posix_timer_event() by Thomas Gleixner · 8 years ago
  30. d3ba5a9 posix-timers: Make posix_clocks immutable by Christoph Hellwig · 8 years ago
  31. ad19638 time: Change k_clock nsleep() to use timespec64 by Deepa Dinamani · 8 years ago
  32. 5f252b3 time: Change k_clock timer_set() and timer_get() to use timespec64 by Deepa Dinamani · 8 years ago
  33. 0fe6afe time: Change k_clock clock_set() to use timespec64 by Deepa Dinamani · 8 years ago
  34. d2e3e0c time: Change k_clock clock_getres() to use timespec64 by Deepa Dinamani · 8 years ago
  35. 3c9c12f time: Change k_clock clock_get() to use timespec64 by Deepa Dinamani · 8 years ago
  36. 2ac00f1 time: Delete do_sys_setimeofday() by Deepa Dinamani · 8 years ago
  37. 61855b6 sched/headers: Prepare to move exit_files() and exit_itimers() from <linux/sched.h> to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  38. 8b0e195 ktime: Cleanup ktime_set() usage by Thomas Gleixner · 8 years ago
  39. 2456e85 ktime: Get rid of the union by Thomas Gleixner · 8 years ago
  40. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  41. 572c391 posix-timers: Handle relative timers with CONFIG_TIME_LOW_RES proper by Thomas Gleixner · 9 years ago
  42. 056a3ca hrtimer: Get rid of hrtimer_get_res() by Thomas Gleixner · 10 years ago
  43. 6891c45 posix-timers: Fix stack info leak in timer_create() by Mathias Krause · 10 years ago
  44. 8b094cd time: Consolidate the time accessor prototypes by Thomas Gleixner · 11 years ago
  45. 5cee964 time/timers: Move all time(r) related files into kernel/time by Thomas Gleixner · 11 years ago[Renamed from kernel/posix-timers.c]
  46. d2054b2 posix-timers: Remove unused variable by Thomas Gleixner · 12 years ago
  47. 5ed67f0 posix timers: Allocate timer id per process (v2) by Pavel Emelyanov · 12 years ago
  48. 90adda9 hrtimer: Add hrtimer support for CLOCK_TAI by John Stultz · 12 years ago
  49. 1ff3c96 timekeeping: Add CLOCK_TAI clockid by John Stultz · 13 years ago
  50. ee94d52 posix-timers: convert to idr_alloc() by Tejun Heo · 12 years ago
  51. e182bb3 posix-timer: Don't call idr_find() with out-of-range ID by Tejun Heo · 12 years ago
  52. f0dbe81 posix-timers: Fix clock_adjtime to always return timex data on success by Miroslav Lichvar · 12 years ago
  53. 9984de1 kernel: Map most files to use export.h instead of module.h by Paul Gortmaker · 14 years ago
  54. 8af0887 posix-timers: RCU conversion by Eric Dumazet · 14 years ago
  55. ab8177b hrtimers: Avoid touching inactive timer bases by Thomas Gleixner · 14 years ago
  56. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  57. 7fdd7f8 timers: Export CLOCK_BOOTTIME via the posix timers interface by John Stultz · 14 years ago
  58. 0606f42 posix clocks: Introduce dynamic clocks by Richard Cochran · 14 years ago
  59. 5270873 posix-timers: Cleanup namespace by Thomas Gleixner · 14 years ago
  60. 81e294c posix-timers: Add support for fd based clocks by Richard Cochran · 14 years ago
  61. f1f1d5e posix-timers: Introduce a syscall for clock tuning. by Richard Cochran · 14 years ago
  62. 0061748 posix-timer: Update comment by Richard Cochran · 14 years ago
  63. 0aa3975 posix-timers: Remove CLOCK_DISPATCH leftovers by Thomas Gleixner · 14 years ago
  64. 6761c67 posix-timers: Convert timer_delete() to clockid_to_kclock() by Thomas Gleixner · 14 years ago
  65. a7319fa posix-timers: Convert timer_gettime() to clockid_to_kclock() by Thomas Gleixner · 14 years ago
  66. 27722df posix-timers: Convert timer_settime() to clockid_to_kclock() by Thomas Gleixner · 14 years ago
  67. 838394f posix-timers: Convert timer_create() to clockid_to_kclock() by Thomas Gleixner · 14 years ago
  68. ebaac75 posix-timers: Remove useless res field from k_clock by Thomas Gleixner · 14 years ago
  69. e5e542e posix-timers: Convert clock_getres() to clockid_to_kclock() by Thomas Gleixner · 14 years ago
  70. 4359ac0 posix-timers: Make clock_getres and clock_get mandatory by Thomas Gleixner · 14 years ago
  71. 4228577 posix-timers: Convert clock_gettime() to clockid_to_kclock() by Thomas Gleixner · 14 years ago
  72. 26f9a47 posix-timers: Convert clock_settime to clockid_to_kclock() by Thomas Gleixner · 14 years ago
  73. 3751f9f posix-timers: Cleanup restart_block usage by Thomas Gleixner · 14 years ago
  74. 59bd5bc posix-timers: Convert clock_nanosleep_restart to clockid_to_kclock() by Thomas Gleixner · 14 years ago
  75. a5cd288 posix-timers: Convert clock_nanosleep to clockid_to_kclock() by Thomas Gleixner · 14 years ago
  76. cc785ac posix-timers: Introduce clockid_to_kclock() by Thomas Gleixner · 14 years ago
  77. 2fd1f04 posix-timers: Cleanup struct initializers by Thomas Gleixner · 14 years ago
  78. 65da528 posix-timers: Define nanosleep not supported error separate by Thomas Gleixner · 14 years ago
  79. 1e6d767 time: Correct the *settime* parameters by Richard Cochran · 14 years ago
  80. 20f33a0 posix-timers: Annotate lock_timer() by Namhyung Kim · 14 years ago
  81. 2b08de0 posix_timer: Move copy_to_user(created_timer_id) down in timer_create() by Andrey Vagin · 15 years ago
  82. 45e0fff posix_timer: Fix error path in timer_create by Andrey Vagin · 15 years ago
  83. 6622e67 posix-timers.c: Don't export local functions by H Hartley Sweeten · 15 years ago
  84. da15cfd time: Introduce CLOCK_REALTIME_COARSE by john stultz · 15 years ago
  85. 70d715f posix-timers: Fix oops in clock_nanosleep() with CLOCK_MONOTONIC_RAW by Hiroshi Shimamoto · 15 years ago
  86. 362e9c0 [CVE-2009-0029] System call wrappers part 05 by Heiko Carstens · 16 years ago
  87. 32e8d18 Merge branches 'timers/clocksource', 'timers/hpet', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/rtc' into timers/core by Ingo Molnar · 16 years ago
  88. 3d44cc3 Null pointer deref with hrtimer_try_to_cancel() by Thomas Gleixner · 16 years ago
  89. 8999210 posix-timers: check ->it_signal instead of ->it_pid to validate the timer by Oleg Nesterov · 16 years ago
  90. 27af424 posix-timers: use "struct pid*" instead of "struct task_struct*" by Oleg Nesterov · 16 years ago
  91. 268a3dc Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2 by Thomas Gleixner · 16 years ago
  92. 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
  93. 651dab4 Merge commit 'linus/master' into merge-linus by Arjan van de Ven · 16 years ago
  94. aa94fbd fix error-path NULL deref in alloc_posix_timer() by Dan Carpenter · 16 years ago
  95. 31d9284 posix-timers: lock_timer: make it readable by Oleg Nesterov · 16 years ago
  96. 5a51b71 posix-timers: lock_timer: kill the bogus ->it_id check by Oleg Nesterov · 16 years ago
  97. 5a9fa73 posix-timers: kill ->it_sigev_signo and ->it_sigev_value by Oleg Nesterov · 16 years ago
  98. ef864c9 posix-timers: sys_timer_create: cleanup the error handling by Oleg Nesterov · 16 years ago
  99. 717835d posix-timers: move the initialization of timer->sigq from send to create path by Oleg Nesterov · 16 years ago
  100. 36b2f04 posix-timers: sys_timer_create: simplify and s/tasklist/rcu/ by Oleg Nesterov · 16 years ago