public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Timer subsystem changes for v6.8
@ 2024-01-08 10:44 Ingo Molnar
  2024-01-09  4:04 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Ingo Molnar @ 2024-01-08 10:44 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, Thomas Gleixner, Anna-Maria Behnsen, Peter Zijlstra

Linus,

Please pull the latest timers/core git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers-core-2024-01-08

   # HEAD: da65f29dada7f7cbbf0d6375b88a0316f5f7d6f5 timers: Fix nextevt calculation when no timers are pending

Timer subsystem changes for v6.8:

 - Various preparatory cleanups & enhancements of the timer-wheel code,
   in preparation for the WIP 'pull timers at expiry' timer migration model
   series (which will replace the current 'push timers at enqueue' migration
   model), by Anna-Maria Behnsen:

      - Update comments and clean up confusing variable names

      - Add debug check to warn about time travel

      - Improve/expand timer-wheel tracepoints

      - Optimize away unnecessary IPIs for deferrable timers

      - Restructure & clean up next_expiry_recalc()

      - Clean up forward_timer_base()

      - Introduce __forward_timer_base() and use it to simplify
        and micro-optimize get_next_timer_interrupt()

 - Restructure the get_next_timer_interrupt()'s idle logic
   for better readability and to enable a minor optimization.

 - Fix the nextevt calculation when no timers are pending

 - Fix the sysfs_get_uname() prototype declaration

 Thanks,

	Ingo

------------------>
Anna-Maria Behnsen (11):
      tick-sched: Fix function names in comments
      tick/sched: Cleanup confusing variables
      tick-sched: Warn when next tick seems to be in the past
      tracing/timers: Enhance timer_start tracepoint
      tracing/timers: Add tracepoint for tracking timer base is_idle flag
      timers: Do not IPI for deferrable timers
      timers: Move store of next event into __next_timer_interrupt()
      timers: Clarify check in forward_timer_base()
      timers: Split out forward timer base functionality
      timers: Use already existing function for forwarding timer base
      timers: Fix nextevt calculation when no timers are pending

Arnd Bergmann (1):
      time: Make sysfs_get_uname() function visible in header

Thomas Gleixner (1):
      timers: Rework idle logic


 include/trace/events/timer.h |  40 +++++++++++----
 kernel/time/tick-internal.h  |   3 +-
 kernel/time/tick-sched.c     |  25 ++++++----
 kernel/time/timer.c          | 116 ++++++++++++++++++++++++-------------------
 4 files changed, 112 insertions(+), 72 deletions(-)

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

* Re: [GIT PULL] Timer subsystem changes for v6.8
  2024-01-08 10:44 [GIT PULL] Timer subsystem changes for v6.8 Ingo Molnar
@ 2024-01-09  4:04 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2024-01-09  4:04 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Linus Torvalds, linux-kernel, Thomas Gleixner, Anna-Maria Behnsen,
	Peter Zijlstra

The pull request you sent on Mon, 8 Jan 2024 11:44:00 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers-core-2024-01-08

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/f24dc33f8e0a765bf9bdf1c190ae5b9a23343d65

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

end of thread, other threads:[~2024-01-09  4:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-08 10:44 [GIT PULL] Timer subsystem changes for v6.8 Ingo Molnar
2024-01-09  4:04 ` pr-tracker-bot

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