Age | Commit message (Expand) | Author | Files | Lines |
2016-09-22 | timekeeping: Include the correct header for errno definitions | Christoph Hellwig | 1 | -1/+1 |
2016-06-01 | time: Make settimeofday error checking work again | John Stultz | 1 | -0/+3 |
2016-04-22 | time: Introduce do_sys_settimeofday64() | Baolin Wang | 1 | -2/+15 |
2016-03-03 | time: Add history to cross timestamp interface supporting slower devices | Christopher S. Hall | 1 | -0/+5 |
2016-03-03 | time: Add driver cross timestamp interface for higher precision time synchron... | Christopher S. Hall | 1 | -0/+35 |
2016-03-03 | time: Add timekeeping snapshot code capturing system time and counter | Christopher S. Hall | 1 | -0/+18 |
2015-10-01 | ntp/pps: replace getnstime_raw_and_real with 64-bit version | Arnd Bergmann | 1 | -2/+2 |
2015-08-20 | Merge branch 'fortglx/4.3/time' of https://git.linaro.org/people/john.stultz/... | Thomas Gleixner | 1 | -1/+8 |
2015-08-17 | time: Introduce current_kernel_time64() | Baolin Wang | 1 | -1/+8 |
2015-07-09 | time: Get rid of do_posix_clock_monotonic_gettime | Thomas Gleixner | 1 | -1/+0 |
2015-05-22 | time: Remove read_boot_clock() | Xunlei Pang | 1 | -1/+0 |
2015-05-22 | timekeeping: Provide new API to get the current time resolution | Harald Geyer | 1 | -0/+1 |
2015-04-03 | time, drivers/rtc: Don't bother with rtc_resume() for the nonstop clocksource | Xunlei Pang | 1 | -6/+3 |
2015-04-03 | time: Add y2038 safe update_persistent_clock64() | Xunlei Pang | 1 | -0/+1 |
2015-04-03 | time: Add y2038 safe read_persistent_clock64() | Xunlei Pang | 1 | -0/+1 |
2015-04-03 | time: Add y2038 safe read_boot_clock64() | Xunlei Pang | 1 | -0/+1 |
2015-03-27 | time: Add ktime_get_tai_ns() | Peter Zijlstra | 1 | -0/+5 |
2015-03-27 | time: Introduce tk_fast_raw | Peter Zijlstra | 1 | -0/+1 |
2015-01-24 | time: Expose get_monotonic_boottime64 for in-kernel use | John Stultz | 1 | -0/+5 |
2015-01-24 | time: Expose getboottime64 for in-kernel uses | John Stultz | 1 | -2/+14 |
2014-12-10 | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+2 |
2014-11-21 | time: Remove timekeeping_inject_sleeptime() | John Stultz | 1 | -11/+0 |
2014-11-21 | time: Expose get_monotonic_coarse64() for in-kernel uses | John Stultz | 1 | -1/+10 |
2014-11-21 | time: Expose getrawmonotonic64 for in-kernel uses | John Stultz | 1 | -1/+14 |
2014-11-21 | time: Provide y2038 safe timekeeping_inject_sleeptime() replacement | pang.xunlei | 1 | -1/+12 |
2014-11-21 | time: Provide y2038 safe do_settimeofday() replacement | pang.xunlei | 1 | -1/+20 |
2014-10-29 | timekeeping: Provide y2038 safe accessor to the seconds portion of CLOCK_REAL... | Heena Sirwani | 1 | -0/+1 |
2014-10-29 | timekeeping: Provide fast accessor to the seconds part of CLOCK_MONOTONIC | Heena Sirwani | 1 | -0/+1 |
2014-07-24 | timekeeping: Provide fast and NMI safe access to CLOCK_MONOTONIC | Thomas Gleixner | 1 | -0/+2 |
2014-07-24 | timekeeping: Provide ktime_get_raw() | Thomas Gleixner | 1 | -0/+6 |
2014-07-24 | timekeeping: Simplify timekeeping_clocktai() | Thomas Gleixner | 1 | -0/+5 |
2014-07-24 | timekeeping: Use ktime_get_boottime() for get_monotonic_boottime() | Thomas Gleixner | 1 | -1/+8 |
2014-07-24 | timekeeping: Remove monotonic_to_bootbased | Thomas Gleixner | 1 | -1/+0 |
2014-07-23 | timekeeping: Provide ktime_get[*]_ns() helpers | Thomas Gleixner | 1 | -0/+15 |
2014-07-23 | timekeeping: Remove ktime_get_monotonic_offset() | Thomas Gleixner | 1 | -1/+0 |
2014-07-23 | timekeeping: Provide ktime_mono_to_any() | Thomas Gleixner | 1 | -0/+9 |
2014-07-23 | timekeeping: Use ktime_t based data for ktime_get_clocktai() | Thomas Gleixner | 1 | -1/+8 |
2014-07-23 | timekeeping; Use ktime_t based data for ktime_get_boottime() | Thomas Gleixner | 1 | -1/+11 |
2014-07-23 | timekeeping: Use ktime_t based data for ktime_get_real() | Thomas Gleixner | 1 | -1/+8 |
2014-07-23 | timekeeping: Provide ktime_get_with_offset() | Thomas Gleixner | 1 | -0/+9 |
2014-07-23 | timekeeping: Provide timespec64 based interfaces | Thomas Gleixner | 1 | -5/+61 |
2014-07-23 | time: Consolidate the time accessor prototypes | Thomas Gleixner | 1 | -0/+78 |