aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/timekeeping.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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