From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755307AbbFKUnJ (ORCPT ); Thu, 11 Jun 2015 16:43:09 -0400 Received: from smtp-outbound-1.vmware.com ([208.91.2.12]:47359 "EHLO smtp-outbound-1.vmware.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752691AbbFKUnG (ORCPT ); Thu, 11 Jun 2015 16:43:06 -0400 From: "Philip P. Moltmann" To: dmitry.torokhov@gmail.com Cc: "Philip P. Moltmann" , gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org, xdeguillard@vmware.com, akpm@linux-foundation.org, pv-drivers@vmware.com Subject: [PATCH v2 0/9] Second revision of the performance improvement patch to the VMware balloon driver. Date: Thu, 11 Jun 2015 13:42:55 -0700 Message-Id: <1434055384-3192-1-git-send-email-moltmann@vmware.com> X-Mailer: git-send-email 2.4.3 In-Reply-To: <0150416205555.GA21618@dtor-ws> References: <0150416205555.GA21618@dtor-ws> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is the second revision of the path to the VMware balloon driver. The original was send to linux-kernl@vger.kernel.org on 4/14/2015 10.29 am PST. Please refer to the original change for an overview. This change addresses concern by Dmitry Totokhov. The patches in the patch series are: Philip P. Moltmann (5): VMware balloon: Show capabilities of balloon and resulting capabilities in the debug-fs node. VMware balloon: Do not limit the amount of frees and allocations in non-sleep mode. VMware balloon: Support 2m page ballooning. VMware balloon: Treat init like reset VMware balloon: Enable notification via VMCI Xavier Deguillard (4): VMware balloon: partially inline vmballoon_reserve_page. VMware balloon: Add support for balloon capabilities. VMware balloon: add batching to the vmw_balloon. VMware balloon: Update balloon target on each lock/unlock. drivers/misc/Kconfig | 2 +- drivers/misc/vmw_balloon.c | 954 ++++++++++++++++++++++++++++++++++----------- 2 files changed, 717 insertions(+), 239 deletions(-) -- 2.4.3