Re: [patch V5 00/15] entry, x86, kvm: Generic entry/exit functionality for host and guest

From: Thomas Gleixner
Date: Fri Jul 24 2020 - 16:51:43 EST


Thomas Gleixner <tglx@xxxxxxxxxxxxx> writes:
> This is the 5th version of generic entry/exit functionality for host and
> guest.

I've merged the pile in two steps. Patch 1-5, i.e. the generic code is
here:

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/entry

and merged this branch and patch 6-15 into

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/entry

core/entry is immutable and any updates, changes go on top. It's meant
as a base for other architecture developers who want to fiddle with that
without having to get the x86 mess as well.

Thanks for all the help!

tglx