summaryrefslogtreecommitdiff
path: root/kernel/time/timer.c
AgeCommit message (Expand)Author
2020-12-14Merge 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-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-06posix-cpu-timers: Provide mechanisms to defer timer handling to task_workThomas Gleixner
2020-08-04Merge 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-30Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-02-20timer: 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
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus
2019-03-24timer/trace: Improve timer tracingAnna-Maria Gleixner
2019-03-24timer: Move trace point to get proper indexAnna-Maria Gleixner
2019-03-05Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-01-29timers: Mark expected switch fall-throughsGustavo A. R. Silva
2019-01-25rcu: Rename rcu_check_callbacks() to rcu_sched_clock_irq()Paul E. McKenney
2018-11-23time: Add SPDX license identifiersThomas Gleixner
2018-11-23time: Remove useless filenames in top level commentsThomas Gleixner
2018-08-02timers: Clear timer_base::must_forward_clk with timer_base::lock heldGaurav Kohli
2018-07-19timer: Fix coding styleYi Wang
2018-05-13timers: Adjust a kernel-doc commentMauro Carvalho Chehab
2018-02-28timers: Forward timer base before migrating timersLingutla Chandrasekhar
2018-01-16hrtimer: Unify remote enqueue handlingAnna-Maria Gleixner
2018-01-16hrtimer: Optimize the hrtimer code by using static keys for migration_enable/...Thomas Gleixner
2018-01-14timers: Unconditionally check deferrable baseThomas Gleixner