aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/clocksource.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-02clocksource: Fix abs() usage w/ 64bit valuesJohn Stultz1-1/+1
2015-09-22time: Fix spelling in commentsZhen Lei1-1/+1
2015-06-10clocksource: Use current logging styleJoe Perches1-12/+12
2015-04-03clocksource: Improve comment explaining clocks_calc_max_nsecs()'s 50% safety marginJohn Stultz1-2/+5
2015-04-01tick: Move core only declarations and functions to coreThomas Gleixner1-1/+1
2015-04-01tick: Move clocksource related stuff to timekeeping.hThomas Gleixner1-1/+1
2015-03-13clocksource: Rename __clocksource_updatefreq_*() to __clocksource_update_freq_*()John Stultz1-5/+6
2015-03-13clocksource: Add some debug info about clocksources being registeredJohn Stultz1-0/+3
2015-03-13clocksource: Mostly kill clocksource_register()John Stultz1-47/+34
2015-03-13clocksource: Improve clocksource watchdog reportingJohn Stultz1-9/+9
2015-03-12clocksource: Add 'max_cycles' to 'struct clocksource'John Stultz1-12/+16
2015-03-12clocksource: Simplify the logic around clocksource wrapping safety marginsJohn Stultz1-14/+12
2015-03-12clocksource: Simplify the clocks_calc_max_nsecs() logicJohn Stultz1-12/+3
2014-12-30time: move the timecounter/cyclecounter code into its own file.Richard Cochran1-76/+0
2014-10-29clocksource: Fix 'clcoksource' typo in commentJames Hartley1-1/+1
2014-07-23clocksource: Make delta calculation a functionThomas Gleixner1-5/+7
2013-10-18time: Fix signedness bug in sysfs_get_uname() and its callersPatrick Palka1-1/+1
2013-09-17clocksource: Fix 'ret' data type of sysfs_override_clocksource() and sysfs_unbind_clocksource()Elad Wexler1-2/+2
2013-09-16Merge branch 'fortglx/3.12/time' into fortglx/3.13/timeJohn Stultz1-0/+1
2013-07-30clocksource: Extract max nsec calculation into separate functionStephen Boyd1-15/+30
2013-07-22clocksource: Fix !CONFIG_CLOCKSOURCE_WATCHDOG compilePrarit Bhargava1-0/+1
2013-07-05clocksource: Reselect clocksource when watchdog validated high-res capabilityThomas Gleixner1-15/+42