aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/time/alarmtimer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-09alarmtimer: Use maximum alarm time for suspendGuenter Roeck1-0/+11
2023-06-18alarmtimer: Remove unnecessary (void *) castLi zeming1-1/+1
2023-06-18alarmtimer: Remove unnecessary initialization of variable 'ret'Li zeming1-1/+1
2023-04-03driver core: class: remove struct class_interface * from callbacksGreg Kroah-Hartman1-2/+1
2023-02-14alarmtimer: Prevent starvation by small intervals and SIG_IGNThomas Gleixner1-4/+29
2021-05-11alarmtimer: Check RTC features instead of opsAlexandre Belloni1-1/+1
2021-04-26Merge tag 'timers-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2021-03-22timekeeping, clocksource: Fix various typos in commentsIngo Molnar1-3/+3
2021-03-16kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()Oleg Nesterov1-1/+1
2021-02-05alarmtimer: Update kerneldocAlexandre Belloni1-1/+7
2020-08-25alarmtimer: Convert comma to semicolonXu Wang1-1/+1
2020-08-10time: Delete repeated words in commentsRandy Dunlap1-1/+1
2020-01-24alarmtimer: Make alarmtimer_get_rtcdev() a stub when CONFIG_RTC_CLASS=nStephen Boyd1-5/+0
2020-01-24alarmtimer: Use wakeup source from alarmtimer platform deviceStephen Boyd1-10/+5
2020-01-24alarmtimer: Make alarmtimer platform device child of RTC deviceStephen Boyd1-11/+9
2020-01-24alarmtimer: Update alarmtimer_get_rtcdev() docs to reflect realityStephen Boyd1-2/+0
2020-01-15alarmtimer: Unregister wakeup source when module get failsStephen Boyd1-3/+5
2020-01-14alarmtimer: Make nanosleep() time namespace awareAndrei Vagin1-0/+2
2020-01-14posix-clocks: Wire up clock_gettime() with timens offsetsAndrei Vagin1-1/+8
2020-01-14posix-clocks: Introduce clock_get_ktime() callbackAndrei Vagin1-1/+18
2020-01-14alarmtimer: Provide get_timespec() callbackAndrei Vagin1-1/+6
2020-01-14alarmtimer: Rename gettime() callback to get_ktime()Andrei Vagin1-17/+17
2020-01-14posix-clocks: Rename .clock_get_timespec() callbacks accordinglyAndrei Vagin1-3/+3
2020-01-14posix-clocks: Rename the clock_get() callback to clock_get_timespec()Andrei Vagin1-2/+2
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