summaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)Author
2 daysMerge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
3 daysMerge tag 'timers-vdso-2026-04-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
7 daysMerge branch 'timers/urgent' into timers/coreThomas Gleixner
7 daysclockevents: Prevent timer interrupt starvationThomas Gleixner
10 daysalarmtimer: Access timerqueue node under lock in suspendZhan Xusheng
11 daystick/nohz: Fix inverted return value in check_tick_dependency() fast pathJosh Snyder
2026-04-01hrtimer: Fix incorrect #endif comment for BITS_PER_LONG checkZhan Xusheng
2026-04-01timens: Use task_lock guard in timens_get*()Thomas Weißschuh
2026-04-01timens: Use mutex guard in proc_timens_set_offset()Thomas Weißschuh
2026-04-01timens: Simplify some calls to put_time_ns()Thomas Weißschuh
2026-03-28posix-timers: Fix stale function name in commentZhan Xusheng
2026-03-26timens: Remove dependency on the vDSOThomas Weißschuh
2026-03-26vdso/timens: Move functions to new fileThomas Weißschuh
2026-03-24timers: Get this_cpu once while clearing the idle stateShrikanth Hegde
2026-03-24alarmtimer: Fix argument order in alarm_timer_forward()Zhan Xusheng
2026-03-21Merge tag 'v7.0-rc4' into timers/core, to resolve conflictIngo Molnar
2026-03-20clocksource: Rewrite watchdog code completelyThomas Gleixner
2026-03-12clocksource: Don't use non-continuous clocksources as watchdogThomas Gleixner
2026-03-12hrtimer: Add a helper to retrieve a hrtimer from its timerqueue nodeThomas Weißschuh (Schneider Electric)
2026-03-12hrtimer: Drop unnecessary pointer indirection in hrtimer_expire_entry eventThomas Weißschuh (Schneider Electric)
2026-03-12hrtimer: Don't zero-initialize ret in hrtimer_nanosleep()Thomas Weißschuh (Schneider Electric)
2026-03-12timekeeping: Mark offsets array as constThomas Weißschuh (Schneider Electric)
2026-03-12timekeeping/auxclock: Consistently use raw timekeeper for tk_setup_internals()Thomas Weißschuh (Schneider Electric)
2026-03-12timer_list: Print offset as signed integerThomas Weißschuh (Schneider Electric)
2026-03-11Merge branch 'sched/hrtick' into timers/coreThomas Gleixner
2026-03-11hrtimer: Less agressive interrupt 'hang' handlingPeter Zijlstra
2026-03-11time/jiffies: Mark jiffies_64_to_clock_t() notraceSteven Rostedt
2026-03-11clocksource: Remove ARCH_CLOCKSOURCE_DATAArnd Bergmann
2026-03-07Merge tag 'timers-urgent-2026-03-08' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-03-05clocksource: Update clocksource::freq_khz on registrationThomas Gleixner
2026-03-05timekeeping: Initialize the coupled clocksource conversion completelyThomas Gleixner
2026-03-04timekeeping: Fix timex status validation for auxiliary clocksMiroslav Lichvar
2026-03-04Merge tag 'sysctl-7.00-fixes-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-03-04time/jiffies: Fix sysctl file error on configurations where USER_HZ < HZGerd Rausch
2026-03-03Merge tag 'cgroup-for-7.0-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-03-01Merge tag 'timers-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-02-27hrtimer: Try to modify timers in placeThomas Gleixner
2026-02-27hrtimer: Use linked timerqueueThomas Gleixner
2026-02-27hrtimer: Optimize for_each_active_base()Thomas Gleixner
2026-02-27hrtimer: Simplify run_hrtimer_queues()Thomas Gleixner
2026-02-27hrtimer: Rework next event evaluationThomas Gleixner
2026-02-27hrtimer: Keep track of first expiring timer per clock baseThomas Gleixner
2026-02-27hrtimer: Avoid re-evaluation when nothing changedThomas Gleixner
2026-02-27hrtimer: Push reprogramming timers into the interrupt return pathPeter Zijlstra
2026-02-27hrtimer: Prepare stubs for deferred rearmingPeter Zijlstra
2026-02-27hrtimer: Rename hrtimer_cpu_base::in_hrtirq to deferred_rearmThomas Gleixner
2026-02-27hrtimer: Re-arrange hrtimer_interrupt()Peter Zijlstra
2026-02-27hrtimer: Separate remove/enqueue handling for local timersThomas Gleixner
2026-02-27hrtimer: Use NOHZ information for localityThomas Gleixner
2026-02-27hrtimer: Optimize for local timersThomas Gleixner