public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC GIT PULL] timer subsystem fix/improvement
@ 2026-03-01  9:18 Ingo Molnar
  2026-03-01 19:49 ` Linus Torvalds
  0 siblings, 1 reply; 2+ messages in thread
From: Ingo Molnar @ 2026-03-01  9:18 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, Thomas Gleixner, Daniel Lezcano, Peter Zijlstra,
	Anna-Maria Behnsen, Frederic Weisbecker

Linus,

Please pull the latest timers/urgent Git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers-urgent-2026-03-01

for you to fetch changes up to b777b5e09eabeefc6ba80f4296366a4742701103:

# MERGE NOTE: marked as RFC, as it's not a regression fix.

Improve the inlining of jiffies_to_msecs() and jiffies_to_usecs(),
for the common HZ=100, 250 or 1000 cases, only inlining them
for odd HZ values like HZ=300.

The inlining overhead showed up in performance tests of the TCP code.

(Marked as an RFC pull request, as it's not a regression.)

 Thanks,

	Ingo

------------------>
Eric Dumazet (1):
      time/jiffies: Inline jiffies_to_msecs() and jiffies_to_usecs()


 include/linux/jiffies.h | 40 ++++++++++++++++++++++++++++++++++++++--
 kernel/time/time.c      | 19 +++++++------------
 2 files changed, 45 insertions(+), 14 deletions(-)

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

end of thread, other threads:[~2026-03-01 19:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-01  9:18 [RFC GIT PULL] timer subsystem fix/improvement Ingo Molnar
2026-03-01 19:49 ` Linus Torvalds

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