summaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)Author
2023-08-16timers/nohz: Last resort update jiffies on nohz_full IRQ entryFrederic Weisbecker
2023-08-16timers/nohz: Switch to ONESHOT_STOPPED in the low-res handler when the tick i...Nicholas Piggin
2023-08-16tick: Detect and fix jiffies update stallFrederic Weisbecker
2023-07-23posix-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-08-17timekeeping: contribute wall clock to rng on time changeJason A. Donenfeld
2022-08-17wireguard: ratelimiter: use hrtimer in selftestJason A. Donenfeld
2022-07-21fix race between exit_itimers() and /proc/pid/timersOleg Nesterov
2022-07-02tick/nohz: unexport __init-annotated tick_nohz_full_setup()Masahiro Yamada
2022-05-30timekeeping: Add raw clock fallback for random_get_entropy()Jason A. Donenfeld
2022-05-12timekeeping: Mark NMI safe time accessors as notraceKurt Kanzenbach
2022-04-20timers: Fix warning condition in __run_timers()Anna-Maria Behnsen
2022-04-20tick/nohz: Use WARN_ON_ONCE() to prevent console saturationPaul Gortmaker
2022-01-27clocksource: Avoid accidental unstable marking of clocksourcesWaiman Long
2021-12-22timekeeping: Really make sure wall_to_monotonic isn't positiveYu Liao
2021-12-14timers: implement usleep_idle_range()SeongJae Park
2021-11-18posix-cpu-timers: Clear task::posix_cputimers_work in copy_process()Michael Pratt
2021-09-23posix-cpu-timers: Prevent spuriously armed 0-value itimerFrederic Weisbecker
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-03memcg: enable accounting for posix_timers_cache slabVasily Averin
2021-09-03memcg: enable accounting for new namesapces and struct nsproxyVasily Averin
2021-08-28clocksource: Make clocksource watchdog test safe for slow-HZ systemsPaul E. McKenney
2021-08-12hrtimer: Unbreak hrtimer_force_reprogram()Thomas Gleixner
2021-08-12hrtimer: Use raw_cpu_ptr() in clock_was_set()Thomas Gleixner
2021-08-10hrtimer: Avoid more SMP function calls in clock_was_set()Thomas Gleixner
2021-08-10hrtimer: Avoid unnecessary SMP function calls in clock_was_set()Marcelo Tosatti
2021-08-10hrtimer: Add bases argument to clock_was_set()Thomas Gleixner
2021-08-10time/timekeeping: Avoid invoking clock_was_set() twiceThomas Gleixner
2021-08-10timekeeping: Distangle resume and clock-was-set eventsThomas Gleixner
2021-08-10hrtimer: Force clock_was_set() handling for the HIGHRES=n, NOHZ=y caseThomas Gleixner
2021-08-10hrtimer: Ensure timerfd notification for HIGHRES=nThomas Gleixner
2021-08-10hrtimer: Consolidate reprogramming codePeter Zijlstra
2021-08-10hrtimer: Avoid double reprogramming in __hrtimer_start_range_ns()Thomas Gleixner
2021-08-10posix-cpu-timers: Recalc next expiration when timer_settime() ends up not que...Frederic Weisbecker
2021-08-10posix-cpu-timers: Consolidate timer base accessorFrederic Weisbecker
2021-08-10posix-cpu-timers: Remove confusing return value overrideFrederic Weisbecker
2021-08-10posix-cpu-timers: Force next expiration recalc after itimer resetFrederic Weisbecker
2021-08-10posix-cpu-timers: Force next_expiration recalc after timer deletionFrederic Weisbecker
2021-08-10posix-cpu-timers: Assert task sighand is locked while starting cputime counterFrederic Weisbecker
2021-08-10posix-timers: Remove redundant initialization of variable retColin Ian King