1. 5baefd6 hrtimer: Update hrtimer base offsets each hrtimer_interrupt by John Stultz · 12 years ago
  2. 196951e hrtimers: Move lock held region in hrtimer_interrupt() by Thomas Gleixner · 12 years ago
  3. f55a6fa hrtimer: Provide clock_was_set_delayed() by John Stultz · 12 years ago
  4. c28800a Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  5. 27c9cd7 hrtimer: Fix extra wakeups from __remove_hrtimer() by Jeff Ohlstein · 13 years ago
  6. 9984de1 kernel: Map most files to use export.h instead of module.h by Paul Gortmaker · 13 years ago
  7. 90ff1f3 hrtimers: Fix typo causing erratic timers by Thomas Gleixner · 13 years ago
  8. 68fa61c hrtimers: Reorder clock bases by Thomas Gleixner · 13 years ago
  9. ab8177b hrtimers: Avoid touching inactive timer bases by Thomas Gleixner · 13 years ago
  10. 9ec2690 timerfd: Manage cancelable timers in timerfd by Thomas Gleixner · 13 years ago
  11. 99ee531 timerfd: Allow timers to be cancelled when clock was set by Thomas Gleixner · 13 years ago
  12. b12a03c hrtimers: Prepare for cancel on clock was set timers by Thomas Gleixner · 13 years ago
  13. 942c3c5 hrtimer: Make lookup table const by Mike Frysinger · 13 years ago
  14. ce31332 hrtimer: Initialize CLOCK_ID to HRTIMER_BASE table statically by Thomas Gleixner · 13 years ago
  15. 420c1c5 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  16. a9e7acf hrtimer: Remove empty hrtimer_init_hres_timer() by Thomas Gleixner · 13 years ago
  17. 9977728 debugobjects: Add hint for better object identification by Stanislaw Gruszka · 13 years ago
  18. 5cd10e7 hrtimer: Update base[CLOCK_BOOTTIME].offset correctly by Thomas Gleixner · 13 years ago
  19. 70a08cc timers: Add CLOCK_BOOTTIME hrtimer base by John Stultz · 13 years ago
  20. 314ac37 time: Extend get_xtime_and_monotonic_offset() to also return sleep by John Stultz · 13 years ago
  21. e06383d hrtimers: extend hrtimer base code to handle more then 2 clockids by John Stultz · 14 years ago
  22. 48cf76f7 time: Provide get_xtime_and_monotonic_offset() by Torben Hohn · 13 years ago
  23. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  24. 72eb6a7 Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 13 years ago
  25. dda5f0a Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  26. 43b2101 hrtimer: fix a typo in comment by Namhyung Kim · 13 years ago
  27. 909ea96 core: Replace __get_cpu_var with __this_cpu_read if not used for an address. by Christoph Lameter · 14 years ago
  28. b007c38 hrtimer: fix timerqueue conversion flub by John Stultz · 14 years ago
  29. 998adc3 hrtimers: Convert hrtimers to use timerlist infrastructure by John Stultz · 14 years ago
  30. f13d4f9 hrtimer: Preserve timer state in remove_hrtimer() by Salman Qazi · 14 years ago
  31. b3bd3de gcc-4.6: kernel/*: Fix unused but set warnings by Andi Kleen · 14 years ago
  32. b62ad9a Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  33. 8ab4351 hrtimer: Cleanup direct access to wall_to_monotonic by John Stultz · 14 years ago
  34. 83cd4fe sched: Change nohz idle load balancing logic to push model by Venkatesh Pallipadi · 14 years ago
  35. 174bd19 hrtimer: Avoid double seqlock by Stanislaw Gruszka · 14 years ago
  36. 351b3f7 hrtimers: Provide schedule_hrtimeout for CLOCK_REALTIME by Carsten Emde · 14 years ago
  37. ecb49d1 hrtimers: Convert to raw_spinlocks by Thomas Gleixner · 15 years ago
  38. 5f20190 hrtimer: move timer stats helper functions to hrtimer.c by Heiko Carstens · 15 years ago
  39. 41d2e49 hrtimer: Tune hrtimer_interrupt hang logic by Thomas Gleixner · 15 years ago
  40. 60d8ce2 Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  41. 97813f2 nohz: Allow 32-bit machines to sleep for more than 2.15 seconds by Jon Hunter · 15 years ago
  42. e69a9ac Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  43. 6f50710 Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  44. d3f6302 hrtimer: Remove overly verbose "switch to high res mode" message by Roland Dreier · 15 years ago
  45. 31bbb9b Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  46. a03fdb7 Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  47. 7403f41 hrtimer: Eliminate needless reprogramming of clock events device by Ashwin Chaugule · 15 years ago
  48. c6a2a17 hrtimer: Add tracepoint for hrtimers by Xiao Guangrong · 15 years ago
  49. 2bc481c pktgen: spin using hrtimer by Stephen Hemminger · 15 years ago
  50. 4cd1993 Merge branch 'linus' into timers/core by Thomas Gleixner · 15 years ago
  51. fbd9037 hrtimer: Remove cb_entry from struct hrtimer by Peter Zijlstra · 15 years ago
  52. 6ff7041 hrtimer: Fix migration expiry check by Thomas Gleixner · 15 years ago
  53. 7e0c508 hrtimer: migration: do not check expiry time on current CPU by Thomas Gleixner · 15 years ago
  54. a40f262 timekeeping: Move ktime_get() functions to timekeeping.c by Thomas Gleixner · 15 years ago
  55. 951ed4d timekeeping: optimized ktime_get[_ts] for GENERIC_TIME=y by Martin Schwidefsky · 15 years ago
  56. b7c142d Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 by Linus Torvalds · 15 years ago
  57. 8daa21e hrtimer: export ktime_add_safe by Artem Bityutskiy · 15 years ago
  58. eea08f3 timers: Logic to move non pinned timers by Arun R Bharadwaj · 15 years ago
  59. 597d027 timers: Framework for identifying pinned timers by Arun R Bharadwaj · 15 years ago
  60. 7f1e2ca hrtimer: fix rq->lock inversion (again) by Peter Zijlstra · 15 years ago
  61. b0a9b51 hrtimer: prevent negative expiry value after clock_was_set() by Thomas Gleixner · 15 years ago
  62. 94df7de hrtimers: allow the hot-unplugging of all cpus by Sebastien Dugue · 16 years ago
  63. 7f22391 hrtimers: increase clock min delta threshold while interrupt hanging by Frederic Weisbecker · 15 years ago
  64. 1e70c7f Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  65. 1d4a7f1 hrtimers: fix inconsistent lock state on resume in hres_timers_resume by Peter Zijlstra · 15 years ago
  66. 58fd3aa [CVE-2009-0029] System call wrappers part 01 by Heiko Carstens · 15 years ago
  67. 82c5b7b hrtimer: splitout peek ahead functionality, fix by Ingo Molnar · 15 years ago
  68. e3f1d88 hrtimer: fixup comments by Thomas Gleixner · 15 years ago
  69. a6037b6 hrtimer: fix recursion deadlock by re-introducing the softirq by Peter Zijlstra · 15 years ago
  70. 731a55b hrtimer: simplify hotplug migration by Thomas Gleixner · 15 years ago
  71. d5fd43c hrtimer: fix HOTPLUG_CPU=n compile warning by Thomas Gleixner · 15 years ago
  72. 8bdec95 hrtimer: splitout peek ahead functionality by Thomas Gleixner · 15 years ago
  73. db200df Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  74. 51bc39f hrtimer: remove #include <linux/irq.h> by KOSAKI Motohiro · 15 years ago
  75. b2e3c0a hrtimers: fix warning in kernel/hrtimer.c by Ingo Molnar · 15 years ago
  76. a0a99b2 hrtimer: removing all ur callback modes, fix by Peter Zijlstra · 16 years ago
  77. 3781065 hrtimer: removing all ur callback modes, fix hotplug by Peter Zijlstra · 16 years ago
  78. ca10949 hrtimer: removing all ur callback modes by Peter Zijlstra · 16 years ago
  79. 621a0d5 hrtimer: clean up unused callback modes by Peter Zijlstra · 16 years ago
  80. 5d5254f timers: handle HRTIMER_CB_IRQSAFE_UNLOCKED correctly from softirq context by Gautham R Shenoy · 16 years ago
  81. 268a3dc Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2 by Thomas Gleixner · 16 years ago
  82. 643bdf6 hrtimers: simplify hrtimer_peek_ahead_timers() by Thomas Gleixner · 16 years ago
  83. e1dd7bc hrtimers: fix docbook comments by Thomas Gleixner · 16 years ago
  84. 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
  85. 651dab4 Merge commit 'linus/master' into merge-linus by Arjan van de Ven · 16 years ago
  86. dc4304f rangetimers: fix the bug reported by Ingo for real by Arjan van de Ven · 16 years ago
  87. 030aebd rangetimer: fix BUG_ON reported by Ingo by Arjan van de Ven · 16 years ago
  88. ccc7dad hrtimer: prevent migration of per CPU hrtimers by Thomas Gleixner · 16 years ago
  89. b00c1a9 hrtimer: mark migration state by Thomas Gleixner · 16 years ago
  90. 41e1022 hrtimer: fix migration of CB_IRQSAFE_NO_SOFTIRQ hrtimers by Thomas Gleixner · 16 years ago
  91. 7659e34 hrtimer: migrate pending list on cpu offline by Thomas Gleixner · 16 years ago
  92. d7cfb60 hrtimer: remove hrtimer_clock_base::get_softirq_time() by Mark McLoughlin · 16 years ago
  93. 2e94d1f hrtimer: peek at the timer queue just before going idle by Arjan van de Ven · 16 years ago
  94. 3bd0120 hrtimer: make the nanosleep() syscall use the per process slack by Arjan van de Ven · 16 years ago
  95. da8f2e1 hrtimer: add a hrtimer_start_range() function by Arjan van de Ven · 16 years ago
  96. 654c8e0 hrtimer: turn hrtimers into range timers by Arjan van de Ven · 16 years ago
  97. cc584b2 hrtimer: convert kernel/* to the new hrtimer apis by Arjan van de Ven · 16 years ago
  98. 7bb6743 select: Introduce a hrtimeout function by Arjan van de Ven · 16 years ago
  99. d82f0b0 migrate_timers: add comment, use spinlock_irq() by Oleg Nesterov · 16 years ago
  100. 1a781a7 Merge branch 'generic-ipi' into generic-ipi-for-linus by Ingo Molnar · 16 years ago