summaryrefslogtreecommitdiff
path: root/kernel/time/alarmtimer.c
AgeCommit message (Expand)Author
2017-08-31alarmtimer: Ensure RTC module is not unloadedAlexandre Belloni
2017-08-17alarmtimer: Fix unavailable wake-up source in sysfsGeert Uytterhoeven
2017-06-30nanosleep: Use get_timespec64() and put_timespec64()Deepa Dinamani
2017-06-14posix-timers: Make nanosleep timespec argument constThomas Gleixner
2017-06-14hrtimers/posix-timers: Merge nanosleep timespec copyout logics into a new helperAl Viro
2017-06-14time/posix-timers: Move the compat copyouts to the nanosleep implementationsAl Viro
2017-06-14posix-timers: Store rmtp into restart_block in sys_clock_nanosleep()Al Viro
2017-06-14alarmtimer: Move copyout and freeze handling into alarmtimer_do_nsleep()Al Viro
2017-06-04alarmtimer: Switch over to generic set/get/rearm routineThomas Gleixner
2017-06-04alarmtimer: Implement arm callbackThomas Gleixner
2017-06-04alarmtimer: Implement try_to_cancel callbackThomas Gleixner
2017-06-04alarmtimer: Implement remaining callbackThomas Gleixner
2017-06-04alarmtimer: Implement forward callbackThomas Gleixner
2017-06-04alarmtimer: Implement timer_rearm() callbackThomas Gleixner
2017-06-04posix-timers: Move interval out of the unionThomas Gleixner
2017-06-04posix-timers: Move posix-timer internals to coreThomas Gleixner
2017-06-04alarmtimer: Remove pointless config conditionalThomas Gleixner
2017-06-04Merge branch 'timers/urgent' into WIP.timersThomas Gleixner
2017-06-04alarmtimer: Rate limit periodic intervalsThomas Gleixner
2017-06-04alarmtimer: Prevent overflow of relative timersThomas Gleixner
2017-05-27alarmtimer: Fix posix-timer constification falloutThomas Gleixner
2017-05-27posix-timers: Make posix_clocks immutableChristoph Hellwig
2017-04-14time: Change k_clock nsleep() to use timespec64Deepa Dinamani
2017-04-14time: Change k_clock timer_set() and timer_get() to use timespec64Deepa Dinamani
2017-04-14time: Change k_clock clock_getres() to use timespec64Deepa Dinamani
2017-04-14time: Change k_clock clock_get() to use timespec64Deepa Dinamani
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner
2016-12-25ktime: Get rid of the unionThomas Gleixner
2016-12-14posix-timers: give lazy compilers some help optimizing code awayNicolas Pitre
2016-12-01alarmtimer: Add tracepoints for alarm timersBaolin Wang
2016-11-16posix-timers: Make them configurableNicolas Pitre
2016-10-17alarmtimer: Remove unused but set variableTobias Klauser
2016-06-20alarmtimer: Fix comments describing structure fieldsPratyush Patel
2015-12-03alarmtimer: Avoid unexpected rtc interrupt when system resume from S3zhuo-hao
2015-04-22alarmtimer: Get rid of unused return valueThomas Gleixner
2015-04-22hrtimer: Get rid of hrtimer_get_res()Thomas Gleixner
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski
2014-09-12alarmtimer: Lock k_itimer during timer callbackRichard Larocque
2014-09-12alarmtimer: Do not signal SIGEV_NONE timersRichard Larocque
2014-09-12alarmtimer: Return relative times in timer_gettimeRichard Larocque
2014-08-04Merge tag 'staging-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-07-08alarmtimer: Fix bug where relative alarm timers were treated as absoluteJohn Stultz
2014-06-19alarmtimer: Export symbols of alarmtimer_get_rtcdevPramod Gurav
2013-10-18alarmtimer: return EINVAL instead of ENOTSUPP if rtcdev doesn't existKOSAKI Motohiro
2013-06-12alarmtimer: Export symbols of functions declared in linux/alarmtimer.hMarcus Gelderie
2013-05-29alarmtimer: Add functions for timerfd supportTodd Poynor
2012-09-24alarmtimer: Rename alarmtimer_remove to alarmtimer_dequeueJohn Stultz
2012-09-24alarmtimer: Use hrtimer per-alarm instead of per-baseJohn Stultz