aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/timekeeping.c
Commit message (Expand)AuthorAge
...
* timekeeping: Use ktime_t data for ktime_get_update_offsets_now()Thomas Gleixner2014-07-23
* timekeeping: Use ktime_t based data for ktime_get_clocktai()Thomas Gleixner2014-07-23
* timekeeping; Use ktime_t based data for ktime_get_boottime()Thomas Gleixner2014-07-23
* timekeeping: Use ktime_t based data for ktime_get_real()Thomas Gleixner2014-07-23
* timekeeping: Provide ktime_get_with_offset()Thomas Gleixner2014-07-23
* timekeeping: Use ktime_t based data for ktime_get()Thomas Gleixner2014-07-23
* timekeeping: Provide internal ktime_t based dataThomas Gleixner2014-07-23
* timekeeping: Use timekeeping_update() instead of memcpy()Thomas Gleixner2014-07-23
* timekeeping: Cache optimize struct timekeeperThomas Gleixner2014-07-23
* timekeeper: Move tk_xtime to core codeThomas Gleixner2014-07-23
* timekeeping: Provide timespec64 based interfacesThomas Gleixner2014-07-23
* timekeeping: Convert timekeeping core to use timespec64sJohn Stultz2014-07-23
* ktime: Kill non-scalar ktime_t implementation for 2038John Stultz2014-07-23
* hrtimer: Cleanup hrtimer accessors to the timekepeing stateJohn Stultz2014-07-23
* timekeeping: Simplify arch_gettimeoffset()Thomas Gleixner2014-07-23
* timekeeping: use printk_deferred when holding timekeeping seqlockJohn Stultz2014-06-04
* kernel: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza2014-04-07
* time: Revert to calling clock_was_set_delayed() while in irq contextJohn Stultz2014-03-28
* Merge branch 'fortglx/3.14/time' of git://git.linaro.org/people/john.stultz/l...Ingo Molnar2014-01-12
|\
| * timekeeping: Remove comment that's mostly out of dateJohn Stultz2013-12-23
| * timekeeper: fix comment typo for tk_setup_internals()Yijing Wang2013-12-23
| * timekeeping: Fix missing timekeeping_update in suspend pathJohn Stultz2013-12-23
| * timekeeping: Fix CLOCK_TAI timer/nanosleep delaysJohn Stultz2013-12-23
| * tick/timekeeping: Call update_wall_time outside the jiffies lockJohn Stultz2013-12-23
| * timekeeping: Avoid possible deadlock from clock_was_set_delayedJohn Stultz2013-12-23
| * timekeeping: Fix potential lost pv notification of time changeJohn Stultz2013-12-23
| * timekeeping: Fix lost updates to tai adjustmentJohn Stultz2013-12-23
* | time: Fix 1ns/tick drift w/ GENERIC_TIME_VSYSCALL_OLDMartin Schwidefsky2013-11-22
|/
* timekeeping: Fix some trivial typos in commentsXie XiuQi2013-10-18
* timekeeping: Fix HRTICK related deadlock from ntp lock changesJohn Stultz2013-09-12
* Merge branch 'timers/posix-cpu-timers-for-tglx' ofThomas Gleixner2013-07-04
|\
| * timekeeping: Correct run-time detection of persistent_clock.Zoran Markovic2013-05-28
* | timekeeping: Indicate that clock was set in the pvclock gtod notifierDavid Vrabel2013-06-28
* | timekeeping: Pass flags instead of multiple bools to timekeeping_update()David Vrabel2013-06-28
* | power: Add option to log time spent in suspendColin Cross2013-05-29
* | clocksource: Add module refcountThomas Gleixner2013-05-16
* | clocksource: Let timekeeping_notify return success/errorThomas Gleixner2013-05-16
|/
* timekeeping: Update tk->cycle_last in resumeThomas Gleixner2013-04-22
* timekeeping: Make sure to notify hrtimers when TAI offset changesJohn Stultz2013-04-11
* timekeeping: Shorten seq_count regionThomas Gleixner2013-04-04
* timekeeping: Implement a shadow timekeeperThomas Gleixner2013-04-04
* timekeeping: Delay update of clock->cycle_lastThomas Gleixner2013-04-04
* timekeeping: Store cycle_last value in timekeeper struct as wellThomas Gleixner2013-04-04
* timekeeping: Simplify tai updating from do_adjtimexJohn Stultz2013-04-04
* timekeeping: Hold timekeepering locks in do_adjtimex and hardppsJohn Stultz2013-04-04
* timekeeping: Move ADJ_SETOFFSET to top level do_adjtimex()John Stultz2013-04-04
* ntp: Rework do_adjtimex to take timespec and tai argumentsJohn Stultz2013-04-04
* ntp: Move timex validation to timekeeping do_adjtimex call.John Stultz2013-04-04
* ntp: Move do_adjtimex() and hardpps() functions to timekeeping.cJohn Stultz2013-04-04
* timekeeping: __timekeeping_set_tai_offset can be staticFengguang Wu2013-03-25