Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |