summaryrefslogtreecommitdiffstats
path: root/kernel/time/alarmtimer.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: class: make rtc_class constantRicardo B. Marliere2024-03-081-1/+1
* alarmtimer: Use maximum alarm time for suspendGuenter Roeck2023-10-091-0/+11
* alarmtimer: Remove unnecessary (void *) castLi zeming2023-06-181-1/+1
* alarmtimer: Remove unnecessary initialization of variable 'ret'Li zeming2023-06-181-1/+1
* driver core: class: remove struct class_interface * from callbacksGreg Kroah-Hartman2023-04-031-2/+1
* alarmtimer: Prevent starvation by small intervals and SIG_IGNThomas Gleixner2023-02-141-4/+29
* alarmtimer: Check RTC features instead of opsAlexandre Belloni2021-05-111-1/+1
* Merge tag 'timers-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-261-3/+3
|\
| * timekeeping, clocksource: Fix various typos in commentsIngo Molnar2021-03-221-3/+3
* | kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()Oleg Nesterov2021-03-161-1/+1
|/
* alarmtimer: Update kerneldocAlexandre Belloni2021-02-051-1/+7
* alarmtimer: Convert comma to semicolonXu Wang2020-08-251-1/+1
* time: Delete repeated words in commentsRandy Dunlap2020-08-101-1/+1
* alarmtimer: Make alarmtimer_get_rtcdev() a stub when CONFIG_RTC_CLASS=nStephen Boyd2020-01-241-5/+0
* alarmtimer: Use wakeup source from alarmtimer platform deviceStephen Boyd2020-01-241-10/+5
* alarmtimer: Make alarmtimer platform device child of RTC deviceStephen Boyd2020-01-241-11/+9
* alarmtimer: Update alarmtimer_get_rtcdev() docs to reflect realityStephen Boyd2020-01-241-2/+0
* alarmtimer: Unregister wakeup source when module get failsStephen Boyd2020-01-151-3/+5
* alarmtimer: Make nanosleep() time namespace awareAndrei Vagin2020-01-141-0/+2
* posix-clocks: Wire up clock_gettime() with timens offsetsAndrei Vagin2020-01-141-1/+8
* posix-clocks: Introduce clock_get_ktime() callbackAndrei Vagin2020-01-141-1/+18
* alarmtimer: Provide get_timespec() callbackAndrei Vagin2020-01-141-1/+6
* alarmtimer: Rename gettime() callback to get_ktime()Andrei Vagin2020-01-141-17/+17
* posix-clocks: Rename .clock_get_timespec() callbacks accordinglyAndrei Vagin2020-01-141-3/+3
* posix-clocks: Rename the clock_get() callback to clock_get_timespec()Andrei Vagin2020-01-141-2/+2
* Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-09-171-1/+1
|\
| * PM / wakeup: Show wakeup sources stats in sysfsTri Vo2019-08-211-1/+1
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-09-171-1/+15
|\ \
| * | posix-timers: Use a callback for cancel synchronization on PREEMPT_RTThomas Gleixner2019-08-201-0/+14
| * | alarmtimer: Prepare for PREEMPT_RTAnna-Maria Gleixner2019-08-011-1/+1
| |/
* / alarmtimer: Use EOPNOTSUPP instead of ENOTSUPPThadeu Lima de Souza Cascardo2019-09-051-2/+2
|/
* alarmtimer: Fix kerneldoc comment for alarmtimer_suspend()Yangtao Li2019-06-141-1/+0
* alarmtimer: Return correct remaining timeAndrei Vagin2019-04-101-1/+1
* time: Remove license boilerplateThomas Gleixner2018-11-231-4/+0
* time: Add SPDX license identifiersThomas Gleixner2018-11-231-0/+1
* alarmtimer: Prevent overflow for relative nanosleepThomas Gleixner2018-07-021-1/+2
* posix-timers: Make forward callback return s64Thomas Gleixner2018-07-021-2/+2
* alarmtimer: Init nanosleep alarm timer on stackThomas Gleixner2018-03-291-8/+26
* alarmtimer: Ensure RTC module is not unloadedAlexandre Belloni2017-08-311-0/+6
* alarmtimer: Fix unavailable wake-up source in sysfsGeert Uytterhoeven2017-08-171-2/+9
* nanosleep: Use get_timespec64() and put_timespec64()Deepa Dinamani2017-06-301-2/+2
* posix-timers: Make nanosleep timespec argument constThomas Gleixner2017-06-141-1/+1
* hrtimers/posix-timers: Merge nanosleep timespec copyout logics into a new helperAl Viro2017-06-141-9/+1
* time/posix-timers: Move the compat copyouts to the nanosleep implementationsAl Viro2017-06-141-4/+12
* posix-timers: Store rmtp into restart_block in sys_clock_nanosleep()Al Viro2017-06-141-7/+1
* alarmtimer: Move copyout and freeze handling into alarmtimer_do_nsleep()Al Viro2017-06-141-70/+32
* alarmtimer: Switch over to generic set/get/rearm routineThomas Gleixner2017-06-041-103/+18
* alarmtimer: Implement arm callbackThomas Gleixner2017-06-041-0/+22
* alarmtimer: Implement try_to_cancel callbackThomas Gleixner2017-06-041-0/+10
* alarmtimer: Implement remaining callbackThomas Gleixner2017-06-041-9/+22