summaryrefslogtreecommitdiffstats
path: root/kernel/time/time.c
Commit message (Expand)AuthorAgeFilesLines
* 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-081-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/+0Star
|\
| * timekeeping: remove timespec_add/timespec_delArnd Bergmann2018-12-181-36/+0Star
* | time: Add SPDX license identifiersThomas Gleixner2018-11-231-0/+1
* | time: Remove useless filenames in top level commentsThomas Gleixner2018-11-231-8/+4Star
|/
* 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/+0Star
* 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/+2Star
|/
* timekeeping: Remove timespec64 hackArnd Bergmann2018-05-191-2/+0Star
* 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/+4Star
|\
| * time: Move time_t conversion helpers to time32.hArnd Bergmann2017-10-301-2/+3
| * time: Remove unused functionsArnd Bergmann2017-10-301-18/+0Star
| * timekeeping: Consolidate timekeeping_inject_offset codeArnd Bergmann2017-10-301-35/+1Star
* | time: Use do_settimeofday64() internallyArnd Bergmann2017-10-171-6/+6
|/
* time: introduce {get,put}_itimerspec64Deepa Dinamani2017-06-261-0/+30
* time: add get_timespec64 and put_timespec64Deepa Dinamani2017-06-261-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-131-14/+0Star
* time: Delete do_sys_setimeofday()Deepa Dinamani2017-04-141-2/+2
* time: Introduce jiffies64_to_nsecs()Frederic Weisbecker2017-02-011-0/+10
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* time: Avoid undefined behaviour in timespec64_add_safe()Vegard Nossum2016-08-311-1/+1
* time: remove timespec_add_safe()Deepa Dinamani2016-05-201-4/+0Star
* time: add missing implementation for timespec64_add_safe()Deepa Dinamani2016-05-201-0/+25
* time: Introduce do_sys_settimeofday64()Baolin Wang2016-04-221-4/+4
* Handle ISO 8601 leap seconds and encodings of midnight in mktime64()David Howells2016-02-291-1/+8
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-09-011-22/+21Star
|\
| * time: Introduce timespec64_to_jiffies()/jiffies_to_timespec64()Baolin Wang2015-08-171-8/+13
| * time: Fix nanosecond file time rounding in timespec_trunc()Karsten Blees2015-08-171-14/+8Star
* | jiffies: Remove HZ > USEC_PER_SEC special caseFrederic Weisbecker2015-07-291-3/+7
|/