summaryrefslogtreecommitdiffstats
path: root/kernel/time/posix-timers.h
Commit message (Expand)AuthorAgeFilesLines
* posix-clocks: Introduce clock_get_ktime() callbackAndrei Vagin2020-01-141-0/+3
* posix-clocks: Rename the clock_get() callback to clock_get_timespec()Andrei Vagin2020-01-141-2/+2
* posix-timers: Use a callback for cancel synchronization on PREEMPT_RTThomas Gleixner2019-08-201-0/+1
* timex: use __kernel_timex internallyDeepa Dinamani2019-02-071-1/+1
* posix-timers: Make forward callback return s64Thomas Gleixner2018-07-021-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* posix-timers: Make nanosleep timespec argument constThomas Gleixner2017-06-141-1/+1
* posix-timers: Kill ->nsleep_restart()Al Viro2017-06-141-1/+0
* posix-timers: Store rmtp into restart_block in sys_clock_nanosleep()Al Viro2017-06-141-1/+1
* alarmtimer: Switch over to generic set/get/rearm routineThomas Gleixner2017-06-041-0/+6
* posix-timers: Add cancel/arm callbacksThomas Gleixner2017-06-041-0/+3
* posix-timers: Add forward/remaining callbacksThomas Gleixner2017-06-041-0/+2
* posix-timers: Use timer_rearm() callback in posixtimer_rearm()Thomas Gleixner2017-06-041-2/+0
* posix-timers: Add timer_rearm() callbackThomas Gleixner2017-06-041-15/+18
* posix-timers: Move posix-timer internals to coreThomas Gleixner2017-06-041-0/+29