summaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)Author
2025-06-27clocksource: Fix the CPUs' choice in the watchdog per CPU verificationGuilherme G. Piccoli
2025-06-19posix-cpu-timers: fix race between handle_posix_cpu_timers() and posix_cpu_ti...Oleg Nesterov
2025-06-04hrtimers: Force migrate away hrtimers queued after CPUHP_AP_HRTIMERS_DYINGFrederic Weisbecker
2025-06-04timer_list: Don't use %pK through printk()Thomas Weißschuh
2025-06-04posix-timers: Add cond_resched() to posix_timer_add() search loopEric Dumazet
2025-05-02timekeeping: Add a lockdep override in tick_freeze()Sebastian Andrzej Siewior
2025-03-22hrtimers: Mark is_migration_base() with __always_inlineAndy Shevchenko
2025-03-22hrtimer: Use and report correct timerslack values for realtime tasksFelix Moessbauer
2025-02-21clocksource: Use migrate_disable() to avoid calling get_random_u32() in atomi...Waiman Long
2025-02-21clocksource: Use pr_info() for "Checking clocksource synchronization" messageWaiman Long
2025-01-23hrtimers: Handle CPU state correctly on hotplugKoichiro Den
2024-12-14ntp: Remove invalid cast in time offset mathMarcelo Dalmas
2024-12-09time: Fix references to _msecs_to_jiffies() handling of valuesMiguel Ojeda
2024-12-09time: Partially revert cleanup on msecs_to_jiffies() documentationMiguel Ojeda
2024-11-01posix-clock: posix-clock: Fix unbalanced locking in pc_clock_settime()Jinjie Ruan
2024-10-22posix-clock: Fix missing timespec64 check in pc_clock_settime()Jinjie Ruan
2024-08-29hrtimer: Prevent queuing of hrtimer without a function callbackPhil Chang
2024-08-29clocksource: Make watchdog and suspend-timing multiplication overflow safeAdrian Hunter
2024-08-29tick: Move got_idle_tick away from common flagsFrederic Weisbecker
2024-08-29hrtimer: Select housekeeping CPU during migrationCosta Shulyupin
2024-08-14timekeeping: Fix bogus clock_was_set() invocation in do_adjtimex()Thomas Gleixner
2024-08-14ntp: Safeguard against time_constant overflowJustin Stitt
2024-08-14clocksource: Fix brown-bag boolean thinko in cs_watchdog_read()Paul E. McKenney
2024-08-14clocksource: Scale the watchdog read retries automaticallyFeng Tang
2024-08-14ntp: Clamp maxerror and esterror to operating rangeJustin Stitt
2024-08-14tick/broadcast: Move per CPU pointer access into the atomic sectionThomas Gleixner
2024-08-03tick/broadcast: Make takeover of broadcast hrtimer reliableYu Liao
2024-06-21tick/nohz_full: Don't abuse smp_call_function_single() in tick_setup_device()Oleg Nesterov
2024-03-26timekeeping: Fix cross-timestamp interpolation for non-x86Peter Hilber
2024-03-26timekeeping: Fix cross-timestamp interpolation corner case decisionPeter Hilber
2024-03-26timekeeping: Fix cross-timestamp interpolation on counter wrapPeter Hilber
2024-03-26time: test: Fix incorrect format specifierDavid Gow
2024-02-16hrtimer: Report offline hrtimer enqueueFrederic Weisbecker
2024-01-31tick/sched: Preserve number of idle sleeps across CPU hotplug eventsTim Chen
2024-01-31clocksource: Skip watchdog check for large watchdog intervalsJiri Wiesner
2024-01-25tick-sched: Fix idle and iowait sleeptime accounting vs CPU hotplugHeiko Carstens
2024-01-20posix-timers: Get rid of [COMPAT_]SYS_NI() usesLinus Torvalds
2023-12-13hrtimers: Push pending hrtimers away from outgoing CPU earlierThomas Gleixner
2023-09-02Merge tag 'timers-urgent-2023-09-02' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-08-30Merge tag 'docs-6.6' of git://git.lwn.net/linuxLinus Torvalds
2023-08-30tick/rcu: Fix false positive "softirq work is pending" messagesPaul Gortmaker
2023-08-28Merge tag 'linux-kselftest-kunit-6.6-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2023-07-26kunit: time: Mark test as slow using test attributesRae Moar
2023-07-14clocksource: Handle negative skews in "skew is too large" messagesPaul E. McKenney
2023-07-14time: add kernel-doc in time.cRandy Dunlap
2023-06-27Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-06-27Merge tag 'sched-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-06-26Merge tag 'timers-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux...Linus Torvalds
2023-06-22hrtimer: Add missing sparse annotations to hrtimer lockingBen Dooks
2023-06-18tick/rcu: Fix bogus ratelimit conditionWen Yang