search for: gurugio

Displaying 20 results from an estimated 55 matches for "gurugio".

2016 Mar 11
0
[PATCH v1 03/19] fs/anon_inodes: new interface to create new inode
From: Gioh Kim <gurugio at hanmail.net> The anon_inodes has already complete interfaces to create manage many anonymous inodes but don't have interface to get new inode. Other sub-modules can create anonymous inode without creating and mounting it's own pseudo filesystem. Acked-by: Rafael Aquini <aquini at...
2016 Mar 11
1
[PATCH v1 03/19] fs/anon_inodes: new interface to create new inode
On Fri, Mar 11, 2016 at 04:30:07PM +0900, Minchan Kim wrote: > From: Gioh Kim <gurugio at hanmail.net> > > The anon_inodes has already complete interfaces to create manage > many anonymous inodes but don't have interface to get > new inode. Other sub-modules can create anonymous inode > without creating and mounting it's own pseudo filesystem. IMO that'...
2016 Mar 11
1
[PATCH v1 03/19] fs/anon_inodes: new interface to create new inode
On Fri, Mar 11, 2016 at 04:30:07PM +0900, Minchan Kim wrote: > From: Gioh Kim <gurugio at hanmail.net> > > The anon_inodes has already complete interfaces to create manage > many anonymous inodes but don't have interface to get > new inode. Other sub-modules can create anonymous inode > without creating and mounting it's own pseudo filesystem. IMO that'...
2015 Jul 07
12
[RFCv3 0/5] enable migration of driver pages
From: Gioh Kim <gurugio at hanmail.net> Hello, This series try to enable migration of non-LRU pages, such as driver's page. My ARM-based platform occured severe fragmentation problem after long-term (several days) test. Sometimes even order-3 page allocation failed. It has memory size 512MB ~ 1024MB. 30% ~ 40% m...
2015 Jul 07
12
[RFCv3 0/5] enable migration of driver pages
From: Gioh Kim <gurugio at hanmail.net> Hello, This series try to enable migration of non-LRU pages, such as driver's page. My ARM-based platform occured severe fragmentation problem after long-term (several days) test. Sometimes even order-3 page allocation failed. It has memory size 512MB ~ 1024MB. 30% ~ 40% m...
2015 Jul 27
1
[PATCH 4/4] mm: remove direct calling of migration
On 07/13/2015 10:35 AM, Gioh Kim wrote: > From: Gioh Kim <gurugio at hanmail.net> > > Migration is completely generalized so that migrating mobile page > is processed with lru-pages in move_to_new_page. > > Signed-off-by: Gioh Kim <gioh.kim at lge.com> > Acked-by: Rafael Aquini <aquini at redhat.com> Why not just fold this to Pat...
2015 Jul 27
1
[PATCH 4/4] mm: remove direct calling of migration
On 07/13/2015 10:35 AM, Gioh Kim wrote: > From: Gioh Kim <gurugio at hanmail.net> > > Migration is completely generalized so that migrating mobile page > is processed with lru-pages in move_to_new_page. > > Signed-off-by: Gioh Kim <gioh.kim at lge.com> > Acked-by: Rafael Aquini <aquini at redhat.com> Why not just fold this to Pat...
2015 Jul 08
2
[RFCv3 0/5] enable migration of driver pages
2015-07-08 ?? 7:37? Andrew Morton ?(?) ? ?: > On Tue, 7 Jul 2015 13:36:20 +0900 Gioh Kim <gioh.kim at lge.com> wrote: > >> From: Gioh Kim <gurugio at hanmail.net> >> >> Hello, >> >> This series try to enable migration of non-LRU pages, such as driver's page. >> >> My ARM-based platform occured severe fragmentation problem after long-term >> (several days) test. Sometimes even order-3 page alloc...
2015 Jul 08
2
[RFCv3 0/5] enable migration of driver pages
2015-07-08 ?? 7:37? Andrew Morton ?(?) ? ?: > On Tue, 7 Jul 2015 13:36:20 +0900 Gioh Kim <gioh.kim at lge.com> wrote: > >> From: Gioh Kim <gurugio at hanmail.net> >> >> Hello, >> >> This series try to enable migration of non-LRU pages, such as driver's page. >> >> My ARM-based platform occured severe fragmentation problem after long-term >> (several days) test. Sometimes even order-3 page alloc...
2016 Mar 23
1
[PATCH v2 13/18] mm/compaction: support non-lru movable pagemigration
2016 Mar 23
1
[PATCH v2 13/18] mm/compaction: support non-lru movable pagemigration
2015 Jul 13
14
[PATCH 0/4] enable migration of driver pages
From: Gioh Kim <gurugio at hanmail.net> Hello, This series try to enable migration of non-LRU pages, such as driver's page. My ARM-based platform occured severe fragmentation problem after long-term (several days) test. Sometimes even order-3 page allocation failed. It has memory size 512MB ~ 1024MB. 30% ~ 40% m...
2015 Jul 13
14
[PATCH 0/4] enable migration of driver pages
From: Gioh Kim <gurugio at hanmail.net> Hello, This series try to enable migration of non-LRU pages, such as driver's page. My ARM-based platform occured severe fragmentation problem after long-term (several days) test. Sometimes even order-3 page allocation failed. It has memory size 512MB ~ 1024MB. 30% ~ 40% m...
2016 Apr 05
1
[PATCH v3 04/16] mm/balloon: use general movable page feature into balloon
...ove hooks for ballooning in general > migration functions and make balloon compaction simple. > > Cc: virtualization at lists.linux-foundation.org > Cc: Rafael Aquini <aquini at redhat.com> > Cc: Konstantin Khlebnikov <koct9i at gmail.com> > Signed-off-by: Gioh Kim <gurugio at hanmail.net> > Signed-off-by: Minchan Kim <minchan at kernel.org> I'm not familiar with the inode and pseudofs stuff, so just some things I noticed: > -#define PAGE_MOVABLE_MAPCOUNT_VALUE (-255) > +#define PAGE_MOVABLE_MAPCOUNT_VALUE (-256) > +#define PAGE_BALLOON_MAP...
2016 Apr 05
1
[PATCH v3 04/16] mm/balloon: use general movable page feature into balloon
...ove hooks for ballooning in general > migration functions and make balloon compaction simple. > > Cc: virtualization at lists.linux-foundation.org > Cc: Rafael Aquini <aquini at redhat.com> > Cc: Konstantin Khlebnikov <koct9i at gmail.com> > Signed-off-by: Gioh Kim <gurugio at hanmail.net> > Signed-off-by: Minchan Kim <minchan at kernel.org> I'm not familiar with the inode and pseudofs stuff, so just some things I noticed: > -#define PAGE_MOVABLE_MAPCOUNT_VALUE (-255) > +#define PAGE_MOVABLE_MAPCOUNT_VALUE (-256) > +#define PAGE_BALLOON_MAP...
2015 Jul 08
3
[RFCv3 0/5] enable migration of driver pages
...Jul 2015 09:02:59 +0900 Gioh Kim <gioh.kim at lge.com> wrote: > >> >> >> 2015-07-08 ______ 7:37___ Andrew Morton ___(___) ___ ___: >>> On Tue, 7 Jul 2015 13:36:20 +0900 Gioh Kim <gioh.kim at lge.com> wrote: >>> >>>> From: Gioh Kim <gurugio at hanmail.net> >>>> >>>> Hello, >>>> >>>> This series try to enable migration of non-LRU pages, such as driver's page. >>>> >>>> My ARM-based platform occured severe fragmentation problem after long-term >>>&gt...
2015 Jul 08
3
[RFCv3 0/5] enable migration of driver pages
...Jul 2015 09:02:59 +0900 Gioh Kim <gioh.kim at lge.com> wrote: > >> >> >> 2015-07-08 ______ 7:37___ Andrew Morton ___(___) ___ ___: >>> On Tue, 7 Jul 2015 13:36:20 +0900 Gioh Kim <gioh.kim at lge.com> wrote: >>> >>>> From: Gioh Kim <gurugio at hanmail.net> >>>> >>>> Hello, >>>> >>>> This series try to enable migration of non-LRU pages, such as driver's page. >>>> >>>> My ARM-based platform occured severe fragmentation problem after long-term >>>&gt...
2015 Jul 07
0
[RFCv3 0/5] enable migration of driver pages
On Tue, 7 Jul 2015 13:36:20 +0900 Gioh Kim <gioh.kim at lge.com> wrote: > From: Gioh Kim <gurugio at hanmail.net> > > Hello, > > This series try to enable migration of non-LRU pages, such as driver's page. > > My ARM-based platform occured severe fragmentation problem after long-term > (several days) test. Sometimes even order-3 page allocation failed. It has >...
2015 Jul 08
0
[RFCv3 0/5] enable migration of driver pages
On Wed, 08 Jul 2015 09:02:59 +0900 Gioh Kim <gioh.kim at lge.com> wrote: > > > 2015-07-08 ______ 7:37___ Andrew Morton ___(___) ___ ___: > > On Tue, 7 Jul 2015 13:36:20 +0900 Gioh Kim <gioh.kim at lge.com> wrote: > > > >> From: Gioh Kim <gurugio at hanmail.net> > >> > >> Hello, > >> > >> This series try to enable migration of non-LRU pages, such as driver's page. > >> > >> My ARM-based platform occured severe fragmentation problem after long-term > >> (several days) test...
2015 Jul 13
0
[PATCH 4/4] mm: remove direct calling of migration
From: Gioh Kim <gurugio at hanmail.net> Migration is completely generalized so that migrating mobile page is processed with lru-pages in move_to_new_page. Signed-off-by: Gioh Kim <gioh.kim at lge.com> Acked-by: Rafael Aquini <aquini at redhat.com> --- mm/migrate.c | 15 --------------- 1 file changed, 15...