Age | Commit message (Expand) | Author | Files | Lines |
2017-08-31 | alarmtimer: Ensure RTC module is not unloaded | Alexandre Belloni | 1 | -0/+6 |
2017-08-17 | alarmtimer: Fix unavailable wake-up source in sysfs | Geert Uytterhoeven | 1 | -2/+9 |
2017-06-30 | nanosleep: Use get_timespec64() and put_timespec64() | Deepa Dinamani | 1 | -2/+2 |
2017-06-14 | posix-timers: Make nanosleep timespec argument const | Thomas Gleixner | 1 | -1/+1 |
2017-06-14 | hrtimers/posix-timers: Merge nanosleep timespec copyout logics into a new helper | Al Viro | 1 | -9/+1 |
2017-06-14 | time/posix-timers: Move the compat copyouts to the nanosleep implementations | Al Viro | 1 | -4/+12 |
2017-06-14 | posix-timers: Store rmtp into restart_block in sys_clock_nanosleep() | Al Viro | 1 | -7/+1 |
2017-06-14 | alarmtimer: Move copyout and freeze handling into alarmtimer_do_nsleep() | Al Viro | 1 | -70/+32 |
2017-06-04 | alarmtimer: Switch over to generic set/get/rearm routine | Thomas Gleixner | 1 | -103/+18 |
2017-06-04 | alarmtimer: Implement arm callback | Thomas Gleixner | 1 | -0/+22 |
2017-06-04 | alarmtimer: Implement try_to_cancel callback | Thomas Gleixner | 1 | -0/+10 |
2017-06-04 | alarmtimer: Implement remaining callback | Thomas Gleixner | 1 | -9/+22 |
2017-06-04 | alarmtimer: Implement forward callback | Thomas Gleixner | 1 | -0/+13 |
2017-06-04 | alarmtimer: Implement timer_rearm() callback | Thomas Gleixner | 1 | -1/+14 |
2017-06-04 | posix-timers: Move interval out of the union | Thomas Gleixner | 1 | -7/+6 |
2017-06-04 | posix-timers: Move posix-timer internals to core | Thomas Gleixner | 1 | -0/+2 |
2017-06-04 | alarmtimer: Remove pointless config conditional | Thomas Gleixner | 1 | -2/+1 |
2017-06-04 | Merge branch 'timers/urgent' into WIP.timers | Thomas Gleixner | 1 | -3/+11 |
2017-06-04 | alarmtimer: Rate limit periodic intervals | Thomas Gleixner | 1 | -0/+8 |
2017-06-04 | alarmtimer: Prevent overflow of relative timers | Thomas Gleixner | 1 | -3/+3 |
2017-05-27 | alarmtimer: Fix posix-timer constification fallout | Thomas Gleixner | 1 | -0/+2 |
2017-05-27 | posix-timers: Make posix_clocks immutable | Christoph Hellwig | 1 | -46/+43 |
2017-04-14 | time: Change k_clock nsleep() to use timespec64 | Deepa Dinamani | 1 | -3/+4 |
2017-04-14 | time: Change k_clock timer_set() and timer_get() to use timespec64 | Deepa Dinamani | 1 | -7/+7 |
2017-04-14 | time: Change k_clock clock_getres() to use timespec64 | Deepa Dinamani | 1 | -1/+1 |
2017-04-14 | time: Change k_clock clock_get() to use timespec64 | Deepa Dinamani | 1 | -2/+2 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 1 | -0/+1 |
2016-12-25 | ktime: Cleanup ktime_set() usage | Thomas Gleixner | 1 | -2/+2 |
2016-12-25 | ktime: Get rid of the union | Thomas Gleixner | 1 | -10/+10 |
2016-12-14 | posix-timers: give lazy compilers some help optimizing code away | Nicolas Pitre | 1 | -1/+2 |
2016-12-01 | alarmtimer: Add tracepoints for alarm timers | Baolin Wang | 1 | -10/+43 |
2016-11-16 | posix-timers: Make them configurable | Nicolas Pitre | 1 | -2/+4 |
2016-10-17 | alarmtimer: Remove unused but set variable | Tobias Klauser | 1 | -2/+0 |
2016-06-20 | alarmtimer: Fix comments describing structure fields | Pratyush Patel | 1 | -1/+0 |
2015-12-03 | alarmtimer: Avoid unexpected rtc interrupt when system resume from S3 | zhuo-hao | 1 | -0/+17 |
2015-04-22 | alarmtimer: Get rid of unused return value | Thomas Gleixner | 1 | -7/+4 |
2015-04-22 | hrtimer: Get rid of hrtimer_get_res() | Thomas Gleixner | 1 | -3/+3 |
2015-02-12 | all arches, signal: move restart_block to struct task_struct | Andy Lutomirski | 1 | -1/+1 |
2014-09-12 | alarmtimer: Lock k_itimer during timer callback | Richard Larocque | 1 | -2/+8 |
2014-09-12 | alarmtimer: Do not signal SIGEV_NONE timers | Richard Larocque | 1 | -2/+4 |
2014-09-12 | alarmtimer: Return relative times in timer_gettime | Richard Larocque | 1 | -7/+11 |
2014-08-04 | Merge tag 'staging-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
2014-07-08 | alarmtimer: Fix bug where relative alarm timers were treated as absolute | John Stultz | 1 | -2/+18 |
2014-06-19 | alarmtimer: Export symbols of alarmtimer_get_rtcdev | Pramod Gurav | 1 | -1/+1 |
2013-10-18 | alarmtimer: return EINVAL instead of ENOTSUPP if rtcdev doesn't exist | KOSAKI Motohiro | 1 | -2/+2 |
2013-06-12 | alarmtimer: Export symbols of functions declared in linux/alarmtimer.h | Marcus Gelderie | 1 | -1/+9 |
2013-05-29 | alarmtimer: Add functions for timerfd support | Todd Poynor | 1 | -1/+38 |
2012-09-24 | alarmtimer: Rename alarmtimer_remove to alarmtimer_dequeue | John Stultz | 1 | -4/+4 |
2012-09-24 | alarmtimer: Use hrtimer per-alarm instead of per-base | John Stultz | 1 | -67/+27 |