All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] tick/broadcast: Allow per-cpu timers to be used instead of broadcast
@ 2021-05-24 22:18 ` Will Deacon
  0 siblings, 0 replies; 33+ messages in thread
From: Will Deacon @ 2021-05-24 22:18 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: linux-kernel, Will Deacon, Frederic Weisbecker, Thomas Gleixner,
	Marc Zyngier, Lorenzo Colitti, John Stultz, Stephen Boyd,
	Mika Penttilä,
	kernel-team

Hi all,

This is version two of the series I posted last week:

  https://lore.kernel.org/r/20210520184705.10845-1-will@kernel.org

This patch series adds support for hardware where the per-cpu tick timer
cannot wake up from deep idle states (i.e. CLOCK_EVT_FEAT_C3STOP is set)
yet there is a secondary per-cpu timer which is generally less preferable
(i.e. slow to access) yet capable of delivering the wakeup.

Changes since v1 include:

  * Fixed module refcounting and use of clockevents_exchange_device()
  * Require CLOCK_EVT_FEAT_PERCPU for new wakeup per-cpu source
  * Fix transition to oneshot mode while idle
  * Tested on my x86 laptop

Cheers,

Will

Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Marc Zyngier <maz@kernel.org>
Cc: Lorenzo Colitti <lorenzo@google.com>
Cc: John Stultz <john.stultz@linaro.org>
Cc: Stephen Boyd <sboyd@kernel.org>
Cc: Mika Penttilä <mika.penttila@nextfour.com>
Cc: kernel-team@android.com

--->8

Will Deacon (5):
  tick/broadcast: Drop unneeded CONFIG_GENERIC_CLOCKEVENTS_BROADCAST
    guard
  tick/broadcast: Split __tick_broadcast_oneshot_control() into a helper
  tick/broadcast: Prefer per-cpu oneshot wakeup timers to broadcast
  tick/broadcast: Program wakeup timer when entering idle if required
  timer_list: Print name of per-cpu wakeup device

 kernel/time/tick-broadcast.c | 143 +++++++++++++++++++++++++++++++----
 kernel/time/tick-common.c    |   2 +-
 kernel/time/tick-internal.h  |   5 +-
 kernel/time/timer_list.c     |  10 ++-
 4 files changed, 140 insertions(+), 20 deletions(-)

-- 
2.31.1.818.g46aad6cb9e-goog


^ permalink raw reply	[flat|nested] 33+ messages in thread

end of thread, other threads:[~2021-06-01 18:16 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-24 22:18 [PATCH v2 0/5] tick/broadcast: Allow per-cpu timers to be used instead of broadcast Will Deacon
2021-05-24 22:18 ` Will Deacon
2021-05-24 22:18 ` [PATCH v2 1/5] tick/broadcast: Drop unneeded CONFIG_GENERIC_CLOCKEVENTS_BROADCAST guard Will Deacon
2021-05-24 22:18   ` Will Deacon
2021-05-31 15:07   ` [tip: timers/core] " tip-bot2 for Will Deacon
2021-05-24 22:18 ` [PATCH v2 2/5] tick/broadcast: Split __tick_broadcast_oneshot_control() into a helper Will Deacon
2021-05-24 22:18   ` Will Deacon
2021-05-27  7:23   ` Xin Hao
2021-05-27  7:23     ` Xin Hao
2021-05-27  8:22     ` Will Deacon
2021-05-27  8:22       ` Will Deacon
2021-05-27 11:35       ` Xin Hao
2021-05-27 11:35         ` Xin Hao
2021-05-27 11:55         ` Will Deacon
2021-05-27 11:55           ` Will Deacon
2021-05-27 11:56         ` Will Deacon
2021-05-27 11:56           ` Will Deacon
2021-05-31 14:29           ` Thomas Gleixner
2021-05-31 14:29             ` Thomas Gleixner
2021-06-01 12:13             ` Will Deacon
2021-06-01 12:13               ` Will Deacon
2021-06-01 18:14               ` Thomas Gleixner
2021-06-01 18:14                 ` Thomas Gleixner
2021-05-31 15:06   ` [tip: timers/core] " tip-bot2 for Will Deacon
2021-05-24 22:18 ` [PATCH v2 3/5] tick/broadcast: Prefer per-cpu oneshot wakeup timers to broadcast Will Deacon
2021-05-24 22:18   ` Will Deacon
2021-05-31 15:06   ` [tip: timers/core] " tip-bot2 for Will Deacon
2021-05-24 22:18 ` [PATCH v2 4/5] tick/broadcast: Program wakeup timer when entering idle if required Will Deacon
2021-05-24 22:18   ` Will Deacon
2021-05-31 15:06   ` [tip: timers/core] " tip-bot2 for Will Deacon
2021-05-24 22:18 ` [PATCH v2 5/5] timer_list: Print name of per-cpu wakeup device Will Deacon
2021-05-24 22:18   ` Will Deacon
2021-05-31 15:06   ` [tip: timers/core] " tip-bot2 for Will Deacon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.