aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/timer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-06posix-cpu-timers: Provide mechanisms to defer timer handling to task_workThomas Gleixner1-0/+1
2020-08-04Merge tag 'timers-core-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-145/+108
2020-07-29random32: update the net random state on interrupt and activityWilly Tarreau1-0/+8
2020-07-24timers: Recalculate next timer interrupt only when necessaryFrederic Weisbecker1-3/+18
2020-07-17timers: Lower base clock forwarding thresholdFrederic Weisbecker1-1/+1
2020-07-17timers: Remove must_forward_clkFrederic Weisbecker1-16/+6
2020-07-17timers: Spare timer softirq until next expiryFrederic Weisbecker1-41/+8
2020-07-17timers: Expand clk forward logic beyond nohzFrederic Weisbecker1-22/+4
2020-07-17timers: Reuse next expiry cache after nohz exitFrederic Weisbecker1-4/+2
2020-07-17timers: Always keep track of next expiryFrederic Weisbecker1-21/+21
2020-07-17timers: Optimize _next_timer_interrupt() level iterationFrederic Weisbecker1-1/+9
2020-07-17timers: Add comments about calc_index() ceiling workFrederic Weisbecker1-1/+11
2020-07-17timers: Move trigger_dyntick_cpu() to enqueue_timer()Frederic Weisbecker1-36/+25
2020-07-17timers: Use only bucket expiry for base->next_expiry valueAnna-Maria Behnsen1-30/+34
2020-07-17timers: Preserve higher bits of expiration on index calculationFrederic Weisbecker1-1/+1
2020-07-17timer: Fix wheel index calculation on last levelFrederic Weisbecker1-2/+2
2020-07-09timer: Prevent base->clk from moving backwardFrederic Weisbecker1-3/+14
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-2/+1
2020-03-30Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+9
2020-02-20timer: Use hlist_unhashed_lockless() in timer_pending()Eric Dumazet1-3/+4
2020-02-17timer: Improve the comment describing schedule_timeout()Alexander Popov1-7/+9
2019-09-19timer: Read jiffies once when forwarding base clkLi RongQing1-3/+5
2019-08-21posix-cpu-timers: Remove tsk argument from run_posix_cpu_timers()Thomas Gleixner1-1/+1
2019-08-01timers: Prepare support for PREEMPT_RTAnna-Maria Gleixner1-8/+95
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-1/+1
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus1-1/+1
2019-03-24timer/trace: Improve timer tracingAnna-Maria Gleixner1-4/+13
2019-03-24timer: Move trace point to get proper indexAnna-Maria Gleixner1-9/+4
2019-03-05Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2019-01-29timers: Mark expected switch fall-throughsGustavo A. R. Silva1-1/+1
2019-01-25rcu: Rename rcu_check_callbacks() to rcu_sched_clock_irq()Paul E. McKenney1-1/+1
2018-11-23time: Add SPDX license identifiersThomas Gleixner1-0/+1
2018-11-23time: Remove useless filenames in top level commentsThomas Gleixner1-2/+0
2018-08-02timers: Clear timer_base::must_forward_clk with timer_base::lock heldGaurav Kohli1-13/+16
2018-07-19timer: Fix coding styleYi Wang1-1/+1
2018-05-13timers: Adjust a kernel-doc commentMauro Carvalho Chehab1-7/+7
2018-02-28timers: Forward timer base before migrating timersLingutla Chandrasekhar1-0/+6
2018-01-16hrtimer: Unify remote enqueue handlingAnna-Maria Gleixner1-1/+8
2018-01-16hrtimer: Optimize the hrtimer code by using static keys for migration_enable/nohz_activeThomas Gleixner1-41/+42
2018-01-14timers: Unconditionally check deferrable baseThomas Gleixner1-1/+1
2017-12-29timers: Invoke timer_start_debug() where it makes senseThomas Gleixner1-2/+2
2017-12-29timers: Reinitialize per cpu bases on hotplugThomas Gleixner1-0/+15
2017-12-29timers: Use deferrable base independent of base::nohz_activeAnna-Maria Gleixner1-9/+7
2017-11-21timer: Pass function down to initialization routinesKees Cook1-6/+15
2017-11-21timer: Switch callback prototype to take struct timer_list * argumentKees Cook1-3/+3
2017-11-21timer: Pass timer_list pointer to callbacks unconditionallyKees Cook1-10/+7
2017-11-12timers: Add a function to start/reduce a timerDavid Howells1-7/+38
2017-10-18timer: Convert stub timer to timer_setup()Thomas Gleixner1-3/+3
2017-10-18timers: Avoid an unnecessary iteration in __run_timers()Zhenzhong Duan1-2/+5
2017-10-05timer: Convert schedule_timeout() to use from_timer()Kees Cook1-7/+19