[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1624352816-26450-1-git-send-email-wangqing@vivo.com>
Date: Tue, 22 Jun 2021 17:06:45 +0800
From: Wang Qing <wangqing@...o.com>
To: Thomas Gleixner <tglx@...utronix.de>,
Frederic Weisbecker <fweisbec@...il.com>,
Ingo Molnar <mingo@...nel.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Petr Mladek <pmladek@...e.com>, Wang Qing <wangqing@...o.com>,
Santosh Sivaraj <santosh@...six.org>,
"Peter Zijlstra (Intel)" <peterz@...radead.org>,
linux-kernel@...r.kernel.org
Subject: [PATCH RFC 0/2] hrtimer: watchdog: support hrtimer suspend when CPU suspend
When the CPU suspend, in order to achieve a more power-saving effect,
it is hoped that the CPU sleeps as long as possible, but the timer is an
important reason for the CPU to wake up.
In some cases, when the CPU suspend, the timer doesn’t have to work either,
such as watchdog hrtimer. The maximum suspend time of the CPU is 4s if enable
lockup detector, which is unacceptable on some products, and in fact, watchdog
timer can suspend when the cpu suspend.
This is a patch for comments, I'm not sure if there any ill-considerations.
If this feature is really needed, I will continue to develop.
Wang Qing (2):
hrtimer: support hrtimer suspend when CPU suspend
watchdog: support watchdog hrtimer suspend when CPU suspend
include/linux/hrtimer.h | 3 +++
kernel/time/hrtimer.c | 4 +++-
kernel/time/tick-sched.c | 7 +++++++
kernel/watchdog.c | 3 ++-
--
2.7.4
Powered by blists - more mailing lists