summaryrefslogtreecommitdiff
path: root/kernel/time/timekeeping.c (follow)
Commit message (Expand)AuthorAge
* time: Fix ktime_get_raw() incorrect base accumulationJohn Stultz2018-02-14
* BACKPORT: time: Clean up CLOCK_MONOTONIC_RAW time handlingJohn Stultz2017-11-29
* BACKPORT: time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accountingJohn Stultz2017-11-29
* Merge 4.4.75 into android-4.4Greg Kroah-Hartman2017-06-29
|\
| * time: Fix clock->read(clock) race around clocksource changesJohn Stultz2017-06-29
* | Merge tag 'v4.4.43' into android-4.4.yDmitry Shmidt2017-01-17
|\|
| * timekeeping_Force_unsigned_clocksource_to_nanoseconds_conversionThomas Gleixner2017-01-09
* | Merge remote-tracking branch 'common/android-4.4' into android-4.4.yDmitry Shmidt2016-12-01
|\ \ | |/ |/|
| * UPSTREAM: timekeeping: Add a fast and NMI safe boot clockJoel Fernandes2016-11-28
* | timekeeping: Fix __ktime_get_fast_ns() regressionJohn Stultz2016-10-16
* | time: Add cycles to nanoseconds translationChristopher S. Hall2016-10-16
* | timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPINGJohn Stultz2016-09-15
* | time: Verify time values in adjtimex ADJ_SETOFFSET to avoid overflowJohn Stultz2016-09-15
* | time: Avoid signed overflow in timekeeping_get_ns()David Gibson2016-03-03
|/
* remove abs64()Andrew Morton2015-11-09
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-11-03
|\
| * Merge branch 'fortglx/4.4/time' of https://git.linaro.org/people/john.stultz/...Thomas Gleixner2015-10-20
| |\
| | * ntp/pps: replace getnstime_raw_and_real with 64-bit versionArnd Bergmann2015-10-01
| | * ntp/pps: use timespec64 for hardpps()Arnd Bergmann2015-10-01
| * | time: Fix spelling in commentsZhen Lei2015-09-22
| |/
* / timekeeping: Increment clock_was_set_seq in timekeeping_init()Thomas Gleixner2015-10-16
|/
* time: Fix timekeeping_freqadjust()'s incorrect use of abs() instead of abs64()John Stultz2015-09-13
* time: Introduce current_kernel_time64()Baolin Wang2015-08-17
* time: Always make sure wall_to_monotonic isn't positiveWang YanQing2015-08-17
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-01
|\
| * seqlock: Introduce raw_read_seqcount_latch()Peter Zijlstra2015-05-28
| * seqlock: Better document raw_write_seqcount_latch()Peter Zijlstra2015-05-28
* | timekeeping: Copy the shadow-timekeeper over the real timekeeper lastJohn Stultz2015-06-18
* | time: Prevent early expiry of hrtimers[CLOCK_REALTIME] at the leap second edgeJohn Stultz2015-06-12
* | time: Move clock_was_set_seq update before updating shadow-timekeeperJohn Stultz2015-06-12
* | time: Remove read_boot_clock()Xunlei Pang2015-05-22
* | time: Rework debugging variables so they aren't globalJohn Stultz2015-05-22
* | timekeeping: Provide new API to get the current time resolutionHarald Geyer2015-05-22
* | hrtimer: Make offset update smarterThomas Gleixner2015-04-22
* | hrtimer: Get rid of softirq timeThomas Gleixner2015-04-22
|/
* timekeeping: Get rid of stale commentThomas Gleixner2015-04-03
* time, drivers/rtc: Don't bother with rtc_resume() for the nonstop clocksourceXunlei Pang2015-04-03
* time: Fix a bug in timekeeping_suspend() with no persistent clockXunlei Pang2015-04-03
* time: Don't build timekeeping_inject_sleeptime64() if no one uses itXunlei Pang2015-04-03
* time: Add y2038 safe read_persistent_clock64()Xunlei Pang2015-04-03
* time: Add y2038 safe read_boot_clock64()Xunlei Pang2015-04-03
* clockevents: Make suspend/resume calls explicitThomas Gleixner2015-04-01
* time: Introduce tk_fast_rawPeter Zijlstra2015-03-27
* time: Parametrize all tk_fast_mono usersPeter Zijlstra2015-03-27
* time: Add timerkeeper::tkr_rawPeter Zijlstra2015-03-27
* time: Rename timekeeper::tkr to timekeeper::tkr_monoPeter Zijlstra2015-03-27
* timekeeping: Add warnings when overflows or underflows are observedJohn Stultz2015-03-13
* timekeeping: Try to catch clocksource delta underflowsJohn Stultz2015-03-13
* timekeeping: Add checks to cap clocksource reads to the 'max_cycles' valueJohn Stultz2015-03-13
* timekeeping: Add debugging checks to warn if we see delaysJohn Stultz2015-03-13