[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <YNl3QyBaWSwC9X/H@gmail.com>
Date: Mon, 28 Jun 2021 09:16:19 +0200
From: Ingo Molnar <mingo@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, Thomas Gleixner <tglx@...utronix.de>,
Borislav Petkov <bp@...en8.de>,
Peter Zijlstra <peterz@...radead.org>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: [GIT PULL] x86/apic changes for v5.14
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(-)
Powered by blists - more mailing lists