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