summaryrefslogtreecommitdiffstats
path: root/include/linux/timekeeping.h
Commit message (Expand)AuthorAgeFilesLines
* clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-2/+2
* timekeeping: Add a fast and NMI safe boot clockJoel Fernandes2016-11-291-0/+1
* timekeeping: Include the correct header for errno definitionsChristoph Hellwig2016-09-221-1/+1
* time: Make settimeofday error checking work againJohn Stultz2016-06-011-0/+3
* time: Introduce do_sys_settimeofday64()Baolin Wang2016-04-221-2/+15
* time: Add history to cross timestamp interface supporting slower devicesChristopher S. Hall2016-03-021-0/+5
* time: Add driver cross timestamp interface for higher precision time synchron...Christopher S. Hall2016-03-021-0/+35
* time: Add timekeeping snapshot code capturing system time and counterChristopher S. Hall2016-03-021-0/+18
* ntp/pps: replace getnstime_raw_and_real with 64-bit versionArnd Bergmann2015-10-011-2/+2
* Merge branch 'fortglx/4.3/time' of https://git.linaro.org/people/john.stultz/...Thomas Gleixner2015-08-201-1/+8
|\
| * time: Introduce current_kernel_time64()Baolin Wang2015-08-171-1/+8
* | time: Get rid of do_posix_clock_monotonic_gettimeThomas Gleixner2015-07-091-1/+0
|/
* time: Remove read_boot_clock()Xunlei Pang2015-05-221-1/+0
* timekeeping: Provide new API to get the current time resolutionHarald Geyer2015-05-221-0/+1
* time, drivers/rtc: Don't bother with rtc_resume() for the nonstop clocksourceXunlei Pang2015-04-031-6/+3
* time: Add y2038 safe update_persistent_clock64()Xunlei Pang2015-04-031-0/+1
* time: Add y2038 safe read_persistent_clock64()Xunlei Pang2015-04-031-0/+1
* time: Add y2038 safe read_boot_clock64()Xunlei Pang2015-04-031-0/+1
* time: Add ktime_get_tai_ns()Peter Zijlstra2015-03-271-0/+5
* time: Introduce tk_fast_rawPeter Zijlstra2015-03-271-0/+1
* time: Expose get_monotonic_boottime64 for in-kernel useJohn Stultz2015-01-231-0/+5
* time: Expose getboottime64 for in-kernel usesJohn Stultz2015-01-231-2/+14
* Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-12-101-0/+2
|\
| * timekeeping: Provide y2038 safe accessor to the seconds portion of CLOCK_REAL...Heena Sirwani2014-10-291-0/+1
| * timekeeping: Provide fast accessor to the seconds part of CLOCK_MONOTONICHeena Sirwani2014-10-291-0/+1
* | time: Remove timekeeping_inject_sleeptime()John Stultz2014-11-211-11/+0
* | time: Expose get_monotonic_coarse64() for in-kernel usesJohn Stultz2014-11-211-1/+10
* | time: Expose getrawmonotonic64 for in-kernel usesJohn Stultz2014-11-211-1/+14
* | time: Provide y2038 safe timekeeping_inject_sleeptime() replacementpang.xunlei2014-11-211-1/+12
* | time: Provide y2038 safe do_settimeofday() replacementpang.xunlei2014-11-211-1/+20
|/
* timekeeping: Provide fast and NMI safe access to CLOCK_MONOTONICThomas Gleixner2014-07-231-0/+2
* timekeeping: Provide ktime_get_raw()Thomas Gleixner2014-07-231-0/+6
* timekeeping: Simplify timekeeping_clocktai()Thomas Gleixner2014-07-231-0/+5
* timekeeping: Use ktime_get_boottime() for get_monotonic_boottime()Thomas Gleixner2014-07-231-1/+8
* timekeeping: Remove monotonic_to_bootbasedThomas Gleixner2014-07-231-1/+0
* timekeeping: Provide ktime_get[*]_ns() helpersThomas Gleixner2014-07-231-0/+15
* timekeeping: Remove ktime_get_monotonic_offset()Thomas Gleixner2014-07-231-1/+0
* timekeeping: Provide ktime_mono_to_any()Thomas Gleixner2014-07-231-0/+9
* timekeeping: Use ktime_t based data for ktime_get_clocktai()Thomas Gleixner2014-07-231-1/+8
* timekeeping; Use ktime_t based data for ktime_get_boottime()Thomas Gleixner2014-07-231-1/+11
* timekeeping: Use ktime_t based data for ktime_get_real()Thomas Gleixner2014-07-231-1/+8
* timekeeping: Provide ktime_get_with_offset()Thomas Gleixner2014-07-231-0/+9
* timekeeping: Provide timespec64 based interfacesThomas Gleixner2014-07-231-5/+61
* time: Consolidate the time accessor prototypesThomas Gleixner2014-07-231-0/+78