summaryrefslogtreecommitdiffstats
path: root/kernel/time/time.c
Commit message (Expand)AuthorAgeFilesLines
* 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