- 5b7a209 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
- 0902d50 Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
- 83e8372 x86/tsc: Move inline keyword to the beginning of function declarations by Mathieu Malaterre · 6 years ago
- 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
- df24014 cpufreq: Call transition notifier only once for each policy by Viresh Kumar · 6 years ago
- 2420a0b x86/tsc: Set LAPIC timer period to crystal clock frequency by Daniel Drake · 6 years ago
- 604dc91 x86/tsc: Use CPUID.0x16 to calculate missing crystal frequency by Daniel Drake · 6 years ago
- 8f5e823 Merge tag 'pm-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
- c208ac8 x86: tsc: Rework time_cpufreq_notifier() by Rafael J. Wysocki · 6 years ago
- 0f0b7e1c x86/tsc: Add option to disable tsc clocksource watchdog by Juri Lelli · 6 years ago
- a786ef1 x86/tsc: Make calibration refinement more robust by Daniel Vacek · 6 years ago
- f682a79 Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
- c05f364 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
- dda93b45 Merge branch 'x86/cache' into perf/core, to pick up fixes by Ingo Molnar · 6 years ago
- 4907c68 x86/tsc: Force inlining of cyc2ns bits by Peter Zijlstra · 6 years ago
- 2647c43 x86/tsc: Fix UV TSC initialization by Mike Travis · 6 years ago
- f2c4db1 x86/cpu: Sanitize FAM6_ATOM naming by Peter Zijlstra · 6 years ago
- 17f6bac x86/tsc: Prevent result truncation on 32bit by Chuanhua Lei · 6 years ago
- 5c83511 x86/paravirt: Use a single ops structure by Juergen Gross · 6 years ago
- 608008a x86/tsc: Consolidate init code by Dou Liyang · 6 years ago
- 8dbe438 x86/tsc: Make use of tsc_calibrate_cpu_early() by Pavel Tatashin · 7 years ago
- 03821f4 x86/tsc: Split native_calibrate_cpu() into early and late parts by Pavel Tatashin · 7 years ago
- 4763f03 x86/tsc: Use TSC as sched clock early by Pavel Tatashin · 7 years ago
- e2a9ca2 x86/tsc: Initialize cyc2ns when tsc frequency is determined by Pavel Tatashin · 7 years ago
- cf7a63e x86/tsc: Calibrate tsc only once by Pavel Tatashin · 7 years ago
- fe9af81 x86/tsc: Redefine notsc to behave as tsc=unstable by Pavel Tatashin · 7 years ago
- e3b4f79025 x86/tsc: Fix mark_tsc_unstable() by Peter Zijlstra · 7 years ago
- e9088ad x86/tsc: Always unregister clocksource_tsc_early by Peter Zijlstra · 7 years ago
- d3878e16 x86/tsc: Prevent 32bit truncation in calc_hpet_ref() by Xiaoming Gao · 7 years ago
- fc804f6 x86/tsc: Convert ART in nanoseconds to TSC by Rajvi Jingar · 7 years ago
- aa83c45 x86/tsc: Introduce early tsc clocksource by Peter Zijlstra · 7 years ago
- 30c7e5b x86/tsc: Allow TSC calibration without PIT by Peter Zijlstra · 7 years ago
- 4b5b2127 x86/tsc: Print tsc_khz, when it differs from cpu_khz by Len Brown · 7 years ago
- b511203 x86/tsc: Fix erroneous TSC rate on Skylake Xeon by Len Brown · 7 years ago
- da4ae6c x86/tsc: Future-proof native_calibrate_tsc() by Len Brown · 7 years ago
- 99306df Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 120fc3f x86/tsc: Mark cyc2ns_init() and detect_art() __init by Dou Liyang · 7 years ago
- 76ce7cf x86/smpboot: Make optimization of delay calibration work correctly by Pavel Tatashin · 7 years ago
- 6c66350 x86/tsc: Provide a means to disable TSC ART by mike.travis@hpe.com · 7 years ago
- af57685 x86/timers: Make recalibrate_cpu_khz() void by Dou Liyang · 8 years ago
- eb49606 x86/timers: Move the simple udelay calibration to tsc.h by Dou Liyang · 8 years ago
- 3ad918e Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- a1272dd x86/tsc: Call check_system_tsc_reliable() before unsynchronized_tsc() by Zhenzhong Duan · 8 years ago
- 5c3c2ea x86/tsc: Fold set_cyc2ns_scale() into caller by Arnd Bergmann · 8 years ago
- ac1e843 sched/clock: Remove unused argument to sched_clock_idle_wakeup_event() by Peter Zijlstra · 8 years ago
- b421b22 x86/tsc, sched/clock, clocksource: Use clocksource watchdog to provide stable sync points by Peter Zijlstra · 8 years ago
- aa7b630 x86/tsc: Feed refined TSC calibration into sched_clock() by Peter Zijlstra · 8 years ago
- 615cd03 x86/tsc: Fix sched_clock() sync by Peter Zijlstra · 8 years ago
- 59eaef7 x86/tsc: Remodel cyc2ns to use seqcount_latch() by Peter Zijlstra · 8 years ago
- 8309f86 x86/tsc: Provide 'tsc=unstable' boot parameter by Peter Zijlstra · 8 years ago
- 698eff6 sched/clock, x86/perf: Fix "perf test tsc" by Peter Zijlstra · 8 years ago
- 44fee88 x86/tsc: Fix ART for TSC_KNOWN_FREQ by Peter Zijlstra · 8 years ago
- 609b07b Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- f94c8d1 sched/clock, x86/tsc: Rework the x86 'unstable' sched_clock() interface by Peter Zijlstra · 8 years ago
- e601757 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h> by Ingo Molnar · 8 years ago
- 828cad8 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- f2e0421 x86/tsc: Avoid the large time jump when sanitizing TSC ADJUST by Thomas Gleixner · 8 years ago
- ed5c8c8 Merge branch 'linus' into sched/core, to pick up fixes and refresh the branch by Ingo Molnar · 8 years ago
- 12907fb sched/clock, clocksource: Add optional cs::mark_unstable() method by Thomas Gleixner · 8 years ago
- 695085b x86/tsc: Add the Intel Denverton Processor to native_calibrate_tsc() by Len Brown · 8 years ago
- a5a1d1c clocksource: Use a plain u64 instead of cycle_t by Thomas Gleixner · 8 years ago
- 5bae156 x86/tsc: Force TSC_ADJUST register to value >= zero by Thomas Gleixner · 8 years ago
- 6a36958 x86/tsc: Validate TSC_ADJUST after resume by Thomas Gleixner · 8 years ago
- 8b223bc x86/tsc: Store and check TSC ADJUST MSR by Thomas Gleixner · 8 years ago
- 7b3d2f6 x86/tsc: Use X86_FEATURE_TSC_ADJUST in detect_art() by Thomas Gleixner · 8 years ago
- 984fece x86/tsc: Finalize the split of the TSC_RELIABLE flag by Thomas Gleixner · 8 years ago
- 4635fdc x86/tsc: Mark Intel ATOM_GOLDMONT TSC reliable by Bin Gao · 8 years ago
- 4ca4df0 x86/tsc: Mark TSC frequency determined by CPUID as known by Bin Gao · 8 years ago
- 47c95a4 x86/tsc: Add X86_FEATURE_TSC_KNOWN_FREQ flag by Bin Gao · 8 years ago
- 6baf3d6 x86/tsc: Add additional Intel CPU models to the crystal quirk list by Prarit Bhargava · 8 years ago
- 655e52d x86/tsc: Use cpu id defines instead of hex constants by Prarit Bhargava · 8 years ago
- fdbdfef Merge branch 'linus' into timers/urgent, to pick up fixes by Ingo Molnar · 8 years ago
- 6731b0d x86/timers/apic: Inform TSC deadline clockevent device about recalibration by Nicolai Stange · 9 years ago
- 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
- c48ec42 x86/tsc: Remove the unused check_tsc_disabled() by Wei Jiangang · 9 years ago
- 186f436 x86/kernel: Audit and remove any unnecessary uses of module.h by Paul Gortmaker · 9 years ago
- ff4c866 x86/tsc: Enumerate BXT tsc_khz via CPUID by Len Brown · 9 years ago
- aa29729 x86/tsc: Enumerate SKL cpu_khz and tsc_khz via CPUID by Len Brown · 9 years ago
- 02c0cd2 x86/tsc_msr: Remove irqoff around MSR-based TSC enumeration by Len Brown · 9 years ago
- eff4677 x86/tsc: Save an indentation level in recalibrate_cpu_khz() by Borislav Petkov · 9 years ago
- a841cca x86/tsc: Do not check X86_FEATURE_CONSTANT_TSC in notifier call by Borislav Petkov · 9 years ago
- 59e21e3 x86/cpufeature: Replace cpu_has_tsc with boot_cpu_has() usage by Borislav Petkov · 9 years ago
- f508a5b x86/tsc: Prevent NULL pointer deref in calibrate_delay_is_known() by Thomas Gleixner · 9 years ago
- 00f5268 Merge branch 'x86/cleanups' into x86/urgent by Ingo Molnar · 9 years ago
- 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
- f9677e0 x86/tsc: Always Running Timer (ART) correlated clocksource by Christopher S. Hall · 9 years ago
- 6a6256f x86: Fix misspellings in comments by Adam Buchbinder · 9 years ago
- c25323c x86/tsc: Use topology functions by Thomas Gleixner · 9 years ago
- 2f7a3f8 x86/tsc: Remove unused tsc_pre_init() hook by Thomas Gleixner · 9 years ago
- b9511cd perf/x86: Fix time_shift in perf_event_mmap_page by Adrian Hunter · 9 years ago
- 02386c3 Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying new changes by Ingo Molnar · 9 years ago
- 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
- 03da3ff x86/platform: Fix Geode LX timekeeping in the generic x86 build by David Woodhouse · 9 years ago
- b20112e perf/x86: Improve accuracy of perf/sched clock by Adrian Hunter · 9 years ago
- 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
- 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
- a94cab2 perf/x86: Add a native_perf_sched_clock_from_tsc() by Andi Kleen · 10 years ago
- 3bbfafb x86, tsc, locking/static_keys: Employ static_branch_likely() by Peter Zijlstra · 9 years ago
- 5b929bd Merge branch 'x86/urgent' into x86/asm, before applying dependent patches by Ingo Molnar · 9 years ago
- 27c6340 x86/asm/tsc: Use rdtsc_ordered() in read_tsc() instead of get_cycles() by Andy Lutomirski · 10 years ago