index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
time
Age
Commit message (
Expand
)
Author
Files
Lines
6 days
Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
7 days
Merge tag 'timers-vdso-2026-04-12' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
5
-171
/
+225
10 days
Merge branch 'timers/urgent' into timers/core
Thomas Gleixner
6
-11
/
+31
11 days
clockevents: Prevent timer interrupt starvation
Thomas Gleixner
5
-9
/
+29
2026-04-07
alarmtimer: Access timerqueue node under lock in suspend
Zhan Xusheng
1
-4
/
+8
2026-04-07
tick/nohz: Fix inverted return value in check_tick_dependency() fast path
Josh Snyder
1
-1
/
+1
2026-04-01
hrtimer: Fix incorrect #endif comment for BITS_PER_LONG check
Zhan Xusheng
1
-1
/
+1
2026-04-01
timens: Use task_lock guard in timens_get*()
Thomas Weißschuh
1
-16
/
+14
2026-04-01
timens: Use mutex guard in proc_timens_set_offset()
Thomas Weißschuh
1
-11
/
+5
2026-04-01
timens: Simplify some calls to put_time_ns()
Thomas Weißschuh
1
-18
/
+11
2026-03-28
posix-timers: Fix stale function name in comment
Zhan Xusheng
1
-1
/
+1
2026-03-26
timens: Remove dependency on the vDSO
Thomas Weißschuh
4
-5
/
+35
2026-03-26
vdso/timens: Move functions to new file
Thomas Weißschuh
4
-121
/
+164
2026-03-24
timers: Get this_cpu once while clearing the idle state
Shrikanth Hegde
1
-2
/
+3
2026-03-24
alarmtimer: Fix argument order in alarm_timer_forward()
Zhan Xusheng
1
-1
/
+1
2026-03-21
Merge tag 'v7.0-rc4' into timers/core, to resolve conflict
Ingo Molnar
4
-20
/
+13
2026-03-20
clocksource: Rewrite watchdog code completely
Thomas Gleixner
4
-518
/
+556
2026-03-12
clocksource: Don't use non-continuous clocksources as watchdog
Thomas Gleixner
1
-0
/
+7
2026-03-12
hrtimer: Add a helper to retrieve a hrtimer from its timerqueue node
Thomas Weißschuh (Schneider Electric)
1
-3
/
+5
2026-03-12
hrtimer: Drop unnecessary pointer indirection in hrtimer_expire_entry event
Thomas Weißschuh (Schneider Electric)
1
-2
/
+2
2026-03-12
hrtimer: Don't zero-initialize ret in hrtimer_nanosleep()
Thomas Weißschuh (Schneider Electric)
1
-1
/
+1
2026-03-12
timekeeping: Mark offsets array as const
Thomas Weißschuh (Schneider Electric)
1
-4
/
+6
2026-03-12
timekeeping/auxclock: Consistently use raw timekeeper for tk_setup_internals()
Thomas Weißschuh (Schneider Electric)
1
-1
/
+1
2026-03-12
timer_list: Print offset as signed integer
Thomas Weißschuh (Schneider Electric)
1
-2
/
+2
2026-03-11
Merge branch 'sched/hrtick' into timers/core
Thomas Gleixner
9
-519
/
+902
2026-03-11
hrtimer: Less agressive interrupt 'hang' handling
Peter Zijlstra
1
-2
/
+3
2026-03-11
time/jiffies: Mark jiffies_64_to_clock_t() notrace
Steven Rostedt
1
-1
/
+1
2026-03-11
clocksource: Remove ARCH_CLOCKSOURCE_DATA
Arnd Bergmann
1
-4
/
+0
2026-03-07
Merge tag 'timers-urgent-2026-03-08' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-2
/
+4
2026-03-05
clocksource: Update clocksource::freq_khz on registration
Thomas Gleixner
1
-0
/
+7
2026-03-05
timekeeping: Initialize the coupled clocksource conversion completely
Thomas Gleixner
1
-0
/
+7
2026-03-04
timekeeping: Fix timex status validation for auxiliary clocks
Miroslav Lichvar
1
-2
/
+4
2026-03-04
Merge tag 'sysctl-7.00-fixes-rc3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+0
2026-03-04
time/jiffies: Fix sysctl file error on configurations where USER_HZ < HZ
Gerd Rausch
1
-2
/
+0
2026-03-03
Merge tag 'cgroup-for-7.0-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-3
/
+1
2026-03-01
Merge tag 'timers-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-12
/
+7
2026-02-27
hrtimer: Try to modify timers in place
Thomas Gleixner
1
-1
/
+36
2026-02-27
hrtimer: Use linked timerqueue
Thomas Gleixner
2
-23
/
+21
2026-02-27
hrtimer: Optimize for_each_active_base()
Thomas Gleixner
1
-16
/
+4
2026-02-27
hrtimer: Simplify run_hrtimer_queues()
Thomas Gleixner
1
-9
/
+10
2026-02-27
hrtimer: Rework next event evaluation
Thomas Gleixner
1
-51
/
+69
2026-02-27
hrtimer: Keep track of first expiring timer per clock base
Thomas Gleixner
1
-3
/
+34
2026-02-27
hrtimer: Avoid re-evaluation when nothing changed
Thomas Gleixner
1
-14
/
+31
2026-02-27
hrtimer: Push reprogramming timers into the interrupt return path
Peter Zijlstra
2
-6
/
+36
2026-02-27
hrtimer: Prepare stubs for deferred rearming
Peter Zijlstra
1
-0
/
+4
2026-02-27
hrtimer: Rename hrtimer_cpu_base::in_hrtirq to deferred_rearm
Thomas Gleixner
1
-19
/
+9
2026-02-27
hrtimer: Re-arrange hrtimer_interrupt()
Peter Zijlstra
1
-49
/
+44
2026-02-27
hrtimer: Separate remove/enqueue handling for local timers
Thomas Gleixner
1
-29
/
+43
2026-02-27
hrtimer: Use NOHZ information for locality
Thomas Gleixner
1
-1
/
+12
2026-02-27
hrtimer: Optimize for local timers
Thomas Gleixner
1
-36
/
+65
[next]