1. 683be13 timer: Minimize nohz off overhead by Thomas Gleixner · 9 years ago
  2. bc7a34b timer: Reduce timer migration overhead if disabled by Thomas Gleixner · 9 years ago
  3. 887d9dc hrtimer: Allow hrtimer::function() to free the timer by Peter Zijlstra · 9 years ago
  4. c04dca0 hrtimer: Remove HRTIMER_STATE_MIGRATE by Oleg Nesterov · 9 years ago
  5. d711b8b hrtimers: Make sure hrtimer_resolution is unsigned int by Borislav Petkov · 9 years ago
  6. 61699e1 hrtimer: Remove hrtimer_start() return value by Thomas Gleixner · 9 years ago
  7. 02a171a hrtimer: Make hrtimer_start() a inline wrapper by Thomas Gleixner · 9 years ago
  8. 58f1f80 hrtimer: Get rid of __hrtimer_start_range_ns() by Thomas Gleixner · 9 years ago
  9. c1ad348 tick: Nohz: Rework next timer evaluation by Thomas Gleixner · 9 years ago
  10. c6eb3f7 hrtimer: Get rid of hrtimer softirq by Thomas Gleixner · 9 years ago
  11. 895bdfa hrtimer: Keep pointer to first timer and simplify __remove_hrtimer() by Thomas Gleixner · 9 years ago
  12. b8e3841 hrtimer: Align the hrtimer clock bases as well by Thomas Gleixner · 9 years ago
  13. 6d9a141 hrtimer: Cache line align the hrtimer cpu base by Thomas Gleixner · 9 years ago
  14. e19ffe8 hrtimer: Use bits for various boolean indicators by Thomas Gleixner · 9 years ago
  15. 868a3e9 hrtimer: Make offset update smarter by Thomas Gleixner · 9 years ago
  16. 21d6d52 hrtimer: Get rid of softirq time by Thomas Gleixner · 9 years ago
  17. a6ffebc hrtimer: Make the statistics fields smaller by Thomas Gleixner · 9 years ago
  18. 056a3ca hrtimer: Get rid of hrtimer_get_res() by Thomas Gleixner · 9 years ago
  19. 398ca17 hrtimer: Get rid of the resolution field in hrtimer_clock_base by Thomas Gleixner · 9 years ago
  20. 91e5a21 hrtimer: Document hrtimer_forward[_now]() proper by Thomas Gleixner · 9 years ago
  21. 9bc74919 hrtimer: Prevent stale expiry time in hrtimer_interrupt() by Thomas Gleixner · 10 years ago
  22. 8b094cd time: Consolidate the time accessor prototypes by Thomas Gleixner · 10 years ago
  23. 166afb6 ktime: Sanitize ktime_to_us/ms conversion by Thomas Gleixner · 10 years ago
  24. 76f4108 hrtimer: Cleanup hrtimer accessors to the timekepeing state by John Stultz · 10 years ago
  25. cddd024 hrtimer: Store cpu-number in struct hrtimer_cpu_base by Viresh Kumar · 10 years ago
  26. e2e680f hrtimer: Rearrange comments in the order struct members are declared by Viresh Kumar · 10 years ago
  27. 90adda9 hrtimer: Add hrtimer support for CLOCK_TAI by John Stultz · 12 years ago
  28. f6c06ab timekeeping: Provide hrtimer update function by Thomas Gleixner · 12 years ago
  29. f55a6fa hrtimer: Provide clock_was_set_delayed() by John Stultz · 12 years ago
  30. 4d258b2 Fix some kernel-doc warnings by Vitaliy Ivanov · 13 years ago
  31. 68fa61c hrtimers: Reorder clock bases by Thomas Gleixner · 13 years ago
  32. ab8177b hrtimers: Avoid touching inactive timer bases by Thomas Gleixner · 13 years ago
  33. f24444b hrtimers: Make struct hrtimer_cpu_base layout less stupid by Thomas Gleixner · 13 years ago
  34. 9ec2690 timerfd: Manage cancelable timers in timerfd by Thomas Gleixner · 13 years ago
  35. 99ee531 timerfd: Allow timers to be cancelled when clock was set by Thomas Gleixner · 13 years ago
  36. b12a03c hrtimers: Prepare for cancel on clock was set timers by Thomas Gleixner · 13 years ago
  37. 53370d2 hrtimer: Update hrtimer->state documentation by Thomas Gleixner · 13 years ago
  38. 70a08cc timers: Add CLOCK_BOOTTIME hrtimer base by John Stultz · 14 years ago
  39. abb3a4e time: Introduce get_monotonic_boottime and ktime_get_boottime by John Stultz · 14 years ago
  40. e06383d hrtimers: extend hrtimer base code to handle more then 2 clockids by John Stultz · 14 years ago
  41. 175881d hrtimer.h: fix kernel-doc warning by Randy Dunlap · 14 years ago
  42. 998adc3 hrtimers: Convert hrtimers to use timerlist infrastructure by John Stultz · 14 years ago
  43. 5e4f083 hrtimer: Remove stale comment on curr_timer by Yong Zhang · 14 years ago
  44. 351b3f7 hrtimers: Provide schedule_hrtimeout for CLOCK_REALTIME by Carsten Emde · 14 years ago
  45. ecb49d1 hrtimers: Convert to raw_spinlocks by Thomas Gleixner · 15 years ago
  46. 5f20190 hrtimer: move timer stats helper functions to hrtimer.c by Heiko Carstens · 15 years ago
  47. 41d2e49 hrtimer: Tune hrtimer_interrupt hang logic by Thomas Gleixner · 15 years ago
  48. 8629ea2 hrtimer: Fix /proc/timer_list regression by Feng Tang · 15 years ago
  49. 4cd1993 Merge branch 'linus' into timers/core by Thomas Gleixner · 15 years ago
  50. fbd9037 hrtimer: Remove cb_entry from struct hrtimer by Peter Zijlstra · 15 years ago
  51. f9f868d timer stats: fix quick check optimization by Heiko Carstens · 15 years ago
  52. 507e123 timer stats: Optimize by adding quick check to avoid function calls by Heiko Carstens · 15 years ago
  53. 597d027 timers: Framework for identifying pinned timers by Arun R Bharadwaj · 15 years ago
  54. 7f1e2ca hrtimer: fix rq->lock inversion (again) by Peter Zijlstra · 15 years ago
  55. ca10949 hrtimer: removing all ur callback modes by Peter Zijlstra · 16 years ago
  56. 621a0d5 hrtimer: clean up unused callback modes by Peter Zijlstra · 16 years ago
  57. 7597bc9 Fix accidental implicit cast in HR-timer conversion by David Howells · 16 years ago
  58. 268a3dc Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2 by Thomas Gleixner · 16 years ago
  59. 592aa99 hrtimers: add missing docbook comments to struct hrtimer by Thomas Gleixner · 16 years ago
  60. 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
  61. 651dab4 Merge commit 'linus/master' into merge-linus by Arjan van de Ven · 16 years ago
  62. 40b8606 DECLARE_PER_CPU needs linux/percpu.h by Stephen Rothwell · 16 years ago
  63. 2075eb8 rangetimer: fix x86 build failure for the !HRTIMERS case by Arjan van de Ven · 16 years ago
  64. ccc7dad hrtimer: prevent migration of per CPU hrtimers by Thomas Gleixner · 16 years ago
  65. b00c1a9 hrtimer: mark migration state by Thomas Gleixner · 16 years ago
  66. 1b02469 hrtimer: reorder struct hrtimer to save 8 bytes on 64bit builds by Richard Kennedy · 16 years ago
  67. b91c499 hrtimer: remove hrtimer_clock_base::reprogram() by Mark McLoughlin · 16 years ago
  68. d7cfb60 hrtimer: remove hrtimer_clock_base::get_softirq_time() by Mark McLoughlin · 16 years ago
  69. 2e94d1f hrtimer: peek at the timer queue just before going idle by Arjan van de Ven · 16 years ago
  70. 4ce105d hrtimer: incorporate feedback from Peter Zijlstra by Arjan van de Ven · 16 years ago
  71. da8f2e1 hrtimer: add a hrtimer_start_range() function by Arjan van de Ven · 16 years ago
  72. 2ec02270 hrtimer: another build fix by Arjan van de Ven · 16 years ago
  73. 584fb4a hrtimer: fix build bug found by Ingo by Arjan van de Ven · 16 years ago
  74. 654c8e0 hrtimer: turn hrtimers into range timers by Arjan van de Ven · 16 years ago
  75. 799b64d hrtimer: rename the "expires" struct member to avoid accidental usage by Arjan van de Ven · 16 years ago
  76. 63ca243 hrtimer: add abstraction functions for accessing the "expires" member by Arjan van de Ven · 16 years ago
  77. 7bb6743 select: Introduce a hrtimeout function by Arjan van de Ven · 16 years ago
  78. 4346f65 hrtimer: remove duplicate helper function by Oliver Hartkopp · 16 years ago
  79. 237fc6e add hrtimer specific debugobjects code by Thomas Gleixner · 16 years ago
  80. 8e60e05 hrtimers: simplify lockdep handling by Oleg Nesterov · 16 years ago
  81. 080344b hrtimer: fix *rmtp handling in hrtimer_nanosleep() by Oleg Nesterov · 17 years ago
  82. 3eb0567 time: fix typo in comments by Li Zefan · 17 years ago
  83. 151db1f Fix compilation of powerpc asm-offsets.c with old gcc by Tony Breeds · 17 years ago
  84. 4d672e7 timerfd: new timerfd API by Davide Libenzi · 17 years ago
  85. 5e05ad7 timerfd: introduce a new hrtimer_forward_now() function by Davide Libenzi · 17 years ago
  86. ef08cce time: delete comments that refer to noexistent symbols by Li Zefan · 17 years ago
  87. d3d7445 hrtimer: fixup the HRTIMER_CB_IRQSAFE_NO_SOFTIRQ fallback by Peter Zijlstra · 17 years ago
  88. 8f4d37e sched: high-res preemption tick by Peter Zijlstra · 17 years ago
  89. 04c2271 hrtimer: Rework hrtimer_nanosleep to make sys_compat_nanosleep easier by Anton Blanchard · 17 years ago
  90. c5c061b8 Add a flag to indicate deferrable timers in /proc/timer_stats by Venki Pallipadi · 17 years ago
  91. 995f054 [PATCH] high-res timers: resume fix by Ingo Molnar · 17 years ago
  92. d1d6717 [PATCH] hrtimers: hrtimer_clock_base description typo by Andres Salomon · 17 years ago
  93. 8437fdc [PATCH] hrtimers: fix HRTIMER_CB_IRQSAFE_NO_SOFTIRQ description by Andres Salomon · 17 years ago
  94. 05fb6bf [PATCH] kernel-doc fixes for 2.6.20-git15 (non-drivers) by Randy Dunlap · 18 years ago
  95. 88ad0bf6 [PATCH] Add SysRq-Q to print timer_list debug info by Ingo Molnar · 18 years ago
  96. 82f67cd [PATCH] Add debugging feature /proc/timer_stat by Ingo Molnar · 18 years ago
  97. 54cdfdb [PATCH] hrtimers: add high resolution timer support by Thomas Gleixner · 18 years ago
  98. 79bf2bb [PATCH] tick-management: dyntick / highres functionality by Thomas Gleixner · 18 years ago
  99. d316c57 [PATCH] clockevents: add core functionality by Thomas Gleixner · 18 years ago
  100. 5cfb6de [PATCH] hrtimers: clean up callback tracking by Thomas Gleixner · 18 years ago