aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/timekeeper_internal.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-14timekeeping: Remove CONFIG_GENERIC_TIME_VSYSCALL_OLDMiroslav Lichvar1-7/+0
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-25timekeeping: Provide NMI safe access to clock realtimeThomas Gleixner1-1/+5
2017-06-20time: Clean up CLOCK_MONOTONIC_RAW time handlingJohn Stultz1-2/+2
2017-06-20time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accountingJohn Stultz1-2/+2
2017-06-20time: Fix clock->read(clock) race around clocksource changesJohn Stultz1-1/+0
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-5/+5
2016-03-02time: Add history to cross timestamp interface supporting slower devicesChristopher S. Hall1-0/+2
2015-06-12time: Prevent early expiry of hrtimers[CLOCK_REALTIME] at the leap second edgeJohn Stultz1-0/+2
2015-05-22time: Rework debugging variables so they aren't globalJohn Stultz1-0/+15
2015-04-22hrtimer: Make offset update smarterThomas Gleixner1-0/+2
2015-03-27time: Add timerkeeper::tkr_rawPeter Zijlstra1-2/+2
2015-03-27time: Rename timekeeper::tkr to timekeeper::tkr_monoPeter Zijlstra1-6/+6
2014-10-29timekeeping: Provide fast accessor to the seconds part of CLOCK_MONOTONICHeena Sirwani1-0/+2
2014-07-30timekeeping: Fixup typo in update_vsyscall_old definitionJohn Stultz1-1/+1
2014-07-23timekeeping: Use cached ntp_tick_length when accumulating errorJohn Stultz1-0/+9
2014-07-23timekeeping: Rework frequency adjustments to work better w/ nohzJohn Stultz1-0/+1
2014-07-23timekeeping: Create struct tk_read_base and use it in struct timekeeperThomas Gleixner1-48/+55
2014-07-23timekeeping: Restructure the timekeeper some moreThomas Gleixner1-0/+4
2014-07-23clocksource: Get rid of cycle_lastThomas Gleixner1-3/+4
2014-07-23timekeeping: Provide ktime_get_raw()Thomas Gleixner1-0/+3
2014-07-23timekeeping: Remove timekeeper.total_sleep_timeThomas Gleixner1-4/+2
2014-07-23timekeeping: Provide internal ktime_t based dataThomas Gleixner1-0/+3
2014-07-23timekeeping: Cache optimize struct timekeeperThomas Gleixner1-38/+46
2014-07-23timekeeper: Move tk_xtime to core codeThomas Gleixner1-18/+0
2014-07-23timekeeping: Convert timekeeping core to use timespec64sJohn Stultz1-5/+5
2013-04-04timekeeping: Store cycle_last value in timekeeper struct as wellThomas Gleixner1-0/+2
2013-03-22timekeeping: Move lock out of timekeeper structThomas Gleixner1-2/+0
2013-03-22hrtimer: Add hrtimer support for CLOCK_TAIJohn Stultz1-0/+2
2013-03-22timekeeping: Move TAI managment into timekeeping core from ntpJohn Stultz1-0/+3
2012-09-24time: Introduce new GENERIC_TIME_VSYSCALLJohn Stultz1-7/+29
2012-09-24time: Convert CONFIG_GENERIC_TIME_VSYSCALL to CONFIG_GENERIC_TIME_VSYSCALL_OLDJohn Stultz1-3/+4
2012-09-24time: Move update_vsyscall definitions to timekeeper_internal.hJohn Stultz1-0/+17
2012-09-24time: Move timekeeper structure to timekeeper_internal.h for vsyscall changesJohn Stultz1-0/+68