From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Gleixner Subject: [patch V5 00/15] entry, x86, kvm: Generic entry/exit functionality for host and guest Date: Wed, 22 Jul 2020 23:59:54 +0200 Message-ID: <20200722215954.464281930@linutronix.de> Content-Transfer-Encoding: 8-bit Return-path: Sender: linux-kernel-owner@vger.kernel.org To: LKML Cc: x86@kernel.org, linux-arch@vger.kernel.org, Will Deacon , Arnd Bergmann , Mark Rutland , Kees Cook , Keno Fischer , Paolo Bonzini , kvm@vger.kernel.org, Gabriel Krisman Bertazi , Sean Christopherson List-Id: linux-arch.vger.kernel.org This is the 5th version of generic entry/exit functionality for host and guest. The 4th version is available here: https://lore.kernel.org/r/20200721105706.030914876@linutronix.de Changes vs. V4: - Add the missing instrumentation prevetions to the entry Makefile (Kees) - Rename exit_to_guest to xfer_to_guest (Sean) The patches depend on: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/entry The lot is also available from git: git://git.kernel.org/pub/scm/linux/kernel/git/tglx/devel.git x86/entry Thanks, tglx From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39128 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1733043AbgGVWL0 (ORCPT ); Wed, 22 Jul 2020 18:11:26 -0400 Message-ID: <20200722215954.464281930@linutronix.de> Date: Wed, 22 Jul 2020 23:59:54 +0200 From: Thomas Gleixner Subject: [patch V5 00/15] entry, x86, kvm: Generic entry/exit functionality for host and guest Content-transfer-encoding: 8-bit Sender: linux-arch-owner@vger.kernel.org List-ID: To: LKML Cc: x86@kernel.org, linux-arch@vger.kernel.org, Will Deacon , Arnd Bergmann , Mark Rutland , Kees Cook , Keno Fischer , Paolo Bonzini , kvm@vger.kernel.org, Gabriel Krisman Bertazi , Sean Christopherson Message-ID: <20200722215954.VlbDwD8lnINUDS7nQ37fOABvz-Vp4hVfJ-QF-sgaDqA@z> This is the 5th version of generic entry/exit functionality for host and guest. The 4th version is available here: https://lore.kernel.org/r/20200721105706.030914876@linutronix.de Changes vs. V4: - Add the missing instrumentation prevetions to the entry Makefile (Kees) - Rename exit_to_guest to xfer_to_guest (Sean) The patches depend on: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/entry The lot is also available from git: git://git.kernel.org/pub/scm/linux/kernel/git/tglx/devel.git x86/entry Thanks, tglx