| Commit message (Expand) | Author | Age | Files | Lines |
* | posix-clocks: Introduce clock_get_ktime() callback | Andrei Vagin | 2020-01-14 | 1 | -0/+3 |
* | posix-clocks: Rename the clock_get() callback to clock_get_timespec() | Andrei Vagin | 2020-01-14 | 1 | -2/+2 |
* | posix-timers: Use a callback for cancel synchronization on PREEMPT_RT | Thomas Gleixner | 2019-08-20 | 1 | -0/+1 |
* | timex: use __kernel_timex internally | Deepa Dinamani | 2019-02-07 | 1 | -1/+1 |
* | posix-timers: Make forward callback return s64 | Thomas Gleixner | 2018-07-02 | 1 | -1/+1 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | posix-timers: Make nanosleep timespec argument const | Thomas Gleixner | 2017-06-14 | 1 | -1/+1 |
* | posix-timers: Kill ->nsleep_restart() | Al Viro | 2017-06-14 | 1 | -1/+0 |
* | posix-timers: Store rmtp into restart_block in sys_clock_nanosleep() | Al Viro | 2017-06-14 | 1 | -1/+1 |
* | alarmtimer: Switch over to generic set/get/rearm routine | Thomas Gleixner | 2017-06-04 | 1 | -0/+6 |
* | posix-timers: Add cancel/arm callbacks | Thomas Gleixner | 2017-06-04 | 1 | -0/+3 |
* | posix-timers: Add forward/remaining callbacks | Thomas Gleixner | 2017-06-04 | 1 | -0/+2 |
* | posix-timers: Use timer_rearm() callback in posixtimer_rearm() | Thomas Gleixner | 2017-06-04 | 1 | -2/+0 |
* | posix-timers: Add timer_rearm() callback | Thomas Gleixner | 2017-06-04 | 1 | -15/+18 |
* | posix-timers: Move posix-timer internals to core | Thomas Gleixner | 2017-06-04 | 1 | -0/+29 |