aboutsummaryrefslogtreecommitdiff
path: root/kernel/time/timekeeping.c
AgeCommit message (Expand)Author
2014-02-13timekeeping: Avoid possible deadlock from clock_was_set_delayedJohn Stultz
2014-02-13timekeeping: Fix missing timekeeping_update in suspend pathJohn Stultz
2014-02-13timekeeping: Fix CLOCK_TAI timer/nanosleep delaysJohn Stultz
2014-02-13timekeeping: Fix lost updates to tai adjustmentJohn Stultz
2013-12-11time: Fix 1ns/tick drift w/ GENERIC_TIME_VSYSCALL_OLDMartin Schwidefsky
2013-10-01timekeeping: Fix HRTICK related deadlock from ntp lock changesJohn Stultz
2013-05-28timekeeping: Correct run-time detection of persistent_clock.Zoran Markovic
2013-04-22timekeeping: Update tk->cycle_last in resumeThomas Gleixner
2013-04-11timekeeping: Make sure to notify hrtimers when TAI offset changesJohn Stultz
2013-04-04timekeeping: Shorten seq_count regionThomas Gleixner
2013-04-04timekeeping: Implement a shadow timekeeperThomas Gleixner
2013-04-04timekeeping: Delay update of clock->cycle_lastThomas Gleixner
2013-04-04timekeeping: Store cycle_last value in timekeeper struct as wellThomas Gleixner
2013-04-04timekeeping: Simplify tai updating from do_adjtimexJohn Stultz
2013-04-04timekeeping: Hold timekeepering locks in do_adjtimex and hardppsJohn Stultz
2013-04-04timekeeping: Move ADJ_SETOFFSET to top level do_adjtimex()John Stultz
2013-04-04ntp: Rework do_adjtimex to take timespec and tai argumentsJohn Stultz
2013-04-04ntp: Move timex validation to timekeeping do_adjtimex call.John Stultz
2013-04-04ntp: Move do_adjtimex() and hardpps() functions to timekeeping.cJohn Stultz
2013-03-25timekeeping: __timekeeping_set_tai_offset can be staticFengguang Wu
2013-03-22timekeeping: Split timekeeper_lock into lock and seqcountThomas Gleixner
2013-03-22timekeeping: Move lock out of timekeeper structThomas Gleixner
2013-03-22timekeeping: Make jiffies_lock internalThomas Gleixner
2013-03-22timekeeping: Calc stuff onceThomas Gleixner
2013-03-22hrtimer: Add hrtimer support for CLOCK_TAIJohn Stultz
2013-03-22timekeeping: Add CLOCK_TAI clockidJohn Stultz
2013-03-22timekeeping: Move TAI managment into timekeeping core from ntpJohn Stultz
2013-03-15timekeeping: utilize the suspend-nonstop clocksource to count suspended timeFeng Tang
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