summaryrefslogtreecommitdiffstats
path: root/kernel/time/timekeeping.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-07kernel: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza1-2/+3
2014-03-28time: Revert to calling clock_was_set_delayed() while in irq contextJohn Stultz1-1/+2
2014-01-12Merge branch 'fortglx/3.14/time' of git://git.linaro.org/people/john.stultz/l...Ingo Molnar1-27/+26
2013-12-23timekeeping: Remove comment that's mostly out of dateJohn Stultz1-10/+0
2013-12-23timekeeper: fix comment typo for tk_setup_internals()Yijing Wang1-1/+2
2013-12-23timekeeping: Fix missing timekeeping_update in suspend pathJohn Stultz1-0/+2
2013-12-23timekeeping: Fix CLOCK_TAI timer/nanosleep delaysJohn Stultz1-2/+2
2013-12-23tick/timekeeping: Call update_wall_time outside the jiffies lockJohn Stultz1-15/+4
2013-12-23timekeeping: Avoid possible deadlock from clock_was_set_delayedJohn Stultz1-2/+16
2013-12-23timekeeping: Fix potential lost pv notification of time changeJohn Stultz1-9/+11
2013-12-23timekeeping: Fix lost updates to tai adjustmentJohn Stultz1-1/+2
2013-11-22time: Fix 1ns/tick drift w/ GENERIC_TIME_VSYSCALL_OLDMartin Schwidefsky1-1/+1
2013-10-18timekeeping: Fix some trivial typos in commentsXie XiuQi1-1/+2
2013-09-12timekeeping: Fix HRTICK related deadlock from ntp lock changesJohn Stultz1-0/+2
2013-07-04Merge branch 'timers/posix-cpu-timers-for-tglx' ofThomas Gleixner1-0/+8
2013-06-28timekeeping: Indicate that clock was set in the pvclock gtod notifierDavid Vrabel1-12/+18
2013-06-28timekeeping: Pass flags instead of multiple bools to timekeeping_update()David Vrabel1-9/+12
2013-05-29power: Add option to log time spent in suspendColin Cross1-0/+2
2013-05-28timekeeping: Correct run-time detection of persistent_clock.Zoran Markovic1-0/+8
2013-05-16clocksource: Add module refcountThomas Gleixner1-5/+14
2013-05-16clocksource: Let timekeeping_notify return success/errorThomas Gleixner1-2/+3
2013-04-22timekeeping: Update tk->cycle_last in resumeThomas Gleixner1-1/+1
2013-04-11timekeeping: Make sure to notify hrtimers when TAI offset changesJohn Stultz1-3/+7
2013-04-04timekeeping: Shorten seq_count regionThomas Gleixner1-3/+2
2013-04-04timekeeping: Implement a shadow timekeeperThomas Gleixner1-12/+29
2013-04-04timekeeping: Delay update of clock->cycle_lastThomas Gleixner1-1/+3
2013-04-04timekeeping: Store cycle_last value in timekeeper struct as wellThomas Gleixner1-2/+2
2013-04-04timekeeping: Simplify tai updating from do_adjtimexJohn Stultz1-5/+4
2013-04-04timekeeping: Hold timekeepering locks in do_adjtimex and hardppsJohn Stultz1-2/+17
2013-04-04timekeeping: Move ADJ_SETOFFSET to top level do_adjtimex()John Stultz1-0/+11
2013-04-04ntp: Rework do_adjtimex to take timespec and tai argumentsJohn Stultz1-2/+11
2013-04-04ntp: Move timex validation to timekeeping do_adjtimex call.John Stultz1-0/+7
2013-04-04ntp: Move do_adjtimex() and hardpps() functions to timekeeping.cJohn Stultz1-0/+21
2013-03-25timekeeping: __timekeeping_set_tai_offset can be staticFengguang Wu1-1/+1
2013-03-22timekeeping: Split timekeeper_lock into lock and seqcountThomas Gleixner1-59/+73
2013-03-22timekeeping: Move lock out of timekeeper structThomas Gleixner1-55/+53
2013-03-22timekeeping: Make jiffies_lock internalThomas Gleixner1-0/+1
2013-03-22timekeeping: Calc stuff onceThomas Gleixner1-3/+4
2013-03-22hrtimer: Add hrtimer support for CLOCK_TAIJohn Stultz1-1/+19
2013-03-22timekeeping: Add CLOCK_TAI clockidJohn Stultz1-0/+30
2013-03-22timekeeping: Move TAI managment into timekeeping core from ntpJohn Stultz1-0/+44
2013-03-15timekeeping: utilize the suspend-nonstop clocksource to count suspended timeFeng Tang1-7/+51
2013-02-21Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-6/+20
2013-02-04Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner1-10/+35
2013-01-15timekeeping: Add persistent_clock_exist flagFeng Tang1-5/+11
2013-01-15time: create __getnstimeofday for WARNless callsKees Cook1-5/+24
2012-12-24time: convert arch_gettimeoffset to a pointerStephen Warren1-6/+20
2012-12-13Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+50
2012-11-27time: export time information for KVM pvclockMarcelo Tosatti1-0/+50
2012-11-13time: Kill xtime_lock, replacing it with jiffies_lockJohn Stultz1-11/+3