Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1163593
| Path | csiph.com!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | "Philip P. Moltmann" <moltmann@vmware.com> |
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/9] Second revision of the performance improvement patch to the VMware balloon driver. |
| Date | Thu, 11 Jun 2015 22:50:02 +0200 |
| Message-ID | <pAhAe-fl-3@gated-at.bofh.it> (permalink) |
| References | <pAhAe-fl-13@gated-at.bofh.it> |
| X-Original-To | dmitry.torokhov@gmail.com |
| X-Mailer | git-send-email 2.4.3 |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 35 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | "Philip P. Moltmann" <moltmann@vmware.com>, gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org, xdeguillard@vmware.com, akpm@linux-foundation.org, pv-drivers@vmware.com |
| X-Original-Date | Thu, 11 Jun 2015 13:42:55 -0700 |
| X-Original-Message-ID | <1434055384-3192-1-git-send-email-moltmann@vmware.com> |
| X-Original-References | <0150416205555.GA21618@dtor-ws> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | aioe.org linux.kernel:1163593 |
Show key headers only | View raw
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
--
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/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 0/9] Second revision of the performance improvement patch to the VMware balloon driver. "Philip P. Moltmann" <moltmann@vmware.com> - 2015-06-11 22:50 +0200 [PATCH v2 9/9] VMware balloon: Enable notification via VMCI "Philip P. Moltmann" <moltmann@vmware.com> - 2015-06-11 22:50 +0200 [PATCH v2 2/9] VMware balloon: Add support for balloon capabilities. "Philip P. Moltmann" <moltmann@vmware.com> - 2015-06-11 22:50 +0200 [PATCH v2 6/9] VMware balloon: Do not limit the amount of frees and allocations in non-sleep mode. "Philip P. Moltmann" <moltmann@vmware.com> - 2015-06-11 22:50 +0200 [PATCH v2 7/9] VMware balloon: Support 2m page ballooning. "Philip P. Moltmann" <moltmann@vmware.com> - 2015-06-11 22:50 +0200 [PATCH v2 3/9] VMware balloon: add batching to the vmw_balloon. "Philip P. Moltmann" <moltmann@vmware.com> - 2015-06-11 22:50 +0200 [PATCH v2 5/9] VMware balloon: Show capabilities of balloon and resulting capabilities in the debug-fs node. "Philip P. Moltmann" <moltmann@vmware.com> - 2015-06-11 22:50 +0200
csiph-web