index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
trace
/
events
/
timer.h
Age
Commit message (
Expand
)
Author
2023-06-19
tracing/timer: Add missing hrtimer modes to decode_hrtimer_mode().
Sebastian Andrzej Siewior
2023-04-05
rcu: Fix missing TICK_DEP_MASK_RCU_EXP dependency check
Zqiang
2022-04-14
tracing/timer: Add missing argument documentation of trace points
Anna-Maria Behnsen
2021-03-23
tracing: Fix various typos in comments
Ingo Molnar
2019-12-01
Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...
Linus Torvalds
2019-11-15
y2038: itimer: change implementation to timespec64
Arnd Bergmann
2019-10-05
nohz: Add TICK_DEP_BIT_RCU
Frederic Weisbecker
2019-03-24
timer/trace: Improve timer tracing
Anna-Maria Gleixner
2019-03-24
timer/trace: Replace deprecated vsprintf pointer extension %pf by %ps
Anna-Maria Gleixner
2018-01-16
hrtimer: Add clock bases and hrtimer mode for softirq context
Anna-Maria Gleixner
2018-01-16
tracing/hrtimer: Print the hrtimer mode in the 'hrtimer_start' tracepoint
Anna-Maria Gleixner
2018-01-16
tracing/hrtimer: Fix tracing bugs by taking all clock bases and modes into ac...
Anna-Maria Gleixner
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-02-27
Merge tag 'trace-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2017-02-15
timers: Make flags output in the timer_start tracepoint useful
Thomas Gleixner
2017-02-01
timers/itimer: Convert internal cputime_t units to nsec
Frederic Weisbecker
2016-12-25
ktime: Get rid of the union
Thomas Gleixner
2016-08-09
tracing: Fix tick_stop tracepoint symbols for user export
Steven Rostedt (Red Hat)
2016-03-02
nohz: Use enum code for tick stop failure tracing message
Frederic Weisbecker
2015-06-19
timer: Replace timer base by a cpu index
Thomas Gleixner
2015-05-22
tracing: timer: Add deferrable flag to timer_start
Badhri Jagan Sridharan
2013-05-05
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2013-04-24
nohz: Fix unavailable tick_stop tracepoint in dynticks idle
Frederic Weisbecker
2013-04-22
nohz: Add basic tracing
Frederic Weisbecker
2013-03-18
treewide: Fix typos in printk and comment
Masanari Iida
2010-08-19
tracing: Fix timer tracing
Arjan van de Ven
2010-06-28
tracing: Convert some timer events to DEFINE_EVENT
Li Zefan
2009-12-10
itimer: Fix the itimer trace print format
Thomas Gleixner
2009-10-15
events: Harmonize event field names and print output names
Ingo Molnar
2009-08-29
itimers: Add tracepoints for itimer
Xiao Guangrong
2009-08-29
hrtimer: Add tracepoint for hrtimers
Xiao Guangrong
2009-08-29
timers: Add tracepoints for timer_list timers
Xiao Guangrong