aboutsummaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)AuthorFilesLines
6 daysMerge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
7 daysMerge tag 'timers-vdso-2026-04-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-171/+225
10 daysMerge branch 'timers/urgent' into timers/coreThomas Gleixner6-11/+31
11 daysclockevents: Prevent timer interrupt starvationThomas Gleixner5-9/+29
2026-04-07alarmtimer: Access timerqueue node under lock in suspendZhan Xusheng1-4/+8
2026-04-07tick/nohz: Fix inverted return value in check_tick_dependency() fast pathJosh Snyder1-1/+1
2026-04-01hrtimer: Fix incorrect #endif comment for BITS_PER_LONG checkZhan Xusheng1-1/+1
2026-04-01timens: Use task_lock guard in timens_get*()Thomas Weißschuh1-16/+14
2026-04-01timens: Use mutex guard in proc_timens_set_offset()Thomas Weißschuh1-11/+5
2026-04-01timens: Simplify some calls to put_time_ns()Thomas Weißschuh1-18/+11
2026-03-28posix-timers: Fix stale function name in commentZhan Xusheng1-1/+1
2026-03-26timens: Remove dependency on the vDSOThomas Weißschuh4-5/+35
2026-03-26vdso/timens: Move functions to new fileThomas Weißschuh4-121/+164
2026-03-24timers: Get this_cpu once while clearing the idle stateShrikanth Hegde1-2/+3
2026-03-24alarmtimer: Fix argument order in alarm_timer_forward()Zhan Xusheng1-1/+1
2026-03-21Merge tag 'v7.0-rc4' into timers/core, to resolve conflictIngo Molnar4-20/+13
2026-03-20clocksource: Rewrite watchdog code completelyThomas Gleixner4-518/+556
2026-03-12clocksource: Don't use non-continuous clocksources as watchdogThomas Gleixner1-0/+7
2026-03-12hrtimer: Add a helper to retrieve a hrtimer from its timerqueue nodeThomas Weißschuh (Schneider Electric)1-3/+5
2026-03-12hrtimer: Drop unnecessary pointer indirection in hrtimer_expire_entry eventThomas Weißschuh (Schneider Electric)1-2/+2
2026-03-12hrtimer: Don't zero-initialize ret in hrtimer_nanosleep()Thomas Weißschuh (Schneider Electric)1-1/+1
2026-03-12timekeeping: Mark offsets array as constThomas Weißschuh (Schneider Electric)1-4/+6
2026-03-12timekeeping/auxclock: Consistently use raw timekeeper for tk_setup_internals()Thomas Weißschuh (Schneider Electric)1-1/+1
2026-03-12timer_list: Print offset as signed integerThomas Weißschuh (Schneider Electric)1-2/+2
2026-03-11Merge branch 'sched/hrtick' into timers/coreThomas Gleixner9-519/+902
2026-03-11hrtimer: Less agressive interrupt 'hang' handlingPeter Zijlstra1-2/+3
2026-03-11time/jiffies: Mark jiffies_64_to_clock_t() notraceSteven Rostedt1-1/+1
2026-03-11clocksource: Remove ARCH_CLOCKSOURCE_DATAArnd Bergmann1-4/+0
2026-03-07Merge tag 'timers-urgent-2026-03-08' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+4
2026-03-05clocksource: Update clocksource::freq_khz on registrationThomas Gleixner1-0/+7
2026-03-05timekeeping: Initialize the coupled clocksource conversion completelyThomas Gleixner1-0/+7
2026-03-04timekeeping: Fix timex status validation for auxiliary clocksMiroslav Lichvar1-2/+4
2026-03-04Merge tag 'sysctl-7.00-fixes-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+0
2026-03-04time/jiffies: Fix sysctl file error on configurations where USER_HZ < HZGerd Rausch1-2/+0
2026-03-03Merge tag 'cgroup-for-7.0-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+1
2026-03-01Merge tag 'timers-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-12/+7
2026-02-27hrtimer: Try to modify timers in placeThomas Gleixner1-1/+36
2026-02-27hrtimer: Use linked timerqueueThomas Gleixner2-23/+21
2026-02-27hrtimer: Optimize for_each_active_base()Thomas Gleixner1-16/+4
2026-02-27hrtimer: Simplify run_hrtimer_queues()Thomas Gleixner1-9/+10
2026-02-27hrtimer: Rework next event evaluationThomas Gleixner1-51/+69
2026-02-27hrtimer: Keep track of first expiring timer per clock baseThomas Gleixner1-3/+34
2026-02-27hrtimer: Avoid re-evaluation when nothing changedThomas Gleixner1-14/+31
2026-02-27hrtimer: Push reprogramming timers into the interrupt return pathPeter Zijlstra2-6/+36
2026-02-27hrtimer: Prepare stubs for deferred rearmingPeter Zijlstra1-0/+4
2026-02-27hrtimer: Rename hrtimer_cpu_base::in_hrtirq to deferred_rearmThomas Gleixner1-19/+9
2026-02-27hrtimer: Re-arrange hrtimer_interrupt()Peter Zijlstra1-49/+44
2026-02-27hrtimer: Separate remove/enqueue handling for local timersThomas Gleixner1-29/+43
2026-02-27hrtimer: Use NOHZ information for localityThomas Gleixner1-1/+12
2026-02-27hrtimer: Optimize for local timersThomas Gleixner1-36/+65