1. 6ac15ba Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  2. 02201e3 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  3. 65f2606 time: Remove development rules from Kbuild/Makefile by Thomas Gleixner · 10 years ago
  4. 24bfcb1 timer: Fix hotplug regression by Thomas Gleixner · 10 years ago
  5. 43c9fad Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  6. 43224b9 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  7. 683be13 timer: Minimize nohz off overhead by Thomas Gleixner · 10 years ago
  8. bc7a34b timer: Reduce timer migration overhead if disabled by Thomas Gleixner · 10 years ago
  9. c74441a timer: Stats: Simplify the flags handling by Thomas Gleixner · 10 years ago
  10. 0eeda71 timer: Replace timer base by a cpu index by Thomas Gleixner · 10 years ago
  11. 1dabbce timer: Use hlist for the timer wheel hash buckets by Thomas Gleixner · 10 years ago
  12. 1bd04bf timer: Remove FIFO "guarantee" by Thomas Gleixner · 10 years ago
  13. 3bb475a timers: Sanitize catchup_timer_jiffies() usage by Thomas Gleixner · 10 years ago
  14. ab232ba Merge branches 'pm-sleep' and 'pm-runtime' by Rafael J. Wysocki · 10 years ago
  15. 887d9dc hrtimer: Allow hrtimer::function() to free the timer by Peter Zijlstra · 10 years ago
  16. 8edfb03 hrtimer: Fix hrtimer_is_queued() hole by Peter Zijlstra · 10 years ago
  17. c04dca0 hrtimer: Remove HRTIMER_STATE_MIGRATE by Oleg Nesterov · 10 years ago
  18. 906c555 timekeeping: Copy the shadow-timekeeper over the real timekeeper last by John Stultz · 10 years ago
  19. a9d2098 clockevents: Check state instead of mode in suspend/resume path by Viresh Kumar · 10 years ago
  20. 96efdcf ntp: Do leapsecond adjustment in adjtimex read path by John Stultz · 10 years ago
  21. 833f32d time: Prevent early expiry of hrtimers[CLOCK_REALTIME] at the leap second edge by John Stultz · 10 years ago
  22. 90bf361 ntp: Introduce and use SECS_PER_DAY macro instead of 86400 by John Stultz · 10 years ago
  23. d151832 time: Move clock_was_set_seq update before updating shadow-timekeeper by John Stultz · 10 years ago
  24. 45bbfe6 clocksource: Use current logging style by Joe Perches · 10 years ago
  25. ae60d6a time: Refactor usecs_to_jiffies by Nicholas Mc Guire · 10 years ago
  26. be3ef76 clockevents: Rename state to state_use_accessors by Thomas Gleixner · 10 years ago
  27. 051ebd1 clockevents: Use set/get state helper functions by Thomas Gleixner · 10 years ago
  28. d7eb231 clockevents: Provide functions to set and get the state by Thomas Gleixner · 10 years ago
  29. 472c4a9 clockevents: Use helpers to check the state of a clockevent device by Viresh Kumar · 10 years ago
  30. f407a82 Merge branch 'linus' into sched/core, to resolve conflict by Ingo Molnar · 10 years ago
  31. 7fc2632 seqlock: Introduce raw_read_seqcount_latch() by Peter Zijlstra · 10 years ago
  32. 6695b92 seqlock: Better document raw_write_seqcount_latch() by Peter Zijlstra · 10 years ago
  33. ac34ad2 clockevents: Do not suspend/resume if unused by Alexandre Belloni · 10 years ago
  34. e83d0a4 time: Remove read_boot_clock() by Xunlei Pang · 10 years ago
  35. 4e413e8 tracing: timer: Add deferrable flag to timer_start by Badhri Jagan Sridharan · 10 years ago
  36. 57d05a9 time: Rework debugging variables so they aren't global by John Stultz · 10 years ago
  37. 6374f91 timekeeping: Provide new API to get the current time resolution by Harald Geyer · 10 years ago
  38. 6f7d798 time: Make sure tz_minuteswest is set to a valid value when setting time by Sasha Levin · 10 years ago
  39. d2540875 clockevents: Stop unused clockevent devices by Viresh Kumar · 10 years ago
  40. 8fff52f clockevents: Introduce CLOCK_EVT_STATE_ONESHOT_STOPPED state by Viresh Kumar · 10 years ago
  41. c3b5d3c Merge branch 'linus' into timers/core by Thomas Gleixner · 10 years ago
  42. ca42aaf time: Refactor msecs_to_jiffies by Nicholas Mc Guire · 10 years ago
  43. 0a22798 time: Move timeconst.h into include/generated by Nicholas Mc Guire · 10 years ago
  44. a22ae71 Merge tag 'v4.1-rc4' into sched/core, before applying new patches by Ingo Molnar · 10 years ago
  45. 87e9b9f PM / sleep: Make suspend-to-idle-specific code depend on CONFIG_SUSPEND by Rafael J. Wysocki · 10 years ago
  46. 75e0678 PM / tick: Add tracepoints for suspend-to-idle diagnostics by Rafael J. Wysocki · 10 years ago
  47. f7bcb70 ktime: Fix ktime_divns to do signed division by John Stultz · 10 years ago
  48. 95f3b1f Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  49. 7110744 sched, timer: Use the atomic task_cputime in thread_group_cputimer by Jason Low · 10 years ago
  50. 1018016 sched, timer: Replace spinlocks with atomics in thread_group_cputimer(), to improve scalability by Jason Low · 10 years ago
  51. 316c1608d sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()/WRITE_ONCE() by Jason Low · 10 years ago
  52. 6b442bc nohz: Fix !HIGH_RES_TIMERS hang by Thomas Gleixner · 10 years ago
  53. 38d23a6 tick: hrtimer-broadcast: Prevent endless restarting when broadcast device is unused by Andreas Sandberg · 10 years ago
  54. 781978e timer: Use timer->base for flag checks by Joonwoo Park · 10 years ago
  55. 1ef09cd tick-broadcast: Fix the printing of broadcast masks by Preeti U Murthy · 10 years ago
  56. 298dbd1 tick: broadcast: Simplify oneshot logic and shorten lock region by Thomas Gleixner · 10 years ago
  57. 2951d5c tick: broadcast: Prevent livelock from event handler by Thomas Gleixner · 10 years ago
  58. 149aabc clockevents: Shutdown detached clockevent device by Viresh Kumar · 10 years ago
  59. 5de2755 hrtimer: Allow concurrent hrtimer_start() for self restarting timers by Peter Zijlstra · 11 years ago
  60. 2ad5d32 timer: Put usleep_range into the __sched section by Thomas Gleixner · 10 years ago
  61. 6deba08 timer: Remove pointless return value of do_usleep_range() by Thomas Gleixner · 10 years ago
  62. 19d9f42 hrtimer: Avoid locking in hrtimer_cancel() if timer not active by Thomas Gleixner · 10 years ago
  63. 61699e13 hrtimer: Remove hrtimer_start() return value by Thomas Gleixner · 10 years ago
  64. b8a62f1 tick: broadcast-hrtimer: Remove overly clever return value abuse by Thomas Gleixner · 10 years ago
  65. b193217 alarmtimer: Get rid of unused return value by Thomas Gleixner · 10 years ago
  66. 3f7b349 hrtimer: Remove bogus hrtimer_active() check by Thomas Gleixner · 10 years ago
  67. 02a171a hrtimer: Make hrtimer_start() a inline wrapper by Thomas Gleixner · 10 years ago
  68. 58f1f80 hrtimer: Get rid of __hrtimer_start_range_ns() by Thomas Gleixner · 10 years ago
  69. c1ad348 tick: Nohz: Rework next timer evaluation by Thomas Gleixner · 10 years ago
  70. 157d29e tick: Sched: Restructure code by Thomas Gleixner · 10 years ago
  71. 0ff53d0 tick: sched: Force tick interrupt and get rid of softirq magic by Thomas Gleixner · 10 years ago
  72. afc08b1 tick: sched: Remove hrtimer_active() checks by Thomas Gleixner · 10 years ago
  73. c6eb3f7 hrtimer: Get rid of hrtimer softirq by Thomas Gleixner · 10 years ago
  74. 895bdfa hrtimer: Keep pointer to first timer and simplify __remove_hrtimer() by Thomas Gleixner · 10 years ago
  75. b97f44c hrtimer: Make use of timerqueue_add/del return values by Thomas Gleixner · 10 years ago
  76. 34aee88 hrtimer: Use cpu_base->active_base for hotpath iterators by Thomas Gleixner · 10 years ago
  77. e19ffe8 hrtimer: Use bits for various boolean indicators by Thomas Gleixner · 10 years ago
  78. 868a3e9 hrtimer: Make offset update smarter by Thomas Gleixner · 10 years ago
  79. 21d6d52 hrtimer: Get rid of softirq time by Thomas Gleixner · 10 years ago
  80. a6ffebc hrtimer: Make the statistics fields smaller by Thomas Gleixner · 10 years ago
  81. 056a3ca hrtimer: Get rid of hrtimer_get_res() by Thomas Gleixner · 10 years ago
  82. 398ca17 hrtimer: Get rid of the resolution field in hrtimer_clock_base by Thomas Gleixner · 10 years ago
  83. d9f0acd hrtimer: Update active_bases before calling hrtimer_force_reprogram() by Viresh Kumar · 10 years ago
  84. 91e5a217 hrtimer: Document hrtimer_forward[_now]() proper by Thomas Gleixner · 10 years ago
  85. 51a0339 timekeeping: Remove stale function prototype by Thomas Gleixner · 10 years ago
  86. 7de4e74 timer_list: Reduce SEQ_printf footprint by Joe Perches · 10 years ago
  87. 1fc1499 Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 10 years ago
  88. def7470 timers/PM: Drop unnecessary braces from tick_freeze() by Rafael J. Wysocki · 10 years ago
  89. 422fe75 timers/PM: Fix up tick_unfreeze() by Rafael J. Wysocki · 10 years ago
  90. 347c6f6 timekeeping: Get rid of stale comment by Thomas Gleixner · 10 years ago
  91. a49b116 clockevents: Cleanup dead cpu explicitely by Thomas Gleixner · 10 years ago
  92. 52c063d clockevents: Make tick handover explicit by Thomas Gleixner · 10 years ago
  93. ffa48c0 clockevents: Remove broadcast oneshot control leftovers by Rafael J. Wysocki · 10 years ago
  94. 1fe5d5c3 clockevents: Provide explicit broadcast oneshot control functions by Thomas Gleixner · 10 years ago
  95. 89feddb clockevents: Remove the broadcast control leftovers by Thomas Gleixner · 10 years ago
  96. 592a438 clockevents: Provide explicit broadcast control functions by Thomas Gleixner · 10 years ago
  97. 8e56f33 clocksource: Improve comment explaining clocks_calc_max_nsecs()'s 50% safety margin by John Stultz · 10 years ago
  98. 0fa88cb time, drivers/rtc: Don't bother with rtc_resume() for the nonstop clocksource by Xunlei Pang · 10 years ago
  99. 264bb3f time: Fix a bug in timekeeping_suspend() with no persistent clock by Xunlei Pang · 10 years ago
  100. 7f29813 time: Don't build timekeeping_inject_sleeptime64() if no one uses it by Xunlei Pang · 10 years ago