aboutsummaryrefslogtreecommitdiff
path: root/include/linux/time64.h
AgeCommit message (Expand)AuthorFilesLines
2021-09-08time: Handle negative seconds correctly in timespec64_to_ns()Gravatar Lukas Hannen 1-2/+7
2020-10-26time: Prevent undefined behaviour in timespec64_to_ns()Gravatar Zeng Tao 1-0/+4
2020-03-21linux/time64.h: Extract common header for vDSOGravatar Vincenzo Frascino 1-9/+1
2019-08-30vfs: Add file timestamp range supportGravatar Deepa Dinamani 1-0/+2
2019-03-28timekeeping: Force upper bound for setting CLOCK_REALTIMEGravatar Thomas Gleixner 1-0/+21
2019-02-07y2038: remove struct definition redirectsGravatar Arnd Bergmann 1-8/+0
2018-06-24time: Introduce struct __kernel_itimerspecGravatar Deepa Dinamani 1-0/+1
2018-05-19timekeeping: Remove timespec64 hackGravatar Arnd Bergmann 1-7/+0
2018-04-19time: Add new y2038 safe __kernel_timespecGravatar Deepa Dinamani 1-1/+9
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-77/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-30time: Move time_t conversion helpers to time32.hGravatar Arnd Bergmann 1-49/+1
2017-10-30time: Remove unused functionsGravatar Arnd Bergmann 1-28/+0
2016-08-31time: Avoid undefined behaviour in timespec64_add_safe()Gravatar Vegard Nossum 1-0/+1
2016-05-19time: remove timespec_add_safe()Gravatar Deepa Dinamani 1-8/+7
2016-05-19time: add missing implementation for timespec64_add_safe()Gravatar Deepa Dinamani 1-3/+1
2015-08-17time: Introduce struct itimerspec64Gravatar Baolin Wang 1-0/+35
2015-06-12time: Prevent early expiry of hrtimers[CLOCK_REALTIME] at the leap second edgeGravatar John Stultz 1-0/+1
2015-05-22time: Include math64.h in time64.hGravatar Xunlei Pang 1-0/+1
2014-07-23time: More core infrastructure for timespec64Gravatar John Stultz 1-0/+28
2014-07-23time64: Add time64.h header and define struct timespec64Gravatar John Stultz 1-0/+162