aboutsummaryrefslogtreecommitdiff
path: root/kernel/time/clocksource.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-22clocksource: Print deviation in nanoseconds when a clocksource becomes unstableGravatar Feng Tang 1-4/+4
2021-06-22clocksource: Provide kernel module to test clocksource watchdogGravatar Paul E. McKenney 1-2/+4
2021-06-22clocksource: Reduce clocksource-skew thresholdGravatar Paul E. McKenney 1-10/+38
2021-06-22clocksource: Limit number of CPUs checked for clock synchronizationGravatar Paul E. McKenney 1-2/+72
2021-06-22clocksource: Check per-CPU clock synchronization when marked unstableGravatar Paul E. McKenney 1-0/+60
2021-06-22clocksource: Retry clock read if long delays detectedGravatar Paul E. McKenney 1-6/+47
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+2
2021-04-07time: Add mechanism to recognize clocksource in time_get_snapshotGravatar Thomas Gleixner 1-0/+2
2021-03-22timekeeping, clocksource: Fix various typos in commentsGravatar Ingo Molnar 1-2/+2
2020-10-30timekeeping: remove arch_gettimeoffsetGravatar Arnd Bergmann 1-8/+0
2020-06-09clocksource: Remove obsolete ifdefGravatar Thomas Gleixner 1-2/+0
2020-02-17clocksource: Add common vdso clock mode storageGravatar Thomas Gleixner 1-0/+9
2020-02-01clocksource: Prevent double add_timer_on() for watchdog_timerGravatar Konstantin Khlebnikov 1-2/+9
2019-06-14clocksource: Move inline keyword to the beginning of function declarationsGravatar Mathieu Malaterre 1-2/+2
2018-11-23time: Remove license boilerplateGravatar Thomas Gleixner 1-14/+0
2018-11-23time: Add SPDX license identifiersGravatar Thomas Gleixner 1-0/+1
2018-11-23time: Remove useless filenames in top level commentsGravatar Thomas Gleixner 1-5/+0
2018-10-04clocksource: Provide clocksource_arch_init()Gravatar Thomas Gleixner 1-0/+2
2018-09-06clocksource: Revert "Remove kthread"Gravatar Peter Zijlstra 1-10/+30
2018-07-19time: Introduce one suspend clocksource to compensate the suspend timeGravatar Baolin Wang 1-0/+149
2018-05-16clocksource: Move inline keyword to the beginning of function declarationsGravatar Mathieu Malaterre 1-2/+2
2018-05-02clocksource: Remove kthreadGravatar Peter Zijlstra 1-21/+10
2018-05-02clocksource: Rework stale commentGravatar Peter Zijlstra 1-4/+2
2018-05-02clocksource: Consistent de-rate when marking unstableGravatar Peter Zijlstra 1-1/+8
2018-05-02clocksource: Initialize cs->wd_listGravatar Peter Zijlstra 1-0/+2
2018-05-02clocksource: Allow clocksource_mark_unstable() on unregistered clocksourcesGravatar Peter Zijlstra 1-16/+34
2018-02-28clocksource: Use ATTRIBUTE_GROUPSGravatar Baolin Wang 1-11/+10
2018-02-28clocksource: Use DEVICE_ATTR_RW/RO/WO to define device attributesGravatar Baolin Wang 1-26/+17
2018-02-28clocksource: Don't walk the clocksource list for empty overrideGravatar Baolin Wang 1-0/+4
2017-11-21treewide: setup_timer() -> timer_setup()Gravatar Kees Cook 1-2/+2
2017-11-21treewide: init_timer() -> setup_timer()Gravatar Kees Cook 1-2/+1
2017-05-15x86/tsc, sched/clock, clocksource: Use clocksource watchdog to provide stable...Gravatar Peter Zijlstra 1-0/+3
2017-01-14sched/clock, clocksource: Add optional cs::mark_unstable() methodGravatar Thomas Gleixner 1-0/+4
2016-12-25clocksource: Use a plain u64 instead of cycle_tGravatar Thomas Gleixner 1-1/+1
2016-12-07clocksource: export the clocks_calc_mult_shift to use by timestamp codeGravatar Murali Karicheri 1-0/+1
2016-08-31clocksource: Defer override invalidation unless clock is unstableGravatar Kyle Walker 1-3/+12
2016-06-20clocksource: Make clocksource insert entry more efficientGravatar Minfei Huang 1-3/+5
2016-01-27clocksource: Allow unregistering the watchdogGravatar Vitaly Kuznetsov 1-10/+42
2015-12-07clocksource: Add CPU info to clocksource watchdog reportingGravatar Seiichi Ikarashi 1-2/+2
2015-11-09remove abs64()Gravatar Andrew Morton 1-1/+1
2015-10-12Merge tag 'v4.3-rc5' into timers/core, to pick up fixes before applying new c...Gravatar Ingo Molnar 1-1/+1
2015-10-11clocksource: Remove return statement from void functionsGravatar Guillaume Gomez 1-3/+2
2015-10-02clocksource: Fix abs() usage w/ 64bit valuesGravatar John Stultz 1-1/+1
2015-09-22time: Fix spelling in commentsGravatar Zhen Lei 1-1/+1
2015-06-10clocksource: Use current logging styleGravatar Joe Perches 1-12/+12
2015-04-03clocksource: Improve comment explaining clocks_calc_max_nsecs()'s 50% safety ...Gravatar John Stultz 1-2/+5
2015-04-01tick: Move core only declarations and functions to coreGravatar Thomas Gleixner 1-1/+1
2015-04-01tick: Move clocksource related stuff to timekeeping.hGravatar Thomas Gleixner 1-1/+1
2015-03-13clocksource: Rename __clocksource_updatefreq_*() to __clocksource_update_freq...Gravatar John Stultz 1-5/+6
2015-03-13clocksource: Add some debug info about clocksources being registeredGravatar John Stultz 1-0/+3