Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1207940
| From | Philip Moltmann <moltmann@vmware.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v5 0/7] Fifth revision of the performance improvement patch to the VMware balloon driver |
| Date | 2015-08-15 01:30 +0200 |
| Message-ID | <pXwA9-8kZ-7@gated-at.bofh.it> (permalink) |
| References | <pXwA9-8kZ-9@gated-at.bofh.it> <pUBG2-5pj-31@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi,
will v5 1/7 - 7/7 be considered for Linux 4.2 ?
Philip
________________________________________
From: Philip P. Moltmann <moltmann@vmware.com>
Sent: Thursday, August 6, 2015 3:17 PM
To: gregkh@linuxfoundation.org
Cc: Philip Moltmann; dmitry.torokhov@gmail.com; linux-kernel@vger.kernel.org; Xavier Deguillard; akpm@linux-foundation.org; pv-drivers@vmware.com
Subject: [PATCH v5 0/7] Fifth revision of the performance improvement patch to the VMware balloon driver
This is the fifth revision fo the path to the VMWare balloon driver. The original
was send to linux-kernel@vger.kernel.org on 4/14/15 10.29 am PST. Please refer to
the original change for an overview.
v1:
- Initial implementation
v2
- Address suggestions by Dmitry Totoknov
- Use UINT_MAX as "infitite" rate instead of special casing -1
v3:
- Change commit comment for step 6 to better explain what impact ballooning has
on the VM performance.
v4:
- Add missing include header <linux/vmalloc.h> in step 3
v5:
- Moved to from git/torvalds/linux master to git/gregkh/char-misc char-misc-next
(4816693286d4ff9219b1cc72c2ab9c589448ebcb) and remove already applied steps
1/9 and 2/9. That changes the numbering of the patches. 3/9 is now 1/7, 4/9 is
not 2/7, etc. There were no merge issues during this transition.
Testing done: recompiled, installed, rebooted and make sure ballooning still
works
Thanks
Philip
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 (2):
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 | 843 +++++++++++++++++++++++++++++++++++----------
2 files changed, 662 insertions(+), 183 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 — Previous in thread | Next in thread | Find similar | Unroll thread
Re: [PATCH v3 3/9] VMware balloon: add batching to the vmw_balloon. Greg KH <gregkh@linuxfoundation.org> - 2015-08-05 22:20 +0200
[PATCH v4 3/9] VMware balloon: add batching to the vmw_balloon. "Philip P. Moltmann" <moltmann@vmware.com> - 2015-08-06 00:40 +0200
Re: [PATCH v4 3/9] VMware balloon: add batching to the vmw_balloon. Philip Moltmann <moltmann@vmware.com> - 2015-08-06 00:50 +0200
Re: [PATCH v4 3/9] VMware balloon: add batching to the vmw_balloon. "gregkh@linuxfoundation.org" <gregkh@linuxfoundation.org> - 2015-08-06 01:30 +0200
[PATCH v4 0/9] Fourth revision of the performance improvement patch to the VMware balloon driver "Philip P. Moltmann" <moltmann@vmware.com> - 2015-08-06 22:40 +0200
[PATCH v4 5/9] VMware balloon: Show capabilities of balloon and resulting capabilities in the debug-fs node. "Philip P. Moltmann" <moltmann@vmware.com> - 2015-08-06 22:40 +0200
[PATCH v4 6/9] VMware balloon: Do not limit the amount of frees and allocations in non-sleep mode. "Philip P. Moltmann" <moltmann@vmware.com> - 2015-08-06 22:40 +0200
[PATCH v4 8/9] VMware balloon: Treat init like reset "Philip P. Moltmann" <moltmann@vmware.com> - 2015-08-06 22:40 +0200
[PATCH v4 4/9] VMware balloon: Update balloon target on each lock/unlock. "Philip P. Moltmann" <moltmann@vmware.com> - 2015-08-06 22:40 +0200
[PATCH v4 1/9] VMware balloon: partially inline vmballoon_reserve_page. "Philip P. Moltmann" <moltmann@vmware.com> - 2015-08-06 22:40 +0200
Re: [PATCH v4 1/9] VMware balloon: partially inline vmballoon_reserve_page. Greg KH <gregkh@linuxfoundation.org> - 2015-08-06 23:10 +0200
[PATCH v5 0/7] Fifth revision of the performance improvement patch to the VMware balloon driver "Philip P. Moltmann" <moltmann@vmware.com> - 2015-08-07 00:30 +0200
[PATCH v5 4/7] VMware balloon: Do not limit the amount of frees and allocations in non-sleep mode. "Philip P. Moltmann" <moltmann@vmware.com> - 2015-08-07 00:30 +0200
[PATCH v5 2/7] VMware balloon: Update balloon target on each lock/unlock. "Philip P. Moltmann" <moltmann@vmware.com> - 2015-08-07 00:30 +0200
[PATCH v5 6/7] VMware balloon: Treat init like reset "Philip P. Moltmann" <moltmann@vmware.com> - 2015-08-07 00:30 +0200
[PATCH v5 5/7] VMware balloon: Support 2m page ballooning. "Philip P. Moltmann" <moltmann@vmware.com> - 2015-08-07 00:30 +0200
[PATCH v5 1/7] VMware balloon: add batching to the vmw_balloon. "Philip P. Moltmann" <moltmann@vmware.com> - 2015-08-07 00:30 +0200
[PATCH v5 7/7] VMware balloon: Enable notification via VMCI "Philip P. Moltmann" <moltmann@vmware.com> - 2015-08-07 00:30 +0200
Re: [PATCH v5 0/7] Fifth revision of the performance improvement patch to the VMware balloon driver Philip Moltmann <moltmann@vmware.com> - 2015-08-15 01:30 +0200
[PATCH v4 3/9] VMware balloon: add batching to the vmw_balloon. "Philip P. Moltmann" <moltmann@vmware.com> - 2015-08-06 22:40 +0200
[PATCH v4 2/9] VMware balloon: Add support for balloon capabilities. "Philip P. Moltmann" <moltmann@vmware.com> - 2015-08-06 22:40 +0200
[PATCH v4 7/9] VMware balloon: Support 2m page ballooning. "Philip P. Moltmann" <moltmann@vmware.com> - 2015-08-06 22:40 +0200
[PATCH v4 9/9] VMware balloon: Enable notification via VMCI "Philip P. Moltmann" <moltmann@vmware.com> - 2015-08-06 22:40 +0200
Re: [PATCH v4 3/9] VMware balloon: add batching to the vmw_balloon. Greg KH <gregkh@linuxfoundation.org> - 2015-08-06 00:50 +0200
csiph-web