aboutsummaryrefslogtreecommitdiff
path: root/kernel/time/timekeeping.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-14timekeeping: Remove CONFIG_GENERIC_TIME_VSYSCALL_OLDGravatar Miroslav Lichvar 1-45/+0
2017-11-12pstore: Use ktime_get_real_fast_ns() instead of __getnstimeofday()Gravatar Arnd Bergmann 1-0/+1
2017-10-31Merge branch 'fortglx/4.15/time' of https://git.linaro.org/people/john.stultz...Gravatar Thomas Gleixner 1-12/+109
2017-10-30timekeeping: Use timespec64 in timekeeping_inject_offsetGravatar Arnd Bergmann 1-47/+25
2017-10-30timekeeping: Consolidate timekeeping_inject_offset codeGravatar Arnd Bergmann 1-2/+121
2017-09-25timekeeping: Provide NMI safe access to clock realtimeGravatar Thomas Gleixner 1-0/+35
2017-09-25timekeeping: Make fast accessors return 0 before timekeeping is initializedGravatar Prarit Bhargava 1-14/+21
2017-09-08drivers/pps: aesthetic tweaks to PPS-related contentGravatar Robert P. J. Day 1-1/+1
2017-09-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2017-08-26time: Fix ktime_get_raw() incorrect base accumulationGravatar John Stultz 1-3/+1
2017-08-17timekeeping: Use proper timekeeper for debug codeGravatar Stafford Horne 1-1/+1
2017-06-20time: Add warning about imminent deprecation of CONFIG_GENERIC_TIME_VSYSCALL_OLDGravatar John Stultz 1-0/+1
2017-06-20time: Clean up CLOCK_MONOTONIC_RAW time handlingGravatar John Stultz 1-20/+25
2017-06-20time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accountingGravatar John Stultz 1-9/+10
2017-06-20time: Fix clock->read(clock) race around clocksource changesGravatar John Stultz 1-16/+36
2017-03-31timekeeping: Remove pointless conversion to boolGravatar Nicholas Mc Guire 1-2/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-01-06timekeeping: Remove unused timekeeping_{get,set}_tai_offset()Gravatar Stephen Boyd 1-38/+1
2016-12-25ktime: Get rid of the unionGravatar Thomas Gleixner 1-3/+3
2016-12-25clocksource: Use a plain u64 instead of cycle_tGravatar Thomas Gleixner 1-30/+27
2016-12-09timekeeping: Use mul_u64_u32_shr() instead of open coding itGravatar Thomas Gleixner 1-21/+5
2016-12-09timekeeping: Get rid of pointless typecastsGravatar Thomas Gleixner 1-3/+2
2016-12-09timekeeping: Make the conversion call chain consistently unsignedGravatar Thomas Gleixner 1-13/+13
2016-12-09timekeeping_Force_unsigned_clocksource_to_nanoseconds_conversionGravatar Thomas Gleixner 1-2/+2
2016-11-29timekeeping: Add a fast and NMI safe boot clockGravatar Joel Fernandes 1-0/+29
2016-10-05timekeeping: Fix __ktime_get_fast_ns() regressionGravatar John Stultz 1-2/+5
2016-08-24timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPINGGravatar John Stultz 1-1/+4
2016-07-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-4/+6
2016-06-30timekeeping: export get_monotonic_coarse64 symbolGravatar Gregor Boirie 1-0/+1
2016-06-20timekeeping: Fix 1ns/tick drift with GENERIC_TIME_VSYSCALL_OLDGravatar Thomas Graziadei 1-4/+6
2016-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2016-03-08time/timekeeping: Work around false positive GCC warningGravatar Ingo Molnar 1-1/+1
2016-03-02time: Add history to cross timestamp interface supporting slower devicesGravatar Christopher S. Hall 1-1/+170
2016-03-02time: Add driver cross timestamp interface for higher precision time synchron...Gravatar Christopher S. Hall 1-0/+56
2016-03-02time: Remove duplicated code in ktime_get_raw_and_real()Gravatar Christopher S. Hall 1-38/+2
2016-03-02time: Add timekeeping snapshot code capturing system time and counterGravatar Christopher S. Hall 1-0/+30
2016-03-02time: Add cycles to nanoseconds translationGravatar Christopher S. Hall 1-4/+21
2016-02-15treewide: Fix typo in printkGravatar Masanari Iida 1-1/+1
2015-12-16timekeeping: Cap adjustments so they don't exceed the maxadj valueGravatar John Stultz 1-4/+27
2015-12-16timekeeping: Provide internal function __ktime_get_real_secondsGravatar DengChao 1-0/+13
2015-12-10time: Verify time values in adjtimex ADJ_SETOFFSET to avoid overflowGravatar John Stultz 1-1/+1
2015-12-07time: Avoid signed overflow in timekeeping_get_ns()Gravatar David Gibson 1-2/+1
2015-11-09remove abs64()Gravatar Andrew Morton 1-1/+1
2015-11-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-9/+9
2015-10-20Merge branch 'fortglx/4.4/time' of https://git.linaro.org/people/john.stultz/...Gravatar Thomas Gleixner 1-7/+7
2015-10-16timekeeping: Increment clock_was_set_seq in timekeeping_init()Gravatar Thomas Gleixner 1-1/+1
2015-10-01ntp/pps: replace getnstime_raw_and_real with 64-bit versionGravatar Arnd Bergmann 1-6/+6
2015-10-01ntp/pps: use timespec64 for hardpps()Gravatar Arnd Bergmann 1-1/+1
2015-09-22time: Fix spelling in commentsGravatar Zhen Lei 1-2/+2