summaryrefslogtreecommitdiff
path: root/kernel/time/timekeeping.c
AgeCommit message (Expand)Author
2020-10-12Merge tag 'locking-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-09-10timekeeping: Use seqcount_latch_tAhmed S. Darwish
2020-08-23timekeeping: Provide multi-timestamp accessor to NMI safe timekeeperThomas Gleixner
2020-08-23timekeeping: Utilize local_clock() for NMI safe timekeeper during early bootThomas Gleixner
2020-08-14Merge tag 'timers-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-08-10time: Delete repeated words in commentsRandy Dunlap
2020-08-06timekeeping/vsyscall: Provide vdso_update_begin/end()Thomas Gleixner
2020-07-29timekeeping: Use sequence counter with associated raw spinlockAhmed S. Darwish
2020-07-22sched: nohz: stop passing around unused "ticks" parameter.Paul Gortmaker
2020-06-11x86/mce: Address objtools noinstr complaintsThomas Gleixner
2020-03-30Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-03-21timekeeping: Split jiffies seqlockThomas Gleixner
2020-03-04timekeeping: Prevent 32bit truncation in scale64_check_overflow()Wen Yang
2019-08-23timekeeping/vsyscall: Prevent math overflow in BOOTTIME updateThomas Gleixner
2019-06-22timekeeping: Use proper ktime_add when adding nsecs in coarse offsetJason A. Donenfeld
2019-06-14timekeeping: Repair ktime_get_coarse*() granularityThomas Gleixner
2019-05-07Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-04-15ntp: Audit NTP parameters adjustmentOndrej Mosnacek
2019-04-15timekeeping: Audit clock adjustmentsOndrej Mosnacek
2019-03-28timekeeping: Force upper bound for setting CLOCK_REALTIMEThomas Gleixner
2019-03-23timekeeping: Consistently use unsigned int for seqcount snapshotRasmus Villemoes
2019-02-07timex: use __kernel_timex internallyDeepa Dinamani
2018-12-28Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel...Linus Torvalds
2018-12-18timekeeping: remove unused {read,update}_persistent_clockArnd Bergmann
2018-12-05timekeeping: Use proper seqcount initializerBart Van Assche
2018-11-23time: Add SPDX license identifiersThomas Gleixner
2018-11-23time: Remove useless filenames in top level commentsThomas Gleixner
2018-08-27y2038: make do_gettimeofday() and get_seconds() inlineArnd Bergmann
2018-08-13Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-07-30timekeeping: Prevent false warning when persistent clock is not availablePavel Tatashin
2018-07-19time: Introduce one suspend clocksource to compensate the suspend timeBaolin Wang
2018-07-19time: Fix extra sleeptime injection when suspend failsMukesh Ojha
2018-07-19timekeeping/ntp: Constify some function argumentsOndrej Mosnacek
2018-07-20timekeeping: Default boot time offset to local_clock()Pavel Tatashin
2018-07-20timekeeping: Replace read_boot_clock64() with read_persistent_wall_and_boot_o...Pavel Tatashin
2018-07-12Merge branch 'fortglx/4.19/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner
2018-07-10timekeeping: Update multiplier when NTP frequency is set directlyMiroslav Lichvar
2018-06-19timekeeping: Use ktime_get_real_ts64() instead of getnstimeofday64()Arnd Bergmann
2018-05-19timekeeping: Add ktime_get_coarse_with_offsetArnd Bergmann
2018-05-19timekeeping: Standardize on ktime_get_*() namingArnd Bergmann
2018-05-19timekeeping: Clean up ktime_get_real_ts64Arnd Bergmann
2018-04-26Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIMEThomas Gleixner
2018-04-17timekeeping: Remove __current_kernel_time()Baolin Wang
2018-03-13hrtimer: Unify MONOTONIC and BOOTTIME clock behaviorThomas Gleixner
2018-03-13timekeeping: Remove boot time specific codeThomas Gleixner
2018-03-13timekeeping: Make the MONOTONIC clock behave like the BOOTTIME clockThomas Gleixner
2018-03-13timekeeping: Add the new CLOCK_MONOTONIC_ACTIVE clockThomas Gleixner
2018-03-10timekeeping/ntp: Determine the multiplier directly from NTP tick lengthMiroslav Lichvar
2018-03-10timekeeping/ntp: Don't align NTP frequency adjustments to ticksMiroslav Lichvar