summaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)Author
2022-08-21timekeeping: contribute wall clock to rng on time changeJason A. Donenfeld
2022-08-21wireguard: 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-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
2022-01-27clocksource: Reduce clocksource-skew thresholdPaul E. McKenney
2021-12-22timekeeping: Really make sure wall_to_monotonic isn't positiveYu Liao
2021-11-18posix-cpu-timers: Clear task::posix_cputimers_work in copy_process()Michael Pratt
2021-09-16Revert "posix-cpu-timers: Force next expiration recalc after itimer reset"Greg Kroah-Hartman
2021-09-15hrtimer: Ensure timerfd notification for HIGHRES=nThomas Gleixner
2021-09-15hrtimer: Avoid double reprogramming in __hrtimer_start_range_ns()Thomas Gleixner
2021-09-15posix-cpu-timers: Force next expiration recalc after itimer resetFrederic Weisbecker
2021-08-12timers: Move clearing of base::timer_running under base:: LockThomas Gleixner
2021-07-28posix-cpu-timers: Fix rearm racing against process tickFrederic Weisbecker
2021-07-28timers: Fix get_next_timer_interrupt() with no timers pendingNicolas Saenz Julienne
2021-07-14clocksource: Check per-CPU clock synchronization when marked unstablePaul E. McKenney
2021-07-14clocksource: Retry clock read if long delays detectedPaul E. McKenney
2021-05-11posix-timers: Preserve return value in clock_adjtime32()Chen Jun
2021-03-25kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()Oleg Nesterov
2021-03-17hrtimer: Update softirq_expires_next correctly after __hrtimer_get_next_event()Anna-Maria Behnsen
2021-01-06tick/sched: Remove bogus boot "safety" checkThomas Gleixner
2020-10-26time: Prevent undefined behaviour in timespec64_to_ns()Zeng Tao
2020-10-26timers: Remove unused inline funtion debug_timer_free()YueHaibing
2020-10-26hrtimer: Remove unused inline function debug_hrtimer_free()YueHaibing
2020-10-26time/sched_clock: Mark sched_clock_read_begin/retry() as notraceQuanyang Wang
2020-10-24random32: add noise from network and scheduling activityWilly Tarreau
2020-10-24random32: make prandom_u32() output unpredictableGeorge Spelvin
2020-10-18Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-10-12Merge tag 'locking-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-10-12Merge tag 'timers-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-10-09Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar
2020-10-09Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2020-09-24timers: Mask invalid flags in do_init_timer()Qianli Zhao
2020-09-24treewide: Make all debug_obj_descriptors constStephen Boyd
2020-09-10timekeeping: Use seqcount_latch_tAhmed S. Darwish
2020-09-10time/sched_clock: Use seqcount_latch_tAhmed S. Darwish
2020-09-10time/sched_clock: Use raw_read_seqcount_latch() during suspendAhmed S. Darwish
2020-08-25alarmtimer: Convert comma to semicolonXu Wang
2020-08-24tick-sched: Clarify "NOHZ: local_softirq_pending" warningPaul E. McKenney
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-23timekeeping: Provide multi-timestamp accessor to NMI safe timekeeperThomas Gleixner
2020-08-23timekeeping: Utilize local_clock() for NMI safe timekeeper during early bootThomas Gleixner
2020-08-14Merge tag 'timers-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-08-14Merge tag 'timers-core-2020-08-14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-08-10time: Delete repeated words in commentsRandy Dunlap
2020-08-06posix-cpu-timers: Provide mechanisms to defer timer handling to task_workThomas Gleixner