mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/2] Drivers: hv: balloon
@ 2013-03-16 21:41 K. Y. Srinivasan
  2013-03-16 21:42 ` [PATCH 1/2] mm: Export split_page() K. Y. Srinivasan
  0 siblings, 1 reply; 12+ messages in thread
From: K. Y. Srinivasan @ 2013-03-16 21:41 UTC (permalink / raw)
  To: gregkh, linux-kernel, devel, olaf, apw, andi, akpm, linux-mm,
	kamezawa.hiroyuki, mhocko, hannes, yinghan
  Cc: K. Y. Srinivasan

Support 2M page allocations when memory is ballooned out of the
guest. Hyper-V Dynamic Memory protocol is optimized around the ability
to move memory in 2M chunks.

K. Y. Srinivasan (2):
  mm: Export split_page()
  Drivers: hv: balloon: Support 2M page allocations for ballooning

 drivers/hv/hv_balloon.c |   18 ++++++++++++++++--
 mm/page_alloc.c         |    1 +
 2 files changed, 17 insertions(+), 2 deletions(-)

-- 
1.7.4.1


^ permalink raw reply	[flat|nested] 12+ messages in thread
* [PATCH 0/2] Drivers: hv: balloon
@ 2013-02-08 23:56 K. Y. Srinivasan
  0 siblings, 0 replies; 12+ messages in thread
From: K. Y. Srinivasan @ 2013-02-08 23:56 UTC (permalink / raw)
  To: gregkh, linux-kernel, devel, olaf, apw, jasowang; +Cc: K. Y. Srinivasan

Make furher adjustments to memory pressure reporting and computation.
In the current code, we begin to report pressure soon after the balloon driver
loads and typically report a very low pressure until the system is fully
operational. To avoid having the host take memory balancing decisions on
data that does not fully reflect the memory pressure, delay reporting the
pressure. Additionally, implement a floor for ballooning based on the amount
of memory being managed.

K. Y. Srinivasan (2):
  Drivers: hv: balloon: Add a parameter to delay pressure reporting
  Drivers: hv: balloon: Prevent the host from ballooning the guest too
    low

 drivers/hv/hv_balloon.c |   48 ++++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 45 insertions(+), 3 deletions(-)

-- 
1.7.4.1


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

end of thread, other threads:[~2013-03-18 16:29 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-16 21:41 [PATCH 0/2] Drivers: hv: balloon K. Y. Srinivasan
2013-03-16 21:42 ` [PATCH 1/2] mm: Export split_page() K. Y. Srinivasan
2013-03-16 21:42   ` [PATCH 2/2] Drivers: hv: balloon: Support 2M page allocations for ballooning K. Y. Srinivasan
2013-03-18 10:52     ` Michal Hocko
2013-03-18 11:01       ` Michal Hocko
2013-03-18 13:44       ` KY Srinivasan
2013-03-18 14:13         ` Michal Hocko
2013-03-18 15:08           ` KY Srinivasan
2013-03-18 16:29             ` Michal Hocko
2013-03-18 11:03   ` [PATCH 1/2] mm: Export split_page() Michal Hocko
2013-03-18 13:28     ` KY Srinivasan
  -- strict thread matches above, loose matches on Subject: below --
2013-02-08 23:56 [PATCH 0/2] Drivers: hv: balloon K. Y. Srinivasan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome