aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/timekeeping.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-14time: Change k_clock clock_get() to use timespec64Deepa Dinamani1-0/+5
2017-04-14time: Delete do_sys_setimeofday()Deepa Dinamani1-15/+0
2017-03-03sched/headers, timekeeping: Move the timer tick function prototypes to <linux/timekeeping.h>Ingo Molnar1-0/+4
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-2/+2
2016-11-29timekeeping: Add a fast and NMI safe boot clockJoel Fernandes1-0/+1
2016-09-22timekeeping: Include the correct header for errno definitionsChristoph Hellwig1-1/+1
2016-06-01time: Make settimeofday error checking work againJohn Stultz1-0/+3
2016-04-22time: Introduce do_sys_settimeofday64()Baolin Wang1-2/+15
2016-03-02time: Add history to cross timestamp interface supporting slower devicesChristopher S. Hall1-0/+5
2016-03-02time: Add driver cross timestamp interface for higher precision time synchronizationChristopher S. Hall1-0/+35
2016-03-02time: Add timekeeping snapshot code capturing system time and counterChristopher S. Hall1-0/+18
2015-10-01ntp/pps: replace getnstime_raw_and_real with 64-bit versionArnd Bergmann1-2/+2
2015-08-20Merge branch 'fortglx/4.3/time' of https://git.linaro.org/people/john.stultz/linux into timers/coreThomas Gleixner1-1/+8
2015-08-17time: Introduce current_kernel_time64()Baolin Wang1-1/+8
2015-07-09time: Get rid of do_posix_clock_monotonic_gettimeThomas Gleixner1-1/+0
2015-05-22time: Remove read_boot_clock()Xunlei Pang1-1/+0
2015-05-22timekeeping: Provide new API to get the current time resolutionHarald Geyer1-0/+1
2015-04-03time, drivers/rtc: Don't bother with rtc_resume() for the nonstop clocksourceXunlei Pang1-6/+3
2015-04-03time: Add y2038 safe update_persistent_clock64()Xunlei Pang1-0/+1
2015-04-03time: Add y2038 safe read_persistent_clock64()Xunlei Pang1-0/+1
2015-04-03time: Add y2038 safe read_boot_clock64()Xunlei Pang1-0/+1
2015-03-27time: Add ktime_get_tai_ns()Peter Zijlstra1-0/+5
2015-03-27time: Introduce tk_fast_rawPeter Zijlstra1-0/+1
2015-01-23time: Expose get_monotonic_boottime64 for in-kernel useJohn Stultz1-0/+5
2015-01-23time: Expose getboottime64 for in-kernel usesJohn Stultz1-2/+14
2014-12-10Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2014-11-21time: Remove timekeeping_inject_sleeptime()John Stultz1-11/+0
2014-11-21time: Expose get_monotonic_coarse64() for in-kernel usesJohn Stultz1-1/+10
2014-11-21time: Expose getrawmonotonic64 for in-kernel usesJohn Stultz1-1/+14
2014-11-21time: Provide y2038 safe timekeeping_inject_sleeptime() replacementpang.xunlei1-1/+12
2014-11-21time: Provide y2038 safe do_settimeofday() replacementpang.xunlei1-1/+20
2014-10-29timekeeping: Provide y2038 safe accessor to the seconds portion of CLOCK_REALTIMEHeena Sirwani1-0/+1
2014-10-29timekeeping: Provide fast accessor to the seconds part of CLOCK_MONOTONICHeena Sirwani1-0/+1
2014-07-23timekeeping: Provide fast and NMI safe access to CLOCK_MONOTONICThomas Gleixner1-0/+2
2014-07-23timekeeping: Provide ktime_get_raw()Thomas Gleixner1-0/+6
2014-07-23timekeeping: Simplify timekeeping_clocktai()Thomas Gleixner1-0/+5
2014-07-23timekeeping: Use ktime_get_boottime() for get_monotonic_boottime()Thomas Gleixner1-1/+8
2014-07-23timekeeping: Remove monotonic_to_bootbasedThomas Gleixner1-1/+0
2014-07-23timekeeping: Provide ktime_get[*]_ns() helpersThomas Gleixner1-0/+15
2014-07-23timekeeping: Remove ktime_get_monotonic_offset()Thomas Gleixner1-1/+0
2014-07-23timekeeping: Provide ktime_mono_to_any()Thomas Gleixner1-0/+9
2014-07-23timekeeping: Use ktime_t based data for ktime_get_clocktai()Thomas Gleixner1-1/+8
2014-07-23timekeeping; Use ktime_t based data for ktime_get_boottime()Thomas Gleixner1-1/+11
2014-07-23timekeeping: Use ktime_t based data for ktime_get_real()Thomas Gleixner1-1/+8
2014-07-23timekeeping: Provide ktime_get_with_offset()Thomas Gleixner1-0/+9
2014-07-23timekeeping: Provide timespec64 based interfacesThomas Gleixner1-5/+61
2014-07-23time: Consolidate the time accessor prototypesThomas Gleixner1-0/+78