Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-24Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-05-18random32: use real rng for non-deterministic randomnessJason A. Donenfeld
2022-05-14timers: Provide a better debugobjects hint for delayed worksStephen Boyd
2022-04-10timers: Move timer sysctl into the timer codetangmeng
2022-04-09timers: Simplify calc_index()Thomas Gleixner
2022-04-09timers: Initialize base::next_expiry_recalc in timers_prepare_cpu()Anna-Maria Behnsen
2022-04-09timers: Fix warning condition in __run_timers()Anna-Maria Behnsen
2021-12-11timers: implement usleep_idle_range()SeongJae Park
2021-07-27timers: Move clearing of base::timer_running under base:: LockThomas Gleixner
2021-07-15timers: Fix get_next_timer_interrupt() with no timers pendingNicolas Saenz Julienne
2021-07-04Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-06-18sched,timer: Use __set_current_state()Peter Zijlstra
2021-05-11timer: Revert "timer: Add timer_curr_running()"Frederic Weisbecker
2021-03-23timekeeping, clocksource: Fix various typos in commentsIngo Molnar
2021-01-07rcu/nocb: Code-style nits in callback-offloading togglingPaul E. McKenney
2021-01-07timer: Add timer_curr_running()Frederic Weisbecker
2020-12-15Merge tag 'timers-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-11-16timers: Make run_local_timers() staticThomas Gleixner
2020-11-15timers: Don't block on ->expiry_lock for TIMER_IRQSAFE timersSebastian Andrzej Siewior
2020-10-26timers: Remove unused inline funtion debug_timer_free()YueHaibing
2020-10-24random32: add noise from network and scheduling activityWilly Tarreau
2020-10-24random32: make prandom_u32() output unpredictableGeorge Spelvin
2020-10-12Merge tag 'timers-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-09-24timers: Mask invalid flags in do_init_timer()Qianli Zhao
2020-09-24treewide: Make all debug_obj_descriptors constStephen Boyd
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-06posix-cpu-timers: Provide mechanisms to defer timer handling to task_workThomas Gleixner
2020-08-05Merge tag 'timers-core-2020-08-04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-07-29random32: update the net random state on interrupt and activityWilly Tarreau
2020-07-24timers: Recalculate next timer interrupt only when necessaryFrederic Weisbecker
2020-07-17timers: Lower base clock forwarding thresholdFrederic Weisbecker
2020-07-17timers: Remove must_forward_clkFrederic Weisbecker
2020-07-17timers: Spare timer softirq until next expiryFrederic Weisbecker
2020-07-17timers: Expand clk forward logic beyond nohzFrederic Weisbecker
2020-07-17timers: Reuse next expiry cache after nohz exitFrederic Weisbecker
2020-07-17timers: Always keep track of next expiryFrederic Weisbecker
2020-07-17timers: Optimize _next_timer_interrupt() level iterationFrederic Weisbecker
2020-07-17timers: Add comments about calc_index() ceiling workFrederic Weisbecker
2020-07-17timers: Move trigger_dyntick_cpu() to enqueue_timer()Frederic Weisbecker
2020-07-17timers: Use only bucket expiry for base->next_expiry valueAnna-Maria Behnsen
2020-07-17timers: Preserve higher bits of expiration on index calculationFrederic Weisbecker
2020-07-17timer: Fix wheel index calculation on last levelFrederic Weisbecker
2020-07-09timer: Prevent base->clk from moving backwardFrederic Weisbecker
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
2020-03-31Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-02-21timer: Use hlist_unhashed_lockless() in timer_pending()Eric Dumazet
2020-02-17timer: Improve the comment describing schedule_timeout()Alexander Popov
2019-09-19timer: Read jiffies once when forwarding base clkLi RongQing
2019-08-21posix-cpu-timers: Remove tsk argument from run_posix_cpu_timers()Thomas Gleixner
2019-08-01timers: Prepare support for PREEMPT_RTAnna-Maria Gleixner