summaryrefslogtreecommitdiff
path: root/kernel/time/timekeeping.c
AgeCommit message (Expand)Author
2018-01-26Merge branch 'linux-linaro-lsk-v4.4-android' of git://git.linaro.org/kernel/l...Tao Huang
2018-01-22BACKPORT: time: Clean up CLOCK_MONOTONIC_RAW time handlingJohn Stultz
2018-01-22BACKPORT: time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accountingJohn Stultz
2017-10-11BACKPORT: time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accountingJohn Stultz
2017-07-11Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2017-06-29time: Fix clock->read(clock) race around clocksource changesJohn Stultz
2017-01-10Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2017-01-09timekeeping_Force_unsigned_clocksource_to_nanoseconds_conversionThomas Gleixner
2016-12-01UPSTREAM: timekeeping: Add a fast and NMI safe boot clockJoel Fernandes
2016-10-16timekeeping: Fix __ktime_get_fast_ns() regressionJohn Stultz
2016-10-16time: Add cycles to nanoseconds translationChristopher S. Hall
2016-09-15timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPINGJohn Stultz
2016-09-15time: Verify time values in adjtimex ADJ_SETOFFSET to avoid overflowJohn Stultz
2016-03-03time: Avoid signed overflow in timekeeping_get_ns()David Gibson
2015-11-09remove abs64()Andrew Morton
2015-11-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-10-20Merge branch 'fortglx/4.4/time' of https://git.linaro.org/people/john.stultz/...Thomas Gleixner
2015-10-16timekeeping: Increment clock_was_set_seq in timekeeping_init()Thomas Gleixner
2015-10-01ntp/pps: replace getnstime_raw_and_real with 64-bit versionArnd Bergmann
2015-10-01ntp/pps: use timespec64 for hardpps()Arnd Bergmann
2015-09-22time: Fix spelling in commentsZhen Lei
2015-09-13time: Fix timekeeping_freqadjust()'s incorrect use of abs() instead of abs64()John Stultz
2015-08-17time: Introduce current_kernel_time64()Baolin Wang
2015-08-17time: Always make sure wall_to_monotonic isn't positiveWang YanQing
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-06-18timekeeping: Copy the shadow-timekeeper over the real timekeeper lastJohn Stultz
2015-06-12time: Prevent early expiry of hrtimers[CLOCK_REALTIME] at the leap second edgeJohn Stultz
2015-06-12time: Move clock_was_set_seq update before updating shadow-timekeeperJohn Stultz
2015-05-28seqlock: Introduce raw_read_seqcount_latch()Peter Zijlstra
2015-05-28seqlock: Better document raw_write_seqcount_latch()Peter Zijlstra
2015-05-22time: Remove read_boot_clock()Xunlei Pang
2015-05-22time: Rework debugging variables so they aren't globalJohn Stultz
2015-05-22timekeeping: Provide new API to get the current time resolutionHarald Geyer
2015-04-22hrtimer: Make offset update smarterThomas Gleixner
2015-04-22hrtimer: Get rid of softirq timeThomas Gleixner
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