summaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)AuthorFilesLines
2025-03-13clocksource: Use migrate_disable() to avoid calling get_random_u32() in atomi...Waiman Long1-2/+4
2025-03-13clocksource: Use pr_info() for "Checking clocksource synchronization" messageWaiman Long1-1/+2
2025-03-13clocksource: Replace cpumask_weight() with cpumask_empty()Yury Norov1-1/+1
2025-03-13clocksource: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior1-3/+3
2025-03-13clocksource: Limit number of CPUs checked for clock synchronizationPaul E. McKenney1-2/+72
2025-02-01hrtimers: Handle CPU state correctly on hotplugKoichiro Den1-1/+10
2024-12-14time: Fix references to _msecs_to_jiffies() handling of valuesMiguel Ojeda1-1/+1
2024-11-08posix-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-09-04hrtimer: Prevent queuing of hrtimer without a function callbackPhil Chang1-0/+2
2024-08-19ntp: Safeguard against time_constant overflowJustin Stitt1-3/+2
2024-08-19ntp: Clamp maxerror and esterror to operating rangeJustin Stitt1-2/+2
2024-08-19tick/broadcast: Move per CPU pointer access into the atomic sectionThomas Gleixner1-1/+2
2024-08-19tick/broadcast: Make takeover of broadcast hrtimer reliableYu Liao1-0/+23
2024-07-05tick/nohz_full: Don't abuse smp_call_function_single() in tick_setup_device()Oleg Nesterov1-28/+14
2024-04-13timers: Rename del_timer_sync() to timer_delete_sync()Thomas Gleixner1-9/+9
2024-04-13timers: Use del_timer_sync() even on UPThomas Gleixner1-2/+0
2024-04-13timers: 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-02-23hrtimer: Ignore slack time for RT tasks in schedule_hrtimeout_range()Davidlohr Bueso1-3/+11
2024-02-23clocksource: Skip watchdog check for large watchdog intervalsJiri Wiesner1-1/+24
2024-02-23hrtimer: Report offline hrtimer enqueueFrederic Weisbecker1-0/+3
2024-02-23tick/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
2023-08-30timers/nohz: Switch to ONESHOT_STOPPED in the low-res handler when the tick i...Nicholas Piggin1-2/+10
2023-08-30tick: Detect and fix jiffies update stallFrederic Weisbecker2-0/+21
2023-07-27posix-timers: Ensure timer ID search-loop limit is validThomas Gleixner1-13/+18
2023-07-27posix-timers: Prevent RT livelock in itimer_delete()Thomas Gleixner1-8/+35
2023-06-28tick/common: Align tick period during sched_timer setupThomas Gleixner2-13/+13
2023-05-17tick/common: Align tick period with the HZ tick.Sebastian Andrzej Siewior1-1/+11
2023-05-17tick: Get rid of tick_periodThomas Gleixner4-18/+15
2023-05-17tick/sched: Optimize tick_do_update_jiffies64() furtherThomas Gleixner1-5/+6
2023-05-17tick/sched: Reduce seqcount held scope in tick_do_update_jiffies64()Yunfeng Ye1-25/+22
2023-05-17tick/sched: Use tick_next_period for lockless quick checkThomas Gleixner1-13/+33
2023-05-17rcu: Fix missing TICK_DEP_MASK_RCU_EXP dependency checkZqiang1-0/+5
2023-05-17tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystemJoel Fernandes (Google)1-3/+8
2023-05-17posix-cpu-timers: Implement the missing timer_wait_running callbackThomas Gleixner2-14/+71
2023-03-11clocksource: Suspend the watchdog temporarily when high read latency detectedFeng Tang1-13/+32
2023-03-11timers: Prevent union confusion from unexpected restart_syscall()Jann Horn3-0/+6
2023-02-22alarmtimer: Prevent starvation by small intervals and SIG_IGNThomas Gleixner1-4/+29
2022-08-21timekeeping: contribute wall clock to rng on time changeJason A. Donenfeld1-1/+6
2022-08-21wireguard: ratelimiter: use hrtimer in selftestJason A. Donenfeld1-0/+1
2022-07-21fix race between exit_itimers() and /proc/pid/timersOleg Nesterov1-5/+14
2022-07-02tick/nohz: unexport __init-annotated tick_nohz_full_setup()Masahiro Yamada1-1/+0
2022-05-30timekeeping: Add raw clock fallback for random_get_entropy()Jason A. Donenfeld1-0/+15
2022-04-20timers: Fix warning condition in __run_timers()Anna-Maria Behnsen1-4/+7
2022-04-20tick/nohz: Use WARN_ON_ONCE() to prevent console saturationPaul Gortmaker1-1/+1