summaryrefslogtreecommitdiff
path: root/kernel/time/timekeeping.c
AgeCommit message (Expand)Author
2016-02-01time: Avoid signed overflow in timekeeping_get_ns()David Gibson
2015-10-22time: Fix timekeeping_freqadjust()'s incorrect use of abs() instead of abs64()John Stultz
2015-04-03timekeeping: Get rid of stale commentThomas Gleixner
2015-04-03time, drivers/rtc: Don't bother with rtc_resume() for the nonstop clocksourceXunlei Pang
2015-04-03time: Fix a bug in timekeeping_suspend() with no persistent clockXunlei Pang
2015-04-03time: Don't build timekeeping_inject_sleeptime64() if no one uses itXunlei Pang
2015-04-03time: Add y2038 safe read_persistent_clock64()Xunlei Pang
2015-04-03time: Add y2038 safe read_boot_clock64()Xunlei Pang
2015-04-01clockevents: Make suspend/resume calls explicitThomas Gleixner
2015-03-27time: Introduce tk_fast_rawPeter Zijlstra
2015-03-27time: Parametrize all tk_fast_mono usersPeter Zijlstra
2015-03-27time: Add timerkeeper::tkr_rawPeter Zijlstra
2015-03-27time: Rename timekeeper::tkr to timekeeper::tkr_monoPeter Zijlstra
2015-03-13timekeeping: Add warnings when overflows or underflows are observedJohn Stultz
2015-03-13timekeeping: Try to catch clocksource delta underflowsJohn Stultz
2015-03-13timekeeping: Add checks to cap clocksource reads to the 'max_cycles' valueJohn Stultz
2015-03-13timekeeping: Add debugging checks to warn if we see delaysJohn Stultz
2015-02-15PM / sleep: Make it possible to quiesce timers during suspend-to-idleRafael J. Wysocki
2015-02-15timekeeping: Make it safe to use the fast timekeeper while suspendedRafael J. Wysocki
2015-02-13timekeeping: Pass readout base to update_fast_timekeeper()Rafael J. Wysocki
2015-01-23time: Expose getboottime64 for in-kernel usesJohn Stultz
2014-12-10Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-11-25time: Fix sign bug in NTP mult overflow warningJohn Stultz
2014-11-21time: Fixup comments to reflect usage of timespec64John Stultz
2014-11-21time: Expose get_monotonic_coarse64() for in-kernel usesJohn Stultz
2014-11-21time: Expose getrawmonotonic64 for in-kernel usesJohn Stultz
2014-11-21time: Provide y2038 safe timekeeping_inject_sleeptime() replacementpang.xunlei
2014-11-21time: Provide y2038 safe do_settimeofday() replacementpang.xunlei
2014-11-21time: Complete NTP adjustment threshold judging conditionspang.xunlei
2014-11-21time: Avoid possible NTP adjustment mult overflow.pang.xunlei
2014-10-29timekeeping: Provide y2038 safe accessor to the seconds portion of CLOCK_REAL...Heena Sirwani
2014-10-29timekeeping: Provide fast accessor to the seconds part of CLOCK_MONOTONICHeena Sirwani
2014-09-06timekeeping: Update timekeeper before updating vsyscall and pvclockThomas Gleixner
2014-08-14timekeeping: Another fix to the VSYSCALL_OLD update_vsyscallJohn Stultz
2014-07-23timekeeping: Use cached ntp_tick_length when accumulating errorJohn Stultz
2014-07-23timekeeping: Rework frequency adjustments to work better w/ nohzJohn Stultz
2014-07-23timekeeping: Minor fixup for timespec64->timespec assignmentJohn Stultz
2014-07-23timekeeping: Provide fast and NMI safe access to CLOCK_MONOTONICThomas Gleixner
2014-07-23timekeeping: Use tk_read_base as argument for timekeeping_get_ns()Thomas Gleixner
2014-07-23timekeeping: Create struct tk_read_base and use it in struct timekeeperThomas Gleixner
2014-07-23timekeeping: Restructure the timekeeper some moreThomas Gleixner
2014-07-23clocksource: Get rid of cycle_lastThomas Gleixner
2014-07-23clocksource: Make delta calculation a functionThomas Gleixner
2014-07-23timekeeping: Provide ktime_get_raw()Thomas Gleixner
2014-07-23timekeeping: Simplify timekeeping_clocktai()Thomas Gleixner
2014-07-23timekeeping: Remove timekeeper.total_sleep_timeThomas Gleixner
2014-07-23timekeeping: Simplify getboottime()Thomas Gleixner
2014-07-23timekeeping: Use ktime_get_boottime() for get_monotonic_boottime()Thomas Gleixner
2014-07-23timekeeping: Remove monotonic_to_bootbasedThomas Gleixner
2014-07-23timekeeping: Remove ktime_get_monotonic_offset()Thomas Gleixner