aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time
AgeCommit message (Expand)AuthorFilesLines
2024-10-25timekeeping: Move timekeeper_lock into tk_coreAnna-Maria Behnsen1-43/+29
2024-10-25timekeeping: Encapsulate locking/unlocking of timekeeper_lockThomas Gleixner3-5/+18
2024-10-25timekeeping: Move shadow_timekeeper into tk_coreThomas Gleixner1-4/+3
2024-10-25timekeeping: Simplify code in timekeeping_advance()Thomas Gleixner1-10/+6
2024-10-25timekeeping: Abort clocksource change in case of failureThomas Gleixner1-18/+13
2024-10-25timekeeping: Avoid duplicate leap state updateAnna-Maria Behnsen1-1/+2
2024-10-25timekeeping: Don't stop time readers across hard_pps() updateThomas Gleixner1-4/+0
2024-10-25timekeeping: Read NTP tick length only onceThomas Gleixner1-2/+3
2024-10-24Merge tag 'net-6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-3/+3
2024-10-24posix-timers: Replace call_rcu() by kfree_rcu() for simple kmem_cache_free() callbackJulia Lawall1-8/+1
2024-10-23posix-clock: posix-clock: Fix unbalanced locking in pc_clock_settime()Jinjie Ruan1-3/+3
2024-10-20Merge tag 'sched_urgent_for_v6.12_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+6
2024-10-16timers: Add a warning to usleep_range_state() for wrong order of argumentsAnna-Maria Behnsen1-0/+3
2024-10-16timers: Update function descriptions of sleep/delay related functionsAnna-Maria Behnsen1-6/+47
2024-10-16timers: Update schedule_[hr]timeout*() related function descriptionsAnna-Maria Behnsen1-25/+41
2024-10-16timers: Move *sleep*() and timeout functions into a separate fileAnna-Maria Behnsen4-313/+318
2024-10-16time: Remove '%' from numeric constant in kernel-doc commentWang Jinchao1-8/+8
2024-10-15vdso: Remove timekeeper argument of __arch_update_vsyscall()Thomas Weißschuh1-1/+1
2024-10-14posix-clock: Fix missing timespec64 check in pc_clock_settime()Jinjie Ruan1-0/+3
2024-10-14sched/fair: Fix external p->on_rq usersPeter Zijlstra1-0/+6
2024-10-10clocksource: Remove unused clocksource_change_ratingDr. David Alan Gilbert1-30/+10
2024-10-10timekeeping: Add percpu counter for tracking floor swap eventsJeff Layton3-0/+29
2024-10-10timekeeping: Add interfaces for handling timestamps with a floor valueJeff Layton1-0/+104
2024-10-06Merge branch 'timers/vfs' into timers/coreThomas Gleixner3-0/+133
2024-10-06timekeeping: Add percpu counter for tracking floor swap eventsJeff Layton3-0/+29
2024-10-06timekeeping: Add interfaces for handling timestamps with a floor valueJeff Layton1-0/+104
2024-10-02timekeeping: Don't use seqcount loop in ktime_mono_to_any() on 64-bit systemsJeff Layton1-3/+13
2024-10-02Merge branch 'timers/kvm' into timers/coreThomas Gleixner1-0/+4
2024-10-02timekeeping: Add the boot clock to system time snapshotVincent Donnefort1-0/+4
2024-10-02ntp: Move pps monitors into ntp_dataThomas Gleixner1-17/+16
2024-10-02ntp: Move pps_freq/stabil into ntp_dataThomas Gleixner1-15/+16
2024-10-02ntp: Move pps_shift/intcnt into ntp_dataThomas Gleixner1-26/+28
2024-10-02ntp: Move pps_fbase into ntp_dataThomas Gleixner1-7/+8
2024-10-02ntp: Move pps_jitter into ntp_dataThomas Gleixner1-6/+7
2024-10-02ntp: Move pps_ft into ntp_dataThomas Gleixner1-17/+19
2024-10-02ntp: Move pps_valid into ntp_dataThomas Gleixner1-5/+9
2024-10-02ntp: Move ntp_next_leap_sec into ntp_dataThomas Gleixner1-16/+16
2024-10-02ntp: Move time_adj/ntp_tick_adj into ntp_dataThomas Gleixner1-20/+19
2024-10-02ntp: Move time_freq/reftime into ntp_dataThomas Gleixner1-20/+18
2024-10-02ntp: Move time_max/esterror into ntp_dataThomas Gleixner1-22/+16
2024-10-02ntp: Move time_offset/constant into ntp_dataThomas Gleixner1-25/+24
2024-10-02ntp: Move tick_stat* into ntp_dataThomas Gleixner1-90/+85
2024-10-02ntp: Move tick_length* into ntp_dataThomas Gleixner1-16/+18
2024-10-02ntp: Introduce struct ntp_dataThomas Gleixner1-29/+36
2024-10-02ntp: Read reference time only onceThomas Gleixner1-5/+5
2024-10-02ntp: Convert functions with only two states to boolThomas Gleixner1-17/+11
2024-10-02ntp: Cleanup formatting of codeAnna-Maria Behnsen1-24/+13
2024-10-02ntp: Clean up commentsThomas Gleixner1-66/+78
2024-10-02ntp: Make tick_usec staticThomas Gleixner1-1/+4
2024-10-02ntp: Remove unused tick_nsecThomas Gleixner1-6/+2