summaryrefslogtreecommitdiffstats
path: root/kernel/time/clocksource.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* clocksource: Add some debug info about clocksources being registeredJohn Stultz2015-03-131-0/+3
* clocksource: Mostly kill clocksource_register()John Stultz2015-03-131-47/+34
* clocksource: Improve clocksource watchdog reportingJohn Stultz2015-03-131-9/+9
* clocksource: Add 'max_cycles' to 'struct clocksource'John Stultz2015-03-121-12/+16
* clocksource: Simplify the logic around clocksource wrapping safety marginsJohn Stultz2015-03-121-14/+12
* clocksource: Simplify the clocks_calc_max_nsecs() logicJohn Stultz2015-03-121-12/+3
* time: move the timecounter/cyclecounter code into its own file.Richard Cochran2014-12-301-76/+0
* clocksource: Fix 'clcoksource' typo in commentJames Hartley2014-10-291-1/+1
* clocksource: Make delta calculation a functionThomas Gleixner2014-07-231-5/+7
* time: Fix signedness bug in sysfs_get_uname() and its callersPatrick Palka2013-10-181-1/+1
* clocksource: Fix 'ret' data type of sysfs_override_clocksource() and sysfs_un...Elad Wexler2013-09-171-2/+2
* Merge branch 'fortglx/3.12/time' into fortglx/3.13/timeJohn Stultz2013-09-161-0/+1
|\
| * clocksource: Fix !CONFIG_CLOCKSOURCE_WATCHDOG compilePrarit Bhargava2013-07-221-0/+1
* | clocksource: Extract max nsec calculation into separate functionStephen Boyd2013-07-301-15/+30
|/
* clocksource: Reselect clocksource when watchdog validated high-res capabilityThomas Gleixner2013-07-051-15/+42
* clocksource: Implement clocksource_select_fallback() for CONFIG_ARCH_USES_GET...Thomas Gleixner2013-05-281-0/+1
* clockevents: Implement unbind functionalityThomas Gleixner2013-05-161-4/+5
* clocksource: Let clocksource_unregister() return success/errorThomas Gleixner2013-05-161-21/+12
* clocksource: Provide unbind interface in sysfsThomas Gleixner2013-05-161-0/+73
* clocksource: Split out user string inputThomas Gleixner2013-05-161-14/+23
* clocksource: Allow clocksource select to skip current clocksourceThomas Gleixner2013-05-161-11/+20
* clocksource: Let timekeeping_notify return success/errorThomas Gleixner2013-05-161-3/+3
* clocksource: Always verify highres capabilityThomas Gleixner2013-05-161-5/+26
* kernel-time: fix s/then/than/ spelling errorsJim Cromie2012-03-231-1/+1
* Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2012-01-061-18/+19
|\
| * clocksource: convert sysdev_class to a regular subsystemKay Sievers2011-12-141-18/+19
* | time/clocksource: Fix kernel-doc warningsKusanagi Kouichi2011-12-191-3/+9
* | clocksource: Fix bug with max_deferment margin calculationYang Honggang (Joseph)2011-12-011-2/+2
* | clocksource: Avoid selecting mult values that might overflow when adjustedJohn Stultz2011-11-101-10/+48
|/
* clocksource: Make watchdog reset locklessThomas Gleixner2011-09-131-20/+18
* clocksource: Make watchdog robust vs. interruptionThomas Gleixner2011-06-161-11/+13
* clockevents/source: Use u64 to make 32bit happyThomas Gleixner2011-05-201-1/+1
* Merge branch 'timers-clockevents-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2011-05-191-19/+19
|\
| * clocksource: Get rid of the hardcoded 5 seconds sleep time limitThomas Gleixner2011-05-191-19/+19
OpenPOWER on IntegriCloud