aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/timekeeping.c
Commit message (Expand)AuthorAgeFilesLines
* timekeeping: Fix HRTICK related deadlock from ntp lock changesJohn Stultz2013-09-121-0/+2
* Merge branch 'timers/posix-cpu-timers-for-tglx' ofThomas Gleixner2013-07-041-0/+8
|\
| * timekeeping: Correct run-time detection of persistent_clock.Zoran Markovic2013-05-281-0/+8
* | timekeeping: Indicate that clock was set in the pvclock gtod notifierDavid Vrabel2013-06-281-12/+18
* | timekeeping: Pass flags instead of multiple bools to timekeeping_update()David Vrabel2013-06-281-9/+12
* | power: Add option to log time spent in suspendColin Cross2013-05-291-0/+2
* | clocksource: Add module refcountThomas Gleixner2013-05-161-5/+14
* | clocksource: Let timekeeping_notify return success/errorThomas Gleixner2013-05-161-2/+3
|/
* timekeeping: Update tk->cycle_last in resumeThomas Gleixner2013-04-221-1/+1
* timekeeping: Make sure to notify hrtimers when TAI offset changesJohn Stultz2013-04-111-3/+7
* timekeeping: Shorten seq_count regionThomas Gleixner2013-04-041-3/+2
* timekeeping: Implement a shadow timekeeperThomas Gleixner2013-04-041-12/+29
* timekeeping: Delay update of clock->cycle_lastThomas Gleixner2013-04-041-1/+3
* timekeeping: Store cycle_last value in timekeeper struct as wellThomas Gleixner2013-04-041-2/+2
* timekeeping: Simplify tai updating from do_adjtimexJohn Stultz2013-04-041-5/+4
* timekeeping: Hold timekeepering locks in do_adjtimex and hardppsJohn Stultz2013-04-041-2/+17
* timekeeping: Move ADJ_SETOFFSET to top level do_adjtimex()John Stultz2013-04-041-0/+11
* ntp: Rework do_adjtimex to take timespec and tai argumentsJohn Stultz2013-04-041-2/+11
* ntp: Move timex validation to timekeeping do_adjtimex call.John Stultz2013-04-041-0/+7
* ntp: Move do_adjtimex() and hardpps() functions to timekeeping.cJohn Stultz2013-04-041-0/+21
* timekeeping: __timekeeping_set_tai_offset can be staticFengguang Wu2013-03-251-1/+1
* timekeeping: Split timekeeper_lock into lock and seqcountThomas Gleixner2013-03-221-59/+73
* timekeeping: Move lock out of timekeeper structThomas Gleixner2013-03-221-55/+53
* timekeeping: Make jiffies_lock internalThomas Gleixner2013-03-221-0/+1
* timekeeping: Calc stuff onceThomas Gleixner2013-03-221-3/+4
* hrtimer: Add hrtimer support for CLOCK_TAIJohn Stultz2013-03-221-1/+19
* timekeeping: Add CLOCK_TAI clockidJohn Stultz2013-03-221-0/+30
* timekeeping: Move TAI managment into timekeeping core from ntpJohn Stultz2013-03-221-0/+44
* timekeeping: utilize the suspend-nonstop clocksource to count suspended timeFeng Tang2013-03-151-7/+51
* Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-211-6/+20
|\
| * time: convert arch_gettimeoffset to a pointerStephen Warren2012-12-241-6/+20
* | Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner2013-02-041-10/+35
|\ \ | |/ |/|
| * timekeeping: Add persistent_clock_exist flagFeng Tang2013-01-151-5/+11
| * time: create __getnstimeofday for WARNless callsKees Cook2013-01-151-5/+24
* | Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-12-131-0/+50
|\ \ | |/ |/|
| * time: export time information for KVM pvclockMarcelo Tosatti2012-11-271-0/+50
* | time: Kill xtime_lock, replacing it with jiffies_lockJohn Stultz2012-11-131-11/+3
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-10-121-83/+34
|\
| * timekeeping: Cast raw_interval to u64 to avoid shift overflowDan Carpenter2012-10-091-1/+1
| * time: Only do nanosecond rounding on GENERIC_TIME_VSYSCALL_OLD systemsJohn Stultz2012-09-241-14/+31
| * time: Introduce new GENERIC_TIME_VSYSCALLJohn Stultz2012-09-241-13/+1
| * time: Convert CONFIG_GENERIC_TIME_VSYSCALL to CONFIG_GENERIC_TIME_VSYSCALL_OLDJohn Stultz2012-09-241-1/+1
| * time: Move timekeeper structure to timekeeper_internal.h for vsyscall changesJohn Stultz2012-09-241-55/+1
* | Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-10-021-0/+2
|\ \ | |/ |/|
| * timekeeping: Add suspend and resume of clock event devicesRafael J. Wysocki2012-09-041-0/+2
* | time: Fix timeekeping_get_ns overflow on 32bit systemsJohn Stultz2012-09-131-7/+12
|/
* time: Move ktime_t overflow checking into timespec_valid_strictJohn Stultz2012-09-011-5/+5
* time: Avoid making adjustments if we haven't accumulated anythingJohn Stultz2012-08-221-0/+4
* time: Avoid potential shift overflow with large shift valuesJohn Stultz2012-08-221-2/+2
* time: Fix casting issue in timekeeping_forward_nowAndreas Schwab2012-08-221-1/+1