summaryrefslogtreecommitdiffstats
path: root/kernel/time/clocksource.c
Commit message (Expand)AuthorAgeFilesLines
* clocksource: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-101-3/+3
* clocksource: Print deviation in nanoseconds when a clocksource becomes unstableFeng Tang2021-06-221-4/+4
* clocksource: Provide kernel module to test clocksource watchdogPaul E. McKenney2021-06-221-2/+4
* clocksource: Reduce clocksource-skew thresholdPaul E. McKenney2021-06-221-10/+38
* clocksource: Limit number of CPUs checked for clock synchronizationPaul E. McKenney2021-06-221-2/+72
* clocksource: Check per-CPU clock synchronization when marked unstablePaul E. McKenney2021-06-221-0/+60
* clocksource: Retry clock read if long delays detectedPaul E. McKenney2021-06-221-6/+47
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-05-011-0/+2
|\
| * time: Add mechanism to recognize clocksource in time_get_snapshotThomas Gleixner2021-04-071-0/+2
* | timekeeping, clocksource: Fix various typos in commentsIngo Molnar2021-03-221-2/+2
|/
* timekeeping: remove arch_gettimeoffsetArnd Bergmann2020-10-301-8/+0
* clocksource: Remove obsolete ifdefThomas Gleixner2020-06-091-2/+0
* clocksource: Add common vdso clock mode storageThomas Gleixner2020-02-171-0/+9
* clocksource: Prevent double add_timer_on() for watchdog_timerKonstantin Khlebnikov2020-02-011-2/+9
* clocksource: Move inline keyword to the beginning of function declarationsMathieu Malaterre2019-06-141-2/+2
* time: Remove license boilerplateThomas Gleixner2018-11-231-14/+0
* time: Add SPDX license identifiersThomas Gleixner2018-11-231-0/+1
* time: Remove useless filenames in top level commentsThomas Gleixner2018-11-231-5/+0
* clocksource: Provide clocksource_arch_init()Thomas Gleixner2018-10-041-0/+2
* clocksource: Revert "Remove kthread"Peter Zijlstra2018-09-061-10/+30
* time: Introduce one suspend clocksource to compensate the suspend timeBaolin Wang2018-07-191-0/+149
* clocksource: Move inline keyword to the beginning of function declarationsMathieu Malaterre2018-05-161-2/+2
* clocksource: Remove kthreadPeter Zijlstra2018-05-021-21/+10
* clocksource: Rework stale commentPeter Zijlstra2018-05-021-4/+2
* clocksource: Consistent de-rate when marking unstablePeter Zijlstra2018-05-021-1/+8
* clocksource: Initialize cs->wd_listPeter Zijlstra2018-05-021-0/+2
* clocksource: Allow clocksource_mark_unstable() on unregistered clocksourcesPeter Zijlstra2018-05-021-16/+34
* clocksource: Use ATTRIBUTE_GROUPSBaolin Wang2018-02-281-11/+10
* clocksource: Use DEVICE_ATTR_RW/RO/WO to define device attributesBaolin Wang2018-02-281-26/+17
* clocksource: Don't walk the clocksource list for empty overrideBaolin Wang2018-02-281-0/+4
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-2/+2
* treewide: init_timer() -> setup_timer()Kees Cook2017-11-211-2/+1
* x86/tsc, sched/clock, clocksource: Use clocksource watchdog to provide stable...Peter Zijlstra2017-05-151-0/+3
* sched/clock, clocksource: Add optional cs::mark_unstable() methodThomas Gleixner2017-01-141-0/+4
* clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-1/+1
* clocksource: export the clocks_calc_mult_shift to use by timestamp codeMurali Karicheri2016-12-071-0/+1
* clocksource: Defer override invalidation unless clock is unstableKyle Walker2016-08-311-3/+12
* clocksource: Make clocksource insert entry more efficientMinfei Huang2016-06-201-3/+5
* clocksource: Allow unregistering the watchdogVitaly Kuznetsov2016-01-271-10/+42
* clocksource: Add CPU info to clocksource watchdog reportingSeiichi Ikarashi2015-12-071-2/+2
* remove abs64()Andrew Morton2015-11-091-1/+1
* Merge tag 'v4.3-rc5' into timers/core, to pick up fixes before applying new c...Ingo Molnar2015-10-121-1/+1
|\
| * clocksource: Fix abs() usage w/ 64bit valuesJohn Stultz2015-10-021-1/+1
* | clocksource: Remove return statement from void functionsGuillaume Gomez2015-10-111-3/+2
* | time: Fix spelling in commentsZhen Lei2015-09-221-1/+1
|/
* clocksource: Use current logging styleJoe Perches2015-06-101-12/+12
* clocksource: Improve comment explaining clocks_calc_max_nsecs()'s 50% safety ...John Stultz2015-04-031-2/+5
* tick: Move core only declarations and functions to coreThomas Gleixner2015-04-011-1/+1
* tick: Move clocksource related stuff to timekeeping.hThomas Gleixner2015-04-011-1/+1
* clocksource: Rename __clocksource_updatefreq_*() to __clocksource_update_freq...John Stultz2015-03-131-5/+6