aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorTony Luck <tony.luck@intel.com>2019-12-16 13:42:54 -0800
committerBorislav Petkov <bp@suse.de>2020-01-08 11:29:25 +0100
commitf444a5ff95dce07cf4353cbb85fc3e785019d430 (patch)
tree028332dd5f3c84140bc8ec91bc705b39f0546e1d /tools/perf/scripts/python/export-to-sqlite.py
parentx86/context-tracking: Remove exception_enter/exit() from KVM_PV_REASON_PAGE_N... (diff)
downloadlinux-f444a5ff95dce07cf4353cbb85fc3e785019d430.tar.gz
linux-f444a5ff95dce07cf4353cbb85fc3e785019d430.zip
x86/cpufeatures: Add support for fast short REP; MOVSB
>From the Intel Optimization Reference Manual: 3.7.6.1 Fast Short REP MOVSB Beginning with processors based on Ice Lake Client microarchitecture, REP MOVSB performance of short operations is enhanced. The enhancement applies to string lengths between 1 and 128 bytes long. Support for fast-short REP MOVSB is enumerated by the CPUID feature flag: CPUID [EAX=7H, ECX=0H).EDX.FAST_SHORT_REP_MOVSB[bit 4] = 1. There is no change in the REP STOS performance. Add an X86_FEATURE_FSRM flag for this. memmove() avoids REP MOVSB for short (< 32 byte) copies. Check FSRM and use REP MOVSB for short copies on systems that support it. [ bp: Massage and add comment. ] Signed-off-by: Tony Luck <tony.luck@intel.com> Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lkml.kernel.org/r/20191216214254.26492-1-tony.luck@intel.com
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions
ab8500-debugfs: Make it explicitly non-modularPaul Gortmaker1-19/+2 2016-11-29mfd: ab8500-core: Make it explicitly non-modularPaul Gortmaker1-31/+6 2016-11-29mfd: ab3100-core: Make it explicitly non-modularPaul Gortmaker1-36/+3 2016-11-29mfd: si476x-i2c: Fix spelling mistakes "Failet" and "gett"Colin Ian King1-1/+1 2016-11-29mfd: arizona: Use irq_find_mapping when appropriateCharles Keepax1-4/+4 2016-11-29mfd: wm8994-core: Don't use managed regulator bulk get APIViresh Kumar1-3/+11 2016-11-29mfd: davinci_voicecodec: Tidyup header difinitionsKuninori Morimoto2-4/+1 2016-11-29mfd: wm5102: Remove spurious trailing spacesRichard Fitzgerald1-706/+706 2016-11-29mfd: sun4i-gpadc: Fix 'cast from pointer to integer of different size' warningLee Jones1-1/+1 2016-11-29mfd: axp20x-i2c: Add i2c-ids to fix module auto-loadingHans de Goede1-3/+4 2016-11-29mfd: syscon: Support native-endian regmapsPaul Burton1-1/+3 2016-11-29mfd: rk808: RK818 uses DEV_OFF to power off suppliesJianhong Chen2-1/+23 2016-11-29mfd: fsl-imx25-tsadc: Fix module autoload when registered via OFJavier Martinez Canillas1-0/+1 2016-11-29mfd: hi655x-pmic: Fix module autoload when registered via OFJavier Martinez Canillas1-0/+1 2016-11-29mfd: abx500-core: Allow driver to built if COMPILE_TEST is enabledJavier Martinez Canillas1-1/+1 2016-11-29mfd: exynos-lpass: Add hardware dependencyJean Delvare1-0/+1 2016-11-29mfd: tps65912: Move regmap config into core driverArnd Bergmann2-15/+18 2016-11-29mfd: wm8994-core: Disable regulators before removing themViresh Kumar1-1/+1 2016-11-29mfd: wm8994-core: Don't split lines unnecessarilyViresh Kumar1-4/+2 2016-11-29mfd: Enable compile testing for max77620 and max77686Krzysztof Kozlowski1-2/+2 2016-11-29mfd: tc3589x: Improve function-level documentationJulia Lawall1-2/+2 2016-11-29mfd: Add support for Allwinner SoCs ADCQuentin Schulz4-0/+291