From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vladimir Davydov Subject: [PATCH RFC 0/2] Anonymous memory threshold notifications for memcg Date: Thu, 11 Sep 2014 19:41:48 +0400 Message-ID: Mime-Version: 1.0 Return-path: Sender: cgroups-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: Kamezawa Hiroyuki , Johannes Weiner , Michal Hocko , Greg Thelen , Hugh Dickins , Motohiro Kosaki , Glauber Costa , Tejun Heo , Andrew Morton , Pavel Emelianov , Konstantin Khorenko , linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org, cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Hi, This series introduces anonymous memory threshold notifications for memory cgroups. For rationale please see the comment to patch 2. I'm sending it to attract attention to the following thread: http://www.spinics.net/lists/linux-mm/msg78180.html Thanks, Vladimir From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-f182.google.com (mail-pd0-f182.google.com [209.85.192.182]) by kanga.kvack.org (Postfix) with ESMTP id 97C706B00AC for ; Thu, 11 Sep 2014 11:42:25 -0400 (EDT) Received: by mail-pd0-f182.google.com with SMTP id w10so8633247pde.27 for ; Thu, 11 Sep 2014 08:42:25 -0700 (PDT) Received: from mx2.parallels.com (mx2.parallels.com. [199.115.105.18]) by mx.google.com with ESMTPS id q1si2508679pdi.64.2014.09.11.08.42.24 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 11 Sep 2014 08:42:24 -0700 (PDT) From: Vladimir Davydov Subject: [PATCH RFC 0/2] Anonymous memory threshold notifications for memcg Date: Thu, 11 Sep 2014 19:41:48 +0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain Sender: owner-linux-mm@kvack.org List-ID: To: linux-kernel@vger.kernel.org Cc: Kamezawa Hiroyuki , Johannes Weiner , Michal Hocko , Greg Thelen , Hugh Dickins , Motohiro Kosaki , Glauber Costa , Tejun Heo , Andrew Morton , Pavel Emelianov , Konstantin Khorenko , linux-mm@kvack.org, cgroups@vger.kernel.org Hi, This series introduces anonymous memory threshold notifications for memory cgroups. For rationale please see the comment to patch 2. I'm sending it to attract attention to the following thread: http://www.spinics.net/lists/linux-mm/msg78180.html Thanks, Vladimir -- 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: email@kvack.org From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756499AbaIKPmU (ORCPT ); Thu, 11 Sep 2014 11:42:20 -0400 Received: from mx2.parallels.com ([199.115.105.18]:60693 "EHLO mx2.parallels.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751075AbaIKPmS (ORCPT ); Thu, 11 Sep 2014 11:42:18 -0400 From: Vladimir Davydov To: CC: Kamezawa Hiroyuki , Johannes Weiner , Michal Hocko , Greg Thelen , Hugh Dickins , Motohiro Kosaki , Glauber Costa , Tejun Heo , Andrew Morton , Pavel Emelianov , Konstantin Khorenko , , Subject: [PATCH RFC 0/2] Anonymous memory threshold notifications for memcg Date: Thu, 11 Sep 2014 19:41:48 +0400 Message-ID: X-Mailer: git-send-email 1.7.10.4 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, This series introduces anonymous memory threshold notifications for memory cgroups. For rationale please see the comment to patch 2. I'm sending it to attract attention to the following thread: http://www.spinics.net/lists/linux-mm/msg78180.html Thanks, Vladimir