aboutsummaryrefslogtreecommitdiff
path: root/include/linux/clocksource.h
AgeCommit message (Expand)AuthorFilesLines
2010-07-27clocksource: Add __clocksource_updatefreq_hz/khz methodsGravatar John Stultz 1-0/+11
2010-07-27timkeeping: Fix update_vsyscall to provide wall_to_monotonic offsetGravatar John Stultz 1-2/+4
2010-05-10clocksource: Add clocksource_register_hz/khz interfaceGravatar John Stultz 1-1/+18
2010-02-05clocksource: add suspend callbackGravatar Magnus Damm 1-0/+3
2010-02-05clocksource: add argument to resume callbackGravatar Magnus Damm 1-1/+1
2009-12-08Merge branch 'timers-for-linus-urgent' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+4
2009-11-17timekeeping: Fix clock_gettime vsyscall time warpGravatar Lin Ming 1-2/+4
2009-11-13nohz: Prevent clocksource wrapping during idleGravatar Jon Hunter 1-0/+2
2009-11-13clocksource: Provide a generic mult/shift factor calculationGravatar Thomas Gleixner 1-0/+10
2009-08-28clocksource: Resolve cpu hotplug dead lock with TSC unstableGravatar Thomas Gleixner 1-0/+1
2009-08-15timekeeping: Update clocksource with stop_machineGravatar Martin Schwidefsky 1-0/+2
2009-08-15timekeeping: Move NTP adjusted clock multiplier to struct timekeeperGravatar Martin Schwidefsky 1-3/+1
2009-08-15timekeeping: Introduce struct timekeeperGravatar Martin Schwidefsky 1-50/+4
2009-08-15clocksource: Move watchdog downgrade to a work queue threadGravatar Martin Schwidefsky 1-0/+1
2009-08-15clocksource: Cleanup clocksource selectionGravatar Martin Schwidefsky 1-0/+2
2009-08-15timekeeping: Remove clocksource inline functionsGravatar Martin Schwidefsky 1-58/+0
2009-07-31clocksource: Save mult_orig in clocksource_disable()Gravatar Magnus Damm 1-1/+13
2009-05-02clocksource: setup mult_orig in clocksource_enable()Gravatar Magnus Damm 1-1/+9
2009-04-21clocksource: add enable() and disable() callbacksGravatar Magnus Damm 1-0/+31
2009-04-21clocksource: pass clocksource to read() callbackGravatar Magnus Damm 1-3/+3
2009-02-15clocksource: allow usage independent of timekeeping.cGravatar Patrick Ohly 1-0/+101
2008-08-21clocksource: introduce CLOCK_MONOTONIC_RAWGravatar John Stultz 1-0/+3
2008-08-21clocksource: keep track of original clocksource frequencyGravatar John Stultz 1-4/+7
2008-05-01ntp: handle leap second via timerGravatar Roman Zippel 1-0/+2
2008-04-17kgdb: clocksource watchdogGravatar Jason Wessel 1-0/+1
2008-01-30clocksource: add unregister function to disable unusable clocksourcesGravatar Thomas Gleixner 1-0/+1
2008-01-30clocksource: make CLOCKSOURCE_MASK bullet-proofGravatar Atsushi Nemoto 1-1/+1
2007-10-18Fix discrepancy between VDSO based gettimeofday() and sys_gettimeofday().Gravatar Tony Breeds 1-0/+5
2007-07-20[IA64] Convert to generic timekeeping/clocksourceGravatar Tony Luck 1-0/+6
2007-05-09clocksource: fix resume logicGravatar Thomas Gleixner 1-0/+3
2007-05-08time: SMP friendly alignment of struct clocksourceGravatar Eric Dumazet 1-2/+13
2007-02-16[PATCH] generic: vsyscall-gtod support for GENERIC_TIMEGravatar john stultz 1-0/+10
2007-02-16[PATCH] clocksource: Add verification (watchdog) helperGravatar Thomas Gleixner 1-2/+13
2007-02-16[PATCH] clocksource: Remove the update callbackGravatar Thomas Gleixner 1-2/+0
2007-02-16[PATCH] clocksource: replace is_continuous by a flag fieldGravatar Thomas Gleixner 1-2/+8
2007-02-16[PATCH] Simplify the registration of clocksourcesGravatar Thomas Gleixner 1-3/+3
2006-12-10[PATCH] clocksource: small cleanupGravatar Daniel Walker 1-1/+1
2006-06-26[PATCH] fix and optimize clock source updateGravatar Roman Zippel 1-104/+9
2006-06-26[PATCH] generic-time: add macro to simplify/hide mask constantsGravatar Jim Cromie 1-0/+2
2006-06-26[PATCH] time: rename clocksource functionsGravatar john stultz 1-7/+7
2006-06-26[PATCH] Time: Use clocksource abstraction for NTP adjustmentsGravatar john stultz 1-0/+97
2006-06-26[PATCH] Time: Clocksource InfrastructureGravatar john stultz 1-0/+181