public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] time: some cleanup for jiffies and alarmtimer
@ 2025-04-24 14:48 Su Hui
  2025-04-24 14:48 ` [PATCH 1/3] time/jiffies: change register_refined_jiffies() to void __init Su Hui
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Su Hui @ 2025-04-24 14:48 UTC (permalink / raw)
  To: jstultz, tglx, sboyd, john.stultz
  Cc: Su Hui, eahariha, anna-maria, luiz.von.dentz, geert, ojeda,
	linux-kernel, kernel-janitors

There are some small cleanup for jiffies.c and alarmtimer.c.
Compile test only.

Su Hui (3):
  time/jiffies: change register_refined_jiffies() to void __init
  alarmtimer: remove dead return value in clock2alarm()
  alarmtimer: switch spin_{lock,unlock}_irqsave() to guard()

 include/linux/jiffies.h  |  2 +-
 kernel/time/alarmtimer.c | 90 ++++++++++++++++++----------------------
 kernel/time/jiffies.c    |  5 +--
 3 files changed, 42 insertions(+), 55 deletions(-)

-- 
2.30.2


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

end of thread, other threads:[~2025-04-30  6:58 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-24 14:48 [PATCH 0/3] time: some cleanup for jiffies and alarmtimer Su Hui
2025-04-24 14:48 ` [PATCH 1/3] time/jiffies: change register_refined_jiffies() to void __init Su Hui
2025-04-24 14:48 ` [PATCH 2/3] alarmtimer: remove dead return value in clock2alarm() Su Hui
2025-04-24 14:48 ` [PATCH 3/3] alarmtimer: switch spin_{lock,unlock}_irqsave() to guard() Su Hui
2025-04-24 23:59   ` John Stultz
2025-04-25  2:59     ` Su Hui
2025-04-30  6:58     ` Thomas Gleixner
2025-04-25 13:04   ` Dan Carpenter
2025-04-27  2:15     ` Su Hui

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox