1. 67dfae0 clocksource: Fix abs() usage w/ 64bit values by John Stultz · 9 years ago
  2. 45bbfe6 clocksource: Use current logging style by Joe Perches · 9 years ago
  3. 8e56f33 clocksource: Improve comment explaining clocks_calc_max_nsecs()'s 50% safety margin by John Stultz · 10 years ago
  4. c1797ba tick: Move core only declarations and functions to core by Thomas Gleixner · 10 years ago
  5. bfb83b2 tick: Move clocksource related stuff to timekeeping.h by Thomas Gleixner · 10 years ago
  6. fba9e07 clocksource: Rename __clocksource_updatefreq_*() to __clocksource_update_freq_*() by John Stultz · 10 years ago
  7. 8cc8c52 clocksource: Add some debug info about clocksources being registered by John Stultz · 10 years ago
  8. f893598 clocksource: Mostly kill clocksource_register() by John Stultz · 10 years ago
  9. 0b046b2 clocksource: Improve clocksource watchdog reporting by John Stultz · 10 years ago
  10. fb82fe2 clocksource: Add 'max_cycles' to 'struct clocksource' by John Stultz · 10 years ago
  11. 362fde0 clocksource: Simplify the logic around clocksource wrapping safety margins by John Stultz · 10 years ago
  12. 6086e34 clocksource: Simplify the clocks_calc_max_nsecs() logic by John Stultz · 10 years ago
  13. 74d23cc time: move the timecounter/cyclecounter code into its own file. by Richard Cochran · 10 years ago
  14. be278e9 clocksource: Fix 'clcoksource' typo in comment by James Hartley · 10 years ago
  15. 3a97837 clocksource: Make delta calculation a function by Thomas Gleixner · 10 years ago
  16. 891292a time: Fix signedness bug in sysfs_get_uname() and its callers by Patrick Palka · 11 years ago
  17. 233bcb4 clocksource: Fix 'ret' data type of sysfs_override_clocksource() and sysfs_unbind_clocksource() by Elad Wexler · 11 years ago
  18. 389e067 Merge branch 'fortglx/3.12/time' into fortglx/3.13/time by John Stultz · 11 years ago
  19. 87d8b9e clocksource: Extract max nsec calculation into separate function by Stephen Boyd · 11 years ago
  20. 397bbf6 clocksource: Fix !CONFIG_CLOCKSOURCE_WATCHDOG compile by Prarit Bhargava · 12 years ago
  21. 332962f clocksource: Reselect clocksource when watchdog validated high-res capability by Thomas Gleixner · 11 years ago
  22. 1eaff67 clocksource: Implement clocksource_select_fallback() for CONFIG_ARCH_USES_GETTIMEOFFSET=y by Thomas Gleixner · 11 years ago
  23. 03e13cf clockevents: Implement unbind functionality by Thomas Gleixner · 11 years ago
  24. a89c7ed clocksource: Let clocksource_unregister() return success/error by Thomas Gleixner · 11 years ago
  25. 7eaeb34 clocksource: Provide unbind interface in sysfs by Thomas Gleixner · 11 years ago
  26. 29b5407 clocksource: Split out user string input by Thomas Gleixner · 11 years ago
  27. f5a2e34 clocksource: Allow clocksource select to skip current clocksource by Thomas Gleixner · 11 years ago
  28. ba919d1 clocksource: Let timekeeping_notify return success/error by Thomas Gleixner · 11 years ago
  29. 5d33b88 clocksource: Always verify highres capability by Thomas Gleixner · 11 years ago
  30. 88b28ad kernel-time: fix s/then/than/ spelling errors by Jim Cromie · 13 years ago
  31. ff4b8a5 Merge branch 'driver-core-next' into Linux 3.2 by Greg Kroah-Hartman · 13 years ago
  32. b1b73d0 time/clocksource: Fix kernel-doc warnings by Kusanagi Kouichi · 13 years ago
  33. d369a5d clocksource: convert sysdev_class to a regular subsystem by Kay Sievers · 13 years ago
  34. b1f9196 clocksource: Fix bug with max_deferment margin calculation by Yang Honggang (Joseph) · 13 years ago
  35. d65670a clocksource: Avoid selecting mult values that might overflow when adjusted by John Stultz · 13 years ago
  36. 9fb6033 clocksource: Make watchdog reset lockless by Thomas Gleixner · 13 years ago
  37. b519951 clocksource: Make watchdog robust vs. interruption by Thomas Gleixner · 13 years ago
  38. c0e299b clockevents/source: Use u64 to make 32bit happy by Thomas Gleixner · 13 years ago
  39. 7e6628e Merge branch 'timers-clockevents-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  40. 724ed53 clocksource: Get rid of the hardcoded 5 seconds sleep time limit by Thomas Gleixner · 13 years ago
  41. e05b2ef clocksource: Install completely before selecting by john stultz · 13 years ago
  42. f9ee7f6 Merge branches 'core-fixes-for-linus', 'x86-fixes-for-linus', 'timers-fixes-for-linus' and 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  43. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  44. 5fdade9 time: Rename misnamed minsec argument of clocks_calc_mult_shift() by Nicolas Pitre · 14 years ago
  45. b5776c4 Fix rounding in clocks_calc_mult_shift() by john stultz · 14 years ago
  46. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  47. 852db46 clocksource: Add __clocksource_updatefreq_hz/khz methods by John Stultz · 14 years ago
  48. 592913e time: Kill off CONFIG_GENERIC_TIME by John Stultz · 14 years ago
  49. d7e81c2 clocksource: Add clocksource_register_hz/khz interface by John Stultz · 14 years ago
  50. ad6759f timekeeping: Prevent oops when GENERIC_TIME=n by john stultz · 15 years ago
  51. e56425b Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  52. c54a42b clocksource: add suspend callback by Magnus Damm · 15 years ago
  53. 1762233 clocksource: add argument to resume callback by Magnus Damm · 15 years ago
  54. 7b7422a clocksource: Prevent potential kgdb dead lock by Thomas Gleixner · 15 years ago
  55. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  56. 60d8ce2 Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  57. a362c63 clocksource/events: Fix fallout of generic code changes by Thomas Gleixner · 15 years ago
  58. 9896246 nohz: Prevent clocksource wrapping during idle by Jon Hunter · 15 years ago
  59. 7d2f944 clocksource: Provide a generic mult/shift factor calculation by Thomas Gleixner · 15 years ago
  60. 3586e0a clocksource/timecompare: Fix symbol exports to be GPL'd. by David S. Miller · 15 years ago
  61. b71a8eb tree-wide: fix typos "selct" + "slect" -> "select" by Uwe Kleine-König · 15 years ago
  62. 89133f9 clocksource: Resume clocksource without taking the clocksource mutex by Martin Schwidefsky · 15 years ago
  63. 54a6bc0 clocksource: Delay clocksource down rating to late boot by Thomas Gleixner · 15 years ago
  64. e6c7330 clocksource: clocksource_select must be called with mutex locked by Thomas Gleixner · 15 years ago
  65. f79e025 clocksource: Resolve cpu hotplug dead lock with TSC unstable, fix crash by Martin Schwidefsky · 15 years ago
  66. 7285dd7 clocksource: Resolve cpu hotplug dead lock with TSC unstable by Thomas Gleixner · 15 years ago
  67. 01548f4 clocksource: Avoid clocksource watchdog circular locking dependency by Martin Schwidefsky · 15 years ago
  68. d0981a1 clocksource: Protect the watchdog rating changes with clocksource_mutex by Thomas Gleixner · 15 years ago
  69. 6ea41d2 clocksource: Call clocksource_change_rating() outside of watchdog_lock by Thomas Gleixner · 15 years ago
  70. 75c5158 timekeeping: Update clocksource with stop_machine by Martin Schwidefsky · 15 years ago
  71. 155ec60 timekeeping: Introduce struct timekeeper by Martin Schwidefsky · 15 years ago
  72. c55c87c clocksource: Move watchdog downgrade to a work queue thread by Martin Schwidefsky · 15 years ago
  73. fb63a0e clocksource: Refactor clocksource watchdog by Martin Schwidefsky · 15 years ago
  74. 0f8e8ef clocksource: Simplify clocksource watchdog resume logic by Martin Schwidefsky · 15 years ago
  75. 8cf4e75 clocksource: Delay clocksource watchdog highres enablement by Martin Schwidefsky · 15 years ago
  76. f1b8274 clocksource: Cleanup clocksource selection by Martin Schwidefsky · 15 years ago
  77. 79ef2bb clocksource: Prevent NULL pointer dereference by Thomas Gleixner · 15 years ago
  78. cd6d95d clocksource: prevent selection of low resolution clocksourse also for nohz=on by Thomas Gleixner · 15 years ago
  79. 3f68535 clocksource: sanity check sysfs clocksource changes by john stultz · 16 years ago
  80. a25cbd0 clocksource: setup mult_orig in clocksource_enable() by Magnus Damm · 15 years ago
  81. 8e19608 clocksource: pass clocksource to read() callback by Magnus Damm · 15 years ago
  82. a038a35 clocksource: allow usage independent of timekeeping.c by Patrick Ohly · 16 years ago
  83. 5db0e1e cpumask: replace for_each_cpu_mask_nr with for_each_cpu in kernel/time/ by Rusty Russell · 16 years ago
  84. 6b95482 cpumask: convert kernel time functions by Rusty Russell · 16 years ago
  85. 1aa5dfb clocksource: keep track of original clocksource frequency by John Stultz · 16 years ago
  86. 26dcce0 Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  87. 4a0b2b4 sysdev: Pass the attribute to the low level sysdev show/store function by Andi Kleen · 16 years ago
  88. cad0e45 clocksource/events: use performance variant for_each_cpu_mask_nr by Mike Travis · 16 years ago
  89. 4f95f81 clocksource: allow read access to available/current_clocksource by Heiko Carstens · 16 years ago
  90. 4359a02 clocksource: Fix permissions for available_clocksource by Heiko Carstens · 16 years ago
  91. 73e3e64 Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrt by Linus Torvalds · 16 years ago
  92. 7c3078b kgdb: clocksource watchdog by Jason Wessel · 17 years ago
  93. 6993fc5 clocksource: make clocksource watchdog cycle through online CPUs by Andi Kleen · 17 years ago
  94. 898a19d clocksource: revert: use init_timer_deferrable for clocksource_watchdog by Thomas Gleixner · 17 years ago
  95. 3150e63 revert "clocksource: make clocksource watchdog cycle through online CPUs" by Andrew Morton · 17 years ago
  96. 818c357 clocksource: remove redundant code by Li Zefan · 17 years ago
  97. 5e2cb10 time: fix sysfs_show_{available,current}_clocksources() buffer overflow problem by Miao Xie · 17 years ago
  98. 4713e22c clocksource: add unregister function to disable unusable clocksources by Thomas Gleixner · 17 years ago
  99. 1ada5cb clocksource: make clocksource watchdog cycle through online CPUs by Andi Kleen · 17 years ago
  100. 1077f5a clocksource.c: use init_timer_deferrable for clocksource_watchdog by Parag Warudkar · 17 years ago