Re: [PATCH v2 5/6] mm: Support address range reclaim

2013-04-24 Thread Minchan Kim
Hey Namhyung, On Wed, Apr 24, 2013 at 08:01:48PM +0900, Namhyung Kim wrote: > Hi Minchan, > > On Wed, 24 Apr 2013 10:41:03 +0900, Minchan Kim wrote: > > This patch adds address range reclaim of a process. > > The requirement is following as, > > > > Like webkit1, it uses a address space for

Re: [PATCH v2 5/6] mm: Support address range reclaim

2013-04-24 Thread Namhyung Kim
Hi Minchan, On Wed, 24 Apr 2013 10:41:03 +0900, Minchan Kim wrote: > This patch adds address range reclaim of a process. > The requirement is following as, > > Like webkit1, it uses a address space for handling multi tabs. > IOW, it uses *one* process model so all tabs shares address space > of

Re: [PATCH v2 5/6] mm: Support address range reclaim

2013-04-24 Thread Namhyung Kim
Hi Minchan, On Wed, 24 Apr 2013 10:41:03 +0900, Minchan Kim wrote: This patch adds address range reclaim of a process. The requirement is following as, Like webkit1, it uses a address space for handling multi tabs. IOW, it uses *one* process model so all tabs shares address space of the

Re: [PATCH v2 5/6] mm: Support address range reclaim

2013-04-24 Thread Minchan Kim
Hey Namhyung, On Wed, Apr 24, 2013 at 08:01:48PM +0900, Namhyung Kim wrote: Hi Minchan, On Wed, 24 Apr 2013 10:41:03 +0900, Minchan Kim wrote: This patch adds address range reclaim of a process. The requirement is following as, Like webkit1, it uses a address space for handling multi

[PATCH v2 5/6] mm: Support address range reclaim

2013-04-23 Thread Minchan Kim
This patch adds address range reclaim of a process. The requirement is following as, Like webkit1, it uses a address space for handling multi tabs. IOW, it uses *one* process model so all tabs shares address space of the process. In such scenario, per-process reclaim is rather coarse-grained so

[PATCH v2 5/6] mm: Support address range reclaim

2013-04-23 Thread Minchan Kim
This patch adds address range reclaim of a process. The requirement is following as, Like webkit1, it uses a address space for handling multi tabs. IOW, it uses *one* process model so all tabs shares address space of the process. In such scenario, per-process reclaim is rather coarse-grained so