[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1457317513.git.luto@kernel.org>
Date: Sun, 6 Mar 2016 18:30:05 -0800
From: Andy Lutomirski <luto@...nel.org>
To: x86@...nel.org
Cc: linux-kernel@...r.kernel.org, Borislav Petkov <bp@...en8.de>,
Brian Gerst <brgerst@...il.com>,
Frédéric Weisbecker <fweisbec@...il.com>,
Andy Lutomirski <luto@...nel.org>
Subject: [PATCH 0/2] x86/entry: Do context tracking with IRQs off (finally!)
This provides no direct benefit by itself, but it finally lets us
apply some of the speedups that Paolo and possible Rik independently
wrote: we won't need an irqsave/irqrestore pair in the context
tracking code.
It should also let us remove the last callers of exception_enter in
x86 kernels, but that removal should probably wait until I carefully
re-read the page fault code.
Andy Lutomirski (2):
x86/entry/32: Change INT80 to be an interrupt gate
x86/entry: Do enter_from_user_mode with IRQs off
arch/x86/entry/common.c | 54 ++++++++++++--------------------------
arch/x86/entry/entry_32.S | 8 +++---
arch/x86/entry/entry_64_compat.S | 2 +-
arch/x86/include/asm/thread_info.h | 5 +++-
arch/x86/kernel/traps.c | 2 +-
5 files changed, 27 insertions(+), 44 deletions(-)
--
2.5.0
Powered by blists - more mailing lists