aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-1/+0
2024-09-19Merge tag 'sched-core-2024-09-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2024-09-17Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds10-194/+202
2024-09-17Merge tag 'irq-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+2
2024-09-17Merge tag 'timers-clocksource-2024-09-16' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-13/+32
2024-09-10ntp: Make sure RTC is synchronized when time goes backwardsBenjamin ROBIN3-4/+14
2024-09-10Merge branch 'linus' into timers/coreThomas Gleixner4-8/+8
2024-09-08treewide: Fix wrong singular form of jiffies in commentsAnna-Maria Behnsen5-11/+11
2024-09-08timers: Rename next_expiry_recalc() to be uniqueAnna-Maria Behnsen1-3/+3
2024-09-04timers: Annotate possible non critical data race of next_expiryAnna-Maria Behnsen1-5/+37
2024-08-29timers: Remove historical extra jiffie for timeout in msleep()Anna-Maria Behnsen1-2/+2
2024-08-23hrtimer: Use and report correct timerslack values for realtime tasksFelix Moessbauer1-15/+3
2024-08-20softirq: Remove unused 'action' parameter from action callbackCaleb Sander Mateos2-2/+2
2024-08-14hrtimer: Annotate hrtimer_cpu_base_.*_expiry() for sparse.Sebastian Andrzej Siewior1-0/+2
2024-08-14timers: Add sparse annotation for timer_sync_wait_running().Sebastian Andrzej Siewior1-0/+2
2024-08-07sched/rt: Rename realtime_{prio, task}() to rt_or_dl_{prio, task}()Qais Yousef1-3/+3
2024-08-07sched/rt: Clean up usage of rt_task()Qais Yousef1-3/+3
2024-08-05timekeeping: Fix bogus clock_was_set() invocation in do_adjtimex()Thomas Gleixner1-1/+1
2024-08-05ntp: Safeguard against time_constant overflowJustin Stitt1-3/+2
2024-08-05ntp: Clamp maxerror and esterror to operating rangeJustin Stitt1-2/+2