aboutsummaryrefslogtreecommitdiff
path: root/kernel/time/timekeeping.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-15time: Improve sanity checking of timekeeping inputsGravatar John Stultz 1-2/+24
2012-08-05time: Fix adjustment cleanup bug in timekeeping_adjust()Gravatar Ingo Molnar 1-14/+17
2012-07-31time: Remove all direct references to timekeeperGravatar John Stultz 1-128/+154
2012-07-31time: Clean up offs_real/wall_to_mono and offs_boot/total_sleep_time updatesGravatar John Stultz 1-36/+54
2012-07-31time: Clean up stray newlinesGravatar John Stultz 1-10/+0
2012-07-31Merge branch 'linus' into timers/urgentGravatar Ingo Molnar 1-0/+1
2012-07-24time: Fix casting issue in tk_set_xtime and tk_xtime_addGravatar John Stultz 1-2/+2
2012-07-18Merge branch 'linus' into timers/coreGravatar Ingo Molnar 1-0/+1
2012-07-16timekeeping: Add missing update call in timekeeping_resume()Gravatar Thomas Gleixner 1-0/+1
2012-07-15time: Rework timekeeping functions to take timekeeper ptr as argumentGravatar John Stultz 1-105/+103
2012-07-15time: Move xtime_nsec adjustment underflow handling timekeeping_adjustGravatar John Stultz 1-21/+21
2012-07-15time: Move arch_gettimeoffset() usage into timekeeping_get_ns()Gravatar John Stultz 1-19/+10
2012-07-15time: Refactor accumulation of nsecs to secsGravatar John Stultz 1-22/+32
2012-07-15time: Condense timekeeper.xtime into xtime_secGravatar John Stultz 1-71/+110
2012-07-15time: Explicitly use u32 instead of int for shift valuesGravatar John Stultz 1-3/+3
2012-07-15time: Whitespace cleanups per Ingo%27s requestsGravatar John Stultz 1-21/+18
2012-07-11timekeeping: Provide hrtimer update functionGravatar Thomas Gleixner 1-0/+34
2012-07-11timekeeping: Maintain ktime_t based offsets for hrtimersGravatar Thomas Gleixner 1-2/+23
2012-07-11timekeeping: Fix leapsecond triggered load spike issueGravatar John Stultz 1-0/+4
2012-06-04timekeeping: Fix CLOCK_MONOTONIC inconsistency during leapsecondGravatar John Stultz 1-0/+2
2012-05-21timekeeping: Fix a few minor newline issues.Gravatar Richard Cochran 1-3/+1
2012-03-29Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-25/+26
2012-03-23kernel-time: fix s/then/than/ spelling errorsGravatar Jim Cromie 1-7/+7
2012-03-23time: Avoid scary backtraces when warning of > 11% adjGravatar John Stultz 1-4/+6
2012-03-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-0/+2
2012-03-22ntp: Fix leap-second hrtimer livelockGravatar John Stultz 1-14/+6
2012-03-15time: Fix change_clocksource lockingGravatar John Stultz 1-0/+7
2012-03-09Merge commit 'v3.3-rc6' into nextGravatar Dmitry Torokhov 1-2/+92
2012-02-03Input: add infrastructure for selecting clockid for event time stampsGravatar John Stultz 1-0/+2
2012-01-26time: Move common updates to a functionGravatar Thomas Gleixner 1-22/+17
2012-01-26time: Reorder so the hot data is togetherGravatar Thomas Gleixner 1-2/+2
2012-01-26time: Remove most of xtime_lock usage in timekeeping.cGravatar John Stultz 1-29/+15
2012-01-26ntp: Access tick_length variable via ntp_tick_length()Gravatar John Stultz 1-3/+3
2012-01-26time: Add timekeeper lockGravatar John Stultz 1-44/+82
2012-01-26time: Cleanup global variables and move them to the topGravatar John Stultz 1-12/+12
2012-01-26time: Move raw_time into timekeeper structureGravatar John Stultz 1-13/+10
2012-01-26time: Move xtime into timekeeeper structureGravatar John Stultz 1-44/+47
2012-01-26time: Move wall_to_monotonic into the timekeeper structureGravatar John Stultz 1-32/+37
2012-01-26time: Move total_sleep_time into the timekeeper structureGravatar John Stultz 1-9/+15
2011-12-05Merge branch 'fortglx/3.3/tip/timers/core' of git://git.linaro.org/people/jst...Gravatar Thomas Gleixner 1-5/+5
2011-11-21time: Fix spelling mistakes in new commentsGravatar John Stultz 1-4/+4
2011-11-21time: fix bogus comment in timekeeping_get_ns_rawGravatar Dan McGee 1-1/+1
2011-11-17timekeeping: add arch_offset hook to ktime_get functionsGravatar Hector Palacios 1-0/+4
2011-11-11Merge branch 'formingo/3.2/tip/timers/core' of git://git.linaro.org/people/js...Gravatar Ingo Molnar 1-0/+7
2011-11-10clocksource: Avoid selecting mult values that might overflow when adjustedGravatar John Stultz 1-0/+7
2011-10-28time: Improve documentation of timekeeeping_adjust()Gravatar John Stultz 1-1/+80
2011-07-20time: Fix stupid KERN_WARN compile issueGravatar John Stultz 1-1/+1
2011-06-21time: Avoid accumulating time drift in suspend/resumeGravatar John Stultz 1-0/+22
2011-06-21time: Catch invalid timespec sleep values in __timekeeping_inject_sleeptimeGravatar John Stultz 1-0/+6
2011-05-02timerfd: Allow timers to be cancelled when clock was setGravatar Thomas Gleixner 1-0/+15