[PATCH 0/5] X86: Hyper-V: APIC enlightenments

From: kys
Date: Wed Apr 25 2018 - 14:12:21 EST


From: "K. Y. Srinivasan" <kys@xxxxxxxxxxxxx>

Implement APIC related enlightenments.

K. Y. Srinivasan (5):
X86: Hyper-V: Enlighten APIC access
X86: Hyper-V: Enable IPI enlightenments
X86: Hyper-V: Enhanced IPI enlightenment
X86: Hyper-V: Consolidate code for converting cpumask to vpset
X86: Hyper-V: Consolidate the allocation of the hypercall input page

arch/x86/hyperv/Makefile | 2 +-
arch/x86/hyperv/hv_apic.c | 268 +++++++++++++++++++++++++++++++++++++
arch/x86/hyperv/hv_init.c | 22 ++-
arch/x86/hyperv/mmu.c | 78 ++---------
arch/x86/include/asm/hyperv-tlfs.h | 12 +-
arch/x86/include/asm/mshyperv.h | 47 ++++++-
6 files changed, 356 insertions(+), 73 deletions(-)
create mode 100644 arch/x86/hyperv/hv_apic.c

--
2.15.1