summaryrefslogtreecommitdiff
path: root/kernel/time/clocksource.c
AgeCommit message (Expand)Author
2015-10-02clocksource: Fix abs() usage w/ 64bit valuesJohn Stultz
2015-06-10clocksource: Use current logging styleJoe Perches
2015-04-03clocksource: Improve comment explaining clocks_calc_max_nsecs()'s 50% safety ...John Stultz
2015-04-01tick: Move core only declarations and functions to coreThomas Gleixner
2015-04-01tick: Move clocksource related stuff to timekeeping.hThomas Gleixner
2015-03-13clocksource: Rename __clocksource_updatefreq_*() to __clocksource_update_freq...John Stultz
2015-03-13clocksource: Add some debug info about clocksources being registeredJohn Stultz
2015-03-13clocksource: Mostly kill clocksource_register()John Stultz
2015-03-13clocksource: Improve clocksource watchdog reportingJohn Stultz
2015-03-12clocksource: Add 'max_cycles' to 'struct clocksource'John Stultz
2015-03-12clocksource: Simplify the logic around clocksource wrapping safety marginsJohn Stultz
2015-03-12clocksource: Simplify the clocks_calc_max_nsecs() logicJohn Stultz
2014-12-30time: move the timecounter/cyclecounter code into its own file.Richard Cochran
2014-10-29clocksource: Fix 'clcoksource' typo in commentJames Hartley
2014-07-23clocksource: Make delta calculation a functionThomas Gleixner
2013-10-18time: Fix signedness bug in sysfs_get_uname() and its callersPatrick Palka
2013-09-17clocksource: Fix 'ret' data type of sysfs_override_clocksource() and sysfs_un...Elad Wexler
2013-09-16Merge branch 'fortglx/3.12/time' into fortglx/3.13/timeJohn Stultz
2013-07-30clocksource: Extract max nsec calculation into separate functionStephen Boyd
2013-07-22clocksource: Fix !CONFIG_CLOCKSOURCE_WATCHDOG compilePrarit Bhargava
2013-07-05clocksource: Reselect clocksource when watchdog validated high-res capabilityThomas Gleixner
2013-05-28clocksource: Implement clocksource_select_fallback() for CONFIG_ARCH_USES_GET...Thomas Gleixner
2013-05-16clockevents: Implement unbind functionalityThomas Gleixner
2013-05-16clocksource: Let clocksource_unregister() return success/errorThomas Gleixner
2013-05-16clocksource: Provide unbind interface in sysfsThomas Gleixner
2013-05-16clocksource: Split out user string inputThomas Gleixner
2013-05-16clocksource: Allow clocksource select to skip current clocksourceThomas Gleixner
2013-05-16clocksource: Let timekeeping_notify return success/errorThomas Gleixner
2013-05-16clocksource: Always verify highres capabilityThomas Gleixner
2012-03-23kernel-time: fix s/then/than/ spelling errorsJim Cromie
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman
2011-12-19time/clocksource: Fix kernel-doc warningsKusanagi Kouichi
2011-12-14clocksource: convert sysdev_class to a regular subsystemKay Sievers
2011-12-01clocksource: Fix bug with max_deferment margin calculationYang Honggang (Joseph)
2011-11-10clocksource: Avoid selecting mult values that might overflow when adjustedJohn Stultz
2011-09-13clocksource: Make watchdog reset locklessThomas Gleixner
2011-06-16clocksource: Make watchdog robust vs. interruptionThomas Gleixner
2011-05-20clockevents/source: Use u64 to make 32bit happyThomas Gleixner
2011-05-19Merge branch 'timers-clockevents-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2011-05-19clocksource: Get rid of the hardcoded 5 seconds sleep time limitThomas Gleixner
2011-05-05clocksource: Install completely before selectingjohn stultz
2011-01-15Merge branches 'core-fixes-for-linus', 'x86-fixes-for-linus', 'timers-fixes-f...Linus Torvalds
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2011-01-12time: Rename misnamed minsec argument of clocks_calc_mult_shift()Nicolas Pitre
2010-12-22Fix rounding in clocks_calc_mult_shift()john stultz
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König
2010-07-27clocksource: Add __clocksource_updatefreq_hz/khz methodsJohn Stultz
2010-07-27time: Kill off CONFIG_GENERIC_TIMEJohn Stultz
2010-05-10clocksource: Add clocksource_register_hz/khz interfaceJohn Stultz
2010-03-02timekeeping: Prevent oops when GENERIC_TIME=njohn stultz