[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200225220801.571835584@linutronix.de>
Date: Tue, 25 Feb 2020 23:08:01 +0100
From: Thomas Gleixner <tglx@...utronix.de>
To: LKML <linux-kernel@...r.kernel.org>
Cc: x86@...nel.org, Steven Rostedt <rostedt@...dmis.org>,
Brian Gerst <brgerst@...il.com>,
Juergen Gross <jgross@...e.com>,
Paolo Bonzini <pbonzini@...hat.com>,
Arnd Bergmann <arnd@...db.de>
Subject: [patch 0/8] x86/entry: Consolidation - Part II
Hi!
This is the second batch of a 73 patches series which consolidates the x86
entry code. The larger explanation is in the part I cover letter:
https://lore.kernel.org/r/20200225213636.689276920@linutronix.de
I applies on top of part I which can be found via the above link.
This part cleans up the entry code and lifts the irq tracing and entry/exit
work into C, which is a preliminary to make especially the exit work a
generic infrastructure.
It has some rough edges as some of the ASM code is shared with
exceptions/traps/interrupts, which will be addressed in later parts of the
series.
This applies on top of part one which is available here:
git://git.kernel.org/pub/scm/linux/kernel/git/tglx/devel.git entry-v1-part1
To get both part 1 and part 2 pull from here:
git://git.kernel.org/pub/scm/linux/kernel/git/tglx/devel.git entry-v1-part2
Thanks,
tglx
8<---------------
common.c | 82 ++++++++++++++++++++++++++++++++++++++++--------------
entry_32.S | 24 ++-------------
entry_64.S | 6 ---
entry_64_compat.S | 32 +++------------------
4 files changed, 71 insertions(+), 73 deletions(-)
Powered by blists - more mailing lists