aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/clocksource.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-1/+1
2022-04-10clocksource: Replace cpumask_weight() with cpumask_empty()Yury Norov1-1/+1
2022-02-01clocksource: Add a Kconfig option for WATCHDOG_MAX_SKEWWaiman Long1-1/+7
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds1-2/+2
2022-01-15cpumask: replace cpumask_next_* with cpumask_first_* where appropriateYury Norov1-2/+2
2021-11-30clocksource: Reduce the default clocksource_watchdog() retries to 2Waiman Long1-1/+1
2021-11-30clocksource: Avoid accidental unstable marking of clocksourcesWaiman Long1-9/+41
2021-08-10clocksource: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior1-3/+3
2021-06-22clocksource: Print deviation in nanoseconds when a clocksource becomes unstableFeng Tang1-4/+4
2021-06-22clocksource: Provide kernel module to test clocksource watchdogPaul E. McKenney1-2/+4
2021-06-22clocksource: Reduce clocksource-skew thresholdPaul E. McKenney1-10/+38
2021-06-22clocksource: Limit number of CPUs checked for clock synchronizationPaul E. McKenney1-2/+72
2021-06-22clocksource: Check per-CPU clock synchronization when marked unstablePaul E. McKenney1-0/+60
2021-06-22clocksource: Retry clock read if long delays detectedPaul E. McKenney1-6/+47
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+2
2021-04-07time: Add mechanism to recognize clocksource in time_get_snapshotThomas Gleixner1-0/+2
2021-03-22timekeeping, clocksource: Fix various typos in commentsIngo Molnar1-2/+2
2020-10-30timekeeping: remove arch_gettimeoffsetArnd Bergmann1-8/+0
2020-06-09clocksource: Remove obsolete ifdefThomas Gleixner1-2/+0
2020-02-17clocksource: Add common vdso clock mode storageThomas Gleixner1-0/+9
2020-02-01clocksource: Prevent double add_timer_on() for watchdog_timerKonstantin Khlebnikov1-2/+9
2019-06-14clocksource: Move inline keyword to the beginning of function declarationsMathieu Malaterre1-2/+2
2018-11-23time: Remove license boilerplateThomas Gleixner1-14/+0
2018-11-23time: Add SPDX license identifiersThomas Gleixner1-0/+1
2018-11-23time: Remove useless filenames in top level commentsThomas Gleixner1-5/+0
2018-10-04clocksource: Provide clocksource_arch_init()Thomas Gleixner1-0/+2
2018-09-06clocksource: Revert "Remove kthread"Peter Zijlstra1-10/+30
2018-07-19time: Introduce one suspend clocksource to compensate the suspend timeBaolin Wang1-0/+149
2018-05-16clocksource: Move inline keyword to the beginning of function declarationsMathieu Malaterre1-2/+2
2018-05-02clocksource: Remove kthreadPeter Zijlstra1-21/+10
2018-05-02clocksource: Rework stale commentPeter Zijlstra1-4/+2
2018-05-02clocksource: Consistent de-rate when marking unstablePeter Zijlstra1-1/+8
2018-05-02clocksource: Initialize cs->wd_listPeter Zijlstra1-0/+2
2018-05-02clocksource: Allow clocksource_mark_unstable() on unregistered clocksourcesPeter Zijlstra1-16/+34
2018-02-28clocksource: Use ATTRIBUTE_GROUPSBaolin Wang1-11/+10
2018-02-28clocksource: Use DEVICE_ATTR_RW/RO/WO to define device attributesBaolin Wang1-26/+17
2018-02-28clocksource: Don't walk the clocksource list for empty overrideBaolin Wang1-0/+4
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-2/+2
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook1-2/+1
2017-05-15x86/tsc, sched/clock, clocksource: Use clocksource watchdog to provide stable sync pointsPeter Zijlstra1-0/+3
2017-01-14sched/clock, clocksource: Add optional cs::mark_unstable() methodThomas Gleixner1-0/+4
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-1/+1
2016-12-07clocksource: export the clocks_calc_mult_shift to use by timestamp codeMurali Karicheri1-0/+1
2016-08-31clocksource: Defer override invalidation unless clock is unstableKyle Walker1-3/+12
2016-06-20clocksource: Make clocksource insert entry more efficientMinfei Huang1-3/+5
2016-01-27clocksource: Allow unregistering the watchdogVitaly Kuznetsov1-10/+42
2015-12-07clocksource: Add CPU info to clocksource watchdog reportingSeiichi Ikarashi1-2/+2
2015-11-09remove abs64()Andrew Morton1-1/+1
2015-10-12Merge tag 'v4.3-rc5' into timers/core, to pick up fixes before applying new changesIngo Molnar1-1/+1
2015-10-11clocksource: Remove return statement from void functionsGuillaume Gomez1-3/+2