summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/tsc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'timers-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-02-211-5/+50
|\
| * clocksource: Enable TSC watchdog checking of HPET and PMTMR only when requestedPaul E. McKenney2023-02-061-2/+16
| * clocksource: Verify HPET and PMTMR when TSC unverifiedPaul E. McKenney2023-02-021-0/+5
| * x86/tsc: Add option to force frequency recalibration with HW timerFeng Tang2023-02-021-4/+30
* | Merge tag 'x86-cleanups-2023-02-20' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-02-211-7/+6
|\ \
| * | x86/tsc: Do feature check as the very first thingBorislav Petkov (AMD)2023-02-111-5/+5
| * | x86/tsc: Make recalibrate_cpu_khz() export GPL onlyBorislav Petkov (AMD)2023-02-111-2/+1
| |/
* / sched/clock/x86: Mark sched_clock() noinstrPeter Zijlstra2023-01-311-4/+3
|/
* x86/tsc: Make art_related_clocksource staticChen Lifu2022-10-171-1/+1
* x86/tsc: Be consistent about use_tsc_delay()Peter Zijlstra2022-03-151-3/+3
* x86/tsc: Disable clocksource watchdog for TSC on qualified platormsFeng Tang2021-12-021-4/+24
* clocksource: Reduce clocksource-skew thresholdPaul E. McKenney2021-06-221-0/+1
* clocksource: Check per-CPU clock synchronization when marked unstablePaul E. McKenney2021-06-221-1/+2
* Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-261-3/+3
|\
| * x86: Fix various typos in commentsIngo Molnar2021-03-181-3/+3
* | x86/paravirt: Switch time pvops functions to use static_call()Juergen Gross2021-03-111-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