summaryrefslogtreecommitdiffstats
path: root/kernel/time/timekeeping.c
AgeCommit message (Expand)AuthorLines
2016-10-05timekeeping: Fix __ktime_get_fast_ns() regressionJohn Stultz-2/+5
2016-08-24timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPINGJohn Stultz-1/+4
2016-07-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-4/+6
2016-06-30timekeeping: export get_monotonic_coarse64 symbolGregor Boirie-0/+1
2016-06-20timekeeping: Fix 1ns/tick drift with GENERIC_TIME_VSYSCALL_OLDThomas Graziadei-4/+6
2016-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2016-03-08time/timekeeping: Work around false positive GCC warningIngo Molnar-1/+1
2016-03-02time: Add history to cross timestamp interface supporting slower devicesChristopher S. Hall-1/+170
2016-03-02time: Add driver cross timestamp interface for higher precision time synchron...Christopher S. Hall-0/+56
2016-03-02time: Remove duplicated code in ktime_get_raw_and_real()Christopher S. Hall-38/+2
2016-03-02time: Add timekeeping snapshot code capturing system time and counterChristopher S. Hall-0/+30
2016-03-02time: Add cycles to nanoseconds translationChristopher S. Hall-4/+21
2016-02-15treewide: Fix typo in printkMasanari Iida-1/+1
2015-12-16timekeeping: Cap adjustments so they don't exceed the maxadj valueJohn Stultz-4/+27
2015-12-16timekeeping: Provide internal function __ktime_get_real_secondsDengChao-0/+13
2015-12-10time: Verify time values in adjtimex ADJ_SETOFFSET to avoid overflowJohn Stultz-1/+1
2015-12-07time: Avoid signed overflow in timekeeping_get_ns()David Gibson-2/+1
2015-11-09remove abs64()Andrew Morton-1/+1
2015-11-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-9/+9
2015-10-20Merge branch 'fortglx/4.4/time' of https://git.linaro.org/people/john.stultz/...Thomas Gleixner-7/+7
2015-10-16timekeeping: Increment clock_was_set_seq in timekeeping_init()Thomas Gleixner-1/+1
2015-10-01ntp/pps: replace getnstime_raw_and_real with 64-bit versionArnd Bergmann-6/+6
2015-10-01ntp/pps: use timespec64 for hardpps()Arnd Bergmann-1/+1
2015-09-22time: Fix spelling in commentsZhen Lei-2/+2
2015-09-13time: Fix timekeeping_freqadjust()'s incorrect use of abs() instead of abs64()John Stultz-1/+1
2015-08-17time: Introduce current_kernel_time64()Baolin Wang-3/+3
2015-08-17time: Always make sure wall_to_monotonic isn't positiveWang YanQing-3/+10
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-27/+2
2015-06-18timekeeping: Copy the shadow-timekeeper over the real timekeeper lastJohn Stultz-1/+2
2015-06-12time: Prevent early expiry of hrtimers[CLOCK_REALTIME] at the leap second edgeJohn Stultz-1/+22
2015-06-12time: Move clock_was_set_seq update before updating shadow-timekeeperJohn Stultz-4/+8
2015-05-28seqlock: Introduce raw_read_seqcount_latch()Peter Zijlstra-1/+1
2015-05-28seqlock: Better document raw_write_seqcount_latch()Peter Zijlstra-26/+1
2015-05-22time: Remove read_boot_clock()Xunlei Pang-11/+3
2015-05-22time: Rework debugging variables so they aren't globalJohn Stultz-22/+11
2015-05-22timekeeping: Provide new API to get the current time resolutionHarald Geyer-0/+17
2015-04-22hrtimer: Make offset update smarterThomas Gleixner-7/+16
2015-04-22hrtimer: Get rid of softirq timeThomas Gleixner-32/+0
2015-04-03timekeeping: Get rid of stale commentThomas Gleixner-4/+0
2015-04-03time, drivers/rtc: Don't bother with rtc_resume() for the nonstop clocksourceXunlei Pang-17/+49
2015-04-03time: Fix a bug in timekeeping_suspend() with no persistent clockXunlei Pang-17/+19
2015-04-03time: Don't build timekeeping_inject_sleeptime64() if no one uses itXunlei Pang-0/+2
2015-04-03time: Add y2038 safe read_persistent_clock64()Xunlei Pang-10/+12
2015-04-03time: Add y2038 safe read_boot_clock64()Xunlei Pang-2/+9
2015-04-01clockevents: Make suspend/resume calls explicitThomas Gleixner-4/+2
2015-03-27time: Introduce tk_fast_rawPeter Zijlstra-0/+13
2015-03-27time: Parametrize all tk_fast_mono usersPeter Zijlstra-10/+15
2015-03-27time: Add timerkeeper::tkr_rawPeter Zijlstra-22/+19
2015-03-27time: Rename timekeeper::tkr to timekeeper::tkr_monoPeter Zijlstra-75/+75
2015-03-13timekeeping: Add warnings when overflows or underflows are observedJohn Stultz-7/+57