aboutsummaryrefslogtreecommitdiff
path: root/include/linux/timekeeping.h
AgeCommit message (Expand)AuthorFilesLines
2017-04-14time: Change k_clock clock_get() to use timespec64Gravatar Deepa Dinamani 1-0/+5
2017-04-14time: Delete do_sys_setimeofday()Gravatar Deepa Dinamani 1-15/+0
2017-03-03sched/headers, timekeeping: Move the timer tick function prototypes to <linux...Gravatar Ingo Molnar 1-0/+4
2016-12-25clocksource: Use a plain u64 instead of cycle_tGravatar Thomas Gleixner 1-2/+2
2016-11-29timekeeping: Add a fast and NMI safe boot clockGravatar Joel Fernandes 1-0/+1
2016-09-22timekeeping: Include the correct header for errno definitionsGravatar Christoph Hellwig 1-1/+1
2016-06-01time: Make settimeofday error checking work againGravatar John Stultz 1-0/+3
2016-04-22time: Introduce do_sys_settimeofday64()Gravatar Baolin Wang 1-2/+15
2016-03-02time: Add history to cross timestamp interface supporting slower devicesGravatar Christopher S. Hall 1-0/+5
2016-03-02time: Add driver cross timestamp interface for higher precision time synchron...Gravatar Christopher S. Hall 1-0/+35
2016-03-02time: Add timekeeping snapshot code capturing system time and counterGravatar Christopher S. Hall 1-0/+18
2015-10-01ntp/pps: replace getnstime_raw_and_real with 64-bit versionGravatar Arnd Bergmann 1-2/+2
2015-08-20Merge branch 'fortglx/4.3/time' of https://git.linaro.org/people/john.stultz/...Gravatar Thomas Gleixner 1-1/+8
2015-08-17time: Introduce current_kernel_time64()Gravatar Baolin Wang 1-1/+8
2015-07-09time: Get rid of do_posix_clock_monotonic_gettimeGravatar Thomas Gleixner 1-1/+0
2015-05-22time: Remove read_boot_clock()Gravatar Xunlei Pang 1-1/+0
2015-05-22timekeeping: Provide new API to get the current time resolutionGravatar Harald Geyer 1-0/+1
2015-04-03time, drivers/rtc: Don't bother with rtc_resume() for the nonstop clocksourceGravatar Xunlei Pang 1-6/+3
2015-04-03time: Add y2038 safe update_persistent_clock64()Gravatar Xunlei Pang 1-0/+1
2015-04-03time: Add y2038 safe read_persistent_clock64()Gravatar Xunlei Pang 1-0/+1
2015-04-03time: Add y2038 safe read_boot_clock64()Gravatar Xunlei Pang 1-0/+1
2015-03-27time: Add ktime_get_tai_ns()Gravatar Peter Zijlstra 1-0/+5
2015-03-27time: Introduce tk_fast_rawGravatar Peter Zijlstra 1-0/+1
2015-01-23time: Expose get_monotonic_boottime64 for in-kernel useGravatar John Stultz 1-0/+5
2015-01-23time: Expose getboottime64 for in-kernel usesGravatar John Stultz 1-2/+14
2014-12-10Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+2
2014-11-21time: Remove timekeeping_inject_sleeptime()Gravatar John Stultz 1-11/+0
2014-11-21time: Expose get_monotonic_coarse64() for in-kernel usesGravatar John Stultz 1-1/+10
2014-11-21time: Expose getrawmonotonic64 for in-kernel usesGravatar John Stultz 1-1/+14
2014-11-21time: Provide y2038 safe timekeeping_inject_sleeptime() replacementGravatar pang.xunlei 1-1/+12
2014-11-21time: Provide y2038 safe do_settimeofday() replacementGravatar pang.xunlei 1-1/+20
2014-10-29timekeeping: Provide y2038 safe accessor to the seconds portion of CLOCK_REAL...Gravatar Heena Sirwani 1-0/+1
2014-10-29timekeeping: Provide fast accessor to the seconds part of CLOCK_MONOTONICGravatar Heena Sirwani 1-0/+1
2014-07-23timekeeping: Provide fast and NMI safe access to CLOCK_MONOTONICGravatar Thomas Gleixner 1-0/+2
2014-07-23timekeeping: Provide ktime_get_raw()Gravatar Thomas Gleixner 1-0/+6
2014-07-23timekeeping: Simplify timekeeping_clocktai()Gravatar Thomas Gleixner 1-0/+5
2014-07-23timekeeping: Use ktime_get_boottime() for get_monotonic_boottime()Gravatar Thomas Gleixner 1-1/+8
2014-07-23timekeeping: Remove monotonic_to_bootbasedGravatar Thomas Gleixner 1-1/+0
2014-07-23timekeeping: Provide ktime_get[*]_ns() helpersGravatar Thomas Gleixner 1-0/+15
2014-07-23timekeeping: Remove ktime_get_monotonic_offset()Gravatar Thomas Gleixner 1-1/+0
2014-07-23timekeeping: Provide ktime_mono_to_any()Gravatar Thomas Gleixner 1-0/+9
2014-07-23timekeeping: Use ktime_t based data for ktime_get_clocktai()Gravatar Thomas Gleixner 1-1/+8
2014-07-23timekeeping; Use ktime_t based data for ktime_get_boottime()Gravatar Thomas Gleixner 1-1/+11
2014-07-23timekeeping: Use ktime_t based data for ktime_get_real()Gravatar Thomas Gleixner 1-1/+8
2014-07-23timekeeping: Provide ktime_get_with_offset()Gravatar Thomas Gleixner 1-0/+9
2014-07-23timekeeping: Provide timespec64 based interfacesGravatar Thomas Gleixner 1-5/+61
2014-07-23time: Consolidate the time accessor prototypesGravatar Thomas Gleixner 1-0/+78