[PATCH] rtmutex: Cleanup the variable's name in rt_mutex_adjust_prio_chain

2015-03-17 Thread Tom(JeHyeon) Yeon
From: "Tom(JeHyeon) Yeon" change "deadlock_detect" to "chwalk" following by commit 8930ed80 Signed-off-by: Tom(JeHyeon) Yeon --- kernel/locking/rtmutex.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/locking/rtmutex.c b/kernel/l

[PATCH] PM / Hiberante : optimize swsusp_free()

2015-03-19 Thread Tom(JeHyeon) Yeon
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 before I saw commit fdd64ed. So, I applied the patch in

[tip:locking/core] locking/rtmutex: Rename argument in the rt_mutex_adjust_prio_chain() documentation as well

2015-03-25 Thread tip-bot for Tom(JeHyeon) Yeon
Commit-ID: e6beaa363d56d7fc2f8cd6f7291e4d93911a428a Gitweb: http://git.kernel.org/tip/e6beaa363d56d7fc2f8cd6f7291e4d93911a428a Author: Tom(JeHyeon) Yeon AuthorDate: Wed, 18 Mar 2015 14:03:30 +0900 Committer: Ingo Molnar CommitDate: Wed, 25 Mar 2015 13:43:55 +0100 locking/rtmutex