From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755988AbbHYUMG (ORCPT ); Tue, 25 Aug 2015 16:12:06 -0400 Received: from mga01.intel.com ([192.55.52.88]:27585 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751816AbbHYUMD (ORCPT ); Tue, 25 Aug 2015 16:12:03 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,747,1437462000"; d="scan'208";a="775533962" Subject: [PATCH 00/11] x86, fpu: XSAVE cleanups and sanity checks To: dave@sr71.net Cc: mingo@redhat.com, x86@kernel.org, bp@alien8.de, fenghua.yu@intel.com, tim.c.chen@linux.intel.com, linux-kernel@vger.kernel.org From: Dave Hansen Date: Tue, 25 Aug 2015 13:12:01 -0700 Message-Id: <20150825201201.CF766C1B@viggo.jf.intel.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org These patches make some updates to the x86 XSAVE code. There are basically 5 things going on here: * removal of the LWP (lightweight profiling) code * naming and type cleanups * removal of xfeatures_nr variable * addition of AVX-512 C structures * new sanity checks of XSAVE buffer sizing Cc: Ingo Molnar Cc: x86@kernel.org Cc: Borislav Petkov Cc: Fenghua Yu Cc: Tim Chen Cc: linux-kernel@vger.kernel.org