summaryrefslogtreecommitdiffstats
path: root/kernel/time/alarmtimer.c
AgeCommit message (Expand)AuthorLines
2021-05-11alarmtimer: Check RTC features instead of opsAlexandre Belloni-1/+1
2021-04-26Merge tag 'timers-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-3/+3
2021-03-22timekeeping, clocksource: Fix various typos in commentsIngo Molnar-3/+3
2021-03-16kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()Oleg Nesterov-1/+1
2021-02-05alarmtimer: Update kerneldocAlexandre Belloni-1/+7
2020-08-25alarmtimer: Convert comma to semicolonXu Wang-1/+1
2020-08-10time: Delete repeated words in commentsRandy Dunlap-1/+1
2020-01-24alarmtimer: Make alarmtimer_get_rtcdev() a stub when CONFIG_RTC_CLASS=nStephen Boyd-5/+0
2020-01-24alarmtimer: Use wakeup source from alarmtimer platform deviceStephen Boyd-10/+5
2020-01-24alarmtimer: Make alarmtimer platform device child of RTC deviceStephen Boyd-11/+9
2020-01-24alarmtimer: Update alarmtimer_get_rtcdev() docs to reflect realityStephen Boyd-2/+0
2020-01-15alarmtimer: Unregister wakeup source when module get failsStephen Boyd-3/+5
2020-01-14alarmtimer: Make nanosleep() time namespace awareAndrei Vagin-0/+2
2020-01-14posix-clocks: Wire up clock_gettime() with timens offsetsAndrei Vagin-1/+8
2020-01-14posix-clocks: Introduce clock_get_ktime() callbackAndrei Vagin-1/+18
2020-01-14alarmtimer: Provide get_timespec() callbackAndrei Vagin-1/+6
2020-01-14alarmtimer: Rename gettime() callback to get_ktime()Andrei Vagin-17/+17
2020-01-14posix-clocks: Rename .clock_get_timespec() callbacks accordinglyAndrei Vagin-3/+3
2020-01-14posix-clocks: Rename the clock_get() callback to clock_get_timespec()Andrei Vagin-2/+2
2019-09-17Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-1/+1
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+15
2019-09-05alarmtimer: Use EOPNOTSUPP instead of ENOTSUPPThadeu Lima de Souza Cascardo-2/+2
2019-08-21PM / wakeup: Show wakeup sources stats in sysfsTri Vo-1/+1
2019-08-20posix-timers: Use a callback for cancel synchronization on PREEMPT_RTThomas Gleixner-0/+14
2019-08-01alarmtimer: Prepare for PREEMPT_RTAnna-Maria Gleixner-1/+1
2019-06-14alarmtimer: Fix kerneldoc comment for alarmtimer_suspend()Yangtao Li-1/+0
2019-04-10alarmtimer: Return correct remaining timeAndrei Vagin-1/+1
2018-11-23time: Remove license boilerplateThomas Gleixner-4/+0
2018-11-23time: Add SPDX license identifiersThomas Gleixner-0/+1
2018-07-02alarmtimer: Prevent overflow for relative nanosleepThomas Gleixner-1/+2
2018-07-02posix-timers: Make forward callback return s64Thomas Gleixner-2/+2
2018-03-29alarmtimer: Init nanosleep alarm timer on stackThomas Gleixner-8/+26
2017-08-31alarmtimer: Ensure RTC module is not unloadedAlexandre Belloni-0/+6
2017-08-17alarmtimer: Fix unavailable wake-up source in sysfsGeert Uytterhoeven-2/+9
2017-06-30nanosleep: Use get_timespec64() and put_timespec64()Deepa Dinamani-2/+2
2017-06-14posix-timers: Make nanosleep timespec argument constThomas Gleixner-1/+1
2017-06-14hrtimers/posix-timers: Merge nanosleep timespec copyout logics into a new helperAl Viro-9/+1
2017-06-14time/posix-timers: Move the compat copyouts to the nanosleep implementationsAl Viro-4/+12
2017-06-14posix-timers: Store rmtp into restart_block in sys_clock_nanosleep()Al Viro-7/+1
2017-06-14alarmtimer: Move copyout and freeze handling into alarmtimer_do_nsleep()Al Viro-70/+32
2017-06-04alarmtimer: Switch over to generic set/get/rearm routineThomas Gleixner-103/+18
2017-06-04alarmtimer: Implement arm callbackThomas Gleixner-0/+22
2017-06-04alarmtimer: Implement try_to_cancel callbackThomas Gleixner-0/+10
2017-06-04alarmtimer: Implement remaining callbackThomas Gleixner-9/+22
2017-06-04alarmtimer: Implement forward callbackThomas Gleixner-0/+13
2017-06-04alarmtimer: Implement timer_rearm() callbackThomas Gleixner-1/+14
2017-06-04posix-timers: Move interval out of the unionThomas Gleixner-7/+6
2017-06-04posix-timers: Move posix-timer internals to coreThomas Gleixner-0/+2
2017-06-04alarmtimer: Remove pointless config conditionalThomas Gleixner-2/+1
2017-06-04Merge branch 'timers/urgent' into WIP.timersThomas Gleixner-3/+11