summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/tsc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-091-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-071-15/+14Star
|\
| * x86: tsc: Rework time_cpufreq_notifier()Rafael J. Wysocki2019-04-251-15/+14Star
* | 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/+3Star
* x86/tsc: Fix mark_tsc_unstable()Peter Zijlstra2018-05-021-7/+5Star
* 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/+0Star
* 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-141-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/+2Star
| * x86/timers: Move the simple udelay calibration to tsc.hDou Liyang2017-09-251-0/+19
* | x86/smpboot: Make optimization of delay calibration work correctlyPavel Tatashin2017-11-071-5/+3Star
|/
* Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-041-2/+2
|\
| * x86/tsc: Call check_system_tsc_reliable() before unsynchronized_tsc()Zhenzhong Duan2017-06-221-2/+2
* | x86/tsc: Fold set_cyc2ns_scale() into callerArnd Bergmann2017-05-231-10/+4Star
* | sched/clock: Remove unused argument to sched_clock_idle_wakeup_event()Peter Zijlstra2017-05-151-1/+1
* | x86/tsc, sched/clock, clocksource: Use clocksource watchdog to provide stable...Peter Zijlstra2017-05-151-0/+10
* | x86/tsc: Feed refined TSC calibration into sched_clock()Peter Zijlstra2017-05-151-0/+5
* | x86/tsc: Fix sched_clock() syncPeter Zijlstra2017-05-151-5/+11
* | x86/tsc: Remodel cyc2ns to use seqcount_latch()Peter Zijlstra2017-05-151-137/+36Star
* | x86/tsc: Provide 'tsc=unstable' boot parameterPeter Zijlstra2017-05-151-0/+2
|/