summaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)Author
2024-10-25timekeeping: Encapsulate locking/unlocking of timekeeper_lockThomas Gleixner
2024-10-25timekeeping: Move shadow_timekeeper into tk_coreThomas 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-24Merge tag 'net-6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-10-24posix-timers: Replace call_rcu() by kfree_rcu() for simple kmem_cache_free() ...Julia Lawall
2024-10-23posix-clock: posix-clock: Fix unbalanced locking in pc_clock_settime()Jinjie Ruan
2024-10-20Merge tag 'sched_urgent_for_v6.12_rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-10-16timers: Add a warning to usleep_range_state() for wrong order of argumentsAnna-Maria Behnsen
2024-10-16timers: Update function descriptions of sleep/delay related functionsAnna-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-16time: Remove '%' from numeric constant in kernel-doc commentWang Jinchao
2024-10-15vdso: Remove timekeeper argument of __arch_update_vsyscall()Thomas Weißschuh
2024-10-14posix-clock: Fix missing timespec64 check in pc_clock_settime()Jinjie Ruan
2024-10-14sched/fair: Fix external p->on_rq usersPeter Zijlstra
2024-10-10clocksource: Remove unused clocksource_change_ratingDr. David Alan Gilbert
2024-10-10timekeeping: Add percpu counter for tracking floor swap eventsJeff Layton
2024-10-10timekeeping: Add interfaces for handling timestamps with a floor valueJeff Layton
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
2024-10-02ntp: Move pps_ft into ntp_dataThomas Gleixner
2024-10-02ntp: Move pps_valid into ntp_dataThomas Gleixner
2024-10-02ntp: Move ntp_next_leap_sec into ntp_dataThomas Gleixner
2024-10-02ntp: Move time_adj/ntp_tick_adj into ntp_dataThomas Gleixner
2024-10-02ntp: Move time_freq/reftime into ntp_dataThomas Gleixner
2024-10-02ntp: Move time_max/esterror into ntp_dataThomas Gleixner
2024-10-02ntp: Move time_offset/constant into ntp_dataThomas Gleixner
2024-10-02ntp: Move tick_stat* into ntp_dataThomas Gleixner
2024-10-02ntp: Move tick_length* into ntp_dataThomas Gleixner
2024-10-02ntp: Introduce struct ntp_dataThomas Gleixner
2024-10-02ntp: Read reference time only onceThomas Gleixner
2024-10-02ntp: Convert functions with only two states to boolThomas Gleixner
2024-10-02ntp: Cleanup formatting of codeAnna-Maria Behnsen
2024-10-02ntp: Clean up commentsThomas Gleixner
2024-10-02ntp: Make tick_usec staticThomas Gleixner
2024-10-02ntp: Remove unused tick_nsecThomas Gleixner
2024-09-27[tree-wide] finally take no_llseek outAl Viro