aboutsummaryrefslogtreecommitdiff
path: root/include/linux/clocksource.h
AgeCommit message (Expand)AuthorFilesLines
2017-07-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-6/+9
2017-06-14clocksource/drivers: Add an alias macro CLOCKSOURCE_OF_DECLAREGravatar Daniel Lezcano 1-0/+3
2017-06-14clocksource/drivers: Rename CLKSRC_OF to TIMER_OFGravatar Daniel Lezcano 1-1/+1
2017-06-14clocksource/drivers: Rename clksrc table to timerGravatar Daniel Lezcano 1-2/+2
2017-06-14clocksource/drivers: Rename CLOCKSOURCE_ACPI_DECLARE to TIMER_ACPI_DECLAREGravatar Daniel Lezcano 1-1/+1
2017-06-14clocksource/drivers: Rename clocksource_probe to timer_probeGravatar Daniel Lezcano 1-2/+2
2017-06-14clocksource/drivers: Rename CLOCKSOURCE_OF_DECLARE to TIMER_OF_DECLAREGravatar Daniel Lezcano 1-1/+1
2017-05-15x86/tsc, sched/clock, clocksource: Use clocksource watchdog to provide stable...Gravatar Peter Zijlstra 1-0/+1
2017-04-20clocksource: Use GENMASK_ULL in definition of CLOCKSOURCE_MASKGravatar Matthias Kaehlcke 1-1/+1
2017-01-14sched/clock, clocksource: Add optional cs::mark_unstable() methodGravatar Thomas Gleixner 1-0/+3
2016-12-25clocksource: Use a plain u64 instead of cycle_tGravatar Thomas Gleixner 1-11/+11
2016-11-29timekeeping/clocksource_cyc2ns: Document intended range limitationGravatar Chris Metcalf 1-1/+4
2016-06-28clocksources: Switch back to the clksrc tableGravatar Daniel Lezcano 1-4/+1
2016-06-28clocksource/drivers/clksrc-probe: Introduce init functions with return codeGravatar Daniel Lezcano 1-0/+3
2016-04-22clocksource: Add missing include of of.h.Gravatar David Lechner 1-0/+1
2016-02-27clocksource: Introduce clocksource_freq2mult()Gravatar Alexander Kuleshov 1-26/+19
2015-11-25timekeeping: Lift clocksource cacheline restrictionGravatar Thomas Gleixner 1-5/+11
2015-10-01clocksource: cosmetic: Drop OF 'dependency' from symbolsGravatar Marc Zyngier 1-2/+2
2015-10-01clocksource / arm_arch_timer: Convert to ACPI probingGravatar Marc Zyngier 1-6/+0
2015-10-01clocksource: Add new CLKSRC_{PROBE,ACPI} config symbolsGravatar Marc Zyngier 1-1/+1
2015-10-01clocksource / ACPI: Add probing infrastructure for ACPI-based clocksourcesGravatar Marc Zyngier 1-0/+3
2015-05-19Merge branch 'linus' into timers/coreGravatar Thomas Gleixner 1-0/+6
2015-04-24Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-0/+6
2015-04-22time: Remove nonexistent function prototypeGravatar Yingjoe Chen 1-1/+0
2015-03-26clocksource / arch_timer: Parse GTDT to initialize arch timerGravatar Hanjun Guo 1-0/+6
2015-03-13clocksource: Rename __clocksource_updatefreq_*() to __clocksource_update_freq...Gravatar John Stultz 1-5/+5
2015-03-13clocksource: Mostly kill clocksource_register()Gravatar John Stultz 1-1/+9
2015-03-12clocksource: Add 'max_cycles' to 'struct clocksource'Gravatar John Stultz 1-2/+3
2014-12-30time: move the timecounter/cyclecounter code into its own file.Gravatar Richard Cochran 1-102/+0
2014-10-22clocksource: Remove "weak" from clocksource_default_clock() declarationGravatar Bjorn Helgaas 1-1/+1
2014-07-23clocksource: Get rid of cycle_lastGravatar Thomas Gleixner 1-2/+0
2014-05-20of: consolidate linker section OF match table declarationsGravatar Rob Herring 1-13/+3
2013-07-30clocksource: Extract max nsec calculation into separate functionGravatar Stephen Boyd 1-0/+2
2013-07-05clocksource: Reselect clocksource when watchdog validated high-res capabilityGravatar Thomas Gleixner 1-0/+1
2013-05-16clocksource: Let clocksource_unregister() return success/errorGravatar Thomas Gleixner 1-1/+1
2013-05-16clocksource: Add module refcountGravatar Thomas Gleixner 1-0/+3
2013-05-16clocksource: Let timekeeping_notify return success/errorGravatar Thomas Gleixner 1-1/+1
2013-05-02Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+10
2013-03-28clocksource: make CLOCKSOURCE_OF_DECLARE type safeGravatar Arnd Bergmann 1-2/+9
2013-03-15clocksource: Add new feature flag CLOCK_SOURCE_SUSPEND_NONSTOPGravatar Feng Tang 1-0/+1
2013-03-11clocksource: add empty version of clocksource_of_initGravatar Rob Herring 1-0/+1
2013-01-31clocksource: always define CLOCKSOURCE_OF_DECLAREGravatar Stephen Warren 1-0/+2
2013-01-02clocksource: add common of_clksrc_init() functionGravatar Stephen Warren 1-0/+9
2012-09-24time: Move update_vsyscall definitions to timekeeper_internal.hGravatar John Stultz 1-16/+0
2012-02-01clocksource: Get rid of clocksource_calc_mult_shift()Gravatar Yong Zhang 1-7/+0
2011-12-19time/clocksource: Fix kernel-doc warningsGravatar Kusanagi Kouichi 1-3/+8
2011-11-10clocksource: Avoid selecting mult values that might overflow when adjustedGravatar John Stultz 1-1/+2
2011-07-22Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-7/+8
2011-07-21clocksource: Change __ARCH_HAS_CLOCKSOURCE_DATA to a CONFIG optionGravatar H. Peter Anvin 1-1/+3
2011-07-14ia64: Replace clocksource.fsys_mmio with generic arch dataGravatar Andy Lutomirski 1-7/+0