summaryrefslogtreecommitdiffstats
path: root/kernel/time
AgeCommit message (Expand)AuthorLines
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
2024-09-10ntp: Make sure RTC is synchronized when time goes backwardsBenjamin ROBIN-4/+14
2024-09-10Merge branch 'linus' into timers/coreThomas Gleixner-8/+8
2024-09-08treewide: Fix wrong singular form of jiffies in commentsAnna-Maria Behnsen-11/+11
2024-09-08timers: Rename next_expiry_recalc() to be uniqueAnna-Maria Behnsen-3/+3
2024-09-04timers: Annotate possible non critical data race of next_expiryAnna-Maria Behnsen-5/+37
2024-08-29timers: Remove historical extra jiffie for timeout in msleep()Anna-Maria Behnsen-2/+2
2024-08-23hrtimer: Use and report correct timerslack values for realtime tasksFelix Moessbauer-15/+3
2024-08-20softirq: Remove unused 'action' parameter from action callbackCaleb Sander Mateos-2/+2
2024-08-14hrtimer: Annotate hrtimer_cpu_base_.*_expiry() for sparse.Sebastian Andrzej Siewior-0/+2
2024-08-14timers: Add sparse annotation for timer_sync_wait_running().Sebastian Andrzej Siewior-0/+2
2024-08-05timekeeping: Fix bogus clock_was_set() invocation in do_adjtimex()Thomas Gleixner-1/+1
2024-08-05ntp: Safeguard against time_constant overflowJustin Stitt-3/+2
2024-08-05ntp: Clamp maxerror and esterror to operating rangeJustin Stitt-2/+2
2024-08-02clocksource: Set cs_watchdog_read() checks based on .uncertainty_marginPaul E. McKenney-4/+5
2024-08-02clocksource: Fix comments on WATCHDOG_THRESHOLD & WATCHDOG_MAX_SKEWPaul E. McKenney-1/+7
2024-08-02clocksource: Improve comments for watchdog skew boundsBorislav Petkov-8/+20
2024-08-02clocksource: Fix brown-bag boolean thinko in cs_watchdog_read()Paul E. McKenney-1/+1
2024-07-31tick/broadcast: Move per CPU pointer access into the atomic sectionThomas Gleixner-1/+2
2024-07-29posix-timers: Consolidate signal queueingThomas Gleixner-19/+15
2024-07-29posix-cpu-timers: Make k_itimer::it_active consistentThomas Gleixner-0/+4
2024-07-29posix-timers: Consolidate timer setupThomas Gleixner-20/+21
2024-07-29posix-timers: Convert timer list to hlistThomas Gleixner-11/+8
2024-07-29posix-timers: Clear overrun in common_timer_set()Thomas Gleixner-0/+1
2024-07-29posix-timers: Retrieve interval in common timer_settime() codeThomas Gleixner-9/+6
2024-07-29posix-cpu-timers: Simplify posix_cpu_timer_set()Thomas Gleixner-27/+17
2024-07-29posix-cpu-timers: Remove incorrect comment in posix_cpu_timer_set()Thomas Gleixner-6/+1
2024-07-29posix-cpu-timers: Use @now instead of @val for clarityThomas Gleixner-13/+9
2024-07-29posix-cpu-timers: Do not arm SIGEV_NONE timersThomas Gleixner-16/+13
2024-07-29posix-cpu-timers: Replace old expiry retrieval in posix_cpu_timer_set()Thomas Gleixner-31/+6
2024-07-29posix-cpu-timers: Handle SIGEV_NONE timers correctly in timer_set()Thomas Gleixner-1/+11
2024-07-29posix-cpu-timers: Handle SIGEV_NONE timers correctly in timer_get()Thomas Gleixner-5/+9
2024-07-29posix-cpu-timers: Handle interval timers correctly in timer_get()Thomas Gleixner-1/+17
2024-07-29posix-cpu-timers: Save interval only for armed timersThomas Gleixner-8/+6
2024-07-29posix-cpu-timers: Split up posix_cpu_timer_get()Thomas Gleixner-27/+24
2024-07-27Merge tag 'timers-urgent-2024-07-26' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-205/+215
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados-1/+1
2024-07-22timers/migration: Fix grammar in commentAnna-Maria Behnsen-1/+1
2024-07-22timers/migration: Spare write when nothing changedAnna-Maria Behnsen-6/+5
2024-07-22timers/migration: Rename childmask by groupmask to make naming more obviousAnna-Maria Behnsen-20/+19
2024-07-22timers/migration: Read childmask and parent pointer in a single placeAnna-Maria Behnsen-15/+5
2024-07-22timers/migration: Use a single struct for hierarchy walk dataAnna-Maria Behnsen-71/+55
2024-07-22timers/migration: Improve tracingAnna-Maria Behnsen-6/+5
2024-07-22timers/migration: Move hierarchy setup into cpuhotplug prepare callbackAnna-Maria Behnsen-87/+119
2024-07-22timers/migration: Do not rely always on group->parentAnna-Maria Behnsen-19/+26
2024-07-13Merge tag 'timers-v6.11-rc1' of https://git.linaro.org/people/daniel.lezcano/...Thomas Gleixner-28/+16
2024-07-11tick/broadcast: Make takeover of broadcast hrtimer reliableYu Liao-0/+23
2024-07-03tick/sched: Combine WARN_ON_ONCE and print_onceAnna-Maria Behnsen-4/+4