Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933194Ab3CLRcK (ORCPT ); Tue, 12 Mar 2013 13:32:10 -0400 Received: from p3plsmtps2ded04.prod.phx3.secureserver.net ([208.109.80.198]:43879 "EHLO p3plsmtps2ded04.prod.phx3.secureserver.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932412Ab3CLRcH (ORCPT ); Tue, 12 Mar 2013 13:32:07 -0400 x-originating-ip: 72.167.245.219 From: "K. Y. Srinivasan" To: gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org, devel@linuxdriverproject.org, olaf@aepfle.de, apw@canonical.com, jasowang@redhat.com Cc: "K. Y. Srinivasan" Subject: [PATCH RESEND 0/6] Drivers: hv Date: Tue, 12 Mar 2013 11:01:53 -0700 Message-Id: <1363111313-30201-1-git-send-email-kys@microsoft.com> X-Mailer: git-send-email 1.7.4.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1300 Lines: 30 This patch set enhances the balloon driver functionality to add support for memory "hot-add". Windows hosts use a combination of ballooning and hot-add to dynamically balance the available memory across competing virtual machines. With this, Linux guests can fully participate in the Windows Dynamic Memory protocol. Additionally, I have also fixed an issue in the Vmbus driver in the way the offer rescind message is handled. K. Y. Srinivasan (6): Drivers: hv: balloon: Do not request completion notification Drivers: hv: balloon: Execute balloon inflation in a separate context Drivers: hv: balloon: Execute hot-add code in a separate context Drivers: hv: balloon: Make the balloon driver not unloadable Drivers: hv: balloon: Implement hot-add functionality Drivers: hv: vmbus: Handle channel rescind message correctly drivers/hv/Kconfig | 2 +- drivers/hv/channel_mgmt.c | 11 + drivers/hv/hv_balloon.c | 467 +++++++++++++++++++++++++++++++++++++++----- 3 files changed, 426 insertions(+), 54 deletions(-) -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/