summaryrefslogtreecommitdiff
path: root/kernel/time/timekeeping.c
AgeCommit message (Expand)Author
2024-09-10ntp: Make sure RTC is synchronized when time goes backwardsBenjamin ROBIN
2024-08-05timekeeping: Fix bogus clock_was_set() invocation in do_adjtimex()Thomas Gleixner
2024-06-23timekeeping: Add missing kernel-doc function commentsYang Li
2024-06-03timekeeping: Add function to convert realtime to base clockLakshmi Sowjanya D
2024-06-03timekeeping: Provide infrastructure for converting to/from a base clockLakshmi Sowjanya D
2024-04-08timekeeping: Let timekeeping_cycles_to_ns() handle both under and overflowAdrian Hunter
2024-04-08timekeeping: Make delta calculation overflow safeAdrian Hunter
2024-04-08timekeeping: Prepare timekeeping_cycles_to_ns() for overflow safetyAdrian Hunter
2024-04-08timekeeping: Fold in timekeeping_delta_to_ns()Adrian Hunter
2024-04-08timekeeping: Consolidate timekeeping helpersAdrian Hunter
2024-04-08timekeeping: Refactor timekeeping helpersAdrian Hunter
2024-04-08timekeeping: Reuse timekeeping_cycles_to_ns()Adrian Hunter
2024-04-08timekeeping: Tidy timekeeping_cycles_to_ns() slightlyAdrian Hunter
2024-04-08timekeeping: Rename fast_tk_get_delta_ns() to __timekeeping_get_ns()Adrian Hunter
2024-04-08timekeeping: Move timekeeping helper functionsAdrian Hunter
2024-03-11Merge tag 'timers-core-2024-03-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-02-19timekeeping: Fix cross-timestamp interpolation for non-x86Peter Hilber
2024-02-19timekeeping: Fix cross-timestamp interpolation corner case decisionPeter Hilber
2024-02-19timekeeping: Fix cross-timestamp interpolation on counter wrapPeter Hilber
2024-02-07timekeeping: Evaluate system_counterval_t.cs_id instead of .csPeter Hilber
2023-06-05seqlock/latch: Provide raw_read_seqcount_latch_retry()Peter Zijlstra
2023-04-26timekeeping: Fix references to nonexistent ktime_get_fast_ns()Geert Uytterhoeven
2023-01-03time: Fix various kernel-doc problemsRandy Dunlap
2022-07-18timekeeping: contribute wall clock to rng on time changeJason A. Donenfeld
2022-05-24Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-05-23Merge tag 'timers-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-05-13timekeeping: Add raw clock fallback for random_get_entropy()Jason A. Donenfeld
2022-05-02timekeeping: Consolidate fast timekeeperThomas Gleixner
2022-05-02timekeeping: Annotate ktime_get_boot_fast_ns() with data_race()Thomas Gleixner
2022-04-29timekeeping: Mark NMI safe time accessors as notraceKurt Kanzenbach
2022-04-14timekeeping: Introduce fast accessor to clock taiKurt Kanzenbach
2021-12-17timekeeping: Really make sure wall_to_monotonic isn't positiveYu Liao
2021-08-10hrtimer: Add bases argument to clock_was_set()Thomas Gleixner
2021-08-10time/timekeeping: Avoid invoking clock_was_set() twiceThomas Gleixner
2021-08-10timekeeping: Distangle resume and clock-was-set eventsThomas Gleixner
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-04-07time: Add mechanism to recognize clocksource in time_get_snapshotThomas Gleixner
2021-03-29timekeeping: Allow runtime PM from change_clocksource()Niklas Söderlund
2021-03-22timekeeping, clocksource: Fix various typos in commentsIngo Molnar
2021-01-12timekeeping: Remove unused get_seconds()Chunguang Xu
2020-12-16Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-11-15timekeeping: Address parameter documentation issues for various functionsAlex Shi
2020-11-15timekeeping: Fix parameter docs of read_persistent_wall_and_boot_offset()Alex Shi
2020-11-15timekeeping: Add missing parameter docs for pvclock_gtod_[un]register_notifier()Alex Shi
2020-11-15timekeeping: Fix up function documentation for the NMI safe accessorsThomas Gleixner
2020-11-15timekeeping: Add missing parameter documentation for update_fast_timekeeper()Alex Shi
2020-11-15timekeeping: Remove static functions from kernel-doc markupAlex Shi
2020-10-30timekeeping: remove xtime_updateArnd Bergmann
2020-10-30timekeeping: remove arch_gettimeoffsetArnd Bergmann
2020-10-12Merge tag 'locking-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds