summaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)Author
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-05-17timers: Rename del_timer() to timer_delete()Thomas Gleixner
2024-05-17timers: Get rid of del_singleshot_timer_sync()Thomas Gleixner
2024-04-03timers: Rename del_timer_sync() to timer_delete_sync()Thomas Gleixner
2024-04-03timers: Use del_timer_sync() even on UPThomas Gleixner
2024-04-03timers: 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-03-26time: test: Fix incorrect format specifierDavid Gow
2024-02-23hrtimer: Ignore slack time for RT tasks in schedule_hrtimeout_range()Davidlohr Bueso
2024-02-16clocksource: Skip watchdog check for large watchdog intervalsJiri Wiesner
2024-02-16hrtimer: Report offline hrtimer enqueueFrederic Weisbecker
2024-01-31tick/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-09-13tick/rcu: Fix false positive "softirq work is pending" messagesPaul Gortmaker
2023-07-19tick/rcu: Fix bogus ratelimit conditionWen Yang
2023-07-19posix-timers: Prevent RT livelock in itimer_delete()Thomas Gleixner
2023-06-28tick/common: Align tick period during sched_timer setupThomas Gleixner
2023-05-24tick/broadcast: Make broadcast device replacement work correctlyThomas Gleixner
2023-05-11timekeeping: Fix references to nonexistent ktime_get_fast_ns()Geert Uytterhoeven
2023-05-11tick/common: Align tick period with the HZ tick.Sebastian Andrzej Siewior
2023-05-11rcu: Fix missing TICK_DEP_MASK_RCU_EXP dependency checkZqiang
2023-05-11tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystemJoel Fernandes (Google)
2023-05-11posix-cpu-timers: Implement the missing timer_wait_running callbackThomas Gleixner
2023-03-10time/debug: Fix memory leak with using debugfs_lookup()Greg Kroah-Hartman
2023-03-10clocksource: Suspend the watchdog temporarily when high read latency detectedFeng Tang
2023-03-10timers: Prevent union confusion from unexpected restart_syscall()Jann Horn
2023-02-22alarmtimer: Prevent starvation by small intervals and SIG_IGNThomas Gleixner
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-10-10Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-09-07freezer,sched: Rewrite core freezer logicPeter Zijlstra
2022-08-09time: Correct the prototype of ns_to_kernel_old_timeval and ns_to_timespec64Youngmin Nam
2022-08-06posix-timers: Make do_clock_gettime() staticJiri Slaby
2022-08-03Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-08-02Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-08-02wireguard: ratelimiter: use hrtimer in selftestJason A. Donenfeld
2022-07-18timekeeping: contribute wall clock to rng on time changeJason A. Donenfeld
2022-07-11fix race between exit_itimers() and /proc/pid/timersOleg Nesterov
2022-07-05context_tracking: Take idle eqs entrypoints over RCUFrederic Weisbecker
2022-06-29context_tracking: Split user tracking KconfigFrederic Weisbecker
2022-06-29context_tracking: Rename context_tracking_cpu_set() to ct_cpu_track_user()Frederic Weisbecker