aboutsummaryrefslogtreecommitdiff
path: root/kernel/time/timekeeping.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-20time: Fix stupid KERN_WARN compile issueGravatar John Stultz 1-1/+1
2011-06-21time: Avoid accumulating time drift in suspend/resumeGravatar John Stultz 1-0/+22
2011-06-21time: Catch invalid timespec sleep values in __timekeeping_inject_sleeptimeGravatar John Stultz 1-0/+6
2011-05-02timerfd: Allow timers to be cancelled when clock was setGravatar Thomas Gleixner 1-0/+15
2011-05-02hrtimers: Prepare for cancel on clock was set timersGravatar Thomas Gleixner 1-1/+1
2011-04-26time: Add timekeeping_inject_sleeptimeGravatar John Stultz 1-3/+53
2011-03-23timekeeping: Use syscore_ops instead of sysdev class and sysdevGravatar Rafael J. Wysocki 1-19/+8
2011-02-21time: Extend get_xtime_and_monotonic_offset() to also return sleepGravatar John Stultz 1-2/+6
2011-02-21time: Introduce get_monotonic_boottime and ktime_get_boottimeGravatar John Stultz 1-1/+50
2011-02-02time: Introduce timekeeping_inject_offsetGravatar John Stultz 1-0/+36
2011-02-02time: Correct the *settime* parametersGravatar Richard Cochran 1-1/+1
2011-01-31time: Provide xtime_update()Gravatar Torben Hohn 1-0/+13
2011-01-31time: Remove unused __get_wall_to_monotonic()Gravatar Thomas Gleixner 1-5/+0
2011-01-31time: Provide get_xtime_and_monotonic_offset()Gravatar Torben Hohn 1-0/+16
2011-01-31time: Move do_timer() to kernel/time/timekeeping.cGravatar Torben Hohn 1-1/+13
2011-01-15Merge branches 'core-fixes-for-linus', 'x86-fixes-for-linus', 'timers-fixes-f...Gravatar Linus Torvalds 1-2/+2
2011-01-13pps: capture MONOTONIC_RAW timestamps as wellGravatar Alexander Gordeev 1-0/+43
2011-01-12timekeeping: Make local variables staticGravatar H Hartley Sweeten 1-2/+2
2010-10-21time: Compensate for rounding on odd-frequency clocksourcesGravatar Kasper Pedersen 1-2/+7
2010-08-13time: Workaround gcc loop optimization that causes 64bit div errorsGravatar John Stultz 1-3/+4
2010-08-12timekeeping: Fix overflow in rawtime tv_nsec on 32 bit archsGravatar Jason Wessel 1-4/+7
2010-07-27timekeeping: Make xtime and wall_to_monotonic staticGravatar John Stultz 1-2/+2
2010-07-27hrtimer: Cleanup direct access to wall_to_monotonicGravatar John Stultz 1-0/+5
2010-07-27timkeeping: Fix update_vsyscall to provide wall_to_monotonic offsetGravatar John Stultz 1-3/+6
2010-07-27time: Kill off CONFIG_GENERIC_TIMEGravatar John Stultz 1-51/+4
2010-07-27time: Implement timespec_addGravatar John Stultz 1-3/+3
2010-05-10Merge branch 'linus' into timers/coreGravatar Thomas Gleixner 1-1/+2
2010-04-13time: Remove xtime_cacheGravatar John Stultz 1-19/+16
2010-03-23time: Fix accumulation bug triggered by long delay.Gravatar John Stultz 1-1/+2
2010-03-01Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+1
2010-02-09Export the symbol of getboottime and mmonotonic_to_bootbasedGravatar Jason Wang 1-0/+2
2010-02-05clocksource: add suspend callbackGravatar Magnus Damm 1-0/+1
2009-12-22Revert "time: Remove xtime_cache"Gravatar Linus Torvalds 1-4/+23
2009-12-08Merge branch 'timers-for-linus-urgent' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-3/+3
2009-12-08Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-46/+73
2009-11-17timekeeping: Fix clock_gettime vsyscall time warpGravatar Lin Ming 1-3/+3
2009-11-13nohz: Prevent clocksource wrapping during idleGravatar Jon Hunter 1-0/+11
2009-10-11headers: remove sched.h from interrupt.hGravatar Alexey Dobriyan 1-0/+1
2009-10-05time: Remove xtime_cacheGravatar john stultz 1-23/+4
2009-10-05time: Implement logarithmic time accumulationGravatar john stultz 1-25/+60
2009-08-25timekeeping: Fix invalid getboottime() valueGravatar Hiroshi Shimamoto 1-2/+4
2009-08-21time: Introduce CLOCK_REALTIME_COARSEGravatar john stultz 1-0/+21
2009-08-15timekeeping: Introduce read_boot_clockGravatar Martin Schwidefsky 1-2/+22
2009-08-15timekeeping: Increase granularity of read_persistent_clock()Gravatar Martin Schwidefsky 1-23/+29
2009-08-15timekeeping: Update clocksource with stop_machineGravatar Martin Schwidefsky 1-15/+26
2009-08-15timekeeping: Add timekeeper read_clock helper functionsGravatar Martin Schwidefsky 1-53/+38
2009-08-15timekeeping: Move NTP adjusted clock multiplier to struct timekeeperGravatar Martin Schwidefsky 1-29/+24
2009-08-15timekeeping: Add xtime_shift and ntp_error_shift to struct timekeeperGravatar Martin Schwidefsky 1-14/+19
2009-08-15timekeeping: Introduce struct timekeeperGravatar Martin Schwidefsky 1-79/+156
2009-08-15clocksource: Cleanup clocksource selectionGravatar Martin Schwidefsky 1-2/+2