summaryrefslogtreecommitdiff
path: root/kernel/time/clocksource.c
AgeCommit message (Expand)Author
2021-06-22clocksource: Print deviation in nanoseconds when a clocksource becomes unstableFeng Tang
2021-06-22clocksource: Provide kernel module to test clocksource watchdogPaul E. McKenney
2021-06-22clocksource: Reduce clocksource-skew thresholdPaul E. McKenney
2021-06-22clocksource: Limit number of CPUs checked for clock synchronizationPaul E. McKenney
2021-06-22clocksource: Check per-CPU clock synchronization when marked unstablePaul E. McKenney
2021-06-22clocksource: Retry clock read if long delays detectedPaul E. McKenney
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-04-07time: Add mechanism to recognize clocksource in time_get_snapshotThomas Gleixner
2021-03-22timekeeping, clocksource: Fix various typos in commentsIngo Molnar
2020-10-30timekeeping: remove arch_gettimeoffsetArnd Bergmann
2020-06-09clocksource: Remove obsolete ifdefThomas Gleixner
2020-02-17clocksource: Add common vdso clock mode storageThomas Gleixner
2020-02-01clocksource: Prevent double add_timer_on() for watchdog_timerKonstantin Khlebnikov
2019-06-14clocksource: Move inline keyword to the beginning of function declarationsMathieu Malaterre
2018-11-23time: Remove license boilerplateThomas Gleixner
2018-11-23time: Add SPDX license identifiersThomas Gleixner
2018-11-23time: Remove useless filenames in top level commentsThomas Gleixner
2018-10-04clocksource: Provide clocksource_arch_init()Thomas Gleixner
2018-09-06clocksource: Revert "Remove kthread"Peter Zijlstra
2018-07-19time: Introduce one suspend clocksource to compensate the suspend timeBaolin Wang
2018-05-16clocksource: Move inline keyword to the beginning of function declarationsMathieu Malaterre
2018-05-02clocksource: Remove kthreadPeter Zijlstra
2018-05-02clocksource: Rework stale commentPeter Zijlstra
2018-05-02clocksource: Consistent de-rate when marking unstablePeter Zijlstra
2018-05-02clocksource: Initialize cs->wd_listPeter Zijlstra
2018-05-02clocksource: Allow clocksource_mark_unstable() on unregistered clocksourcesPeter Zijlstra
2018-02-28clocksource: Use ATTRIBUTE_GROUPSBaolin Wang
2018-02-28clocksource: Use DEVICE_ATTR_RW/RO/WO to define device attributesBaolin Wang
2018-02-28clocksource: Don't walk the clocksource list for empty overrideBaolin Wang
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook
2017-05-15x86/tsc, sched/clock, clocksource: Use clocksource watchdog to provide stable...Peter Zijlstra
2017-01-14sched/clock, clocksource: Add optional cs::mark_unstable() methodThomas Gleixner
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner
2016-12-07clocksource: export the clocks_calc_mult_shift to use by timestamp codeMurali Karicheri
2016-08-31clocksource: Defer override invalidation unless clock is unstableKyle Walker
2016-06-20clocksource: Make clocksource insert entry more efficientMinfei Huang
2016-01-27clocksource: Allow unregistering the watchdogVitaly Kuznetsov
2015-12-07clocksource: Add CPU info to clocksource watchdog reportingSeiichi Ikarashi
2015-11-09remove abs64()Andrew Morton
2015-10-12Merge tag 'v4.3-rc5' into timers/core, to pick up fixes before applying new c...Ingo Molnar
2015-10-11clocksource: Remove return statement from void functionsGuillaume Gomez
2015-10-02clocksource: Fix abs() usage w/ 64bit valuesJohn Stultz
2015-09-22time: Fix spelling in commentsZhen Lei
2015-06-10clocksource: Use current logging styleJoe Perches
2015-04-03clocksource: Improve comment explaining clocks_calc_max_nsecs()'s 50% safety ...John Stultz
2015-04-01tick: Move core only declarations and functions to coreThomas Gleixner
2015-04-01tick: Move clocksource related stuff to timekeeping.hThomas Gleixner
2015-03-13clocksource: Rename __clocksource_updatefreq_*() to __clocksource_update_freq...John Stultz
2015-03-13clocksource: Add some debug info about clocksources being registeredJohn Stultz