summaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)Author
34 hoursposix-cpu-timers: Use u64 multiplication in update_rlimit_cpu()Zhan Xusheng
34 hourstime: Fix off-by-one in compat settimeofday() usec validationWang Yan
34 hoursposix-cpu-timers: Fix pid refcount leak in do_cpu_nanosleep() error pathWenTao Liang
2026-06-19time: Fix off-by-one in settimeofday() usec validationNaveen Kumar Chaudhary
2026-06-01alarmtimer: Check RTC features instead of opsAlexandre Belloni
2026-04-18alarmtimer: Fix argument order in alarm_timer_forward()Zhan Xusheng
2026-04-18time/jiffies: Mark jiffies_64_to_clock_t() notraceSteven Rostedt
2026-04-18time: add kernel-doc in time.cRandy Dunlap
2026-03-04hrtimer: Fix trace oddityThomas Gleixner
2026-02-06ptp: Add PHC file mode checks. Allow RO adjtime() without FMODE_WRITE.Wojtek Wasko
2026-02-06posix-clock: Store file pointer in struct posix_clock_contextWojtek Wasko
2026-02-06Fix memory leak in posix_clock_open()Linus Torvalds
2026-02-06posix-clock: introduce posix_clock_context conceptXabier Marquiegui
2025-06-27clocksource: Fix the CPUs' choice in the watchdog per CPU verificationGuilherme G. Piccoli
2025-06-27posix-cpu-timers: fix race between handle_posix_cpu_timers() and posix_cpu_ti...Oleg Nesterov
2025-06-04posix-timers: Add cond_resched() to posix_timer_add() search loopEric Dumazet
2025-04-10hrtimers: Mark is_migration_base() with __always_inlineAndy Shevchenko
2025-03-13clocksource: Use migrate_disable() to avoid calling get_random_u32() in atomi...Waiman Long
2025-03-13clocksource: Use pr_info() for "Checking clocksource synchronization" messageWaiman Long
2025-03-13clocksource: Replace cpumask_weight() with cpumask_empty()Yury Norov
2025-03-13clocksource: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior
2025-03-13clocksource: Limit number of CPUs checked for clock synchronizationPaul E. McKenney
2025-02-01hrtimers: Handle CPU state correctly on hotplugKoichiro Den
2024-12-14time: Fix references to _msecs_to_jiffies() handling of valuesMiguel Ojeda
2024-11-08posix-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-09-04hrtimer: Prevent queuing of hrtimer without a function callbackPhil Chang
2024-08-19ntp: Safeguard against time_constant overflowJustin Stitt
2024-08-19ntp: Clamp maxerror and esterror to operating rangeJustin Stitt
2024-08-19tick/broadcast: Move per CPU pointer access into the atomic sectionThomas Gleixner
2024-08-19tick/broadcast: Make takeover of broadcast hrtimer reliableYu Liao
2024-07-05tick/nohz_full: Don't abuse smp_call_function_single() in tick_setup_device()Oleg Nesterov
2024-04-13timers: Rename del_timer_sync() to timer_delete_sync()Thomas Gleixner
2024-04-13timers: Use del_timer_sync() even on UPThomas Gleixner
2024-04-13timers: Update kernel-doc for various functionsThomas Gleixner
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-02-23hrtimer: Ignore slack time for RT tasks in schedule_hrtimeout_range()Davidlohr Bueso
2024-02-23clocksource: Skip watchdog check for large watchdog intervalsJiri Wiesner
2024-02-23hrtimer: Report offline hrtimer enqueueFrederic Weisbecker
2024-02-23tick/sched: Preserve number of idle sleeps across CPU hotplug eventsTim Chen
2024-01-25tick-sched: Fix idle and iowait sleeptime accounting vs CPU hotplugHeiko Carstens
2023-12-13hrtimers: Push pending hrtimers away from outgoing CPU earlierThomas Gleixner
2023-08-30timers/nohz: Switch to ONESHOT_STOPPED in the low-res handler when the tick i...Nicholas Piggin
2023-08-30tick: Detect and fix jiffies update stallFrederic Weisbecker
2023-07-27posix-timers: Ensure timer ID search-loop limit is validThomas Gleixner
2023-07-27posix-timers: Prevent RT livelock in itimer_delete()Thomas Gleixner
2023-06-28tick/common: Align tick period during sched_timer setupThomas Gleixner
2023-05-17tick/common: Align tick period with the HZ tick.Sebastian Andrzej Siewior