]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 9 Jul 2019 00:49:45 +0000 (17:49 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 9 Jul 2019 00:49:45 +0000 (17:49 -0700)
commit9cbbb13f9a00ab288d449fc658fb2a101744d090
tree5d6c28a0f5654b5bae84e65dbb5563049b7b497e
parentf19e8bb953cc6dbd0795e005c06baff304ab70e6
parent4dead9d9d0d58af16102747e3569b47b69b816af
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull x86 platform updayes from Ingo Molnar:
 "Most of the commits add ACRN hypervisor guest support, plus two
  cleanups"

* 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/jailhouse: Mark jailhouse_x2apic_available() as __init
  x86/platform/geode: Drop <linux/gpio.h> includes
  x86/acrn: Use HYPERVISOR_CALLBACK_VECTOR for ACRN guest upcall vector
  x86: Add support for Linux guests on an ACRN hypervisor
  x86/Kconfig: Add new X86_HV_CALLBACK_VECTOR config symbol
arch/x86/Kconfig
arch/x86/entry/entry_64.S
arch/x86/kernel/cpu/Makefile
arch/x86/kernel/irq.c
arch/x86/kernel/jailhouse.c
arch/x86/platform/geode/alix.c
arch/x86/platform/geode/geos.c
arch/x86/platform/geode/net5501.c
drivers/hv/Kconfig