aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/clocksource.c
Commit message (Expand)AuthorAge
* clocksource: Move inline keyword to the beginning of function declarationsMathieu Malaterre2018-05-16
* clocksource: Remove kthreadPeter Zijlstra2018-05-02
* clocksource: Rework stale commentPeter Zijlstra2018-05-02
* clocksource: Consistent de-rate when marking unstablePeter Zijlstra2018-05-02
* clocksource: Initialize cs->wd_listPeter Zijlstra2018-05-02
* clocksource: Allow clocksource_mark_unstable() on unregistered clocksourcesPeter Zijlstra2018-05-02
* clocksource: Use ATTRIBUTE_GROUPSBaolin Wang2018-02-28
* clocksource: Use DEVICE_ATTR_RW/RO/WO to define device attributesBaolin Wang2018-02-28
* clocksource: Don't walk the clocksource list for empty overrideBaolin Wang2018-02-28
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-21
* treewide: init_timer() -> setup_timer()Kees Cook2017-11-21
* x86/tsc, sched/clock, clocksource: Use clocksource watchdog to provide stable...Peter Zijlstra2017-05-15
* sched/clock, clocksource: Add optional cs::mark_unstable() methodThomas Gleixner2017-01-14
* clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-25
* clocksource: export the clocks_calc_mult_shift to use by timestamp codeMurali Karicheri2016-12-07
* clocksource: Defer override invalidation unless clock is unstableKyle Walker2016-08-31
* clocksource: Make clocksource insert entry more efficientMinfei Huang2016-06-20
* clocksource: Allow unregistering the watchdogVitaly Kuznetsov2016-01-27
* clocksource: Add CPU info to clocksource watchdog reportingSeiichi Ikarashi2015-12-07
* remove abs64()Andrew Morton2015-11-09
* Merge tag 'v4.3-rc5' into timers/core, to pick up fixes before applying new c...Ingo Molnar2015-10-12
|\
| * clocksource: Fix abs() usage w/ 64bit valuesJohn Stultz2015-10-02
* | clocksource: Remove return statement from void functionsGuillaume Gomez2015-10-11
* | time: Fix spelling in commentsZhen Lei2015-09-22
|/
* clocksource: Use current logging styleJoe Perches2015-06-10
* clocksource: Improve comment explaining clocks_calc_max_nsecs()'s 50% safety ...John Stultz2015-04-03
* tick: Move core only declarations and functions to coreThomas Gleixner2015-04-01
* tick: Move clocksource related stuff to timekeeping.hThomas Gleixner2015-04-01
* clocksource: Rename __clocksource_updatefreq_*() to __clocksource_update_freq...John Stultz2015-03-13
* clocksource: Add some debug info about clocksources being registeredJohn Stultz2015-03-13
* clocksource: Mostly kill clocksource_register()John Stultz2015-03-13
* clocksource: Improve clocksource watchdog reportingJohn Stultz2015-03-13
* clocksource: Add 'max_cycles' to 'struct clocksource'John Stultz2015-03-12
* clocksource: Simplify the logic around clocksource wrapping safety marginsJohn Stultz2015-03-12
* clocksource: Simplify the clocks_calc_max_nsecs() logicJohn Stultz2015-03-12
* time: move the timecounter/cyclecounter code into its own file.Richard Cochran2014-12-30
* clocksource: Fix 'clcoksource' typo in commentJames Hartley2014-10-29
* clocksource: Make delta calculation a functionThomas Gleixner2014-07-23
* time: Fix signedness bug in sysfs_get_uname() and its callersPatrick Palka2013-10-18
* clocksource: Fix 'ret' data type of sysfs_override_clocksource() and sysfs_un...Elad Wexler2013-09-17
* Merge branch 'fortglx/3.12/time' into fortglx/3.13/timeJohn Stultz2013-09-16
|\
| * clocksource: Fix !CONFIG_CLOCKSOURCE_WATCHDOG compilePrarit Bhargava2013-07-22
* | clocksource: Extract max nsec calculation into separate functionStephen Boyd2013-07-30
|/
* clocksource: Reselect clocksource when watchdog validated high-res capabilityThomas Gleixner2013-07-05
* clocksource: Implement clocksource_select_fallback() for CONFIG_ARCH_USES_GET...Thomas Gleixner2013-05-28
* clockevents: Implement unbind functionalityThomas Gleixner2013-05-16
* clocksource: Let clocksource_unregister() return success/errorThomas Gleixner2013-05-16
* clocksource: Provide unbind interface in sysfsThomas Gleixner2013-05-16
* clocksource: Split out user string inputThomas Gleixner2013-05-16
* clocksource: Allow clocksource select to skip current clocksourceThomas Gleixner2013-05-16