[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1377506916-26946-1-git-send-email-raghavendra.kt@linux.vnet.ibm.com>
Date: Mon, 26 Aug 2013 14:18:32 +0530
From: Raghavendra K T <raghavendra.kt@...ux.vnet.ibm.com>
To: <mingo@...hat.com>, <hpa@...or.com>, <x86@...nel.org>,
<gleb@...hat.com>, <pbonzini@...hat.com>
Cc: <jeremy@...p.org>, <konrad.wilk@...cle.com>,
<peterz@...radead.org>, <tglx@...utronix.de>, <agraf@...e.de>,
digitaleric@...gle.com, <riel@...hat.com>, <avi.kivity@...il.com>,
<habanero@...ux.vnet.ibm.com>, <chegu_vinod@...com>,
<ouyang@...pitt.edu>, <drjones@...hat.com>,
linux-doc@...r.kernel.org, <torvalds@...ux-foundation.org>,
<linux-kernel@...r.kernel.org>, <kvm@...r.kernel.org>,
<andi@...stfloor.org>, <virtualization@...ts.linux-foundation.org>,
<mtosatti@...hat.com>, <srivatsa.vaddagiri@...il.com>,
Raghavendra K T <raghavendra.kt@...ux.vnet.ibm.com>
Subject: [PATCH V13 0/4] Paravirtualized ticket spinlocks for KVM host
This series forms the kvm host part of paravirtual spinlock
based against kvm tree.
Please refer to https://lkml.org/lkml/2013/8/9/265 for
kvm guest and Xen, x86 part merged to -tip spinlocks.
Please note that:
kvm uapi: Add KICK_CPU and PV_UNHALT definition to uapi is a common patch
for both guest and host.
Changes since V12:
fold the patch 3 into patch 2 for bisection. (Eric Northup)
Raghavendra K T (3):
kvm uapi: Add KICK_CPU and PV_UNHALT definition to uapi
kvm hypervisor: Simplify kvm_for_each_vcpu with
kvm_irq_delivery_to_apic
Documentation/kvm : Add documentation on Hypercalls and features used
for PV spinlock
Srivatsa Vaddagiri (1):
kvm hypervisor : Add a hypercall to KVM hypervisor to support
pv-ticketlocks
Documentation/virtual/kvm/cpuid.txt | 4 ++++
Documentation/virtual/kvm/hypercalls.txt | 14 ++++++++++++++
arch/x86/include/asm/kvm_host.h | 5 +++++
arch/x86/include/uapi/asm/kvm_para.h | 1 +
arch/x86/kvm/cpuid.c | 3 ++-
arch/x86/kvm/lapic.c | 5 ++++-
arch/x86/kvm/x86.c | 31 ++++++++++++++++++++++++++++++-
include/uapi/linux/kvm_para.h | 1 +
8 files changed, 61 insertions(+), 3 deletions(-)
--
1.7.11.7
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists