summaryrefslogtreecommitdiffstats
path: root/kernel/time/timekeeping.c
AgeCommit message (Expand)AuthorLines
2011-12-05Merge branch 'fortglx/3.3/tip/timers/core' of git://git.linaro.org/people/jst...Thomas Gleixner-5/+5
2011-11-21time: Fix spelling mistakes in new commentsJohn Stultz-4/+4
2011-11-21time: fix bogus comment in timekeeping_get_ns_rawDan McGee-1/+1
2011-11-17timekeeping: add arch_offset hook to ktime_get functionsHector Palacios-0/+4
2011-11-11Merge branch 'formingo/3.2/tip/timers/core' of git://git.linaro.org/people/js...Ingo Molnar-0/+7
2011-11-10clocksource: Avoid selecting mult values that might overflow when adjustedJohn Stultz-0/+7
2011-10-28time: Improve documentation of timekeeeping_adjust()John Stultz-1/+80
2011-07-20time: Fix stupid KERN_WARN compile issueJohn Stultz-1/+1
2011-06-21time: Avoid accumulating time drift in suspend/resumeJohn Stultz-0/+22
2011-06-21time: Catch invalid timespec sleep values in __timekeeping_inject_sleeptimeJohn Stultz-0/+6
2011-05-02timerfd: Allow timers to be cancelled when clock was setThomas Gleixner-0/+15
2011-05-02hrtimers: Prepare for cancel on clock was set timersThomas Gleixner-1/+1
2011-04-26time: Add timekeeping_inject_sleeptimeJohn Stultz-3/+53
2011-03-23timekeeping: Use syscore_ops instead of sysdev class and sysdevRafael J. Wysocki-19/+8
2011-02-21time: Extend get_xtime_and_monotonic_offset() to also return sleepJohn Stultz-2/+6
2011-02-21time: Introduce get_monotonic_boottime and ktime_get_boottimeJohn Stultz-1/+50
2011-02-02time: Introduce timekeeping_inject_offsetJohn Stultz-0/+36
2011-02-02time: Correct the *settime* parametersRichard Cochran-1/+1
2011-01-31time: Provide xtime_update()Torben Hohn-0/+13
2011-01-31time: Remove unused __get_wall_to_monotonic()Thomas Gleixner-5/+0
2011-01-31time: Provide get_xtime_and_monotonic_offset()Torben Hohn-0/+16
2011-01-31time: Move do_timer() to kernel/time/timekeeping.cTorben Hohn-1/+13
2011-01-15Merge branches 'core-fixes-for-linus', 'x86-fixes-for-linus', 'timers-fixes-f...Linus Torvalds-2/+2
2011-01-13pps: capture MONOTONIC_RAW timestamps as wellAlexander Gordeev-0/+43
2011-01-12timekeeping: Make local variables staticH Hartley Sweeten-2/+2
2010-10-21time: Compensate for rounding on odd-frequency clocksourcesKasper Pedersen-2/+7
2010-08-13time: Workaround gcc loop optimization that causes 64bit div errorsJohn Stultz-3/+4
2010-08-12timekeeping: Fix overflow in rawtime tv_nsec on 32 bit archsJason Wessel-4/+7
2010-07-27timekeeping: Make xtime and wall_to_monotonic staticJohn Stultz-2/+2
2010-07-27hrtimer: Cleanup direct access to wall_to_monotonicJohn Stultz-0/+5
2010-07-27timkeeping: Fix update_vsyscall to provide wall_to_monotonic offsetJohn Stultz-3/+6
2010-07-27time: Kill off CONFIG_GENERIC_TIMEJohn Stultz-51/+4
2010-07-27time: Implement timespec_addJohn Stultz-3/+3
2010-05-10Merge branch 'linus' into timers/coreThomas Gleixner-1/+2
2010-04-13time: Remove xtime_cacheJohn Stultz-19/+16
2010-03-23time: Fix accumulation bug triggered by long delay.John Stultz-1/+2
2010-03-01Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+1
2010-02-09Export the symbol of getboottime and mmonotonic_to_bootbasedJason Wang-0/+2
2010-02-05clocksource: add suspend callbackMagnus Damm-0/+1
2009-12-22Revert "time: Remove xtime_cache"Linus Torvalds-4/+23
2009-12-08Merge branch 'timers-for-linus-urgent' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-3/+3
2009-12-08Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-46/+73
2009-11-17timekeeping: Fix clock_gettime vsyscall time warpLin Ming-3/+3
2009-11-13nohz: Prevent clocksource wrapping during idleJon Hunter-0/+11
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan-0/+1
2009-10-05time: Remove xtime_cachejohn stultz-23/+4
2009-10-05time: Implement logarithmic time accumulationjohn stultz-25/+60
2009-08-25timekeeping: Fix invalid getboottime() valueHiroshi Shimamoto-2/+4
2009-08-21time: Introduce CLOCK_REALTIME_COARSEjohn stultz-0/+21
2009-08-15timekeeping: Introduce read_boot_clockMartin Schwidefsky-2/+22