[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190708161951.GA27443@gmail.com>
Date: Mon, 8 Jul 2019 18:19:51 +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 <a.p.zijlstra@...llo.nl>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: [GIT PULL] x86/platform changes for v5.3
Linus,
Please pull the latest x86-platform-for-linus git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-platform-for-linus
# HEAD: d97ee99bf225d35a50ed8812c3d037b2ba7ad2ea x86/jailhouse: Mark jailhouse_x2apic_available() as __init
Most of the commits add ACRN hypervisor guest support, plus two cleanups.
out-of-topic modifications in x86-platform-for-linus:
-------------------------------------------------------
drivers/hv/Kconfig # ecca25029473: x86/Kconfig: Add new X86_HV_
Thanks,
Ingo
------------------>
Linus Walleij (1):
x86/platform/geode: Drop <linux/gpio.h> includes
Zhao Yakui (3):
x86/Kconfig: Add new X86_HV_CALLBACK_VECTOR config symbol
x86: Add support for Linux guests on an ACRN hypervisor
x86/acrn: Use HYPERVISOR_CALLBACK_VECTOR for ACRN guest upcall vector
Zhenzhong Duan (1):
x86/jailhouse: Mark jailhouse_x2apic_available() as __init
arch/x86/Kconfig | 14 ++++++++
arch/x86/entry/entry_64.S | 5 +++
arch/x86/include/asm/acrn.h | 11 +++++++
arch/x86/include/asm/hardirq.h | 2 +-
arch/x86/include/asm/hypervisor.h | 1 +
arch/x86/kernel/cpu/Makefile | 1 +
arch/x86/kernel/cpu/acrn.c | 69 +++++++++++++++++++++++++++++++++++++++
arch/x86/kernel/cpu/hypervisor.c | 4 +++
arch/x86/kernel/irq.c | 2 +-
arch/x86/kernel/jailhouse.c | 2 +-
arch/x86/platform/geode/alix.c | 1 -
arch/x86/platform/geode/geos.c | 1 -
arch/x86/platform/geode/net5501.c | 1 -
arch/x86/xen/Kconfig | 1 +
drivers/hv/Kconfig | 1 +
15 files changed, 110 insertions(+), 6 deletions(-)
create mode 100644 arch/x86/include/asm/acrn.h
create mode 100644 arch/x86/kernel/cpu/acrn.c
Powered by blists - more mailing lists