linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@kernel.org>
To: linux-kernel@vger.kernel.org
Cc: Andrew Morton <akpm@linux-foundation.org>,
	Andy Lutomirski <luto@amacapital.net>,
	Borislav Petkov <bp@alien8.de>, "H . Peter Anvin" <hpa@zytor.com>,
	Linus Torvalds <torvalds@linux-foundation.org>,
	Peter Zijlstra <peterz@infradead.org>,
	Thomas Gleixner <tglx@linutronix.de>
Subject: [PATCH 0/3] x86/cpufeatures: Clean up the X86_FEATURE definitions
Date: Tue, 31 Oct 2017 13:17:20 +0100	[thread overview]
Message-ID: <20171031121723.28524-1-mingo@kernel.org> (raw)

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

             reply	other threads:[~2017-10-31 12:18 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-31 12:17 Ingo Molnar [this message]
2017-10-31 12:17 ` [PATCH 1/3] x86/cpufeatures: Enable new SSE/AVX/AVX512 CPU features Ingo Molnar
2017-10-31 12:17 ` [PATCH 2/3] x86/cpufeatures: Re-tabulate the X86_FEATURE definitions Ingo Molnar
2017-11-07 10:04   ` [tip:x86/asm] " tip-bot for Ingo Molnar
2017-10-31 12:17 ` [PATCH 3/3] x86/cpufeatures: Fix various details in the feature definitions Ingo Molnar
2017-11-07 10:05   ` [tip:x86/asm] " tip-bot for Ingo Molnar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171031121723.28524-1-mingo@kernel.org \
    --to=mingo@kernel.org \
    --cc=akpm@linux-foundation.org \
    --cc=bp@alien8.de \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=luto@amacapital.net \
    --cc=peterz@infradead.org \
    --cc=tglx@linutronix.de \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).