From 2702856bf45c82cf8e69f2064f5aa15c0ceb6359 Mon Sep 17 00:00:00 2001 From: Andrew Senkevich Date: Mon, 19 Dec 2016 13:20:31 +0300 Subject: Disable TSX on some Haswell processors. Patch disables Intel TSX on some Haswell processors to avoid TSX on kernels that weren't updated with the latest microcode package (which disables broken feature by default). * sysdeps/x86/cpu-features.c (get_common_indeces): Add stepping identification. (init_cpu_features): Add handle of Haswell. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8782df9c88..6a27320113 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2016-12-19 Andrew Senkevich + + * sysdeps/x86/cpu-features.c (get_common_indeces): Add + stepping identification. + (init_cpu_features): Add handle of Haswell. + 2016-11-25 Jim Meyering [BZ #20386] -- cgit 1.4.1