1. 8b094cd time: Consolidate the time accessor prototypes by Thomas Gleixner · 10 years ago
  2. 7d489d1 timekeeping: Convert timekeeping core to use timespec64s by John Stultz · 10 years ago
  3. 49cd6f8 time: More core infrastructure for timespec64 by John Stultz · 10 years ago
  4. 166afb6 ktime: Sanitize ktime_to_us/ms conversion by Thomas Gleixner · 10 years ago
  5. 24e4a8c ktime: Kill non-scalar ktime_t implementation for 2038 by John Stultz · 10 years ago
  6. 76f4108 hrtimer: Cleanup hrtimer accessors to the timekepeing state by John Stultz · 10 years ago
  7. e06fde3 timekeeping: Simplify arch_gettimeoffset() by Thomas Gleixner · 10 years ago
  8. e704f93 kernel: time: Add udelay_test module to validate udelay by David Riley · 11 years ago
  9. 9e1e01d hrtimer: Remove hrtimer_enqueue_reprogram() by Viresh Kumar · 11 years ago
  10. 49a2a07 hrtimer: Kick lowres dynticks targets on timer enqueue by Viresh Kumar · 11 years ago
  11. cddd024 hrtimer: Store cpu-number in struct hrtimer_cpu_base by Viresh Kumar · 11 years ago
  12. 9f6d9ba timer: Kick dynticks targets on mod_timer*() calls by Viresh Kumar · 11 years ago
  13. d6f9382 timer: Store cpu-number in struct tvec_base by Viresh Kumar · 11 years ago
  14. 5cee964 time/timers: Move all time(r) related files into kernel/time by Thomas Gleixner · 11 years ago
  15. 00170fd Merge branch 'akpm' (patchbomb from Andrew) into next by Linus Torvalds · 11 years ago
  16. 6d9bcb6 timekeeping: use printk_deferred when holding timekeeping seqlock by John Stultz · 11 years ago
  17. ea54bca ntp: Make is_error_status() use its argument by George Spelvin · 11 years ago
  18. cdafb93 ntp: Convert simple_strtol to kstrtol by Fabian Frederick · 11 years ago
  19. c04ae71 sched_clock: Remove deprecated setup_sched_clock() API by Stephen Boyd · 11 years ago
  20. 2763053 tick-sched: Check tick_nohz_enabled in tick_nohz_switch_to_nohz() by Viresh Kumar · 11 years ago
  21. 03e6bdc tick-sched: Don't call update_wall_time() when delta is lesser than tick_period by Viresh Kumar · 11 years ago
  22. 521c429 tick-common: Fix wrong check in tick_check_replacement() by Viresh Kumar · 11 years ago
  23. 52f5684 kernel: use macros from compiler.h instead of __attribute__((...)) by Gideon Israel Dsouza · 11 years ago
  24. 1ead658 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  25. cab5e12 time: Revert to calling clock_was_set_delayed() while in irq context by John Stultz · 11 years ago
  26. b97f029 tick: Remove code duplication in tick_handle_periodic() by Viresh Kumar · 11 years ago
  27. cacb3c7 tick: Fix spelling mistake in tick_handle_periodic() by Viresh Kumar · 11 years ago
  28. f9a8a0a Merge branch 'fortglx/3.15/time' of git://git.linaro.org/people/john.stultz/linux into timers/core by Thomas Gleixner · 11 years ago
  29. 64e8d20 kernel: Include appropriate header file in time/timekeeping_debug.c by Rashika Kheria · 11 years ago
  30. 5ae8aab sched_clock: Prevent callers from seeing half-updated data by Stephen Boyd · 11 years ago
  31. f96a34e nohz: ensure users are aware boot CPU is not NO_HZ_FULL by Paul Gortmaker · 11 years ago
  32. dd5fd9b tick: Clear broadcast pending bit when switching to oneshot by Thomas Gleixner · 11 years ago
  33. 849401b tick: Fixup more fallout from hrtimer broadcast mode by Preeti U Murthy · 11 years ago
  34. f1689bb time: Fixup fallout from recent clockevent/tick changes by Thomas Gleixner · 11 years ago
  35. 5d1638a tick: Introduce hrtimer based broadcast by Preeti U Murthy · 11 years ago
  36. da7e6f4 time: Change the return type of clockevents_notify() to integer by Preeti U Murthy · 11 years ago
  37. fe79a9b clockevents: Adjust timer interval when frequency changes by Soren Brinkmann · 11 years ago
  38. 627ee79 clockevents: Serialize calls to clockevents_update_freq() in the core by Thomas Gleixner · 11 years ago
  39. e8b1759 timekeeping: Move clock sync work to power efficient workqueue by Shaibal Dutta · 11 years ago
  40. 80d767d time: Fix overflow when HZ is smaller than 60 by Mikulas Patocka · 11 years ago
  41. a2b4c60 Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/urgent by Ingo Molnar · 11 years ago
  42. 6c64614 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  43. a0fa1dd Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  44. e9a2eb4 nohz_full: fix code style issue of tick_nohz_full_stop_tick by Alex Shi · 11 years ago
  45. 855a0fc nohz: Get timekeeping max deferment outside jiffies_lock by Frederic Weisbecker · 11 years ago
  46. 5acac1b tick: Rename tick_check_idle() to tick_irq_enter() by Frederic Weisbecker · 11 years ago
  47. 35af99e sched/clock, x86: Use a static_key for sched_clock_stable by Peter Zijlstra · 11 years ago
  48. d05d24a Merge branch 'fortglx/3.14/time' of git://git.linaro.org/people/john.stultz/linux into timers/core by Ingo Molnar · 11 years ago
  49. dba8614 Merge branch 'linus' into timers/core by Ingo Molnar · 11 years ago
  50. 7a06c41 sched_clock: Disable seqlock lockdep usage in sched_clock() by John Stultz · 11 years ago
  51. 38aef31 timekeeping: Remove comment that's mostly out of date by John Stultz · 11 years ago
  52. d26e4fe timekeeper: fix comment typo for tk_setup_internals() by Yijing Wang · 11 years ago
  53. 330a161 timekeeping: Fix missing timekeeping_update in suspend path by John Stultz · 11 years ago
  54. 04005f6 timekeeping: Fix CLOCK_TAI timer/nanosleep delays by John Stultz · 11 years ago
  55. 47a1b796 tick/timekeeping: Call update_wall_time outside the jiffies lock by John Stultz · 11 years ago
  56. 6fdda9a timekeeping: Avoid possible deadlock from clock_was_set_delayed by John Stultz · 11 years ago
  57. 5258d3f timekeeping: Fix potential lost pv notification of time change by John Stultz · 11 years ago
  58. f55c076 timekeeping: Fix lost updates to tai adjustment by John Stultz · 11 years ago
  59. e8fcaa5 nohz: Convert a few places to use local per cpu accesses by Frederic Weisbecker · 11 years ago
  60. 0e576ac nohz: Fix another inconsistency between CONFIG_NO_HZ=n and nohz=off by Thomas Gleixner · 11 years ago
  61. 4be7739 time: Fix 1ns/tick drift w/ GENERIC_TIME_VSYSCALL_OLD by Martin Schwidefsky · 11 years ago
  62. 050ded1 tick: Document tick_do_timer_cpu by Andrew Morton · 11 years ago
  63. d689fe2 NOHZ: Check for nohz active instead of nohz enabled by Thomas Gleixner · 11 years ago
  64. 8709382 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  65. 97b9410 clockevents: Sanitize ticks to nsec conversion by Thomas Gleixner · 11 years ago
  66. 891292a time: Fix signedness bug in sysfs_get_uname() and its callers by Patrick Palka · 11 years ago
  67. b7bc50e timekeeping: Fix some trivial typos in comments by Xie XiuQi · 11 years ago
  68. 98d6f4d alarmtimer: return EINVAL instead of ENOTSUPP if rtcdev doesn't exist by KOSAKI Motohiro · 11 years ago
  69. 2cb7636 timer stats: Add a 'Collection: active/inactive' line to timer usage statistics by Dong Zhu · 11 years ago
  70. 8a749de Merge branch 'fortglx/3.13/time' of git://git.linaro.org/people/jstultz/linux into timers/core by Ingo Molnar · 11 years ago
  71. b4042ce sched_clock: Remove sched_clock_func() hook by Stephen Boyd · 11 years ago
  72. 68e9074 Merge branch 'clockevents/3.13' of git://git.linaro.org/people/dlezcano/linux into timers/core by Ingo Molnar · 11 years ago
  73. 19f2988 Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/core by Ingo Molnar · 11 years ago
  74. 6c09f6d Merge tag 'v3.12-rc3' into timers/core by Ingo Molnar · 11 years ago
  75. 245a349 tick: broadcast: Deny per-cpu clockevents from being broadcast sources by Soren Brinkmann · 11 years ago
  76. ff3fb25 nohz: Drop generic vtime obsolete dependency on CONFIG_64BIT by Kevin Hilman · 11 years ago
  77. 554b000 vtime: Add HAVE_VIRT_CPU_ACCOUNTING_GEN Kconfig by Kevin Hilman · 11 years ago
  78. 9d2cd70 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  79. 233bcb4 clocksource: Fix 'ret' data type of sysfs_override_clocksource() and sysfs_unbind_clocksource() by Elad Wexler · 11 years ago
  80. 389e067 Merge branch 'fortglx/3.12/time' into fortglx/3.13/time by John Stultz · 11 years ago
  81. 19c3205 Merge branch 'fortglx/3.12/sched-clock64-base' into fortglx/3.13/time by John Stultz · 11 years ago
  82. 7bd3601 timekeeping: Fix HRTICK related deadlock from ntp lock changes by John Stultz · 11 years ago
  83. 6832d96 Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  84. 7d992fe Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 11 years ago
  85. 0edd1b1 nohz_full: Add full-system-idle state machine by Paul E. McKenney · 12 years ago
  86. 84a78a6 timer_list: correct the iterator for timer_list by Nathan Zimmer · 11 years ago
  87. a97ad0c ntp: Make periodic RTC update more reliable by Miroslav Lichvar · 11 years ago
  88. e91dade Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  89. b44379a nohz_full: Add Kconfig parameter for scalable detection of all-idle state by Paul E. McKenney · 12 years ago
  90. c2e7fcf nohz: Include local CPU in full dynticks global kick by Frederic Weisbecker · 11 years ago
  91. 6f1d657 Merge branch 'timers/nohz-v3' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/nohz by Ingo Molnar · 11 years ago
  92. d13508f nohz: Optimize full dynticks's sched hooks with static keys by Frederic Weisbecker · 11 years ago
  93. 460775d nohz: Optimize full dynticks state checks with static keys by Frederic Weisbecker · 11 years ago
  94. 73867dc nohz: Rename a few state variables by Frederic Weisbecker · 11 years ago
  95. d84d27a context_tracking: Remove full dynticks' hacky dependency on wide context tracking by Frederic Weisbecker · 11 years ago
  96. 2e70933 nohz: Only enable context tracking on full dynticks CPUs by Frederic Weisbecker · 12 years ago
  97. ae920eb Merge branch 'fortglx/3.11/time' of git://git.linaro.org/people/jstultz/linux into timers/urgent by Ingo Molnar · 11 years ago
  98. e7e3ff1 sched_clock: Add support for >32 bit sched_clock by Stephen Boyd · 11 years ago
  99. a08ca5d sched_clock: Use an hrtimer instead of timer by Stephen Boyd · 11 years ago
  100. 85c3d2d sched_clock: Use seqcount instead of rolling our own by Stephen Boyd · 11 years ago