summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-10-25timekeeping: Rework timekeeping_suspend() to use shadow_timekeeperAnna-Maria Behnsen
2024-10-25timekeeping: Rework timekeeping_resume() to use shadow_timekeeperAnna-Maria Behnsen
2024-10-25timekeeping: Rework timekeeping_inject_sleeptime64() to use shadow_timekeeperAnna-Maria Behnsen
2024-10-25timekeeping: Rework timekeeping_init() to use shadow_timekeeperAnna-Maria Behnsen
2024-10-25timekeeping: Rework change_clocksource() to use shadow_timekeeperAnna-Maria Behnsen
2024-10-25timekeeping: Rework timekeeping_inject_offset() to use shadow_timekeeperAnna-Maria Behnsen
2024-10-25timekeeping: Rework do_settimeofday64() to use shadow_timekeeperAnna-Maria Behnsen
2024-10-25timekeeping: Provide timekeeping_restore_shadow()Thomas Gleixner
2024-10-25timekeeping: Introduce combined timekeeping action flagAnna-Maria Behnsen
2024-10-25timekeeping: Split out timekeeper update of timekeeping_advanced()Anna-Maria Behnsen
2024-10-25timekeeping: Add struct tk_data as argument to timekeeping_update()Anna-Maria Behnsen
2024-10-25timekeeping: Introduce tkd_basic_setup() to make lock and seqcount init reusableAnna-Maria Behnsen
2024-10-25timekeeping: Define a struct type for tk_core to make it reusableAnna-Maria Behnsen
2024-10-25timekeeping: Move timekeeper_lock into tk_coreAnna-Maria Behnsen
2024-10-25timekeeping: Encapsulate locking/unlocking of timekeeper_lockThomas Gleixner
2024-10-25timekeeping: Move shadow_timekeeper into tk_coreThomas Gleixner
2024-10-25timekeeping: Reorder struct timekeeperThomas Gleixner
2024-10-25timekeeping: Simplify code in timekeeping_advance()Thomas Gleixner
2024-10-25timekeeping: Abort clocksource change in case of failureThomas Gleixner
2024-10-25timekeeping: Avoid duplicate leap state updateAnna-Maria Behnsen
2024-10-25timekeeping: Don't stop time readers across hard_pps() updateThomas Gleixner
2024-10-25timekeeping: Read NTP tick length only onceThomas Gleixner
2024-10-24posix-timers: Replace call_rcu() by kfree_rcu() for simple kmem_cache_free() ...Julia Lawall
2024-10-16timers/Documentation: Cleanup delay/sleep documentationAnna-Maria Behnsen
2024-10-16media: anysee: Fix and remove outdated commentAnna-Maria Behnsen
2024-10-16powerpc/rtas: Use fsleep() to minimize additional sleep durationAnna-Maria Behnsen
2024-10-16iopoll/regmap/phy/snd: Fix comment referencing outdated timer documentationAnna-Maria Behnsen
2024-10-16checkpatch: Remove links to outdated documentationAnna-Maria Behnsen
2024-10-16timers: Add a warning to usleep_range_state() for wrong order of argumentsAnna-Maria Behnsen
2024-10-16mm/damon/core: Use generic upper bound recommondation for usleep_range()Anna-Maria Behnsen
2024-10-16timers: Adjust flseep() to reflect realityAnna-Maria Behnsen
2024-10-16delay: Rework udelay and ndelayAnna-Maria Behnsen
2024-10-16timers: Update function descriptions of sleep/delay related functionsAnna-Maria Behnsen
2024-10-16timers: Rename usleep_idle_range() to usleep_range_idle()Anna-Maria Behnsen
2024-10-16timers: Update schedule_[hr]timeout*() related function descriptionsAnna-Maria Behnsen
2024-10-16timers: Move *sleep*() and timeout functions into a separate fileAnna-Maria Behnsen
2024-10-16MAINTAINERS: Add missing file include/linux/delay.hAnna-Maria Behnsen
2024-10-16time: Remove '%' from numeric constant in kernel-doc commentWang Jinchao
2024-10-10clocksource: Remove unused clocksource_change_ratingDr. David Alan Gilbert
2024-10-06Merge branch 'timers/vfs' into timers/coreThomas Gleixner
2024-10-06timekeeping: Add percpu counter for tracking floor swap eventsJeff Layton
2024-10-06timekeeping: Add interfaces for handling timestamps with a floor valueJeff Layton
2024-10-02timekeeping: Don't use seqcount loop in ktime_mono_to_any() on 64-bit systemsJeff Layton
2024-10-02Merge branch 'timers/kvm' into timers/coreThomas Gleixner
2024-10-02timekeeping: Add the boot clock to system time snapshotVincent Donnefort
2024-10-02ntp: Move pps monitors into ntp_dataThomas Gleixner
2024-10-02ntp: Move pps_freq/stabil into ntp_dataThomas Gleixner
2024-10-02ntp: Move pps_shift/intcnt into ntp_dataThomas Gleixner
2024-10-02ntp: Move pps_fbase into ntp_dataThomas Gleixner
2024-10-02ntp: Move pps_jitter into ntp_dataThomas Gleixner