summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/tsc.c
Commit message (Expand)AuthorAgeFilesLines
* clocksource: Reduce clocksource-skew thresholdPaul E. McKenney2022-01-271-0/+1
* x86/tsc: Disable clocksource watchdog for TSC on qualified platormsFeng Tang2021-12-081-4/+24
* clocksource: Check per-CPU clock synchronization when marked unstablePaul E. McKenney2021-07-141-1/+2
* x86/tsc: Use seqcount_latch_tAhmed S. Darwish2020-09-101-5/+5
* x86/tsc: Add tsc_early_khz command line parameterKrzysztof Piecuch2020-05-211-1/+11
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-03-311-1/+1
|\
| * x86: Fix a handful of typosMartin Molnar2020-02-161-1/+1
* | x86/vdso: Use generic VDSO clock mode storageThomas Gleixner2020-02-171-3/+3
* | x86/vdso: Move VDSO clocksource state tracking to callbackThomas Gleixner2020-02-171-12/+20
|/
* x86/tsc: Respect tsc command line paraemeter for clocksource_tsc_earlyMichael Zhivich2019-11-051-0/+3
* x86/intel: Aggregate microserver namingPeter Zijlstra2019-08-281-1/+1
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-081-2/+2
|\
| * x86/tsc: Move inline keyword to the beginning of function declarationsMathieu Malaterre2019-06-141-2/+2
* | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-081-20/+37
|\ \ | |/ |/|
| * x86/tsc: Set LAPIC timer period to crystal clock frequencyDaniel Drake2019-05-091-0/+10
| * x86/tsc: Use CPUID.0x16 to calculate missing crystal frequencyDaniel Drake2019-05-091-20/+27
* | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* | cpufreq: Call transition notifier only once for each policyViresh Kumar2019-05-101-1/+1
|/
* Merge tag 'pm-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-05-061-15/+14
|\
| * x86: tsc: Rework time_cpufreq_notifier()Rafael J. Wysocki2019-04-251-15/+14
* | x86/tsc: Add option to disable tsc clocksource watchdogJuri Lelli2019-03-221-1/+4
|/
* x86/tsc: Make calibration refinement more robustDaniel Vacek2018-11-061-14/+16
* Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-10-231-1/+1
|\
| * x86/paravirt: Use a single ops structureJuergen Gross2018-09-031-1/+1
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-10-231-1/+1
|\ \
| * \ Merge branch 'x86/cache' into perf/core, to pick up fixesIngo Molnar2018-10-231-0/+4
| |\ \
| * | | x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra2018-10-021-1/+1
* | | | x86/tsc: Force inlining of cyc2ns bitsPeter Zijlstra2018-10-141-3/+3
| |/ / |/| |
* | | x86/tsc: Fix UV TSC initializationMike Travis2018-10-021-0/+4
|/ /
* / x86/tsc: Prevent result truncation on 32bitChuanhua Lei2018-09-061-1/+1
|/
* x86/tsc: Consolidate init codeDou Liyang2018-07-301-10/+12
* x86/tsc: Make use of tsc_calibrate_cpu_early()Pavel Tatashin2018-07-201-6/+19
* x86/tsc: Split native_calibrate_cpu() into early and late partsPavel Tatashin2018-07-201-18/+36
* x86/tsc: Use TSC as sched clock earlyPavel Tatashin2018-07-201-0/+1
* x86/tsc: Initialize cyc2ns when tsc frequency is determinedPavel Tatashin2018-07-201-41/+53
* x86/tsc: Calibrate tsc only oncePavel Tatashin2018-07-201-40/+47
* x86/tsc: Redefine notsc to behave as tsc=unstablePavel Tatashin2018-07-201-15/+3
* x86/tsc: Fix mark_tsc_unstable()Peter Zijlstra2018-05-021-7/+5
* x86/tsc: Always unregister clocksource_tsc_earlyPeter Zijlstra2018-05-021-4/+6
* x86/tsc: Prevent 32bit truncation in calc_hpet_ref()Xiaoming Gao2018-04-171-1/+1
* x86/tsc: Convert ART in nanoseconds to TSCRajvi Jingar2018-03-161-0/+39
* x86/tsc: Introduce early tsc clocksourcePeter Zijlstra2018-01-141-10/+33
* x86/tsc: Allow TSC calibration without PITPeter Zijlstra2018-01-141-0/+18
* x86/tsc: Print tsc_khz, when it differs from cpu_khzLen Brown2018-01-141-0/+6
* x86/tsc: Fix erroneous TSC rate on Skylake XeonLen Brown2018-01-141-1/+0
* x86/tsc: Future-proof native_calibrate_tsc()Len Brown2018-01-141-0/+2
* Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-131-10/+29
|\
| * x86/tsc: Mark cyc2ns_init() and detect_art() __initDou Liyang2017-11-101-2/+2
| * x86/tsc: Provide a means to disable TSC ARTmike.travis@hpe.com2017-10-161-2/+6
| * x86/timers: Make recalibrate_cpu_khz() voidDou Liyang2017-09-251-6/+2