From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752235AbbB1SX2 (ORCPT ); Sat, 28 Feb 2015 13:23:28 -0500 Received: from p3plsmtps2ded03.prod.phx3.secureserver.net ([208.109.80.60]:34862 "EHLO p3plsmtps2ded03.prod.phx3.secureserver.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751232AbbB1SX1 (ORCPT ); Sat, 28 Feb 2015 13:23:27 -0500 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, vkuznets@redhat.com Cc: "K. Y. Srinivasan" Subject: [PATCH 0/7] Drivers: hv: Collection fixes and enhancements Date: Sat, 28 Feb 2015 11:38:41 -0800 Message-Id: <1425152321-4914-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 This patch-set has a collection of fixes to the balloon driver as well as some enhancements to the vmbus driver. Nick has implemented a feature for notifying the host in the event of a guest panic. I have implemented a couple of APIs for sending messages over the VMBUS that gives more control to the users. This will help enable batching of messages over VMBUS. K. Y. Srinivasan (3): Drivers: hv: vmbus: Use a round-robin algorithm for picking the outgoing channel Drivers: hv: vmbus: Suport an API to send pagebuffers with additional control Drivers: hv: vmbus: Suport an API to send packet with additional control Nick Meier (1): Drivers: hv: vmbus: Add support for VMBus panic notifier handler Vitaly Kuznetsov (3): Drivers: hv: hv_balloon: eliminate the trylock path in acquire/release_region_mutex Drivers: hv: hv_balloon: report offline pages as being used Drivers: hv: hv_balloon: refuse to balloon below the floor drivers/hv/channel.c | 76 ++++++++++++++++++++++++++++++------------- drivers/hv/channel_mgmt.c | 30 ++++++++-------- drivers/hv/hv_balloon.c | 79 +++++++++++++++++++++++--------------------- drivers/hv/hyperv_vmbus.h | 11 ++++++ drivers/hv/vmbus_drv.c | 36 ++++++++++++++++++++ include/linux/hyperv.h | 20 +++++++++++ 6 files changed, 176 insertions(+), 76 deletions(-) -- 1.7.4.1