aboutsummaryrefslogtreecommitdiff
path: root/kernel/time/time.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-14time: add kernel-doc in time.cGravatar Randy Dunlap 1-11/+158
2023-01-03time: Fix various kernel-doc problemsGravatar Randy Dunlap 1-4/+4
2022-08-09time: Correct the prototype of ns_to_kernel_old_timeval and ns_to_timespec64Gravatar Youngmin Nam 1-2/+2
2021-03-22timekeeping, clocksource: Fix various typos in commentsGravatar Ingo Molnar 1-1/+1
2020-02-21y2038: remove unused time32 interfacesGravatar Arnd Bergmann 1-43/+0
2019-12-18y2038: remove obsolete jiffies conversion functionsGravatar Arnd Bergmann 1-53/+5
2019-12-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-11/+15
2019-11-25Merge branch 'timers/urgent' into timers/core, to pick up fixGravatar Ingo Molnar 1-1/+2
2019-11-21time: Zero the upper 32-bits in __kernel_timespec on 32-bitGravatar Dmitry Safonov 1-1/+2
2019-11-15y2038: time: avoid timespec usage in settimeofday()Gravatar Arnd Bergmann 1-11/+9
2019-11-15y2038: syscalls: change remaining timeval to __kernel_old_timevalGravatar Arnd Bergmann 1-1/+1
2019-11-15y2038: uapi: change __kernel_time_t to __kernel_old_time_tGravatar Arnd Bergmann 1-3/+3
2019-11-15y2038: remove CONFIG_64BIT_TIMEGravatar Arnd Bergmann 1-2/+2
2019-11-12time: Fix spelling mistake in commentGravatar Mukesh Ojha 1-1/+1
2019-11-12time: Optimize ns_to_timespec64()Gravatar Arnd Bergmann 1-9/+12
2019-07-07time: Validate user input in compat_settimeofday()Gravatar zhengbin 1-0/+4
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+10
2019-04-08time: Introduce jiffies64_to_msecs()Gravatar Li RongQing 1-0/+10
2019-03-28timekeeping: Force upper bound for setting CLOCK_REALTIMEGravatar Thomas Gleixner 1-1/+1
2019-02-07y2038: rename old time and utime syscallsGravatar Arnd Bergmann 1-2/+2
2019-02-07y2038: syscalls: rename y2038 compat syscallsGravatar Arnd Bergmann 1-4/+4
2019-02-07timex: change syscalls to use struct __kernel_timexGravatar Deepa Dinamani 1-1/+3
2019-02-07timex: use __kernel_timex internallyGravatar Deepa Dinamani 1-7/+7
2019-02-07time: make adjtime compat handling available for 32 bitGravatar Arnd Bergmann 1-4/+66
2018-12-28Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-36/+0
2018-12-18timekeeping: remove timespec_add/timespec_delGravatar Arnd Bergmann 1-36/+0
2018-11-23time: Add SPDX license identifiersGravatar Thomas Gleixner 1-0/+1
2018-11-23time: Remove useless filenames in top level commentsGravatar Thomas Gleixner 1-8/+4
2018-11-01compat: Cleanup in_compat_syscall() callersGravatar Dmitry Safonov 1-1/+1
2018-08-29y2038: __get_old_timespec32() can be staticGravatar kbuild test robot 1-2/+2
2018-08-27y2038: globally rename compat_time to old_time32Gravatar Arnd Bergmann 1-29/+29
2018-08-27y2038: make do_gettimeofday() and get_seconds() inlineGravatar Arnd Bergmann 1-6/+9
2018-08-27y2038: remove unused time interfacesGravatar Arnd Bergmann 1-24/+0
2018-07-12Merge branch 'fortglx/4.19/time' of https://git.linaro.org/people/john.stultz...Gravatar Thomas Gleixner 1-2/+4
2018-06-24time: Enable get/put_compat_itimerspec64 alwaysGravatar Deepa Dinamani 1-0/+21
2018-06-24time: Introduce struct __kernel_itimerspecGravatar Deepa Dinamani 1-2/+2
2018-06-22time: Make sure jiffies_to_msecs() preserves non-zero time periodsGravatar Geert Uytterhoeven 1-2/+4
2018-06-19time: Use ktime_get_real_seconds() in time syscallGravatar Arnd Bergmann 1-4/+2
2018-05-19timekeeping: Remove timespec64 hackGravatar Arnd Bergmann 1-2/+0
2018-04-19time: Fix get_timespec64() for y2038 safe compat interfacesGravatar Deepa Dinamani 1-4/+10
2018-04-19compat: Enable compat_get/put_timespec64 alwaysGravatar Deepa Dinamani 1-0/+44
2018-03-19y2038: Introduce struct __kernel_old_timevalGravatar Arnd Bergmann 1-0/+12
2017-10-31Merge branch 'fortglx/4.15/time' of https://git.linaro.org/people/john.stultz...Gravatar Thomas Gleixner 1-55/+4
2017-10-30time: Move time_t conversion helpers to time32.hGravatar Arnd Bergmann 1-2/+3
2017-10-30time: Remove unused functionsGravatar Arnd Bergmann 1-18/+0
2017-10-30timekeeping: Consolidate timekeeping_inject_offset codeGravatar Arnd Bergmann 1-35/+1
2017-10-17time: Use do_settimeofday64() internallyGravatar Arnd Bergmann 1-6/+6
2017-06-25time: introduce {get,put}_itimerspec64Gravatar Deepa Dinamani 1-0/+30
2017-06-25time: add get_timespec64 and put_timespec64Gravatar Deepa Dinamani 1-0/+28
2017-06-14time: Move compat_gettimeofday()/settimeofday() to nativeGravatar Al Viro 1-0/+41