Age | Commit message (Expand) | Author |
2012-06-04 | timekeeping: Fix CLOCK_MONOTONIC inconsistency during leapsecond | John Stultz |
2012-05-21 | timekeeping: Fix a few minor newline issues. | Richard Cochran |
2012-03-29 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2012-03-23 | kernel-time: fix s/then/than/ spelling errors | Jim Cromie |
2012-03-23 | time: Avoid scary backtraces when warning of > 11% adj | John Stultz |
2012-03-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds |
2012-03-22 | ntp: Fix leap-second hrtimer livelock | John Stultz |
2012-03-15 | time: Fix change_clocksource locking | John Stultz |
2012-03-09 | Merge commit 'v3.3-rc6' into next | Dmitry Torokhov |
2012-02-03 | Input: add infrastructure for selecting clockid for event time stamps | John Stultz |
2012-01-26 | time: Move common updates to a function | Thomas Gleixner |
2012-01-26 | time: Reorder so the hot data is together | Thomas Gleixner |
2012-01-26 | time: Remove most of xtime_lock usage in timekeeping.c | John Stultz |
2012-01-26 | ntp: Access tick_length variable via ntp_tick_length() | John Stultz |
2012-01-26 | time: Add timekeeper lock | John Stultz |
2012-01-26 | time: Cleanup global variables and move them to the top | John Stultz |
2012-01-26 | time: Move raw_time into timekeeper structure | John Stultz |
2012-01-26 | time: Move xtime into timekeeeper structure | John Stultz |
2012-01-26 | time: Move wall_to_monotonic into the timekeeper structure | John Stultz |
2012-01-26 | time: Move total_sleep_time into the timekeeper structure | John Stultz |
2011-12-05 | Merge branch 'fortglx/3.3/tip/timers/core' of git://git.linaro.org/people/jst... | Thomas Gleixner |
2011-11-21 | time: Fix spelling mistakes in new comments | John Stultz |
2011-11-21 | time: fix bogus comment in timekeeping_get_ns_raw | Dan McGee |
2011-11-17 | timekeeping: add arch_offset hook to ktime_get functions | Hector Palacios |
2011-11-11 | Merge branch 'formingo/3.2/tip/timers/core' of git://git.linaro.org/people/js... | Ingo Molnar |
2011-11-10 | clocksource: Avoid selecting mult values that might overflow when adjusted | John Stultz |
2011-10-28 | time: Improve documentation of timekeeeping_adjust() | John Stultz |
2011-07-20 | time: Fix stupid KERN_WARN compile issue | John Stultz |
2011-06-21 | time: Avoid accumulating time drift in suspend/resume | John Stultz |
2011-06-21 | time: Catch invalid timespec sleep values in __timekeeping_inject_sleeptime | John Stultz |
2011-05-02 | timerfd: Allow timers to be cancelled when clock was set | Thomas Gleixner |
2011-05-02 | hrtimers: Prepare for cancel on clock was set timers | Thomas Gleixner |
2011-04-26 | time: Add timekeeping_inject_sleeptime | John Stultz |
2011-03-23 | timekeeping: Use syscore_ops instead of sysdev class and sysdev | Rafael J. Wysocki |
2011-02-21 | time: Extend get_xtime_and_monotonic_offset() to also return sleep | John Stultz |
2011-02-21 | time: Introduce get_monotonic_boottime and ktime_get_boottime | John Stultz |
2011-02-02 | time: Introduce timekeeping_inject_offset | John Stultz |
2011-02-02 | time: Correct the *settime* parameters | Richard Cochran |
2011-01-31 | time: Provide xtime_update() | Torben Hohn |
2011-01-31 | time: Remove unused __get_wall_to_monotonic() | Thomas Gleixner |
2011-01-31 | time: Provide get_xtime_and_monotonic_offset() | Torben Hohn |
2011-01-31 | time: Move do_timer() to kernel/time/timekeeping.c | Torben Hohn |
2011-01-15 | Merge branches 'core-fixes-for-linus', 'x86-fixes-for-linus', 'timers-fixes-f... | Linus Torvalds |
2011-01-13 | pps: capture MONOTONIC_RAW timestamps as well | Alexander Gordeev |
2011-01-12 | timekeeping: Make local variables static | H Hartley Sweeten |
2010-10-21 | time: Compensate for rounding on odd-frequency clocksources | Kasper Pedersen |
2010-08-13 | time: Workaround gcc loop optimization that causes 64bit div errors | John Stultz |
2010-08-12 | timekeeping: Fix overflow in rawtime tv_nsec on 32 bit archs | Jason Wessel |
2010-07-27 | timekeeping: Make xtime and wall_to_monotonic static | John Stultz |
2010-07-27 | hrtimer: Cleanup direct access to wall_to_monotonic | John Stultz |