aboutsummaryrefslogtreecommitdiff
path: root/include/linux/timekeeper_internal.h
AgeCommit message (Expand)AuthorFilesLines
2017-06-20time: Clean up CLOCK_MONOTONIC_RAW time handlingGravatar John Stultz 1-2/+2
2017-06-20time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accountingGravatar John Stultz 1-2/+2
2017-06-20time: Fix clock->read(clock) race around clocksource changesGravatar John Stultz 1-1/+0
2016-12-25clocksource: Use a plain u64 instead of cycle_tGravatar Thomas Gleixner 1-5/+5
2016-03-02time: Add history to cross timestamp interface supporting slower devicesGravatar Christopher S. Hall 1-0/+2
2015-06-12time: Prevent early expiry of hrtimers[CLOCK_REALTIME] at the leap second edgeGravatar John Stultz 1-0/+2
2015-05-22time: Rework debugging variables so they aren't globalGravatar John Stultz 1-0/+15
2015-04-22hrtimer: Make offset update smarterGravatar Thomas Gleixner 1-0/+2
2015-03-27time: Add timerkeeper::tkr_rawGravatar Peter Zijlstra 1-2/+2
2015-03-27time: Rename timekeeper::tkr to timekeeper::tkr_monoGravatar Peter Zijlstra 1-6/+6
2014-10-29timekeeping: Provide fast accessor to the seconds part of CLOCK_MONOTONICGravatar Heena Sirwani 1-0/+2
2014-07-30timekeeping: Fixup typo in update_vsyscall_old definitionGravatar John Stultz 1-1/+1
2014-07-23timekeeping: Use cached ntp_tick_length when accumulating errorGravatar John Stultz 1-0/+9
2014-07-23timekeeping: Rework frequency adjustments to work better w/ nohzGravatar John Stultz 1-0/+1
2014-07-23timekeeping: Create struct tk_read_base and use it in struct timekeeperGravatar Thomas Gleixner 1-48/+55
2014-07-23timekeeping: Restructure the timekeeper some moreGravatar Thomas Gleixner 1-0/+4
2014-07-23clocksource: Get rid of cycle_lastGravatar Thomas Gleixner 1-3/+4
2014-07-23timekeeping: Provide ktime_get_raw()Gravatar Thomas Gleixner 1-0/+3
2014-07-23timekeeping: Remove timekeeper.total_sleep_timeGravatar Thomas Gleixner 1-4/+2
2014-07-23timekeeping: Provide internal ktime_t based dataGravatar Thomas Gleixner 1-0/+3
2014-07-23timekeeping: Cache optimize struct timekeeperGravatar Thomas Gleixner 1-38/+46
2014-07-23timekeeper: Move tk_xtime to core codeGravatar Thomas Gleixner 1-18/+0
2014-07-23timekeeping: Convert timekeeping core to use timespec64sGravatar John Stultz 1-5/+5
2013-04-04timekeeping: Store cycle_last value in timekeeper struct as wellGravatar Thomas Gleixner 1-0/+2
2013-03-22timekeeping: Move lock out of timekeeper structGravatar Thomas Gleixner 1-2/+0
2013-03-22hrtimer: Add hrtimer support for CLOCK_TAIGravatar John Stultz 1-0/+2
2013-03-22timekeeping: Move TAI managment into timekeeping core from ntpGravatar John Stultz 1-0/+3
2012-09-24time: Introduce new GENERIC_TIME_VSYSCALLGravatar John Stultz 1-7/+29
2012-09-24time: Convert CONFIG_GENERIC_TIME_VSYSCALL to CONFIG_GENERIC_TIME_VSYSCALL_OLDGravatar John Stultz 1-3/+4
2012-09-24time: Move update_vsyscall definitions to timekeeper_internal.hGravatar John Stultz 1-0/+17
2012-09-24time: Move timekeeper structure to timekeeper_internal.h for vsyscall changesGravatar John Stultz 1-0/+68