From: Ingo Molnar <mingo@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org,
Thomas Gleixner <tglx@linutronix.de>,
Borislav Petkov <bp@alien8.de>,
Peter Zijlstra <a.p.zijlstra@chello.nl>,
Andrew Morton <akpm@linux-foundation.org>
Subject: [GIT PULL] x86/platform changes for v5.3
Date: Mon, 8 Jul 2019 18:19:51 +0200 [thread overview]
Message-ID: <20190708161951.GA27443@gmail.com> (raw)
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
next reply other threads:[~2019-07-08 16:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-08 16:19 Ingo Molnar [this message]
2019-07-09 1:45 ` [GIT PULL] x86/platform changes for v5.3 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190708161951.GA27443@gmail.com \
--to=mingo@kernel.org \
--cc=a.p.zijlstra@chello.nl \
--cc=akpm@linux-foundation.org \
--cc=bp@alien8.de \
--cc=linux-kernel@vger.kernel.org \
--cc=tglx@linutronix.de \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.