Re: [PATCH] PM / Hiberante : optimize swsusp_free()

2015-04-14 Thread tyeon
On Saturday, April 11, 2015 09:20 AM Rafael J. Wysocki worte: On Wednesday, March 25, 2015 01:49:36 AM Yeon, JeHyeon wrote: From 6cb5fffc41911a29212be52d4ce7e481f5077ccf Mon Sep 17 00:00:00 2001 From: "Tom(JeHyeon) Yeon" Date: Thu, 19 Mar 2015 17:10:45 +0900 Subject: [PATCH] PM / Hiberante :

Re: [PATCH] PM / Hiberante : optimize swsusp_free()

2015-04-14 Thread tyeon
On Saturday, April 11, 2015 09:20 AM Rafael J. Wysocki worte: On Wednesday, March 25, 2015 01:49:36 AM Yeon, JeHyeon wrote: From 6cb5fffc41911a29212be52d4ce7e481f5077ccf Mon Sep 17 00:00:00 2001 From: Tom(JeHyeon) Yeon tom.y...@windriver.com Date: Thu, 19 Mar 2015 17:10:45 +0900 Subject:

Re: [PATCH] PM / Hiberante : optimize swsusp_free()

2015-04-10 Thread Rafael J. Wysocki
On Wednesday, March 25, 2015 01:49:36 AM Yeon, JeHyeon wrote: > From 6cb5fffc41911a29212be52d4ce7e481f5077ccf Mon Sep 17 00:00:00 2001 > From: "Tom(JeHyeon) Yeon" > Date: Thu, 19 Mar 2015 17:10:45 +0900 > Subject: [PATCH] PM / Hiberante : optimize swsusp_free() > > Our team developed the

Re: [PATCH] PM / Hiberante : optimize swsusp_free()

2015-04-10 Thread Rafael J. Wysocki
On Wednesday, March 25, 2015 01:49:36 AM Yeon, JeHyeon wrote: From 6cb5fffc41911a29212be52d4ce7e481f5077ccf Mon Sep 17 00:00:00 2001 From: Tom(JeHyeon) Yeon tom.y...@windriver.com Date: Thu, 19 Mar 2015 17:10:45 +0900 Subject: [PATCH] PM / Hiberante : optimize swsusp_free() Our team

Re: [PATCH] PM / Hiberante : optimize swsusp_free()

2015-03-24 Thread Yeon, JeHyeon (Tom)
>From 6cb5fffc41911a29212be52d4ce7e481f5077ccf Mon Sep 17 00:00:00 2001 From: "Tom(JeHyeon) Yeon" Date: Thu, 19 Mar 2015 17:10:45 +0900 Subject: [PATCH] PM / Hiberante : optimize swsusp_free() Our team developed the snapshot booting. Fisrt of all, make a snapshot image, compress it and finally

Re: [PATCH] PM / Hiberante : optimize swsusp_free()

2015-03-24 Thread Yeon, JeHyeon (Tom)
From 6cb5fffc41911a29212be52d4ce7e481f5077ccf Mon Sep 17 00:00:00 2001 From: Tom(JeHyeon) Yeon tom.y...@windriver.com Date: Thu, 19 Mar 2015 17:10:45 +0900 Subject: [PATCH] PM / Hiberante : optimize swsusp_free() Our team developed the snapshot booting. Fisrt of all, make a snapshot image,

RE: [PATCH] PM / Hiberante : optimize swsusp_free()

2015-03-23 Thread Yeon, JeHyeon (Tom)
...@suse.de; linux...@vger.kernel.org; linux-kernel@vger.kernel.org; Yeon, JeHyeon (Tom) Subject: Re: [PATCH] PM / Hiberante : optimize swsusp_free() On Thursday, March 19, 2015 05:28:58 PM Tom Yeon wrote: > From: "Tom(JeHyeon) Yeon" > > I tested the performance of swsusp_free op

RE: [PATCH] PM / Hiberante : optimize swsusp_free()

2015-03-23 Thread Yeon, JeHyeon (Tom)
...@suse.de; linux...@vger.kernel.org; linux-kernel@vger.kernel.org; Yeon, JeHyeon (Tom) Subject: Re: [PATCH] PM / Hiberante : optimize swsusp_free() On Thursday, March 19, 2015 05:28:58 PM Tom Yeon wrote: From: Tom(JeHyeon) Yeon tom.y...@windriver.com I tested the performance of swsusp_free

Re: [PATCH] PM / Hiberante : optimize swsusp_free()

2015-03-19 Thread Rafael J. Wysocki
On Thursday, March 19, 2015 05:28:58 PM Tom Yeon wrote: > From: "Tom(JeHyeon) Yeon" > > I tested the performance of swsusp_free operation. > The free time took about 58768us before commit fdd64ed, and > the free time took about 40535us after the commit fdd64ed. > > But, I optimized the function

Re: [PATCH] PM / Hiberante : optimize swsusp_free()

2015-03-19 Thread Pavel Machek
On Thu 2015-03-19 17:28:58, Tom(JeHyeon) Yeon wrote: > From: "Tom(JeHyeon) Yeon" > > I tested the performance of swsusp_free operation. > The free time took about 58768us before commit fdd64ed, and > the free time took about 40535us after the commit fdd64ed. > > But, I optimized the function

Re: [PATCH] PM / Hiberante : optimize swsusp_free()

2015-03-19 Thread Pavel Machek
On Thu 2015-03-19 17:28:58, Tom(JeHyeon) Yeon wrote: From: Tom(JeHyeon) Yeon tom.y...@windriver.com I tested the performance of swsusp_free operation. The free time took about 58768us before commit fdd64ed, and the free time took about 40535us after the commit fdd64ed. But, I optimized

Re: [PATCH] PM / Hiberante : optimize swsusp_free()

2015-03-19 Thread Rafael J. Wysocki
On Thursday, March 19, 2015 05:28:58 PM Tom Yeon wrote: From: Tom(JeHyeon) Yeon tom.y...@windriver.com I tested the performance of swsusp_free operation. The free time took about 58768us before commit fdd64ed, and the free time took about 40535us after the commit fdd64ed. But, I optimized