1. 653cf76 x86/tsc: Allow TSC calibration without PIT by Peter Zijlstra · 7 years ago
  2. 01eabcd x86/tsc: Prevent 32bit truncation in calc_hpet_ref() by Xiaoming Gao · 6 years ago
  3. c4f8fbc x86/tsc: Provide 'tsc=unstable' boot parameter by Peter Zijlstra · 7 years ago
  4. 02802df x86/tsc: Fix erroneous TSC rate on Skylake Xeon by Len Brown · 7 years ago
  5. 9d5e599 x86/smpboot: Make optimization of delay calibration work correctly by Pavel Tatashin · 7 years ago
  6. 28399407 x86/tsc: Add the Intel Denverton Processor to native_calibrate_tsc() by Len Brown · 8 years ago
  7. 5ec98e6 x86/tsc: Fix ART for TSC_KNOWN_FREQ by Peter Zijlstra · 8 years ago
  8. 6baf3d6 x86/tsc: Add additional Intel CPU models to the crystal quirk list by Prarit Bhargava · 8 years ago
  9. 655e52d x86/tsc: Use cpu id defines instead of hex constants by Prarit Bhargava · 8 years ago
  10. fdbdfef Merge branch 'linus' into timers/urgent, to pick up fixes by Ingo Molnar · 8 years ago
  11. 6731b0d x86/timers/apic: Inform TSC deadline clockevent device about recalibration by Nicolai Stange · 8 years ago
  12. aeb35d6 Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  13. c48ec42 x86/tsc: Remove the unused check_tsc_disabled() by Wei Jiangang · 8 years ago
  14. 186f436 x86/kernel: Audit and remove any unnecessary uses of module.h by Paul Gortmaker · 8 years ago
  15. ff4c866 x86/tsc: Enumerate BXT tsc_khz via CPUID by Len Brown · 8 years ago
  16. aa29729 x86/tsc: Enumerate SKL cpu_khz and tsc_khz via CPUID by Len Brown · 8 years ago
  17. 02c0cd2 x86/tsc_msr: Remove irqoff around MSR-based TSC enumeration by Len Brown · 8 years ago
  18. eff4677 x86/tsc: Save an indentation level in recalibrate_cpu_khz() by Borislav Petkov · 8 years ago
  19. a841cca x86/tsc: Do not check X86_FEATURE_CONSTANT_TSC in notifier call by Borislav Petkov · 8 years ago
  20. 59e21e3 x86/cpufeature: Replace cpu_has_tsc with boot_cpu_has() usage by Borislav Petkov · 8 years ago
  21. f508a5b x86/tsc: Prevent NULL pointer deref in calibrate_delay_is_known() by Thomas Gleixner · 9 years ago
  22. 00f5268 Merge branch 'x86/cleanups' into x86/urgent by Ingo Molnar · 9 years ago
  23. 8a284c0 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  24. f9677e0 x86/tsc: Always Running Timer (ART) correlated clocksource by Christopher S. Hall · 9 years ago
  25. 6a6256f x86: Fix misspellings in comments by Adam Buchbinder · 9 years ago
  26. c25323c x86/tsc: Use topology functions by Thomas Gleixner · 9 years ago
  27. 2f7a3f8 x86/tsc: Remove unused tsc_pre_init() hook by Thomas Gleixner · 9 years ago
  28. b9511cd perf/x86: Fix time_shift in perf_event_mmap_page by Adrian Hunter · 9 years ago
  29. 02386c3 Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying new changes by Ingo Molnar · 9 years ago
  30. 42dc2a3 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  31. 03da3ff x86/platform: Fix Geode LX timekeeping in the generic x86 build by David Woodhouse · 9 years ago
  32. b20112e perf/x86: Improve accuracy of perf/sched clock by Adrian Hunter · 9 years ago
  33. ca520ca Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  34. 5778077 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  35. a94cab2 perf/x86: Add a native_perf_sched_clock_from_tsc() by Andi Kleen · 9 years ago
  36. 3bbfafb x86, tsc, locking/static_keys: Employ static_branch_likely() by Peter Zijlstra · 9 years ago
  37. 5b929bd Merge branch 'x86/urgent' into x86/asm, before applying dependent patches by Ingo Molnar · 9 years ago
  38. 27c6340 x86/asm/tsc: Use rdtsc_ordered() in read_tsc() instead of get_cycles() by Andy Lutomirski · 9 years ago
  39. 4ea1636 x86/asm/tsc: Rename native_read_tsc() to rdtsc() by Andy Lutomirski · 9 years ago
  40. 87be28a x86/asm/tsc: Replace rdtscll() with native_read_tsc() by Andy Lutomirski · 9 years ago
  41. c6e5ca3 x86/asm/tsc: Inline native_read_tsc() and remove __native_read_tsc() by Andy Lutomirski · 9 years ago
  42. 5aac644 x86/tsc: Let high latency PIT fail fast in quick_pit_calibrate() by Adrian Hunter · 9 years ago
  43. 5204521 x86/tsc: Change Fast TSC calibration failed from error to info by Alexandre Demers · 10 years ago
  44. b47dcbd x86, apic: Handle a bad TSC more gracefully by Andy Lutomirski · 10 years ago
  45. e7fda6c Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  46. 19d402c Merge branches 'x86-build-for-linus', 'x86-cleanups-for-linus' and 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  47. 09ec544 clocksource: Move cycle_last validation to core code by Thomas Gleixner · 10 years ago
  48. 3896c32 x86, tsc: Fix cpufreq lockup by Peter Zijlstra · 10 years ago
  49. 8917157 x86/tsc: Get rid of custom DIV_ROUND() macro by Michal Nazarewicz · 10 years ago
  50. c6f2124 Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  51. 0b443ea cpufreq: remove unused notifier: CPUFREQ_{SUSPENDCHANGE|RESUMECHANGE} by Viresh Kumar · 11 years ago
  52. d2312e3 x86, vdso: Make vsyscall_gtod_data handling x86 generic by Stefani Seibold · 11 years ago
  53. 5f0e030 x86, tsc: Fallback to normal calibration if fast MSR calibration fails by Thomas Gleixner · 11 years ago
  54. 569d655 x86: Use preempt_disable_notrace() in cycles_2_ns() by Steven Rostedt · 11 years ago
  55. 5e3c1af sched/x86/tsc: Initialize multiplier to 0 by Peter Zijlstra · 11 years ago
  56. 74e8ee8 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  57. 7da7c15 x86, tsc: Add static (MSR) TSC calibration on Intel Atom SoCs by Bin Gao · 11 years ago
  58. 10b033d sched/clock, x86: Avoid a runtime condition in native_sched_clock() by Peter Zijlstra · 11 years ago
  59. 35af99e sched/clock, x86: Use a static_key for sched_clock_stable by Peter Zijlstra · 11 years ago
  60. 20d1c86 sched/clock, x86: Rewrite cyc2ns() to avoid the need to disable IRQs by Peter Zijlstra · 11 years ago
  61. 57c67da sched/clock, x86: Move some cyc2ns() code around by Peter Zijlstra · 11 years ago
  62. c73deb6 perf/x86: Add ability to calculate TSC from perf sample timestamps by Adrian Hunter · 11 years ago
  63. 148f9bb x86: delete __cpuinit usage from all x86 files by Paul Gortmaker · 11 years ago
  64. 82f9c08 x86: tsc: Add support for new S3_NONSTOP feature by Feng Tang · 12 years ago
  65. 90889a6 Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux into timers/core by Thomas Gleixner · 12 years ago
  66. 2353b47 Round the calculated scale factor in set_cyc2ns_scale() by Bernd Faust · 12 years ago
  67. ce37f40 x86: Allow tracing of functions in arch/x86/kernel/rtc.c by David Vrabel · 12 years ago
  68. c767a54 x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level> by Joe Perches · 12 years ago
  69. bcd5507 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  70. 2e7580b Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
  71. b74f05d x86: kvmclock: abstract save/restore sched_clock_state by Marcelo Tosatti · 13 years ago
  72. 57779dc x86, tsc: Skip refined tsc calibration on systems with reliable TSC by Alok Kataria · 13 years ago
  73. 9993bc63 sched/x86: Fix overflow in cyc2ns_offset by Salman Qazi · 13 years ago
  74. 282f445 Merge remote-tracking branch 'linus/master' into x86/urgent by H. Peter Anvin · 13 years ago
  75. 68f30fb x86, tsc: Fix SMI induced variation in quick_pit_calibrate() by Linus Torvalds · 13 years ago
  76. 9fc5c3e Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  77. 0518469 Merge branch 'fortglx/3.3/tip/timers/core' of git://git.linaro.org/people/jstultz/linux into timers/core by Thomas Gleixner · 13 years ago
  78. 28a0018 x86, tsc: Skip TSC synchronization checks for tsc=reliable by Suresh Siddha · 13 years ago
  79. b565201 x86: Reduce clock calibration time during slave cpu startup by Jack Steiner · 13 years ago
  80. b774397 time: x86: Remove CLOCK_TICK_RATE from tsc code by Deepak Saxena · 13 years ago
  81. b4db920 Merge branches 'x86-detect-hyper-for-linus', 'x86-fpu-for-linus', 'x86-kexec-for-linus', 'x86-platform-for-linus', 'x86-quirks-for-linus', 'x86-tsc-for-linus' and 'x86-smpboot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  82. 98d0ac3 x86-64: Move vread_tsc and vread_hpet into the vDSO by Andy Lutomirski · 13 years ago
  83. 433bd80 clocksource: Replace vread with generic arch data by Andy Lutomirski · 13 years ago
  84. df04967 x86: tsc: Remove unneeded DMI-based blacklisting by Tero Roponen · 13 years ago
  85. 44259b1 x86-64: Move vread_tsc into a new file with sensible options by Andy Lutomirski · 13 years ago
  86. 3729db5 x86-64: Don't generate cmov in vread_tsc by Andy Lutomirski · 13 years ago
  87. 057e6a8 x86-64: Remove unnecessary barrier in vread_tsc by Andy Lutomirski · 13 years ago
  88. 8c49d9a x86-64: Clean up vdso/kernel shared variables by Andy Lutomirski · 13 years ago
  89. 0d2eb44 x86: Fix common misspellings by Lucas De Marchi · 14 years ago
  90. 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
  91. 62627be x86: tsc: Fix calibration refinement conditionals to avoid divide by zero by John Stultz · 14 years ago
  92. 16ee8db Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  93. 29fe359 x86: tsc: Prevent delayed init if initial tsc calibration failed by Thomas Gleixner · 14 years ago
  94. 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
  95. 0a3aee0 x86: Use this_cpu_ops to optimize code by Tejun Heo · 14 years ago
  96. a8760ec x86: Check tsc available/disabled in the delayed init function by Thomas Gleixner · 14 years ago
  97. 08ec0c5 x86: Improve TSC calibration using a delayed workqueue by John Stultz · 14 years ago
  98. b0f9690 Merge remote branch 'tip/x86/tsc' into fortglx/2.6.38/tip/x86/tsc by John Stultz · 14 years ago
  99. 2f0384e Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  100. e82b8e4 x86: Add IRQ_TIME_ACCOUNTING by Venkatesh Pallipadi · 14 years ago