summaryrefslogtreecommitdiff
path: root/kernel/time/timekeeping.c
AgeCommit message (Expand)Author
2012-03-29Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-03-23kernel-time: fix s/then/than/ spelling errorsJim Cromie
2012-03-23time: Avoid scary backtraces when warning of > 11% adjJohn Stultz
2012-03-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2012-03-22ntp: Fix leap-second hrtimer livelockJohn Stultz
2012-03-15time: Fix change_clocksource lockingJohn Stultz
2012-03-09Merge commit 'v3.3-rc6' into nextDmitry Torokhov
2012-02-03Input: add infrastructure for selecting clockid for event time stampsJohn Stultz
2012-01-26time: Move common updates to a functionThomas Gleixner
2012-01-26time: Reorder so the hot data is togetherThomas Gleixner
2012-01-26time: Remove most of xtime_lock usage in timekeeping.cJohn Stultz
2012-01-26ntp: Access tick_length variable via ntp_tick_length()John Stultz
2012-01-26time: Add timekeeper lockJohn Stultz
2012-01-26time: Cleanup global variables and move them to the topJohn Stultz
2012-01-26time: Move raw_time into timekeeper structureJohn Stultz
2012-01-26time: Move xtime into timekeeeper structureJohn Stultz
2012-01-26time: Move wall_to_monotonic into the timekeeper structureJohn Stultz
2012-01-26time: Move total_sleep_time into the timekeeper structureJohn Stultz
2011-12-05Merge branch 'fortglx/3.3/tip/timers/core' of git://git.linaro.org/people/jst...Thomas Gleixner
2011-11-21time: Fix spelling mistakes in new commentsJohn Stultz
2011-11-21time: fix bogus comment in timekeeping_get_ns_rawDan McGee
2011-11-17timekeeping: add arch_offset hook to ktime_get functionsHector Palacios
2011-11-11Merge branch 'formingo/3.2/tip/timers/core' of git://git.linaro.org/people/js...Ingo Molnar
2011-11-10clocksource: Avoid selecting mult values that might overflow when adjustedJohn Stultz
2011-10-28time: Improve documentation of timekeeeping_adjust()John Stultz
2011-07-20time: Fix stupid KERN_WARN compile issueJohn Stultz
2011-06-21time: Avoid accumulating time drift in suspend/resumeJohn Stultz
2011-06-21time: Catch invalid timespec sleep values in __timekeeping_inject_sleeptimeJohn Stultz
2011-05-02timerfd: Allow timers to be cancelled when clock was setThomas Gleixner
2011-05-02hrtimers: Prepare for cancel on clock was set timersThomas Gleixner
2011-04-26time: Add timekeeping_inject_sleeptimeJohn Stultz
2011-03-23timekeeping: Use syscore_ops instead of sysdev class and sysdevRafael J. Wysocki
2011-02-21time: Extend get_xtime_and_monotonic_offset() to also return sleepJohn Stultz
2011-02-21time: Introduce get_monotonic_boottime and ktime_get_boottimeJohn Stultz
2011-02-02time: Introduce timekeeping_inject_offsetJohn Stultz
2011-02-02time: Correct the *settime* parametersRichard Cochran
2011-01-31time: Provide xtime_update()Torben Hohn
2011-01-31time: Remove unused __get_wall_to_monotonic()Thomas Gleixner
2011-01-31time: Provide get_xtime_and_monotonic_offset()Torben Hohn
2011-01-31time: Move do_timer() to kernel/time/timekeeping.cTorben Hohn
2011-01-15Merge branches 'core-fixes-for-linus', 'x86-fixes-for-linus', 'timers-fixes-f...Linus Torvalds
2011-01-13pps: capture MONOTONIC_RAW timestamps as wellAlexander Gordeev
2011-01-12timekeeping: Make local variables staticH Hartley Sweeten
2010-10-21time: Compensate for rounding on odd-frequency clocksourcesKasper Pedersen
2010-08-13time: Workaround gcc loop optimization that causes 64bit div errorsJohn Stultz
2010-08-12timekeeping: Fix overflow in rawtime tv_nsec on 32 bit archsJason Wessel
2010-07-27timekeeping: Make xtime and wall_to_monotonic staticJohn Stultz
2010-07-27hrtimer: Cleanup direct access to wall_to_monotonicJohn Stultz
2010-07-27timkeeping: Fix update_vsyscall to provide wall_to_monotonic offsetJohn Stultz
2010-07-27time: Kill off CONFIG_GENERIC_TIMEJohn Stultz