All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] Use ballooned pages for gntdev
@ 2011-03-09 23:07 Daniel De Graaf
  2011-03-09 23:07 ` [PATCH 1/3] xen-balloon: Move core balloon functionality out of module Daniel De Graaf
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Daniel De Graaf @ 2011-03-09 23:07 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk; +Cc: xen-devel, Ian.Campbell

Split up the balloon module, similar to how grants and events are
handled. This allow gntdev to use ballooned pages without adding a
dependency on the balloon module.

The interface is slightly different from that exposed in 2.6.32; the
page vector is allocated by the caller, not by the balloon driver. This
allows more freedom in how the returned pages are used, since they do
not all have to be returned to the balloon driver at the same time. It
also tries to reuse already ballooned pages rather than always
ballooning new pages to ensure they are in low memory as the 2.6.32
version did.

Changes since v1:
	* Rebased on konrad/devel/{balloon-hotplug,next-2.6.38} merge
	* Better function names
	* Adjust balloon stats for requested pages

[PATCH 1/3] xen-balloon: Move core balloon functionality out of module
[PATCH 2/3] xen-balloon: Add interface to retrieve ballooned pages
[PATCH 3/3] xen-gntdev: Use ballooned pages for grant mappings

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2011-03-10 18:50 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-09 23:07 [PATCH v2] Use ballooned pages for gntdev Daniel De Graaf
2011-03-09 23:07 ` [PATCH 1/3] xen-balloon: Move core balloon functionality out of module Daniel De Graaf
2011-03-09 23:07 ` [PATCH 2/3] xen-balloon: Add interface to retrieve ballooned pages Daniel De Graaf
2011-03-09 23:07 ` [PATCH 3/3] xen-gntdev: Use ballooned pages for grant mappings Daniel De Graaf
2011-03-10  9:18 ` [PATCH v2] Use ballooned pages for gntdev Ian Campbell
2011-03-10 14:56   ` Daniel De Graaf
2011-03-10 15:57     ` Ian Campbell
2011-03-10 16:10       ` Daniel De Graaf
2011-03-10 16:22         ` Ian Campbell
2011-03-10 18:24           ` Daniel De Graaf
2011-03-10 18:50             ` Konrad Rzeszutek Wilk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.