Re: [PATCH -mm v6 0/6] idle memory tracking

2015-07-08 Thread Vladimir Davydov
Hi, Any comments, thoughts, proposals regarding this patch? Any chance for it to get merged? Thanks, Vladimir On Fri, Jun 12, 2015 at 12:52:20PM +0300, Vladimir Davydov wrote: > Hi, > > This patch set introduces a new user API for tracking user memory pages > that have not been used for a given

[PATCH -mm v6 0/6] idle memory tracking

2015-06-12 Thread Vladimir Davydov
Hi, This patch set introduces a new user API for tracking user memory pages that have not been used for a given period of time. The purpose of this is to provide the userspace with the means of tracking a workload's working set, i.e. the set of pages that are actively used by the workload. Knowing