summaryrefslogtreecommitdiffstats
path: root/kernel/time/timekeeping.c
Commit message (Expand)AuthorAgeFilesLines
...
* time: Add y2038 safe read_boot_clock64()Xunlei Pang2015-04-031-2/+9
* clockevents: Make suspend/resume calls explicitThomas Gleixner2015-04-011-4/+2
* time: Introduce tk_fast_rawPeter Zijlstra2015-03-271-0/+13
* time: Parametrize all tk_fast_mono usersPeter Zijlstra2015-03-271-10/+15
* time: Add timerkeeper::tkr_rawPeter Zijlstra2015-03-271-22/+19
* time: Rename timekeeper::tkr to timekeeper::tkr_monoPeter Zijlstra2015-03-271-75/+75
* timekeeping: Add warnings when overflows or underflows are observedJohn Stultz2015-03-131-7/+57
* timekeeping: Try to catch clocksource delta underflowsJohn Stultz2015-03-131-0/+7
* timekeeping: Add checks to cap clocksource reads to the 'max_cycles' valueJohn Stultz2015-03-131-14/+35
* timekeeping: Add debugging checks to warn if we see delaysJohn Stultz2015-03-131-0/+28
* PM / sleep: Make it possible to quiesce timers during suspend-to-idleRafael J. Wysocki2015-02-151-2/+2
* timekeeping: Make it safe to use the fast timekeeper while suspendedRafael J. Wysocki2015-02-151-0/+30
* timekeeping: Pass readout base to update_fast_timekeeper()Rafael J. Wysocki2015-02-131-8/+6
* time: Expose getboottime64 for in-kernel usesJohn Stultz2015-01-231-6/+6
* Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-12-101-5/+63
|\
| * timekeeping: Provide y2038 safe accessor to the seconds portion of CLOCK_REAL...Heena Sirwani2014-10-291-0/+30
| * timekeeping: Provide fast accessor to the seconds part of CLOCK_MONOTONICHeena Sirwani2014-10-291-5/+33
* | time: Fix sign bug in NTP mult overflow warningJohn Stultz2014-11-251-1/+1
* | time: Fixup comments to reflect usage of timespec64John Stultz2014-11-211-3/+3
* | time: Expose get_monotonic_coarse64() for in-kernel usesJohn Stultz2014-11-211-2/+2
* | time: Expose getrawmonotonic64 for in-kernel usesJohn Stultz2014-11-211-5/+6
* | time: Provide y2038 safe timekeeping_inject_sleeptime() replacementpang.xunlei2014-11-211-6/+4
* | time: Provide y2038 safe do_settimeofday() replacementpang.xunlei2014-11-211-10/+9
* | time: Complete NTP adjustment threshold judging conditionspang.xunlei2014-11-211-1/+2
* | time: Avoid possible NTP adjustment mult overflow.pang.xunlei2014-11-211-0/+6
|/
* timekeeping: Update timekeeper before updating vsyscall and pvclockThomas Gleixner2014-09-061-2/+3
* timekeeping: Another fix to the VSYSCALL_OLD update_vsyscallJohn Stultz2014-08-141-2/+3
* timekeeping: Use cached ntp_tick_length when accumulating errorJohn Stultz2014-07-231-1/+4
* timekeeping: Rework frequency adjustments to work better w/ nohzJohn Stultz2014-07-231-110/+83
* timekeeping: Minor fixup for timespec64->timespec assignmentJohn Stultz2014-07-231-1/+1
* timekeeping: Provide fast and NMI safe access to CLOCK_MONOTONICThomas Gleixner2014-07-231-0/+124
* timekeeping: Use tk_read_base as argument for timekeeping_get_ns()Thomas Gleixner2014-07-231-11/+11
* timekeeping: Create struct tk_read_base and use it in struct timekeeperThomas Gleixner2014-07-231-66/+66
* timekeeping: Restructure the timekeeper some moreThomas Gleixner2014-07-231-20/+15
* clocksource: Get rid of cycle_lastThomas Gleixner2014-07-231-12/+11
* clocksource: Make delta calculation a functionThomas Gleixner2014-07-231-12/+14
* timekeeping: Provide ktime_get_raw()Thomas Gleixner2014-07-231-0/+25
* timekeeping: Simplify timekeeping_clocktai()Thomas Gleixner2014-07-231-31/+0
* timekeeping: Remove timekeeper.total_sleep_timeThomas Gleixner2014-07-231-11/+3
* timekeeping: Simplify getboottime()Thomas Gleixner2014-07-231-8/+3
* timekeeping: Use ktime_get_boottime() for get_monotonic_boottime()Thomas Gleixner2014-07-231-34/+0
* timekeeping: Remove monotonic_to_bootbasedThomas Gleixner2014-07-231-15/+0
* timekeeping: Remove ktime_get_monotonic_offset()Thomas Gleixner2014-07-231-18/+0
* timekeeping: Provide ktime_mono_to_any()Thomas Gleixner2014-07-231-0/+20
* timekeeping; Use ktime based data for ktime_get_update_offsets_tick()Thomas Gleixner2014-07-231-6/+6
* timekeeping: Use ktime_t data for ktime_get_update_offsets_now()Thomas Gleixner2014-07-231-6/+4
* timekeeping: Use ktime_t based data for ktime_get_clocktai()Thomas Gleixner2014-07-231-15/+0
* timekeeping; Use ktime_t based data for ktime_get_boottime()Thomas Gleixner2014-07-231-17/+0
* timekeeping: Use ktime_t based data for ktime_get_real()Thomas Gleixner2014-07-231-15/+0
* timekeeping: Provide ktime_get_with_offset()Thomas Gleixner2014-07-231-0/+27
OpenPOWER on IntegriCloud