From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752823AbdJaMSJ (ORCPT ); Tue, 31 Oct 2017 08:18:09 -0400 Received: from mail-wr0-f195.google.com ([209.85.128.195]:53022 "EHLO mail-wr0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751229AbdJaMSH (ORCPT ); Tue, 31 Oct 2017 08:18:07 -0400 X-Google-Smtp-Source: ABhQp+R3eFKRbsazTaxnokDj7ZSHqEglPmH8XDYel4bhwibOcNDIe3wyHuxhjRfkl8Q6AKR3JhIzNw== From: Ingo Molnar To: linux-kernel@vger.kernel.org Cc: Andrew Morton , Andy Lutomirski , Borislav Petkov , "H . Peter Anvin" , Linus Torvalds , Peter Zijlstra , Thomas Gleixner Subject: [PATCH 0/3] x86/cpufeatures: Clean up the X86_FEATURE definitions Date: Tue, 31 Oct 2017 13:17:20 +0100 Message-Id: <20171031121723.28524-1-mingo@kernel.org> X-Mailer: git-send-email 2.14.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The addition of the SSE/AVX/AVX512 CPU feature bits made me look at the arch/x86/include/asm/cpufeatures.h file again, and admittedly it got quite messy over the years, so clean it all up. Gayatri Kammela (1): x86/cpufeatures: Enable new SSE/AVX/AVX512 CPU features Ingo Molnar (2): x86/cpufeatures: Re-tabulate the X86_FEATURE definitions x86/cpufeatures: Fix various details in the feature definitions arch/x86/include/asm/cpufeatures.h | 539 +++++++++++++++++++++++++++++---------------------------- arch/x86/kernel/cpu/cpuid-deps.c | 6 + 2 files changed, 278 insertions(+), 267 deletions(-) -- 2.14.1