summaryrefslogtreecommitdiffstats
path: root/kernel/time/time.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* time: Export nsecs_to_jiffies()Thomas Gleixner2014-07-231-0/+1
| | | | | | | Required for moving drivers to the nanosecond based interfaces. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: John Stultz <john.stultz@linaro.org>
* time: Consolidate the time accessor prototypesThomas Gleixner2014-07-231-0/+1
| | | | | | | | | Right now we have time related prototypes in 3 different header files. Move it to a single timekeeping header file and move the core internal stuff into a core private header. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: John Stultz <john.stultz@linaro.org>
* time: More core infrastructure for timespec64John Stultz2014-07-231-0/+62
| | | | | | | | Helper and conversion functions for timespec64. Signed-off-by: John Stultz <john.stultz@linaro.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: John Stultz <john.stultz@linaro.org>
* time/timers: Move all time(r) related files into kernel/timeThomas Gleixner2014-06-231-0/+714
Except for Kconfig.HZ. That needs a separate treatment. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>