summaryrefslogtreecommitdiffstats
path: root/kernel/time
AgeCommit message (Expand)AuthorLines
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
2024-10-02ntp: Convert functions with only two states to boolThomas Gleixner-17/+11
2024-10-02ntp: Cleanup formatting of codeAnna-Maria Behnsen-24/+13
2024-10-02ntp: Clean up commentsThomas Gleixner-66/+78
2024-10-02ntp: Make tick_usec staticThomas Gleixner-1/+4
2024-10-02ntp: Remove unused tick_nsecThomas Gleixner-6/+2
2024-09-27[tree-wide] finally take no_llseek outAl Viro-1/+0
2024-09-19Merge tag 'sched-core-2024-09-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2024-09-17Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-194/+202
2024-09-17Merge tag 'irq-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+2
2024-09-17Merge tag 'timers-clocksource-2024-09-16' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-13/+32