Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754659AbbK0M3G (ORCPT ); Fri, 27 Nov 2015 07:29:06 -0500 Received: from outboundhk.mxmail.xiaomi.com ([207.226.244.122]:63555 "EHLO xiaomi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754132AbbK0M27 (ORCPT ); Fri, 27 Nov 2015 07:28:59 -0500 X-Greylist: delayed 908 seconds by postgrey-1.27 at vger.kernel.org; Fri, 27 Nov 2015 07:28:53 EST From: Hui Zhu To: Minchan Kim , Nitin Gupta , "Sergey Senozhatsky" , , CC: , Hui Zhu Subject: [PATCH v3 0/3] zsmalloc: make its pages can be migrated Date: Fri, 27 Nov 2015 20:12:28 +0800 Message-ID: <1448626351-27380-1-git-send-email-zhuhui@xiaomi.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.235.171.10] X-ClientProxiedBy: CNCAS3.mioffice.cn (10.237.8.133) To cnbox3.mioffice.cn (10.237.8.143) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 861 Lines: 21 These patches updated according to the review for the prev version [1]. So they are based on "[RFCv3 0/5] enable migration of driver pages" [2] and "[RFC zsmalloc 0/4] meta diet" [3]. Hui Zhu (3): zsmalloc: make struct can move zsmalloc: mark its page "PageMobile" zram: make create "__GFP_MOVABLE" pool [1] http://comments.gmane.org/gmane.linux.kernel.mm/140014 [2] https://lkml.org/lkml/2015/7/7/21 [3] https://lkml.org/lkml/2015/8/10/90 drivers/block/zram/zram_drv.c | 4 mm/zsmalloc.c | 392 +++++++++++++++++++++++++++++++++--------- 2 files changed, 316 insertions(+), 80 deletions(-) -- 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/