aboutsummaryrefslogtreecommitdiff
path: root/kernel/time/time.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-14time: Move compat_time()/stime() to nativeGravatar Al Viro 1-0/+41
2017-06-14ntp: Move adjtimex related compat syscalls to native counterpartsGravatar Al Viro 1-1/+23
2017-05-12time: delete current_fs_time()Gravatar Deepa Dinamani 1-14/+0
2017-04-14time: Delete do_sys_setimeofday()Gravatar Deepa Dinamani 1-2/+2
2017-02-01time: Introduce jiffies64_to_nsecs()Gravatar Frederic Weisbecker 1-0/+10
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-08-31time: Avoid undefined behaviour in timespec64_add_safe()Gravatar Vegard Nossum 1-1/+1
2016-05-19time: remove timespec_add_safe()Gravatar Deepa Dinamani 1-4/+0
2016-05-19time: add missing implementation for timespec64_add_safe()Gravatar Deepa Dinamani 1-0/+25
2016-04-22time: Introduce do_sys_settimeofday64()Gravatar Baolin Wang 1-4/+4
2016-02-29Handle ISO 8601 leap seconds and encodings of midnight in mktime64()Gravatar David Howells 1-1/+8
2015-09-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-22/+21
2015-08-17time: Introduce timespec64_to_jiffies()/jiffies_to_timespec64()Gravatar Baolin Wang 1-8/+13
2015-08-17time: Fix nanosecond file time rounding in timespec_trunc()Gravatar Karsten Blees 1-14/+8
2015-07-29jiffies: Remove HZ > USEC_PER_SEC special caseGravatar Frederic Weisbecker 1-3/+7
2015-06-10time: Refactor usecs_to_jiffiesGravatar Nicholas Mc Guire 1-10/+3
2015-05-22time: Make sure tz_minuteswest is set to a valid value when setting timeGravatar Sasha Levin 1-0/+4
2015-05-19time: Refactor msecs_to_jiffiesGravatar Nicholas Mc Guire 1-40/+19
2015-05-19time: Move timeconst.h into include/generatedGravatar Nicholas Mc Guire 1-1/+1
2015-01-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+4
2015-01-22Merge branch 'fortglx/3.19-stable/time' of https://git.linaro.org/people/john...Gravatar Thomas Gleixner 1-0/+4
2015-01-07time: settimeofday: Validate the values of tv from userGravatar Sasha Levin 1-0/+4
2014-12-15Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 1-0/+1
2014-12-05drm/i915: compute wait_ioctl timeout correctlyGravatar Daniel Vetter 1-0/+1
2014-11-21time: Provide y2038 safe mktime() replacementGravatar pang.xunlei 1-12/+8
2014-09-12jiffies: Fix timeval conversion to jiffiesGravatar Andrew Hunter 1-25/+31
2014-07-23time: Export nsecs_to_jiffies()Gravatar Thomas Gleixner 1-0/+1
2014-07-23time: Consolidate the time accessor prototypesGravatar Thomas Gleixner 1-0/+1
2014-07-23time: More core infrastructure for timespec64Gravatar John Stultz 1-0/+62
2014-06-23time/timers: Move all time(r) related files into kernel/timeGravatar Thomas Gleixner 1-0/+714