aboutsummaryrefslogtreecommitdiff
path: root/kernel/time/timekeeping.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-04Merge branch 'timers/posix-cpu-timers-for-tglx' ofGravatar Thomas Gleixner 1-0/+8
2013-06-28timekeeping: Indicate that clock was set in the pvclock gtod notifierGravatar David Vrabel 1-12/+18
2013-06-28timekeeping: Pass flags instead of multiple bools to timekeeping_update()Gravatar David Vrabel 1-9/+12
2013-05-29power: Add option to log time spent in suspendGravatar Colin Cross 1-0/+2
2013-05-28timekeeping: Correct run-time detection of persistent_clock.Gravatar Zoran Markovic 1-0/+8
2013-05-16clocksource: Add module refcountGravatar Thomas Gleixner 1-5/+14
2013-05-16clocksource: Let timekeeping_notify return success/errorGravatar Thomas Gleixner 1-2/+3
2013-04-22timekeeping: Update tk->cycle_last in resumeGravatar Thomas Gleixner 1-1/+1
2013-04-11timekeeping: Make sure to notify hrtimers when TAI offset changesGravatar John Stultz 1-3/+7
2013-04-04timekeeping: Shorten seq_count regionGravatar Thomas Gleixner 1-3/+2
2013-04-04timekeeping: Implement a shadow timekeeperGravatar Thomas Gleixner 1-12/+29
2013-04-04timekeeping: Delay update of clock->cycle_lastGravatar Thomas Gleixner 1-1/+3
2013-04-04timekeeping: Store cycle_last value in timekeeper struct as wellGravatar Thomas Gleixner 1-2/+2
2013-04-04timekeeping: Simplify tai updating from do_adjtimexGravatar John Stultz 1-5/+4
2013-04-04timekeeping: Hold timekeepering locks in do_adjtimex and hardppsGravatar John Stultz 1-2/+17
2013-04-04timekeeping: Move ADJ_SETOFFSET to top level do_adjtimex()Gravatar John Stultz 1-0/+11
2013-04-04ntp: Rework do_adjtimex to take timespec and tai argumentsGravatar John Stultz 1-2/+11
2013-04-04ntp: Move timex validation to timekeeping do_adjtimex call.Gravatar John Stultz 1-0/+7
2013-04-04ntp: Move do_adjtimex() and hardpps() functions to timekeeping.cGravatar John Stultz 1-0/+21
2013-03-25timekeeping: __timekeeping_set_tai_offset can be staticGravatar Fengguang Wu 1-1/+1
2013-03-22timekeeping: Split timekeeper_lock into lock and seqcountGravatar Thomas Gleixner 1-59/+73
2013-03-22timekeeping: Move lock out of timekeeper structGravatar Thomas Gleixner 1-55/+53
2013-03-22timekeeping: Make jiffies_lock internalGravatar Thomas Gleixner 1-0/+1
2013-03-22timekeeping: Calc stuff onceGravatar Thomas Gleixner 1-3/+4
2013-03-22hrtimer: Add hrtimer support for CLOCK_TAIGravatar John Stultz 1-1/+19
2013-03-22timekeeping: Add CLOCK_TAI clockidGravatar John Stultz 1-0/+30
2013-03-22timekeeping: Move TAI managment into timekeeping core from ntpGravatar John Stultz 1-0/+44
2013-03-15timekeeping: utilize the suspend-nonstop clocksource to count suspended timeGravatar Feng Tang 1-7/+51
2013-02-21Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 1-6/+20
2013-02-04Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux ...Gravatar Thomas Gleixner 1-10/+35
2013-01-15timekeeping: Add persistent_clock_exist flagGravatar Feng Tang 1-5/+11
2013-01-15time: create __getnstimeofday for WARNless callsGravatar Kees Cook 1-5/+24
2012-12-24time: convert arch_gettimeoffset to a pointerGravatar Stephen Warren 1-6/+20
2012-12-13Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+50
2012-11-27time: export time information for KVM pvclockGravatar Marcelo Tosatti 1-0/+50
2012-11-13time: Kill xtime_lock, replacing it with jiffies_lockGravatar John Stultz 1-11/+3
2012-10-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-83/+34
2012-10-09timekeeping: Cast raw_interval to u64 to avoid shift overflowGravatar Dan Carpenter 1-1/+1
2012-10-02Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 1-0/+2
2012-09-24time: Only do nanosecond rounding on GENERIC_TIME_VSYSCALL_OLD systemsGravatar John Stultz 1-14/+31
2012-09-24time: Introduce new GENERIC_TIME_VSYSCALLGravatar John Stultz 1-13/+1
2012-09-24time: Convert CONFIG_GENERIC_TIME_VSYSCALL to CONFIG_GENERIC_TIME_VSYSCALL_OLDGravatar John Stultz 1-1/+1
2012-09-24time: Move timekeeper structure to timekeeper_internal.h for vsyscall changesGravatar John Stultz 1-55/+1
2012-09-13time: Fix timeekeping_get_ns overflow on 32bit systemsGravatar John Stultz 1-7/+12
2012-09-04timekeeping: Add suspend and resume of clock event devicesGravatar Rafael J. Wysocki 1-0/+2
2012-09-01time: Move ktime_t overflow checking into timespec_valid_strictGravatar John Stultz 1-5/+5
2012-08-22time: Avoid making adjustments if we haven't accumulated anythingGravatar John Stultz 1-0/+4
2012-08-22time: Avoid potential shift overflow with large shift valuesGravatar John Stultz 1-2/+2
2012-08-22time: Fix casting issue in timekeeping_forward_nowGravatar Andreas Schwab 1-1/+1
2012-08-22time: Ensure we normalize the timekeeper in tk_xtime_addGravatar John Stultz 1-0/+1