All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/1] mm: hugetlb: fix stalls when a large number of hugepages are freed
@ 2014-04-07  8:23 Masayoshi Mizuma
  0 siblings, 0 replies; only message in thread
From: Masayoshi Mizuma @ 2014-04-07  8:23 UTC (permalink / raw)
  To: linux-mm
  Cc: akpm, iamjoonsoo.kim, mhocko, liwanp, aneesh.kumar,
	kosaki.motohiro, n-horiguchi

Hi,

This patch will fix a long stalling when a large number of hugepages are freed.

* Changes in v2
- The subject is changed.
- Adding cond_resched_lock() in return_unused_surplus_pages().
  Because when freeing a number of surplus pages, same problems happen.

Thanks,
Masayoshi Mizuma

Masayoshi Mizuma (1):
      mm: hugetlb: fix stalling when a large number of hugepages are freed

 mm/hugetlb.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-04-07  8:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-07  8:23 [PATCH v2 0/1] mm: hugetlb: fix stalls when a large number of hugepages are freed Masayoshi Mizuma

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.