index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
time
/
posix-timers.h
Age
Commit message (
Expand
)
Author
2020-01-14
posix-clocks: Introduce clock_get_ktime() callback
Andrei Vagin
2020-01-14
posix-clocks: Rename the clock_get() callback to clock_get_timespec()
Andrei Vagin
2019-08-20
posix-timers: Use a callback for cancel synchronization on PREEMPT_RT
Thomas Gleixner
2019-02-07
timex: use __kernel_timex internally
Deepa Dinamani
2018-07-02
posix-timers: Make forward callback return s64
Thomas Gleixner
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-06-14
posix-timers: Make nanosleep timespec argument const
Thomas Gleixner
2017-06-14
posix-timers: Kill ->nsleep_restart()
Al Viro
2017-06-14
posix-timers: Store rmtp into restart_block in sys_clock_nanosleep()
Al Viro
2017-06-04
alarmtimer: Switch over to generic set/get/rearm routine
Thomas Gleixner
2017-06-04
posix-timers: Add cancel/arm callbacks
Thomas Gleixner
2017-06-04
posix-timers: Add forward/remaining callbacks
Thomas Gleixner
2017-06-04
posix-timers: Use timer_rearm() callback in posixtimer_rearm()
Thomas Gleixner
2017-06-04
posix-timers: Add timer_rearm() callback
Thomas Gleixner
2017-06-04
posix-timers: Move posix-timer internals to core
Thomas Gleixner