summaryrefslogtreecommitdiffstats
path: root/kernel/time/timer.c
AgeCommit message (Expand)AuthorLines
2021-07-04Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-14/+0
2021-06-18sched,timer: Use __set_current_state()Peter Zijlstra-1/+1
2021-05-10timer: Revert "timer: Add timer_curr_running()"Frederic Weisbecker-14/+0
2021-03-22timekeeping, clocksource: Fix various typos in commentsIngo Molnar-2/+2
2021-01-06rcu/nocb: Code-style nits in callback-offloading togglingPaul E. McKenney-0/+1
2021-01-06timer: Add timer_curr_running()Frederic Weisbecker-0/+13
2020-12-14Merge tag 'timers-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-25/+32
2020-11-16timers: Make run_local_timers() staticThomas Gleixner-24/+24
2020-11-15timers: Don't block on ->expiry_lock for TIMER_IRQSAFE timersSebastian Andrzej Siewior-1/+8
2020-10-26timers: Remove unused inline funtion debug_timer_free()YueHaibing-5/+0
2020-10-24random32: add noise from network and scheduling activityWilly Tarreau-0/+2
2020-10-24random32: make prandom_u32() output unpredictableGeorge Spelvin-7/+0
2020-10-12Merge tag 'timers-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+2
2020-09-24timers: Mask invalid flags in do_init_timer()Qianli Zhao-0/+2
2020-09-24treewide: Make all debug_obj_descriptors constStephen Boyd-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-08-06posix-cpu-timers: Provide mechanisms to defer timer handling to task_workThomas Gleixner-0/+1
2020-08-04Merge tag 'timers-core-2020-08-04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-145/+108
2020-07-29random32: update the net random state on interrupt and activityWilly Tarreau-0/+8
2020-07-24timers: Recalculate next timer interrupt only when necessaryFrederic Weisbecker-3/+18
2020-07-17timers: Lower base clock forwarding thresholdFrederic Weisbecker-1/+1
2020-07-17timers: Remove must_forward_clkFrederic Weisbecker-16/+6
2020-07-17timers: Spare timer softirq until next expiryFrederic Weisbecker-41/+8
2020-07-17timers: Expand clk forward logic beyond nohzFrederic Weisbecker-22/+4
2020-07-17timers: Reuse next expiry cache after nohz exitFrederic Weisbecker-4/+2
2020-07-17timers: Always keep track of next expiryFrederic Weisbecker-21/+21
2020-07-17timers: Optimize _next_timer_interrupt() level iterationFrederic Weisbecker-1/+9
2020-07-17timers: Add comments about calc_index() ceiling workFrederic Weisbecker-1/+11
2020-07-17timers: Move trigger_dyntick_cpu() to enqueue_timer()Frederic Weisbecker-36/+25
2020-07-17timers: Use only bucket expiry for base->next_expiry valueAnna-Maria Behnsen-30/+34
2020-07-17timers: Preserve higher bits of expiration on index calculationFrederic Weisbecker-1/+1
2020-07-17timer: Fix wheel index calculation on last levelFrederic Weisbecker-2/+2
2020-07-09timer: Prevent base->clk from moving backwardFrederic Weisbecker-3/+14
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig-2/+1
2020-03-30Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-7/+9
2020-02-20timer: Use hlist_unhashed_lockless() in timer_pending()Eric Dumazet-3/+4
2020-02-17timer: Improve the comment describing schedule_timeout()Alexander Popov-7/+9
2019-09-19timer: Read jiffies once when forwarding base clkLi RongQing-3/+5
2019-08-21posix-cpu-timers: Remove tsk argument from run_posix_cpu_timers()Thomas Gleixner-1/+1
2019-08-01timers: Prepare support for PREEMPT_RTAnna-Maria Gleixner-8/+95
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-1/+1
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus-1/+1
2019-03-24timer/trace: Improve timer tracingAnna-Maria Gleixner-4/+13
2019-03-24timer: Move trace point to get proper indexAnna-Maria Gleixner-9/+4
2019-03-05Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2019-01-29timers: Mark expected switch fall-throughsGustavo A. R. Silva-1/+1
2019-01-25rcu: Rename rcu_check_callbacks() to rcu_sched_clock_irq()Paul E. McKenney-1/+1
2018-11-23time: Add SPDX license identifiersThomas Gleixner-0/+1
2018-11-23time: Remove useless filenames in top level commentsThomas Gleixner-2/+0
2018-08-02timers: Clear timer_base::must_forward_clk with timer_base::lock heldGaurav Kohli-13/+16