aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/time/alarmtimer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-17Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+15
2019-09-05alarmtimer: Use EOPNOTSUPP instead of ENOTSUPPThadeu Lima de Souza Cascardo1-2/+2
2019-08-21PM / wakeup: Show wakeup sources stats in sysfsTri Vo1-1/+1
2019-08-20posix-timers: Use a callback for cancel synchronization on PREEMPT_RTThomas Gleixner1-0/+14
2019-08-01alarmtimer: Prepare for PREEMPT_RTAnna-Maria Gleixner1-1/+1
2019-06-14alarmtimer: Fix kerneldoc comment for alarmtimer_suspend()Yangtao Li1-1/+0
2019-04-10alarmtimer: Return correct remaining timeAndrei Vagin1-1/+1
2018-11-23time: Remove license boilerplateThomas Gleixner1-4/+0
2018-11-23time: Add SPDX license identifiersThomas Gleixner1-0/+1
2018-07-02alarmtimer: Prevent overflow for relative nanosleepThomas Gleixner1-1/+2
2018-07-02posix-timers: Make forward callback return s64Thomas Gleixner1-2/+2
2018-03-29alarmtimer: Init nanosleep alarm timer on stackThomas Gleixner1-8/+26
2017-08-31alarmtimer: Ensure RTC module is not unloadedAlexandre Belloni1-0/+6
2017-08-17alarmtimer: Fix unavailable wake-up source in sysfsGeert Uytterhoeven1-2/+9
2017-06-30nanosleep: Use get_timespec64() and put_timespec64()Deepa Dinamani1-2/+2
2017-06-14posix-timers: Make nanosleep timespec argument constThomas Gleixner1-1/+1
2017-06-14hrtimers/posix-timers: Merge nanosleep timespec copyout logics into a new helperAl Viro1-9/+1
2017-06-14time/posix-timers: Move the compat copyouts to the nanosleep implementationsAl Viro1-4/+12
2017-06-14posix-timers: Store rmtp into restart_block in sys_clock_nanosleep()Al Viro1-7/+1
2017-06-14alarmtimer: Move copyout and freeze handling into alarmtimer_do_nsleep()Al Viro1-70/+32
2017-06-04alarmtimer: Switch over to generic set/get/rearm routineThomas Gleixner1-103/+18
2017-06-04alarmtimer: Implement arm callbackThomas Gleixner1-0/+22
2017-06-04alarmtimer: Implement try_to_cancel callbackThomas Gleixner1-0/+10
2017-06-04alarmtimer: Implement remaining callbackThomas Gleixner1-9/+22
2017-06-04alarmtimer: Implement forward callbackThomas Gleixner1-0/+13
2017-06-04alarmtimer: Implement timer_rearm() callbackThomas Gleixner1-1/+14
2017-06-04posix-timers: Move interval out of the unionThomas Gleixner1-7/+6
2017-06-04posix-timers: Move posix-timer internals to coreThomas Gleixner1-0/+2
2017-06-04alarmtimer: Remove pointless config conditionalThomas Gleixner1-2/+1
2017-06-04Merge branch 'timers/urgent' into WIP.timersThomas Gleixner1-3/+11
2017-06-04alarmtimer: Rate limit periodic intervalsThomas Gleixner1-0/+8
2017-06-04alarmtimer: Prevent overflow of relative timersThomas Gleixner1-3/+3
2017-05-27alarmtimer: Fix posix-timer constification falloutThomas Gleixner1-0/+2
2017-05-27posix-timers: Make posix_clocks immutableChristoph Hellwig1-46/+43
2017-04-14time: Change k_clock nsleep() to use timespec64Deepa Dinamani1-3/+4
2017-04-14time: Change k_clock timer_set() and timer_get() to use timespec64Deepa Dinamani1-7/+7
2017-04-14time: Change k_clock clock_getres() to use timespec64Deepa Dinamani1-1/+1
2017-04-14time: Change k_clock clock_get() to use timespec64Deepa Dinamani1-2/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-2/+2
2016-12-25ktime: Get rid of the unionThomas Gleixner1-10/+10
2016-12-14posix-timers: give lazy compilers some help optimizing code awayNicolas Pitre1-1/+2
2016-12-01alarmtimer: Add tracepoints for alarm timersBaolin Wang1-10/+43
2016-11-16posix-timers: Make them configurableNicolas Pitre1-2/+4
2016-10-17alarmtimer: Remove unused but set variableTobias Klauser1-2/+0
2016-06-20alarmtimer: Fix comments describing structure fieldsPratyush Patel1-1/+0
2015-12-03alarmtimer: Avoid unexpected rtc interrupt when system resume from S3zhuo-hao1-0/+17
2015-04-22alarmtimer: Get rid of unused return valueThomas Gleixner1-7/+4