linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org,
	Thomas Gleixner <tglx@linutronix.de>,
	Borislav Petkov <bp@alien8.de>,
	Peter Zijlstra <peterz@infradead.org>,
	Andrew Morton <akpm@linux-foundation.org>
Subject: [GIT PULL] x86/apic changes for v5.14
Date: Mon, 28 Jun 2021 09:16:19 +0200	[thread overview]
Message-ID: <YNl3QyBaWSwC9X/H@gmail.com> (raw)

Linus,

Please pull the latest x86/apic git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-apic-2021-06-28

   # HEAD: 1dcc917a0eed934c522d93bb05a9a7bb3c54f96c x86/idt: Rework IDT setup for boot CPU

CPU setup code changes:

 - Clean up & simplify AP exception handling setup.

 - Consolidate the disjoint IDT setup code living in
   idt_setup_traps() and idt_setup_ist_traps() into
   a single idt_setup_traps() initialization function
   and call it before cpu_init().

 Thanks,

	Ingo

------------------>
Borislav Petkov (1):
      x86/cpu: Init AP exception handling from cpu_init_secondary()

Thomas Gleixner (1):
      x86/idt: Rework IDT setup for boot CPU


 arch/x86/include/asm/desc.h      |  2 --
 arch/x86/include/asm/processor.h |  1 +
 arch/x86/kernel/cpu/common.c     | 28 +++++++++++++++-------------
 arch/x86/kernel/idt.c            | 40 ++++++++++++----------------------------
 arch/x86/kernel/smpboot.c        |  3 +--
 arch/x86/kernel/traps.c          |  9 +++------
 6 files changed, 32 insertions(+), 51 deletions(-)

             reply	other threads:[~2021-06-28  7:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-28  7:16 Ingo Molnar [this message]
2021-06-28 20:33 ` [GIT PULL] x86/apic changes for v5.14 pr-tracker-bot

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=YNl3QyBaWSwC9X/H@gmail.com \
    --to=mingo@kernel.org \
    --cc=akpm@linux-foundation.org \
    --cc=bp@alien8.de \
    --cc=linux-kernel@vger.kernel.org \
    --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).