linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [RFC 0/3] zsmalloc: make its pages movable
@ 2015-10-08  6:35 Hui Zhu
  2015-10-08  6:35 ` [PATCH 1/3] page: add new flags "PG_movable" and add interfaces to control these pages Hui Zhu
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Hui Zhu @ 2015-10-08  6:35 UTC (permalink / raw)
  To: Minchan Kim, Nitin Gupta, Sergey Senozhatsky, Andrew Morton,
	Kirill A. Shutemov, Mel Gorman, Dave Hansen, Johannes Weiner,
	Michal Hocko, Konstantin Khlebnikov, Andrea Arcangeli,
	Alexander Duyck, Tejun Heo, Joonsoo Kim, Naoya Horiguchi,
	Jennifer Herbert, Hugh Dickins, Vladimir Davydov, Vlastimil Babka,
	David Rientjes, Sasha Levin, Steven Rostedt (Red Hat),
	Aneesh Kumar K.V, Wanpeng Li, Geert Uytterhoeven, Greg Thelen,
	Al Viro, linux-kernel, linux-mm
  Cc: teawater, Hui Zhu

As the discussion in the list, the zsmalloc introduce some problems
around pages because its pages are unmovable.

These patches introduced page move function to zsmalloc.  And they also
add interface to struct page.

Hui Zhu (3):
page: add new flags "PG_movable" and add interfaces to control these pages
zsmalloc: mark its page "PG_movable"
zram: make create "__GFP_MOVABLE" pool
 drivers/block/zram/zram_drv.c |    4 
 include/linux/mm_types.h      |   11 +
 include/linux/page-flags.h    |    3 
 mm/compaction.c               |    6 
 mm/debug.c                    |    1 
 mm/migrate.c                  |   17 +
 mm/vmscan.c                   |    2 
 mm/zsmalloc.c                 |  409 ++++++++++++++++++++++++++++++++++++++++--
 8 files changed, 428 insertions(+), 25 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] 7+ messages in thread

end of thread, other threads:[~2015-10-08  7:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-08  6:35 [RFC 0/3] zsmalloc: make its pages movable Hui Zhu
2015-10-08  6:35 ` [PATCH 1/3] page: add new flags "PG_movable" and add interfaces to control these pages Hui Zhu
2015-10-08  7:23   ` Vlastimil Babka
2015-10-08  7:24   ` Kirill A. Shutemov
2015-10-08  6:35 ` [PATCH 2/3] zsmalloc: mark its page "PG_movable" Hui Zhu
2015-10-08  6:35 ` [PATCH 3/3] zram: make create "__GFP_MOVABLE" pool Hui Zhu
2015-10-08  7:03 ` [RFC 0/3] zsmalloc: make its pages movable Sergey Senozhatsky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).