1. 597d027 timers: Framework for identifying pinned timers by Arun R Bharadwaj · 15 years ago
  2. 7f1e2ca hrtimer: fix rq->lock inversion (again) by Peter Zijlstra · 15 years ago
  3. ca10949 hrtimer: removing all ur callback modes by Peter Zijlstra · 16 years ago
  4. 621a0d5 hrtimer: clean up unused callback modes by Peter Zijlstra · 16 years ago
  5. 7597bc9 Fix accidental implicit cast in HR-timer conversion by David Howells · 16 years ago
  6. 268a3dc Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2 by Thomas Gleixner · 16 years ago
  7. 592aa99 hrtimers: add missing docbook comments to struct hrtimer by Thomas Gleixner · 16 years ago
  8. 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
  9. 651dab4 Merge commit 'linus/master' into merge-linus by Arjan van de Ven · 16 years ago
  10. 40b8606 DECLARE_PER_CPU needs linux/percpu.h by Stephen Rothwell · 16 years ago
  11. 2075eb8 rangetimer: fix x86 build failure for the !HRTIMERS case by Arjan van de Ven · 16 years ago
  12. ccc7dad hrtimer: prevent migration of per CPU hrtimers by Thomas Gleixner · 16 years ago
  13. b00c1a9 hrtimer: mark migration state by Thomas Gleixner · 16 years ago
  14. 1b02469 hrtimer: reorder struct hrtimer to save 8 bytes on 64bit builds by Richard Kennedy · 16 years ago
  15. b91c499 hrtimer: remove hrtimer_clock_base::reprogram() by Mark McLoughlin · 16 years ago
  16. d7cfb60 hrtimer: remove hrtimer_clock_base::get_softirq_time() by Mark McLoughlin · 16 years ago
  17. 2e94d1f hrtimer: peek at the timer queue just before going idle by Arjan van de Ven · 16 years ago
  18. 4ce105d hrtimer: incorporate feedback from Peter Zijlstra by Arjan van de Ven · 16 years ago
  19. da8f2e1 hrtimer: add a hrtimer_start_range() function by Arjan van de Ven · 16 years ago
  20. 2ec02270 hrtimer: another build fix by Arjan van de Ven · 16 years ago
  21. 584fb4a hrtimer: fix build bug found by Ingo by Arjan van de Ven · 16 years ago
  22. 654c8e0 hrtimer: turn hrtimers into range timers by Arjan van de Ven · 16 years ago
  23. 799b64d hrtimer: rename the "expires" struct member to avoid accidental usage by Arjan van de Ven · 16 years ago
  24. 63ca243 hrtimer: add abstraction functions for accessing the "expires" member by Arjan van de Ven · 16 years ago
  25. 7bb6743 select: Introduce a hrtimeout function by Arjan van de Ven · 16 years ago
  26. 4346f65 hrtimer: remove duplicate helper function by Oliver Hartkopp · 16 years ago
  27. 237fc6e add hrtimer specific debugobjects code by Thomas Gleixner · 16 years ago
  28. 8e60e05 hrtimers: simplify lockdep handling by Oleg Nesterov · 16 years ago
  29. 080344b hrtimer: fix *rmtp handling in hrtimer_nanosleep() by Oleg Nesterov · 16 years ago
  30. 3eb0567 time: fix typo in comments by Li Zefan · 16 years ago
  31. 151db1f Fix compilation of powerpc asm-offsets.c with old gcc by Tony Breeds · 16 years ago
  32. 4d672e7 timerfd: new timerfd API by Davide Libenzi · 16 years ago
  33. 5e05ad7 timerfd: introduce a new hrtimer_forward_now() function by Davide Libenzi · 16 years ago
  34. ef08cce time: delete comments that refer to noexistent symbols by Li Zefan · 16 years ago
  35. d3d7445 hrtimer: fixup the HRTIMER_CB_IRQSAFE_NO_SOFTIRQ fallback by Peter Zijlstra · 16 years ago
  36. 8f4d37e sched: high-res preemption tick by Peter Zijlstra · 16 years ago
  37. 04c2271 hrtimer: Rework hrtimer_nanosleep to make sys_compat_nanosleep easier by Anton Blanchard · 17 years ago
  38. c5c061b8 Add a flag to indicate deferrable timers in /proc/timer_stats by Venki Pallipadi · 17 years ago
  39. 995f054 [PATCH] high-res timers: resume fix by Ingo Molnar · 17 years ago
  40. d1d6717 [PATCH] hrtimers: hrtimer_clock_base description typo by Andres Salomon · 17 years ago
  41. 8437fdc [PATCH] hrtimers: fix HRTIMER_CB_IRQSAFE_NO_SOFTIRQ description by Andres Salomon · 17 years ago
  42. 05fb6bf [PATCH] kernel-doc fixes for 2.6.20-git15 (non-drivers) by Randy Dunlap · 17 years ago
  43. 88ad0bf6 [PATCH] Add SysRq-Q to print timer_list debug info by Ingo Molnar · 17 years ago
  44. 82f67cd [PATCH] Add debugging feature /proc/timer_stat by Ingo Molnar · 17 years ago
  45. 54cdfdb [PATCH] hrtimers: add high resolution timer support by Thomas Gleixner · 17 years ago
  46. 79bf2bb [PATCH] tick-management: dyntick / highres functionality by Thomas Gleixner · 17 years ago
  47. d316c57 [PATCH] clockevents: add core functionality by Thomas Gleixner · 17 years ago
  48. 5cfb6de [PATCH] hrtimers: clean up callback tracking by Thomas Gleixner · 17 years ago
  49. 303e967 [PATCH] hrtimers; add state tracking by Thomas Gleixner · 17 years ago
  50. 3c8aa39 [PATCH] hrtimers: cleanup locking by Thomas Gleixner · 17 years ago
  51. c9cb2e3 [PATCH] hrtimers: namespace and enum cleanup by Thomas Gleixner · 17 years ago
  52. 411187f [PATCH] GTOD: persistent clock support by John Stultz · 17 years ago
  53. 1711ef3 [PATCH] posix-timers: Fix clock_nanosleep() doesn't return the remaining time in compatibility mode by Toyo Abe · 18 years ago
  54. 6dba283 [PATCH] Documentation for lock_key in struct hrtimer_base by Henrik Kretzschmar · 18 years ago
  55. 5436552 [PATCH] lockdep: annotate hrtimer base locks by Ingo Molnar · 18 years ago
  56. fa9799e [PATCH] ktime/hrtimer: fix kernel-doc comments by Randy Dunlap · 18 years ago
  57. ed198cb [RBTREE] Update hrtimers to use rb_parent() accessor macro. by David Woodhouse · 18 years ago
  58. a580290 Documentation: fix minor kernel-doc warnings by Martin Waitz · 18 years ago
  59. 00362e3 [PATCH] hrtimer: create generic sleeper by Thomas Gleixner · 18 years ago
  60. 05cfb61 [PATCH] hrtimers: remove data field by Roman Zippel · 18 years ago
  61. b75f7a5 [PATCH] hrtimers: remove state field by Roman Zippel · 18 years ago
  62. 432569b [PATCH] hrtimers: simplify nanosleep by Roman Zippel · 18 years ago
  63. 44f2147 [PATCH] hrtimers: pass current time to hrtimer_forward() by Roman Zippel · 18 years ago
  64. 92127c7 [PATCH] hrtimers: optimize softirq runqueues by Thomas Gleixner · 18 years ago
  65. 6923974 [PATCH] fix next_timer_interrupt() for hrtimer by Tony Lindgren · 18 years ago
  66. 7978672c [PATCH] hrtimers: cleanups and simplifications by George Anzinger · 18 years ago
  67. ff60a5d [PATCH] hrtimers: fix posix-timer requeue race by akpm@osdl.org · 18 years ago
  68. c9db4fa [hrtimer] Enforce resolution as lower limit of intervals by Thomas Gleixner · 18 years ago
  69. e278763 [hrtimer] Change resolution storage to ktime_t format by Thomas Gleixner · 18 years ago
  70. 288867e [hrtimer] Remove listhead from hrtimer struct by Thomas Gleixner · 18 years ago
  71. becf8b5 [PATCH] hrtimer: convert posix timers completely by Thomas Gleixner · 19 years ago
  72. 10c94ec [PATCH] hrtimer: create hrtimer nanosleep API by Thomas Gleixner · 19 years ago
  73. c0a3132 [PATCH] hrtimer: hrtimer core code by Thomas Gleixner · 19 years ago