1. bc7a34b timer: Reduce timer migration overhead if disabled by Thomas Gleixner · 10 years ago
  2. 887d9dc hrtimer: Allow hrtimer::function() to free the timer by Peter Zijlstra · 10 years ago
  3. 8edfb03 hrtimer: Fix hrtimer_is_queued() hole by Peter Zijlstra · 10 years ago
  4. c04dca0 hrtimer: Remove HRTIMER_STATE_MIGRATE by Oleg Nesterov · 10 years ago
  5. d2540875 clockevents: Stop unused clockevent devices by Viresh Kumar · 10 years ago
  6. 5de2755 hrtimer: Allow concurrent hrtimer_start() for self restarting timers by Peter Zijlstra · 11 years ago
  7. 19d9f42 hrtimer: Avoid locking in hrtimer_cancel() if timer not active by Thomas Gleixner · 10 years ago
  8. 61699e1 hrtimer: Remove hrtimer_start() return value by Thomas Gleixner · 10 years ago
  9. 3f7b349 hrtimer: Remove bogus hrtimer_active() check by Thomas Gleixner · 10 years ago
  10. 02a171a hrtimer: Make hrtimer_start() a inline wrapper by Thomas Gleixner · 10 years ago
  11. 58f1f80 hrtimer: Get rid of __hrtimer_start_range_ns() by Thomas Gleixner · 10 years ago
  12. c1ad348 tick: Nohz: Rework next timer evaluation by Thomas Gleixner · 10 years ago
  13. c6eb3f7 hrtimer: Get rid of hrtimer softirq by Thomas Gleixner · 10 years ago
  14. 895bdfa hrtimer: Keep pointer to first timer and simplify __remove_hrtimer() by Thomas Gleixner · 10 years ago
  15. b97f44c hrtimer: Make use of timerqueue_add/del return values by Thomas Gleixner · 10 years ago
  16. 34aee88 hrtimer: Use cpu_base->active_base for hotpath iterators by Thomas Gleixner · 10 years ago
  17. e19ffe8 hrtimer: Use bits for various boolean indicators by Thomas Gleixner · 10 years ago
  18. 868a3e9 hrtimer: Make offset update smarter by Thomas Gleixner · 10 years ago
  19. 21d6d52 hrtimer: Get rid of softirq time by Thomas Gleixner · 10 years ago
  20. a6ffebc hrtimer: Make the statistics fields smaller by Thomas Gleixner · 10 years ago
  21. 056a3ca hrtimer: Get rid of hrtimer_get_res() by Thomas Gleixner · 10 years ago
  22. 398ca17 hrtimer: Get rid of the resolution field in hrtimer_clock_base by Thomas Gleixner · 10 years ago
  23. d9f0acd hrtimer: Update active_bases before calling hrtimer_force_reprogram() by Viresh Kumar · 10 years ago
  24. 91e5a21 hrtimer: Document hrtimer_forward[_now]() proper by Thomas Gleixner · 10 years ago
  25. a49b116 clockevents: Cleanup dead cpu explicitely by Thomas Gleixner · 10 years ago
  26. 52c063d clockevents: Make tick handover explicit by Thomas Gleixner · 10 years ago
  27. c1797ba tick: Move core only declarations and functions to core by Thomas Gleixner · 10 years ago
  28. f56141e all arches, signal: move restart_block to struct task_struct by Andy Lutomirski · 10 years ago
  29. 0ba97bc Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  30. 2d926c1 hrtimer: Fix incorrect tai offset calculation for non high-res timer systems by John Stultz · 10 years ago
  31. 4ebbda5 hrtimer: Make __hrtimer_get_next_event() static by kbuild test robot · 10 years ago
  32. fe31fca Merge tag 'fortglx-3.20-time' of https://git.linaro.org/people/john.stultz/linux into timers/core by Thomas Gleixner · 10 years ago
  33. 8b61862 ktime: Optimize ktime_divns for constant divisors by Nicolas Pitre · 10 years ago
  34. 9bc74919 hrtimer: Prevent stale expiry time in hrtimer_interrupt() by Thomas Gleixner · 10 years ago
  35. 0429fbc Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  36. f139caf sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedule() by Kirill Tkhai · 10 years ago
  37. dc5df73 time: Convert a bunch of &__get_cpu_var introduced in the 3.16 merge period by Christoph Lameter · 10 years ago
  38. 22127e9 time: Replace __get_cpu_var uses by Christoph Lameter · 10 years ago
  39. 8b094cd time: Consolidate the time accessor prototypes by Thomas Gleixner · 10 years ago
  40. 166afb6 ktime: Sanitize ktime_to_us/ms conversion by Thomas Gleixner · 10 years ago
  41. 24e4a8c ktime: Kill non-scalar ktime_t implementation for 2038 by John Stultz · 10 years ago
  42. 76f4108 hrtimer: Cleanup hrtimer accessors to the timekepeing state by John Stultz · 10 years ago
  43. 9e1e01d hrtimer: Remove hrtimer_enqueue_reprogram() by Viresh Kumar · 11 years ago
  44. 49a2a07 hrtimer: Kick lowres dynticks targets on timer enqueue by Viresh Kumar · 11 years ago
  45. cddd024 hrtimer: Store cpu-number in struct hrtimer_cpu_base by Viresh Kumar · 11 years ago
  46. 5cee964 time/timers: Move all time(r) related files into kernel/time by Thomas Gleixner · 11 years ago[Renamed from kernel/hrtimer.c]
  47. 3d521f9 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 11 years ago
  48. 84ea7fe hrtimer: Set expiry time before switch_hrtimer_base() by Viresh Kumar · 11 years ago
  49. 37b16be Merge branch 'perf/urgent' into perf/core, to avoid conflicts by Ingo Molnar · 11 years ago
  50. 012a45e hrtimer: Prevent remote enqueue of leftmost timers by Leon Ma · 11 years ago
  51. 6c6c0d5 hrtimer: Prevent all reprogramming if hang detected by Stuart Hayes · 11 years ago
  52. 8588a2bb hrtimer: Export __hrtimer_start_range_ns() by Yan, Zheng · 11 years ago
  53. 6201b4d timer: Remove code redundancy while calling get_nohz_timer_target() by Viresh Kumar · 11 years ago
  54. aab03e0 sched/deadline: Add SCHED_DEADLINE structures & implementation by Dario Faggioli · 11 years ago
  55. 0db0628 kernel: delete __cpuinit usage from all core kernel files by Paul Gortmaker · 12 years ago
  56. 21884a8 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  57. 73b0cd6 hrtimer: Remove unused variable by Thomas Gleixner · 12 years ago
  58. 5ec2481 hrtimers: Move SMP function call to thread context by Thomas Gleixner · 12 years ago
  59. 7c4c3a0 hrtimers: Support resuming with two or more CPUs online (but stopped) by David Vrabel · 12 years ago
  60. b0f8c44 nanosleep: use freezable blocking call by Colin Cross · 12 years ago
  61. 534c97b Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  62. c032862 Merge commit '8700c95adb03' into timers/nohz by Frederic Weisbecker · 12 years ago
  63. 6402c7d Merge branch 'linus' into timers/core by Thomas Gleixner · 12 years ago
  64. 51fd36f hrtimer: Fix ktime_add_ns() overflow on 32bit architectures by David Engraf · 12 years ago
  65. 8f294b5 hrtimer: Add expiry time overflow check in hrtimer_interrupt by Prarit Bhargava · 12 years ago
  66. 3451d02 nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMON by Frederic Weisbecker · 13 years ago
  67. 0ed2aef Merge branch 'fortglx/3.10/time' of git://git.linaro.org/people/jstultz/linux into timers/core by Thomas Gleixner · 12 years ago
  68. 84cc8fd hrtimer: Don't reinitialize a cpu_base lock on CPU_UP by Michael Bohan · 12 years ago
  69. 8ffbc7d hrtimer/trivial: Fix comment text in hrtimer.c by David Daney · 12 years ago
  70. 90adda9 hrtimer: Add hrtimer support for CLOCK_TAI by John Stultz · 12 years ago
  71. 266d7ad Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  72. 8bd75c7 sched/rt: Move rt specific bits into new header file by Clark Williams · 12 years ago
  73. cf4aebc2 sched: Move sched.h sysctl bits into separate header by Clark Williams · 12 years ago
  74. b22affe hrtimer: Prevent hrtimer_enqueue_reprogram race by Leonid Shatz · 12 years ago
  75. 5baefd6 hrtimer: Update hrtimer base offsets each hrtimer_interrupt by John Stultz · 13 years ago
  76. 196951e hrtimers: Move lock held region in hrtimer_interrupt() by Thomas Gleixner · 13 years ago
  77. f55a6fa hrtimer: Provide clock_was_set_delayed() by John Stultz · 13 years ago
  78. 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
  79. 27c9cd7 hrtimer: Fix extra wakeups from __remove_hrtimer() by Jeff Ohlstein · 13 years ago
  80. 9984de1 kernel: Map most files to use export.h instead of module.h by Paul Gortmaker · 14 years ago
  81. 90ff1f3 hrtimers: Fix typo causing erratic timers by Thomas Gleixner · 14 years ago
  82. 68fa61c hrtimers: Reorder clock bases by Thomas Gleixner · 14 years ago
  83. ab8177b hrtimers: Avoid touching inactive timer bases by Thomas Gleixner · 14 years ago
  84. 9ec2690 timerfd: Manage cancelable timers in timerfd by Thomas Gleixner · 14 years ago
  85. 99ee531 timerfd: Allow timers to be cancelled when clock was set by Thomas Gleixner · 14 years ago
  86. b12a03c hrtimers: Prepare for cancel on clock was set timers by Thomas Gleixner · 14 years ago
  87. 942c3c5 hrtimer: Make lookup table const by Mike Frysinger · 14 years ago
  88. ce31332 hrtimer: Initialize CLOCK_ID to HRTIMER_BASE table statically by Thomas Gleixner · 14 years ago
  89. 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 · 14 years ago
  90. a9e7acf hrtimer: Remove empty hrtimer_init_hres_timer() by Thomas Gleixner · 14 years ago
  91. 9977728 debugobjects: Add hint for better object identification by Stanislaw Gruszka · 14 years ago
  92. 5cd10e7 hrtimer: Update base[CLOCK_BOOTTIME].offset correctly by Thomas Gleixner · 14 years ago
  93. 70a08cc timers: Add CLOCK_BOOTTIME hrtimer base by John Stultz · 14 years ago
  94. 314ac37 time: Extend get_xtime_and_monotonic_offset() to also return sleep by John Stultz · 14 years ago
  95. e06383d hrtimers: extend hrtimer base code to handle more then 2 clockids by John Stultz · 14 years ago
  96. 48cf76f7 time: Provide get_xtime_and_monotonic_offset() by Torben Hohn · 14 years ago
  97. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  98. 72eb6a7 Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
  99. dda5f0a Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  100. 43b2101 hrtimer: fix a typo in comment by Namhyung Kim · 14 years ago