aboutsummaryrefslogtreecommitdiff
path: root/kernel/time/timekeeping.c
AgeCommit message (Expand)Author
2013-02-21Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2013-02-04Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner
2013-01-15timekeeping: Add persistent_clock_exist flagFeng Tang
2013-01-15time: create __getnstimeofday for WARNless callsKees Cook
2012-12-24time: convert arch_gettimeoffset to a pointerStephen Warren
2012-12-13Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2012-11-27time: export time information for KVM pvclockMarcelo Tosatti
2012-11-13time: Kill xtime_lock, replacing it with jiffies_lockJohn Stultz
2012-10-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-10-09timekeeping: Cast raw_interval to u64 to avoid shift overflowDan Carpenter
2012-10-02Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2012-09-24time: Only do nanosecond rounding on GENERIC_TIME_VSYSCALL_OLD systemsJohn Stultz
2012-09-24time: Introduce new GENERIC_TIME_VSYSCALLJohn Stultz
2012-09-24time: Convert CONFIG_GENERIC_TIME_VSYSCALL to CONFIG_GENERIC_TIME_VSYSCALL_OLDJohn Stultz
2012-09-24time: Move timekeeper structure to timekeeper_internal.h for vsyscall changesJohn Stultz
2012-09-13time: Fix timeekeping_get_ns overflow on 32bit systemsJohn Stultz
2012-09-04timekeeping: Add suspend and resume of clock event devicesRafael J. Wysocki
2012-09-01time: Move ktime_t overflow checking into timespec_valid_strictJohn Stultz
2012-08-22time: Avoid making adjustments if we haven't accumulated anythingJohn Stultz
2012-08-22time: Avoid potential shift overflow with large shift valuesJohn Stultz
2012-08-22time: Fix casting issue in timekeeping_forward_nowAndreas Schwab
2012-08-22time: Ensure we normalize the timekeeper in tk_xtime_addJohn Stultz
2012-08-15time: Improve sanity checking of timekeeping inputsJohn Stultz
2012-08-05time: Fix adjustment cleanup bug in timekeeping_adjust()Ingo Molnar
2012-07-31time: Remove all direct references to timekeeperJohn Stultz
2012-07-31time: Clean up offs_real/wall_to_mono and offs_boot/total_sleep_time updatesJohn Stultz
2012-07-31time: Clean up stray newlinesJohn Stultz
2012-07-31Merge branch 'linus' into timers/urgentIngo Molnar
2012-07-24time: Fix casting issue in tk_set_xtime and tk_xtime_addJohn Stultz
2012-07-18Merge branch 'linus' into timers/coreIngo Molnar
2012-07-16timekeeping: Add missing update call in timekeeping_resume()Thomas Gleixner
2012-07-15time: Rework timekeeping functions to take timekeeper ptr as argumentJohn Stultz
2012-07-15time: Move xtime_nsec adjustment underflow handling timekeeping_adjustJohn Stultz
2012-07-15time: Move arch_gettimeoffset() usage into timekeeping_get_ns()John Stultz
2012-07-15time: Refactor accumulation of nsecs to secsJohn Stultz
2012-07-15time: Condense timekeeper.xtime into xtime_secJohn Stultz
2012-07-15time: Explicitly use u32 instead of int for shift valuesJohn Stultz
2012-07-15time: Whitespace cleanups per Ingo%27s requestsJohn Stultz
2012-07-11timekeeping: Provide hrtimer update functionThomas Gleixner
2012-07-11timekeeping: Maintain ktime_t based offsets for hrtimersThomas Gleixner
2012-07-11timekeeping: Fix leapsecond triggered load spike issueJohn Stultz
2012-06-04timekeeping: Fix CLOCK_MONOTONIC inconsistency during leapsecondJohn Stultz
2012-05-21timekeeping: Fix a few minor newline issues.Richard Cochran
2012-03-29Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-03-23kernel-time: fix s/then/than/ spelling errorsJim Cromie
2012-03-23time: Avoid scary backtraces when warning of > 11% adjJohn Stultz
2012-03-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2012-03-22ntp: Fix leap-second hrtimer livelockJohn Stultz
2012-03-15time: Fix change_clocksource lockingJohn Stultz
2012-03-09Merge commit 'v3.3-rc6' into nextDmitry Torokhov