From: Linus Torvalds Date: Sun, 1 Mar 2026 20:15:58 +0000 (-0800) Subject: Merge tag 'timers-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/kernel... X-Git-Tag: v7.0-rc2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6542af92298d8a44ab5588144086fa2d0edf391;p=thirdparty%2Flinux.git Merge tag 'timers-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip Pull timer fix from Ingo Molnar: "Improve the inlining of jiffies_to_msecs() and jiffies_to_usecs(), for the common HZ=100, 250 or 1000 cases. Only use a function call for odd HZ values like HZ=300 that generate more code. The function call overhead showed up in performance tests of the TCP code" * tag 'timers-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: time/jiffies: Inline jiffies_to_msecs() and jiffies_to_usecs() --- f6542af92298d8a44ab5588144086fa2d0edf391