summaryrefslogtreecommitdiffstats
path: root/kernel/time
AgeCommit message (Expand)AuthorLines
2024-10-25timekeeping: Introduce combined timekeeping action flagAnna-Maria Behnsen-4/+6
2024-10-25timekeeping: Split out timekeeper update of timekeeping_advanced()Anna-Maria Behnsen-16/+27
2024-10-25timekeeping: Add struct tk_data as argument to timekeeping_update()Anna-Maria Behnsen-12/+13
2024-10-25timekeeping: Introduce tkd_basic_setup() to make lock and seqcount init reusableAnna-Maria Behnsen-2/+7
2024-10-25timekeeping: Define a struct type for tk_core to make it reusableAnna-Maria Behnsen-2/+4
2024-10-25timekeeping: Move timekeeper_lock into tk_coreAnna-Maria Behnsen-43/+29
2024-10-25timekeeping: Encapsulate locking/unlocking of timekeeper_lockThomas Gleixner-5/+18
2024-10-25timekeeping: Move shadow_timekeeper into tk_coreThomas Gleixner-4/+3
2024-10-25timekeeping: Simplify code in timekeeping_advance()Thomas Gleixner-10/+6
2024-10-25timekeeping: Abort clocksource change in case of failureThomas Gleixner-18/+13
2024-10-25timekeeping: Avoid duplicate leap state updateAnna-Maria Behnsen-1/+2
2024-10-25timekeeping: Don't stop time readers across hard_pps() updateThomas Gleixner-4/+0
2024-10-25timekeeping: Read NTP tick length only onceThomas Gleixner-2/+3
2024-10-24Merge tag 'net-6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-3/+3
2024-10-24posix-timers: Replace call_rcu() by kfree_rcu() for simple kmem_cache_free() ...Julia Lawall-8/+1
2024-10-23posix-clock: posix-clock: Fix unbalanced locking in pc_clock_settime()Jinjie Ruan-3/+3
2024-10-20Merge tag 'sched_urgent_for_v6.12_rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+6
2024-10-16timers: Add a warning to usleep_range_state() for wrong order of argumentsAnna-Maria Behnsen-0/+3
2024-10-16timers: Update function descriptions of sleep/delay related functionsAnna-Maria Behnsen-6/+47
2024-10-16timers: Update schedule_[hr]timeout*() related function descriptionsAnna-Maria Behnsen-25/+41
2024-10-16timers: Move *sleep*() and timeout functions into a separate fileAnna-Maria Behnsen-313/+318
2024-10-16time: Remove '%' from numeric constant in kernel-doc commentWang Jinchao-8/+8
2024-10-15vdso: Remove timekeeper argument of __arch_update_vsyscall()Thomas Weißschuh-1/+1
2024-10-14posix-clock: Fix missing timespec64 check in pc_clock_settime()Jinjie Ruan-0/+3
2024-10-14sched/fair: Fix external p->on_rq usersPeter Zijlstra-0/+6
2024-10-10clocksource: Remove unused clocksource_change_ratingDr. David Alan Gilbert-30/+10
2024-10-10timekeeping: Add percpu counter for tracking floor swap eventsJeff Layton-0/+29
2024-10-10timekeeping: Add interfaces for handling timestamps with a floor valueJeff Layton-0/+104
2024-10-06Merge branch 'timers/vfs' into timers/coreThomas Gleixner-0/+133
2024-10-06timekeeping: Add percpu counter for tracking floor swap eventsJeff Layton-0/+29
2024-10-06timekeeping: Add interfaces for handling timestamps with a floor valueJeff Layton-0/+104
2024-10-02timekeeping: Don't use seqcount loop in ktime_mono_to_any() on 64-bit systemsJeff Layton-3/+13
2024-10-02Merge branch 'timers/kvm' into timers/coreThomas Gleixner-0/+4
2024-10-02timekeeping: Add the boot clock to system time snapshotVincent Donnefort-0/+4
2024-10-02ntp: Move pps monitors into ntp_dataThomas Gleixner-17/+16
2024-10-02ntp: Move pps_freq/stabil into ntp_dataThomas Gleixner-15/+16
2024-10-02ntp: Move pps_shift/intcnt into ntp_dataThomas Gleixner-26/+28
2024-10-02ntp: Move pps_fbase into ntp_dataThomas Gleixner-7/+8
2024-10-02ntp: Move pps_jitter into ntp_dataThomas Gleixner-6/+7
2024-10-02ntp: Move pps_ft into ntp_dataThomas Gleixner-17/+19
2024-10-02ntp: Move pps_valid into ntp_dataThomas Gleixner-5/+9
2024-10-02ntp: Move ntp_next_leap_sec into ntp_dataThomas Gleixner-16/+16
2024-10-02ntp: Move time_adj/ntp_tick_adj into ntp_dataThomas Gleixner-20/+19
2024-10-02ntp: Move time_freq/reftime into ntp_dataThomas Gleixner-20/+18
2024-10-02ntp: Move time_max/esterror into ntp_dataThomas Gleixner-22/+16
2024-10-02ntp: Move time_offset/constant into ntp_dataThomas Gleixner-25/+24
2024-10-02ntp: Move tick_stat* into ntp_dataThomas Gleixner-90/+85
2024-10-02ntp: Move tick_length* into ntp_dataThomas Gleixner-16/+18
2024-10-02ntp: Introduce struct ntp_dataThomas Gleixner-29/+36
2024-10-02ntp: Read reference time only onceThomas Gleixner-5/+5