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