summaryrefslogtreecommitdiffstats
path: root/kernel/time/clocksource.c
AgeCommit message (Expand)AuthorLines
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook-2/+2
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook-2/+1
2017-05-15x86/tsc, sched/clock, clocksource: Use clocksource watchdog to provide stable...Peter Zijlstra-0/+3
2017-01-14sched/clock, clocksource: Add optional cs::mark_unstable() methodThomas Gleixner-0/+4
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner-1/+1
2016-12-07clocksource: export the clocks_calc_mult_shift to use by timestamp codeMurali Karicheri-0/+1
2016-08-31clocksource: Defer override invalidation unless clock is unstableKyle Walker-3/+12
2016-06-20clocksource: Make clocksource insert entry more efficientMinfei Huang-3/+5
2016-01-27clocksource: Allow unregistering the watchdogVitaly Kuznetsov-10/+42
2015-12-07clocksource: Add CPU info to clocksource watchdog reportingSeiichi Ikarashi-2/+2
2015-11-09remove abs64()Andrew Morton-1/+1
2015-10-12Merge tag 'v4.3-rc5' into timers/core, to pick up fixes before applying new c...Ingo Molnar-1/+1
2015-10-11clocksource: Remove return statement from void functionsGuillaume Gomez-3/+2
2015-10-02clocksource: Fix abs() usage w/ 64bit valuesJohn Stultz-1/+1
2015-09-22time: Fix spelling in commentsZhen Lei-1/+1
2015-06-10clocksource: Use current logging styleJoe Perches-12/+12
2015-04-03clocksource: Improve comment explaining clocks_calc_max_nsecs()'s 50% safety ...John Stultz-2/+5
2015-04-01tick: Move core only declarations and functions to coreThomas Gleixner-1/+1
2015-04-01tick: Move clocksource related stuff to timekeeping.hThomas Gleixner-1/+1
2015-03-13clocksource: Rename __clocksource_updatefreq_*() to __clocksource_update_freq...John Stultz-5/+6
2015-03-13clocksource: Add some debug info about clocksources being registeredJohn Stultz-0/+3
2015-03-13clocksource: Mostly kill clocksource_register()John Stultz-47/+34
2015-03-13clocksource: Improve clocksource watchdog reportingJohn Stultz-9/+9
2015-03-12clocksource: Add 'max_cycles' to 'struct clocksource'John Stultz-12/+16
2015-03-12clocksource: Simplify the logic around clocksource wrapping safety marginsJohn Stultz-14/+12
2015-03-12clocksource: Simplify the clocks_calc_max_nsecs() logicJohn Stultz-12/+3
2014-12-30time: move the timecounter/cyclecounter code into its own file.Richard Cochran-76/+0
2014-10-29clocksource: Fix 'clcoksource' typo in commentJames Hartley-1/+1
2014-07-23clocksource: Make delta calculation a functionThomas Gleixner-5/+7
2013-10-18time: Fix signedness bug in sysfs_get_uname() and its callersPatrick Palka-1/+1
2013-09-17clocksource: Fix 'ret' data type of sysfs_override_clocksource() and sysfs_un...Elad Wexler-2/+2
2013-09-16Merge branch 'fortglx/3.12/time' into fortglx/3.13/timeJohn Stultz-0/+1
2013-07-30clocksource: Extract max nsec calculation into separate functionStephen Boyd-15/+30
2013-07-22clocksource: Fix !CONFIG_CLOCKSOURCE_WATCHDOG compilePrarit Bhargava-0/+1
2013-07-05clocksource: Reselect clocksource when watchdog validated high-res capabilityThomas Gleixner-15/+42
2013-05-28clocksource: Implement clocksource_select_fallback() for CONFIG_ARCH_USES_GET...Thomas Gleixner-0/+1
2013-05-16clockevents: Implement unbind functionalityThomas Gleixner-4/+5
2013-05-16clocksource: Let clocksource_unregister() return success/errorThomas Gleixner-21/+12
2013-05-16clocksource: Provide unbind interface in sysfsThomas Gleixner-0/+73
2013-05-16clocksource: Split out user string inputThomas Gleixner-14/+23
2013-05-16clocksource: Allow clocksource select to skip current clocksourceThomas Gleixner-11/+20
2013-05-16clocksource: Let timekeeping_notify return success/errorThomas Gleixner-3/+3
2013-05-16clocksource: Always verify highres capabilityThomas Gleixner-5/+26
2012-03-23kernel-time: fix s/then/than/ spelling errorsJim Cromie-1/+1
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman-18/+19
2011-12-19time/clocksource: Fix kernel-doc warningsKusanagi Kouichi-3/+9
2011-12-14clocksource: convert sysdev_class to a regular subsystemKay Sievers-18/+19
2011-12-01clocksource: Fix bug with max_deferment margin calculationYang Honggang (Joseph)-2/+2
2011-11-10clocksource: Avoid selecting mult values that might overflow when adjustedJohn Stultz-10/+48
2011-09-13clocksource: Make watchdog reset locklessThomas Gleixner-20/+18