summaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)AuthorFilesLines
2025-10-29timers: Provide timer_shutdown[_sync]()Thomas Gleixner1-0/+66
2025-10-29timers: Add shutdown mechanism to the internal functionsThomas Gleixner1-8/+54
2025-10-29timers: Split [try_to_]del_timer[_sync]() to prepare for shutdown modeThomas Gleixner1-51/+92
2025-10-29timers: Silently ignore timers with a NULL functionThomas Gleixner1-5/+52
2025-10-29timers: Replace BUG_ON()sThomas Gleixner1-5/+6
2025-09-19hrtimers: Unconditionally update target CPU base after offline timer migrationXiongfeng Wang1-8/+3
2025-09-19hrtimer: Rename __hrtimer_hres_active() to hrtimer_hres_active()Jiapeng Chong1-13/+8
2025-09-19hrtimer: Remove unused functionJiapeng Chong1-19/+1
2025-06-27clocksource: Fix the CPUs' choice in the watchdog per CPU verificationGuilherme G. Piccoli1-1/+1
2025-06-27posix-cpu-timers: fix race between handle_posix_cpu_timers() and posix_cpu_ti...Oleg Nesterov1-0/+9
2025-06-04hrtimers: Force migrate away hrtimers queued after CPUHP_AP_HRTIMERS_DYINGFrederic Weisbecker1-21/+82
2025-06-04timer_list: Don't use %pK through printk()Thomas Weißschuh1-2/+2
2025-06-04posix-timers: Add cond_resched() to posix_timer_add() search loopEric Dumazet1-0/+1
2025-03-28hrtimers: Mark is_migration_base() with __always_inlineAndy Shevchenko1-10/+12
2025-03-28hrtimer: Use and report correct timerslack values for realtime tasksFelix Moessbauer1-15/+3
2025-02-21clocksource: Use migrate_disable() to avoid calling get_random_u32() in atomi...Waiman Long1-2/+4
2025-02-21clocksource: Use pr_info() for "Checking clocksource synchronization" messageWaiman Long1-1/+2
2025-01-23hrtimers: Handle CPU state correctly on hotplugKoichiro Den1-1/+10
2024-12-14ntp: Remove invalid cast in time offset mathMarcelo Dalmas1-1/+1
2024-12-14seqlock/latch: Provide raw_read_seqcount_latch_retry()Peter Zijlstra2-3/+3
2024-12-14time: Fix references to _msecs_to_jiffies() handling of valuesMiguel Ojeda1-1/+1
2024-11-01posix-clock: posix-clock: Fix unbalanced locking in pc_clock_settime()Jinjie Ruan1-3/+3
2024-10-22posix-clock: Fix missing timespec64 check in pc_clock_settime()Jinjie Ruan1-0/+3
2024-08-29hrtimer: Prevent queuing of hrtimer without a function callbackPhil Chang1-0/+2
2024-08-29clocksource: Make watchdog and suspend-timing multiplication overflow safeAdrian Hunter1-22/+20
2024-08-29hrtimer: Select housekeeping CPU during migrationCosta Shulyupin1-1/+2
2024-08-29posix-timers: Ensure timer ID search-loop limit is validThomas Gleixner1-13/+18
2024-08-14timekeeping: Fix bogus clock_was_set() invocation in do_adjtimex()Thomas Gleixner1-1/+1
2024-08-14ntp: Safeguard against time_constant overflowJustin Stitt1-3/+2
2024-08-14clocksource: Fix brown-bag boolean thinko in cs_watchdog_read()Paul E. McKenney1-1/+1
2024-08-14clocksource: Scale the watchdog read retries automaticallyFeng Tang2-12/+11
2024-08-14ntp: Clamp maxerror and esterror to operating rangeJustin Stitt1-2/+2
2024-08-14tick/broadcast: Move per CPU pointer access into the atomic sectionThomas Gleixner1-1/+2
2024-08-03tick/broadcast: Make takeover of broadcast hrtimer reliableYu Liao1-0/+23
2024-06-21tick/nohz_full: Don't abuse smp_call_function_single() in tick_setup_device()Oleg Nesterov1-28/+14
2024-05-17timers: Rename del_timer() to timer_delete()Thomas Gleixner1-3/+3
2024-05-17timers: Get rid of del_singleshot_timer_sync()Thomas Gleixner1-1/+1
2024-04-03timers: Rename del_timer_sync() to timer_delete_sync()Thomas Gleixner1-9/+9
2024-04-03timers: Use del_timer_sync() even on UPThomas Gleixner1-2/+0
2024-04-03timers: Update kernel-doc for various functionsThomas Gleixner1-58/+90
2024-03-26timekeeping: Fix cross-timestamp interpolation for non-x86Peter Hilber1-4/+2
2024-03-26timekeeping: Fix cross-timestamp interpolation corner case decisionPeter Hilber1-8/+10
2024-03-26timekeeping: Fix cross-timestamp interpolation on counter wrapPeter Hilber1-1/+1
2024-03-26time: test: Fix incorrect format specifierDavid Gow1-1/+1
2024-02-23hrtimer: Ignore slack time for RT tasks in schedule_hrtimeout_range()Davidlohr Bueso1-3/+11
2024-02-16clocksource: Skip watchdog check for large watchdog intervalsJiri Wiesner1-1/+24
2024-02-16hrtimer: Report offline hrtimer enqueueFrederic Weisbecker1-0/+3
2024-01-31tick/sched: Preserve number of idle sleeps across CPU hotplug eventsTim Chen1-0/+5
2024-01-25tick-sched: Fix idle and iowait sleeptime accounting vs CPU hotplugHeiko Carstens1-0/+5
2023-12-13hrtimers: Push pending hrtimers away from outgoing CPU earlierThomas Gleixner1-21/+12