1. 0bcdc09 time: Fix ktime_get_raw() incorrect base accumulation by John Stultz · 8 years ago
  2. 2fe59f5 timers: Fix excessive granularity of new timers after a nohz idle by Nicholas Piggin · 8 years ago
  3. 34f41c0 timers: Fix overflow in get_next_timer_interrupt by Matija Glavinic Pecotic · 8 years ago
  4. ea3b25e Merge branch 'timers-compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  5. 1b044f1 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  6. 59b6018 Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  7. 9bd4218 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  8. 330e9e4 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  9. 725816e posix_clocks: Use get_itimerspec64() and put_itimerspec64() by Deepa Dinamani · 8 years ago
  10. c0edd7c nanosleep: Use get_timespec64() and put_timespec64() by Deepa Dinamani · 8 years ago
  11. 5c49941 posix-timers: Use get_timespec64() and put_timespec64() by Deepa Dinamani · 8 years ago
  12. 2287d86 timers: Make the cpu base lock raw by Sebastian Andrzej Siewior · 8 years ago
  13. 63a766a posix-stubs: Conditionally include COMPAT_SYS_NI defines by Deepa Dinamani · 8 years ago
  14. d5b7ffb time: introduce {get,put}_itimerspec64 by Deepa Dinamani · 8 years ago
  15. f59dd9c time: add get_timespec64 and put_timespec64 by Deepa Dinamani · 8 years ago
  16. a0db971 nohz: Move idle balancer registration to the idle path by Frederic Weisbecker · 8 years ago
  17. 3c85d6d sched/loadavg: Generalize "_idle" naming to "_nohz" by Frederic Weisbecker · 8 years ago
  18. 17d9d68 Merge branch 'fortglx/4.13/time' of https://git.linaro.org/people/john.stultz/linux into timers/core by Thomas Gleixner · 8 years ago
  19. f0cd9ae Merge branch 'timers/urgent' into timers/core by Thomas Gleixner · 8 years ago
  20. 369adf0 time: Add warning about imminent deprecation of CONFIG_GENERIC_TIME_VSYSCALL_OLD by John Stultz · 8 years ago
  21. fc6eead time: Clean up CLOCK_MONOTONIC_RAW time handling by John Stultz · 8 years ago
  22. 098b0e0 posix-cpu-timers: Make timespec to nsec conversion safe by Thomas Gleixner · 8 years ago
  23. 35eb725 itimer: Make timeval to nsec conversion range limited by Thomas Gleixner · 8 years ago
  24. d15bc69 timers: Fix parameter description of try_to_del_timer_sync() by Peter Meerwald-Stadler · 8 years ago
  25. 902b319 Merge branch 'WIP.sched/core' into sched/core by Ingo Molnar · 8 years ago
  26. 3d88d56 time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accounting by John Stultz · 8 years ago
  27. ceea5e3 time: Fix clock->read(clock) race around clocksource changes by John Stultz · 8 years ago
  28. 938e7cf posix-timers: Make nanosleep timespec argument const by Thomas Gleixner · 8 years ago
  29. 343d8fc posix-cpu-timers: Avoid timespec conversion in do_cpu_nanosleep() by Thomas Gleixner · 8 years ago
  30. 2b2d028 time: Move compat_gettimeofday()/settimeofday() to native by Al Viro · 8 years ago
  31. b180db2 time: Move compat_time()/stime() to native by Al Viro · 8 years ago
  32. 2482097 posix-timers: Move compat_timer_create() to native, get rid of set_fs() by Al Viro · 8 years ago
  33. d822cdc posix-timers: Move compat versions of clock_gettime/settime/getres by Al Viro · 8 years ago
  34. 54ad9c4 itimers: Move compat itimer syscalls to native ones by Al Viro · 8 years ago
  35. b0dc124 posix-timers: Take compat timer_gettime(2) to native one by Al Viro · 8 years ago
  36. 1acbe77 posix-timers: Take compat timer_settime(2) to native one by Al Viro · 8 years ago
  37. 3a4d44b ntp: Move adjtimex related compat syscalls to native counterparts by Al Viro · 8 years ago
  38. fb923c4 posix-timers: Kill ->nsleep_restart() by Al Viro · 8 years ago
  39. ce41aaf hrtimers/posix-timers: Merge nanosleep timespec copyout logics into a new helper by Al Viro · 8 years ago
  40. edbeda4 time/posix-timers: Move the compat copyouts to the nanosleep implementations by Al Viro · 8 years ago
  41. 99e6c0e posix-timers: Store rmtp into restart_block in sys_clock_nanosleep() by Al Viro · 8 years ago
  42. a760268 hrtimer: Move copyout of remaining time to do_nanosleep() by Al Viro · 8 years ago
  43. 192a82f hrtimer_nanosleep(): Pass rmtp in restart_block by Al Viro · 8 years ago
  44. 15f27ce alarmtimer: Move copyout and freeze handling into alarmtimer_do_nsleep() by Al Viro · 8 years ago
  45. 86a9c44 posix-cpu-timers: Move copyout of timespec into do_cpu_nanosleep() by Al Viro · 8 years ago
  46. d4af6d9 nohz: Fix spurious warning when hrtimer and clockevent get out of sync by Frederic Weisbecker · 8 years ago
  47. 67edab4 posix-timers: Handle relative posix-timers correctly by Thomas Gleixner · 8 years ago
  48. 5c7a3a3 posix-timers: Zero out oldval itimerspec by Thomas Gleixner · 8 years ago
  49. 94114c3 tick/broadcast: Make tick_broadcast_setup_oneshot() static by Stephen Boyd · 8 years ago
  50. c6503be posix-timers: Fix inverted SIGEV_NONE logic in common_timer_get() by Thomas Gleixner · 8 years ago
  51. fe5ac72 rcu: Remove nohz_full full-system-idle state machine by Paul E. McKenney · 8 years ago
  52. f99973e nohz: Fix buggy tick delay on IRQ storms by Frederic Weisbecker · 8 years ago
  53. f2c4580 alarmtimer: Switch over to generic set/get/rearm routine by Thomas Gleixner · 8 years ago
  54. b3bf6f3 alarmtimer: Implement arm callback by Thomas Gleixner · 8 years ago
  55. e344c9e alarmtimer: Implement try_to_cancel callback by Thomas Gleixner · 8 years ago
  56. d653d84 alarmtimer: Implement remaining callback by Thomas Gleixner · 8 years ago
  57. e7561f1 alarmtimer: Implement forward callback by Thomas Gleixner · 8 years ago
  58. b3db80f alarmtimer: Implement timer_rearm() callback by Thomas Gleixner · 8 years ago
  59. eae1c4a posix-timers: Make use of cancel/arm callbacks by Thomas Gleixner · 8 years ago
  60. 525b8ed posix-timers: Add cancel/arm callbacks by Thomas Gleixner · 8 years ago
  61. eabdec0 posix-timers: Zero settings value in common code by Thomas Gleixner · 8 years ago
  62. 91d57ba posix-timers: Make use of forward/remaining callbacks by Thomas Gleixner · 8 years ago
  63. 63841b2 posix-timers: Add forward/remaining callbacks by Thomas Gleixner · 8 years ago
  64. 21e55c1 posix-timers: Add active flag to k_itimer by Thomas Gleixner · 8 years ago
  65. f37fb0a posix-timers: Use timer_rearm() callback in posixtimer_rearm() by Thomas Gleixner · 8 years ago
  66. 96fe3b0 posix-timers: Rename do_schedule_next_timer by Thomas Gleixner · 8 years ago
  67. 3080294 posix-timers: Add timer_rearm() callback by Thomas Gleixner · 8 years ago
  68. d97bb75 posix-timers: Store k_clock pointer in k_itimer by Thomas Gleixner · 8 years ago
  69. 80105cd posix-timers: Move interval out of the union by Thomas Gleixner · 8 years ago
  70. af888d6 posix-timers: Unify overrun/requeue_pending handling by Thomas Gleixner · 8 years ago
  71. bab0aae posix-timers: Move posix-timer internals to core by Thomas Gleixner · 8 years ago
  72. 6631fa1 posix-timers: Avoid gazillions of forward declarations by Thomas Gleixner · 8 years ago
  73. 3a06c7a posix-clocks: Remove interval timer facility and mmap/fasync callbacks by Thomas Gleixner · 8 years ago
  74. a81129e posix-timers: Remove unused export of posix_timer_event() by Thomas Gleixner · 8 years ago
  75. 18c700c alarmtimer: Remove pointless config conditional by Thomas Gleixner · 8 years ago
  76. 978267b Merge branch 'timers/urgent' into WIP.timers by Thomas Gleixner · 8 years ago
  77. ff86bf0c alarmtimer: Rate limit periodic intervals by Thomas Gleixner · 8 years ago
  78. f4781e7 alarmtimer: Prevent overflow of relative timers by Thomas Gleixner · 8 years ago
  79. 7c25904 nohz: Reset next_tick cache even when the timer has no regs by Frederic Weisbecker · 8 years ago
  80. b6b3b80 alarmtimer: Fix posix-timer constification fallout by Thomas Gleixner · 8 years ago
  81. d3ba5a9 posix-timers: Make posix_clocks immutable by Christoph Hellwig · 8 years ago
  82. 43fe8b8 posix-timers: Make signal printks conditional by Thomas Gleixner · 8 years ago
  83. 411fe24 nohz: Fix collision between tick and other hrtimers, again by Frederic Weisbecker · 8 years ago
  84. ce6cf9a nohz: Add hrtimer sanity check by Frederic Weisbecker · 8 years ago
  85. ac1e843 sched/clock: Remove unused argument to sched_clock_idle_wakeup_event() by Peter Zijlstra · 8 years ago
  86. b421b22 x86/tsc, sched/clock, clocksource: Use clocksource watchdog to provide stable sync points by Peter Zijlstra · 8 years ago
  87. 572e0ca time: delete current_fs_time() by Deepa Dinamani · 8 years ago
  88. e579dde Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  89. 89c9fea Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 8 years ago
  90. 174ddfd Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  91. b94bf59 timer/sysclt: Restrict timer migration sysctl values to 0 and 1 by Myungho Jung · 8 years ago
  92. 01a2197 posix-timers: Correct sanity check in posix_cpu_nsleep by Eric W. Biederman · 8 years ago
  93. ad19638 time: Change k_clock nsleep() to use timespec64 by Deepa Dinamani · 8 years ago
  94. 5f252b3 time: Change k_clock timer_set() and timer_get() to use timespec64 by Deepa Dinamani · 8 years ago
  95. 0fe6afe time: Change k_clock clock_set() to use timespec64 by Deepa Dinamani · 8 years ago
  96. d2e3e0c time: Change k_clock clock_getres() to use timespec64 by Deepa Dinamani · 8 years ago
  97. 3c9c12f time: Change k_clock clock_get() to use timespec64 by Deepa Dinamani · 8 years ago
  98. d340266e time: Change posix clocks ops interfaces to use timespec64 by Deepa Dinamani · 8 years ago
  99. 2ac00f1 time: Delete do_sys_setimeofday() by Deepa Dinamani · 8 years ago
  100. 5fc63f9 timekeeping: Remove pointless conversion to bool by Nicholas Mc Guire · 8 years ago