summaryrefslogtreecommitdiffstats
path: root/kernel/time/time.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-191-4/+0
* time: add missing implementation for timespec64_add_safe()Deepa Dinamani2016-05-191-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/+21
|\
| * 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/+8
* | jiffies: Remove HZ > USEC_PER_SEC special caseFrederic Weisbecker2015-07-291-3/+7
|/
* time: Refactor usecs_to_jiffiesNicholas Mc Guire2015-06-101-10/+3
* time: Make sure tz_minuteswest is set to a valid value when setting timeSasha Levin2015-05-221-0/+4
* time: Refactor msecs_to_jiffiesNicholas Mc Guire2015-05-191-40/+19
* time: Move timeconst.h into include/generatedNicholas Mc Guire2015-05-191-1/+1
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-01-251-0/+4
|\
| * Merge branch 'fortglx/3.19-stable/time' of https://git.linaro.org/people/john...Thomas Gleixner2015-01-221-0/+4
| |\
| | * time: settimeofday: Validate the values of tv from userSasha Levin2015-01-071-0/+4
* | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-12-151-0/+1
|\ \ \ | |/ / |/| |
| * | drm/i915: compute wait_ioctl timeout correctlyDaniel Vetter2014-12-051-0/+1
| |/
* | time: Provide y2038 safe mktime() replacementpang.xunlei2014-11-211-12/+8
|/
* jiffies: Fix timeval conversion to jiffiesAndrew Hunter2014-09-121-25/+31
* time: Export nsecs_to_jiffies()Thomas Gleixner2014-07-231-0/+1
* time: Consolidate the time accessor prototypesThomas Gleixner2014-07-231-0/+1
* time: More core infrastructure for timespec64John Stultz2014-07-231-0/+62
* time/timers: Move all time(r) related files into kernel/timeThomas Gleixner2014-06-231-0/+714
OpenPOWER on IntegriCloud