aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/timekeeping.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-18Merge branch 'linus' into timers/coreIngo Molnar1-0/+1
2012-07-16timekeeping: Add missing update call in timekeeping_resume()Thomas Gleixner1-0/+1
2012-07-15time: Rework timekeeping functions to take timekeeper ptr as argumentJohn Stultz1-105/+103
2012-07-15time: Move xtime_nsec adjustment underflow handling timekeeping_adjustJohn Stultz1-21/+21
2012-07-15time: Move arch_gettimeoffset() usage into timekeeping_get_ns()John Stultz1-19/+10
2012-07-15time: Refactor accumulation of nsecs to secsJohn Stultz1-22/+32
2012-07-15time: Condense timekeeper.xtime into xtime_secJohn Stultz1-71/+110
2012-07-15time: Explicitly use u32 instead of int for shift valuesJohn Stultz1-3/+3
2012-07-15time: Whitespace cleanups per Ingo%27s requestsJohn Stultz1-21/+18
2012-07-11timekeeping: Provide hrtimer update functionThomas Gleixner1-0/+34
2012-07-11timekeeping: Maintain ktime_t based offsets for hrtimersThomas Gleixner1-2/+23
2012-07-11timekeeping: Fix leapsecond triggered load spike issueJohn Stultz1-0/+4
2012-06-04timekeeping: Fix CLOCK_MONOTONIC inconsistency during leapsecondJohn Stultz1-0/+2
2012-05-21timekeeping: Fix a few minor newline issues.Richard Cochran1-3/+1
2012-03-29Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-25/+26
2012-03-23kernel-time: fix s/then/than/ spelling errorsJim Cromie1-7/+7
2012-03-23time: Avoid scary backtraces when warning of > 11% adjJohn Stultz1-4/+6
2012-03-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-0/+2
2012-03-22ntp: Fix leap-second hrtimer livelockJohn Stultz1-14/+6
2012-03-15time: Fix change_clocksource lockingJohn Stultz1-0/+7
2012-03-09Merge commit 'v3.3-rc6' into nextDmitry Torokhov1-2/+92
2012-02-03Input: add infrastructure for selecting clockid for event time stampsJohn Stultz1-0/+2
2012-01-26time: Move common updates to a functionThomas Gleixner1-22/+17
2012-01-26time: Reorder so the hot data is togetherThomas Gleixner1-2/+2
2012-01-26time: Remove most of xtime_lock usage in timekeeping.cJohn Stultz1-29/+15
2012-01-26ntp: Access tick_length variable via ntp_tick_length()John Stultz1-3/+3
2012-01-26time: Add timekeeper lockJohn Stultz1-44/+82
2012-01-26time: Cleanup global variables and move them to the topJohn Stultz1-12/+12
2012-01-26time: Move raw_time into timekeeper structureJohn Stultz1-13/+10
2012-01-26time: Move xtime into timekeeeper structureJohn Stultz1-44/+47
2012-01-26time: Move wall_to_monotonic into the timekeeper structureJohn Stultz1-32/+37
2012-01-26time: Move total_sleep_time into the timekeeper structureJohn Stultz1-9/+15
2011-12-05Merge branch 'fortglx/3.3/tip/timers/core' of git://git.linaro.org/people/jstultz/linux into timers/coreThomas Gleixner1-5/+5
2011-11-21time: Fix spelling mistakes in new commentsJohn Stultz1-4/+4
2011-11-21time: fix bogus comment in timekeeping_get_ns_rawDan McGee1-1/+1
2011-11-17timekeeping: add arch_offset hook to ktime_get functionsHector Palacios1-0/+4
2011-11-11Merge branch 'formingo/3.2/tip/timers/core' of git://git.linaro.org/people/jstultz/linux into timers/coreIngo Molnar1-0/+7
2011-11-10clocksource: Avoid selecting mult values that might overflow when adjustedJohn Stultz1-0/+7
2011-10-28time: Improve documentation of timekeeeping_adjust()John Stultz1-1/+80
2011-07-20time: Fix stupid KERN_WARN compile issueJohn Stultz1-1/+1
2011-06-21time: Avoid accumulating time drift in suspend/resumeJohn Stultz1-0/+22
2011-06-21time: Catch invalid timespec sleep values in __timekeeping_inject_sleeptimeJohn Stultz1-0/+6
2011-05-02timerfd: Allow timers to be cancelled when clock was setThomas Gleixner1-0/+15
2011-05-02hrtimers: Prepare for cancel on clock was set timersThomas Gleixner1-1/+1
2011-04-26time: Add timekeeping_inject_sleeptimeJohn Stultz1-3/+53
2011-03-23timekeeping: Use syscore_ops instead of sysdev class and sysdevRafael J. Wysocki1-19/+8
2011-02-21time: Extend get_xtime_and_monotonic_offset() to also return sleepJohn Stultz1-2/+6
2011-02-21time: Introduce get_monotonic_boottime and ktime_get_boottimeJohn Stultz1-1/+50
2011-02-02time: Introduce timekeeping_inject_offsetJohn Stultz1-0/+36
2011-02-02time: Correct the *settime* parametersRichard Cochran1-1/+1