aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/clocksource.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-21clocksource: Scale the watchdog read retries automaticallyFeng Tang1-1/+13
2021-06-22clocksource: Provide kernel module to test clocksource watchdogPaul E. McKenney1-0/+3
2021-06-22clocksource: Reduce clocksource-skew thresholdPaul E. McKenney1-0/+3
2021-06-22clocksource: Check per-CPU clock synchronization when marked unstablePaul E. McKenney1-1/+1
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+6
2021-04-07time: Add mechanism to recognize clocksource in time_get_snapshotThomas Gleixner1-0/+6
2021-03-22timekeeping, clocksource: Fix various typos in commentsIngo Molnar1-1/+1
2020-03-21linux/clocksource.h: Extract common header for vDSOVincenzo Frascino1-10/+1
2020-02-17lib/vdso: Move VCLOCK_TIMENS to vdso_clock_modesThomas Gleixner1-0/+3
2020-02-17lib/vdso: Cleanup clock mode storage leftoversThomas Gleixner1-2/+2
2020-02-17clocksource: Add common vdso clock mode storageThomas Gleixner1-1/+11
2020-02-17clocksource: Cleanup struct clocksource and documentationThomas Gleixner1-40/+47
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+0
2018-10-04clocksource: Provide clocksource_arch_init()Thomas Gleixner1-0/+5
2018-10-03clocksource: Remove obsolete CLOCKSOURCE_OF_DECLAREDaniel Lezcano1-3/+0
2018-07-19time: Introduce one suspend clocksource to compensate the suspend timeBaolin Wang1-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-6/+9
2017-06-14clocksource/drivers: Add an alias macro CLOCKSOURCE_OF_DECLAREDaniel Lezcano1-0/+3
2017-06-14clocksource/drivers: Rename CLKSRC_OF to TIMER_OFDaniel Lezcano1-1/+1
2017-06-14clocksource/drivers: Rename clksrc table to timerDaniel Lezcano1-2/+2
2017-06-14clocksource/drivers: Rename CLOCKSOURCE_ACPI_DECLARE to TIMER_ACPI_DECLAREDaniel Lezcano1-1/+1
2017-06-14clocksource/drivers: Rename clocksource_probe to timer_probeDaniel Lezcano1-2/+2
2017-06-14clocksource/drivers: Rename CLOCKSOURCE_OF_DECLARE to TIMER_OF_DECLAREDaniel Lezcano1-1/+1
2017-05-15x86/tsc, sched/clock, clocksource: Use clocksource watchdog to provide stable...Peter Zijlstra1-0/+1
2017-04-20clocksource: Use GENMASK_ULL in definition of CLOCKSOURCE_MASKMatthias Kaehlcke1-1/+1
2017-01-14sched/clock, clocksource: Add optional cs::mark_unstable() methodThomas Gleixner1-0/+3
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-11/+11
2016-11-29timekeeping/clocksource_cyc2ns: Document intended range limitationChris Metcalf1-1/+4
2016-06-28clocksources: Switch back to the clksrc tableDaniel Lezcano1-4/+1
2016-06-28clocksource/drivers/clksrc-probe: Introduce init functions with return codeDaniel Lezcano1-0/+3
2016-04-22clocksource: Add missing include of of.h.David Lechner1-0/+1
2016-02-27clocksource: Introduce clocksource_freq2mult()Alexander Kuleshov1-26/+19
2015-11-25timekeeping: Lift clocksource cacheline restrictionThomas Gleixner1-5/+11
2015-10-01clocksource: cosmetic: Drop OF 'dependency' from symbolsMarc Zyngier1-2/+2
2015-10-01clocksource / arm_arch_timer: Convert to ACPI probingMarc Zyngier1-6/+0
2015-10-01clocksource: Add new CLKSRC_{PROBE,ACPI} config symbolsMarc Zyngier1-1/+1
2015-10-01clocksource / ACPI: Add probing infrastructure for ACPI-based clocksourcesMarc Zyngier1-0/+3
2015-05-19Merge branch 'linus' into timers/coreThomas Gleixner1-0/+6
2015-04-24Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+6
2015-04-22time: Remove nonexistent function prototypeYingjoe Chen1-1/+0
2015-03-26clocksource / arch_timer: Parse GTDT to initialize arch timerHanjun Guo1-0/+6
2015-03-13clocksource: Rename __clocksource_updatefreq_*() to __clocksource_update_freq...John Stultz1-5/+5
2015-03-13clocksource: Mostly kill clocksource_register()John Stultz1-1/+9
2015-03-12clocksource: Add 'max_cycles' to 'struct clocksource'John Stultz1-2/+3
2014-12-30time: move the timecounter/cyclecounter code into its own file.Richard Cochran1-102/+0
2014-10-22clocksource: Remove "weak" from clocksource_default_clock() declarationBjorn Helgaas1-1/+1
2014-07-23clocksource: Get rid of cycle_lastThomas Gleixner1-2/+0
2014-05-20of: consolidate linker section OF match table declarationsRob Herring1-13/+3
2013-07-30clocksource: Extract max nsec calculation into separate functionStephen Boyd1-0/+2
2013-07-05clocksource: Reselect clocksource when watchdog validated high-res capabilityThomas Gleixner1-0/+1
2013-05-16clocksource: Let clocksource_unregister() return success/errorThomas Gleixner1-1/+1
2013-05-16clocksource: Add module refcountThomas Gleixner1-0/+3
2013-05-16clocksource: Let timekeeping_notify return success/errorThomas Gleixner1-1/+1
2013-05-02Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+10
2013-03-28clocksource: make CLOCKSOURCE_OF_DECLARE type safeArnd Bergmann1-2/+9
2013-03-15clocksource: Add new feature flag CLOCK_SOURCE_SUSPEND_NONSTOPFeng Tang1-0/+1
2013-03-11clocksource: add empty version of clocksource_of_initRob Herring1-0/+1
2013-01-31clocksource: always define CLOCKSOURCE_OF_DECLAREStephen Warren1-0/+2
2013-01-02clocksource: add common of_clksrc_init() functionStephen Warren1-0/+9
2012-09-24time: Move update_vsyscall definitions to timekeeper_internal.hJohn Stultz1-16/+0
2012-02-01clocksource: Get rid of clocksource_calc_mult_shift()Yong Zhang1-7/+0
2011-12-19time/clocksource: Fix kernel-doc warningsKusanagi Kouichi1-3/+8
2011-11-10clocksource: Avoid selecting mult values that might overflow when adjustedJohn Stultz1-1/+2
2011-07-22Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-7/+8
2011-07-21clocksource: Change __ARCH_HAS_CLOCKSOURCE_DATA to a CONFIG optionH. Peter Anvin1-1/+3
2011-07-14ia64: Replace clocksource.fsys_mmio with generic arch dataAndy Lutomirski1-7/+0
2011-07-13clocksource: Replace vread with generic arch dataAndy Lutomirski1-2/+8
2011-06-16clocksource: Make watchdog robust vs. interruptionThomas Gleixner1-0/+1
2011-05-23clocksource: add common mmio clocksourceRussell King1-0/+8
2011-05-19clocksource: Restructure clocksource struct membersThomas Gleixner1-18/+14
2011-05-14Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-a...Thomas Gleixner1-0/+2
2011-05-14clocksource: convert footbridge to generic i8253 clocksourceRussell King1-0/+2
2011-02-21Make clocksource name constRussell King - ARM Linux1-1/+1
2010-07-27clocksource: Add __clocksource_updatefreq_hz/khz methodsJohn Stultz1-0/+11
2010-07-27timkeeping: Fix update_vsyscall to provide wall_to_monotonic offsetJohn Stultz1-2/+4
2010-05-10clocksource: Add clocksource_register_hz/khz interfaceJohn Stultz1-1/+18
2010-02-05clocksource: add suspend callbackMagnus Damm1-0/+3
2010-02-05clocksource: add argument to resume callbackMagnus Damm1-1/+1
2009-12-08Merge branch 'timers-for-linus-urgent' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+4
2009-11-17timekeeping: Fix clock_gettime vsyscall time warpLin Ming1-2/+4
2009-11-13nohz: Prevent clocksource wrapping during idleJon Hunter1-0/+2
2009-11-13clocksource: Provide a generic mult/shift factor calculationThomas Gleixner1-0/+10
2009-08-28clocksource: Resolve cpu hotplug dead lock with TSC unstableThomas Gleixner1-0/+1
2009-08-15timekeeping: Update clocksource with stop_machineMartin Schwidefsky1-0/+2
2009-08-15timekeeping: Move NTP adjusted clock multiplier to struct timekeeperMartin Schwidefsky1-3/+1
2009-08-15timekeeping: Introduce struct timekeeperMartin Schwidefsky1-50/+4
2009-08-15clocksource: Move watchdog downgrade to a work queue threadMartin Schwidefsky1-0/+1
2009-08-15clocksource: Cleanup clocksource selectionMartin Schwidefsky1-0/+2
2009-08-15timekeeping: Remove clocksource inline functionsMartin Schwidefsky1-58/+0
2009-07-31clocksource: Save mult_orig in clocksource_disable()Magnus Damm1-1/+13
2009-05-02clocksource: setup mult_orig in clocksource_enable()Magnus Damm1-1/+9
2009-04-21clocksource: add enable() and disable() callbacksMagnus Damm1-0/+31
2009-04-21clocksource: pass clocksource to read() callbackMagnus Damm1-3/+3
2009-02-15clocksource: allow usage independent of timekeeping.cPatrick Ohly1-0/+101
2008-08-21clocksource: introduce CLOCK_MONOTONIC_RAWJohn Stultz1-0/+3
2008-08-21clocksource: keep track of original clocksource frequencyJohn Stultz1-4/+7
2008-05-01ntp: handle leap second via timerRoman Zippel1-0/+2
2008-04-17kgdb: clocksource watchdogJason Wessel1-0/+1
2008-01-30clocksource: add unregister function to disable unusable clocksourcesThomas Gleixner1-0/+1
2008-01-30clocksource: make CLOCKSOURCE_MASK bullet-proofAtsushi Nemoto1-1/+1
2007-10-18Fix discrepancy between VDSO based gettimeofday() and sys_gettimeofday().Tony Breeds1-0/+5
2007-07-20[IA64] Convert to generic timekeeping/clocksourceTony Luck1-0/+6
2007-05-09clocksource: fix resume logicThomas Gleixner1-0/+3
2007-05-08time: SMP friendly alignment of struct clocksourceEric Dumazet1-2/+13
2007-02-16[PATCH] generic: vsyscall-gtod support for GENERIC_TIMEjohn stultz1-0/+10
2007-02-16[PATCH] clocksource: Add verification (watchdog) helperThomas Gleixner1-2/+13
2007-02-16[PATCH] clocksource: Remove the update callbackThomas Gleixner1-2/+0
2007-02-16[PATCH] clocksource: replace is_continuous by a flag fieldThomas Gleixner1-2/+8
2007-02-16[PATCH] Simplify the registration of clocksourcesThomas Gleixner1-3/+3
2006-12-10[PATCH] clocksource: small cleanupDaniel Walker1-1/+1
2006-06-26[PATCH] fix and optimize clock source updateRoman Zippel1-104/+9
2006-06-26[PATCH] generic-time: add macro to simplify/hide mask constantsJim Cromie1-0/+2
2006-06-26[PATCH] time: rename clocksource functionsjohn stultz1-7/+7
2006-06-26[PATCH] Time: Use clocksource abstraction for NTP adjustmentsjohn stultz1-0/+97
2006-06-26[PATCH] Time: Clocksource Infrastructurejohn stultz1-0/+181