summaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)AuthorFilesLines
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
2022-01-27clocksource: Avoid accidental unstable marking of clocksourcesWaiman Long1-9/+41
2022-01-27clocksource: Reduce clocksource-skew thresholdPaul E. McKenney2-17/+46
2021-12-22timekeeping: Really make sure wall_to_monotonic isn't positiveYu Liao1-2/+1
2021-11-18posix-cpu-timers: Clear task::posix_cputimers_work in copy_process()Michael Pratt1-2/+17
2021-09-16Revert "posix-cpu-timers: Force next expiration recalc after itimer reset"Greg Kroah-Hartman1-0/+2
2021-09-15hrtimer: Ensure timerfd notification for HIGHRES=nThomas Gleixner2-16/+19
2021-09-15hrtimer: Avoid double reprogramming in __hrtimer_start_range_ns()Thomas Gleixner1-7/+53
2021-09-15posix-cpu-timers: Force next expiration recalc after itimer resetFrederic Weisbecker1-2/+0
2021-08-12timers: Move clearing of base::timer_running under base:: LockThomas Gleixner1-2/+4
2021-07-28posix-cpu-timers: Fix rearm racing against process tickFrederic Weisbecker1-5/+5
2021-07-28timers: Fix get_next_timer_interrupt() with no timers pendingNicolas Saenz Julienne1-3/+5
2021-07-14clocksource: Check per-CPU clock synchronization when marked unstablePaul E. McKenney1-0/+60
2021-07-14clocksource: Retry clock read if long delays detectedPaul E. McKenney1-6/+47
2021-05-11posix-timers: Preserve return value in clock_adjtime32()Chen Jun1-2/+2
2021-03-25kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()Oleg Nesterov3-3/+3
2021-03-17hrtimer: Update softirq_expires_next correctly after __hrtimer_get_next_event()Anna-Maria Behnsen1-21/+39
2021-01-06tick/sched: Remove bogus boot "safety" checkThomas Gleixner1-7/+0
2020-10-26time: Prevent undefined behaviour in timespec64_to_ns()Zeng Tao1-4/+0
2020-10-26timers: Remove unused inline funtion debug_timer_free()YueHaibing1-5/+0
2020-10-26hrtimer: Remove unused inline function debug_hrtimer_free()YueHaibing1-5/+0
2020-10-26time/sched_clock: Mark sched_clock_read_begin/retry() as notraceQuanyang Wang1-2/+2
2020-10-24random32: add noise from network and scheduling activityWilly Tarreau1-0/+2
2020-10-24random32: make prandom_u32() output unpredictableGeorge Spelvin1-7/+0
2020-10-18Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2020-10-12Merge tag 'locking-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-8/+8
2020-10-12Merge tag 'timers-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-20/+93
2020-10-09Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar4-5/+5