aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/bin/syscall-counts-record
diff options
context:
space:
mode:
authorBin Gao <bin.gao@linux.intel.com>2016-11-15 12:27:24 -0800
committerThomas Gleixner <tglx@linutronix.de>2016-11-18 10:58:31 +0100
commitf3a02ecebed7df7d5d68898628dea7a3bfcf03e3 (patch)
treeb8631d7c3aef3307b593e12b5e3255df138eac9d /tools/perf/scripts/python/bin/syscall-counts-record
parentx86/tsc: Mark Intel ATOM_GOLDMONT TSC reliable (diff)
downloadlinux-f3a02ecebed7df7d5d68898628dea7a3bfcf03e3.tar.gz
linux-f3a02ecebed7df7d5d68898628dea7a3bfcf03e3.zip
x86/tsc: Set TSC_KNOWN_FREQ and TSC_RELIABLE flags on Intel Atom SoCs
TSC on Intel Atom SoCs capable of determining TSC frequency by MSR is reliable and the frequency is known (provided by HW). On these platforms PIT/HPET is generally not available so calibration won't work at all and there is no other clocksource to act as a watchdog for the TSC, so we have no other choice than to trust it. Set both X86_FEATURE_TSC_KNOWN_FREQ and X86_FEATURE_TSC_RELIABLE flags to make sure the calibration is skipped and no watchdog is required. Signed-off-by: Bin Gao <bin.gao@intel.com> Cc: Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/r/1479241644-234277-5-git-send-email-bin.gao@linux.intel.com Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'tools/perf/scripts/python/bin/syscall-counts-record')
0 files changed, 0 insertions, 0 deletions
>Steven J. Hill2-0/+11 2017-09-04MIPS: Octeon: Make CSR functions node aware.Steven J. Hill1-0/+28 2017-09-04MIPS: Octeon: Watchdog registers for 70xx, 73xx, 78xx, F75xx.Steven J. Hill1-0/+10 2017-09-04watchdog: octeon-wdt: Remove old boot vector code.Steven J. Hill2-132/+44 2017-09-04MIPS: Octeon: Add support for accessing the boot vector.Steven J. Hill5-1/+334 2017-09-04MIPS: lantiq: Remove the arch/mips/lantiq/xway/reset.c implementationMartin Blumenstingl3-148/+2 2017-09-04MIPS: lantiq: remove old USB PHY initialisationHauke Mehrtens1-43/+0 2017-09-04phy: Add an USB PHY driver for the Lantiq SoCs using the RCU moduleHauke Mehrtens7-19/+324 2017-09-04MIPS: lantiq: remove old GPHY loader codeHauke Mehrtens3-221/+0 2017-09-04MIPS: lantiq: Add a GPHY driver which uses the RCU syscon-mfdMartin Blumenstingl5-2/+316 2017-09-04MIPS: lantiq: remove old reset controller implementationHauke Mehrtens1-68/+0 2017-09-04reset: Add a reset controller driver for the Lantiq XWAY based SoCsMartin Blumenstingl4-0/+249 2017-09-04MIPS: lantiq: Replace ltq_boot_select() with dummy implementation.Ralf Baechle1-5/+5 2017-09-04MIPS: lantiq: remove ltq_reset_cause() and ltq_boot_select()Hauke Mehrtens3-34/+0 2017-09-04MIPS: lantiq: Convert the fpi bus driver to a platform_driverHauke Mehrtens7-45/+121