summaryrefslogtreecommitdiffstats
path: root/kernel/time/time.c
Commit message (Expand)AuthorAgeFilesLines
* timekeeping, clocksource: Fix various typos in commentsIngo Molnar2021-03-221-1/+1
* y2038: remove unused time32 interfacesArnd Bergmann2020-02-211-43/+0
* y2038: remove obsolete jiffies conversion functionsArnd Bergmann2019-12-181-53/+5
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-12-031-11/+15
|\
| * Merge branch 'timers/urgent' into timers/core, to pick up fixIngo Molnar2019-11-251-1/+2
| |\
| | * time: Zero the upper 32-bits in __kernel_timespec on 32-bitDmitry Safonov2019-11-211-1/+2
| * | time: Fix spelling mistake in commentMukesh Ojha2019-11-121-1/+1
| * | time: Optimize ns_to_timespec64()Arnd Bergmann2019-11-121-9/+12
| |/
* | y2038: time: avoid timespec usage in settimeofday()Arnd Bergmann2019-11-151-11/+9
* | y2038: syscalls: change remaining timeval to __kernel_old_timevalArnd Bergmann2019-11-151-1/+1
* | y2038: uapi: change __kernel_time_t to __kernel_old_time_tArnd Bergmann2019-11-151-3/+3
* | y2038: remove CONFIG_64BIT_TIMEArnd Bergmann2019-11-151-2/+2
|/
* time: Validate user input in compat_settimeofday()zhengbin2019-07-071-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-071-0/+10
|\
| * time: Introduce jiffies64_to_msecs()Li RongQing2019-04-081-0/+10
* | timekeeping: Force upper bound for setting CLOCK_REALTIMEThomas Gleixner2019-03-281-1/+1
|/
* y2038: rename old time and utime syscallsArnd Bergmann2019-02-071-2/+2
* y2038: syscalls: rename y2038 compat syscallsArnd Bergmann2019-02-071-4/+4
* timex: change syscalls to use struct __kernel_timexDeepa Dinamani2019-02-071-1/+3
* timex: use __kernel_timex internallyDeepa Dinamani2019-02-071-7/+7
* time: make adjtime compat handling available for 32 bitArnd Bergmann2019-02-071-4/+66
* Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel...Linus Torvalds2018-12-281-36/+0
|\
| * timekeeping: remove timespec_add/timespec_delArnd Bergmann2018-12-181-36/+0
* | time: Add SPDX license identifiersThomas Gleixner2018-11-231-0/+1
* | time: Remove useless filenames in top level commentsThomas Gleixner2018-11-231-8/+4
|/
* compat: Cleanup in_compat_syscall() callersDmitry Safonov2018-11-011-1/+1
* y2038: __get_old_timespec32() can be statickbuild test robot2018-08-291-2/+2
* y2038: globally rename compat_time to old_time32Arnd Bergmann2018-08-271-29/+29
* y2038: make do_gettimeofday() and get_seconds() inlineArnd Bergmann2018-08-271-6/+9
* y2038: remove unused time interfacesArnd Bergmann2018-08-271-24/+0
* Merge branch 'fortglx/4.19/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner2018-07-121-2/+4
|\
| * time: Make sure jiffies_to_msecs() preserves non-zero time periodsGeert Uytterhoeven2018-06-221-2/+4
* | time: Enable get/put_compat_itimerspec64 alwaysDeepa Dinamani2018-06-241-0/+21
* | time: Introduce struct __kernel_itimerspecDeepa Dinamani2018-06-241-2/+2
* | time: Use ktime_get_real_seconds() in time syscallArnd Bergmann2018-06-191-4/+2
|/
* timekeeping: Remove timespec64 hackArnd Bergmann2018-05-191-2/+0
* time: Fix get_timespec64() for y2038 safe compat interfacesDeepa Dinamani2018-04-191-4/+10
* compat: Enable compat_get/put_timespec64 alwaysDeepa Dinamani2018-04-191-0/+44
* y2038: Introduce struct __kernel_old_timevalArnd Bergmann2018-03-191-0/+12
* Merge branch 'fortglx/4.15/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner2017-10-311-55/+4
|\
| * time: Move time_t conversion helpers to time32.hArnd Bergmann2017-10-301-2/+3
| * time: Remove unused functionsArnd Bergmann2017-10-301-18/+0
| * timekeeping: Consolidate timekeeping_inject_offset codeArnd Bergmann2017-10-301-35/+1
* | time: Use do_settimeofday64() internallyArnd Bergmann2017-10-171-6/+6
|/
* time: introduce {get,put}_itimerspec64Deepa Dinamani2017-06-251-0/+30
* time: add get_timespec64 and put_timespec64Deepa Dinamani2017-06-251-0/+28
* time: Move compat_gettimeofday()/settimeofday() to nativeAl Viro2017-06-141-0/+41
* time: Move compat_time()/stime() to nativeAl Viro2017-06-141-0/+41
* ntp: Move adjtimex related compat syscalls to native counterpartsAl Viro2017-06-141-1/+23
* time: delete current_fs_time()Deepa Dinamani2017-05-121-14/+0