summaryrefslogtreecommitdiffstats
path: root/kernel/time/timer.c
Commit message (Expand)AuthorAgeFilesLines
* random32: add noise from network and scheduling activityWilly Tarreau2020-10-241-0/+2
* random32: make prandom_u32() output unpredictableGeorge Spelvin2020-10-241-7/+0
* Merge tag 'timers-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-10-121-0/+2
|\
| * timers: Mask invalid flags in do_init_timer()Qianli Zhao2020-09-241-0/+2
* | treewide: Make all debug_obj_descriptors constStephen Boyd2020-09-241-2/+2
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
|/
* posix-cpu-timers: Provide mechanisms to defer timer handling to task_workThomas Gleixner2020-08-061-0/+1
* Merge tag 'timers-core-2020-08-04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-08-041-145/+108
|\
| * timers: Recalculate next timer interrupt only when necessaryFrederic Weisbecker2020-07-241-3/+18
| * timers: Lower base clock forwarding thresholdFrederic Weisbecker2020-07-171-1/+1
| * timers: Remove must_forward_clkFrederic Weisbecker2020-07-171-16/+6
| * timers: Spare timer softirq until next expiryFrederic Weisbecker2020-07-171-41/+8
| * timers: Expand clk forward logic beyond nohzFrederic Weisbecker2020-07-171-22/+4
| * timers: Reuse next expiry cache after nohz exitFrederic Weisbecker2020-07-171-4/+2
| * timers: Always keep track of next expiryFrederic Weisbecker2020-07-171-21/+21
| * timers: Optimize _next_timer_interrupt() level iterationFrederic Weisbecker2020-07-171-1/+9
| * timers: Add comments about calc_index() ceiling workFrederic Weisbecker2020-07-171-1/+11
| * timers: Move trigger_dyntick_cpu() to enqueue_timer()Frederic Weisbecker2020-07-171-36/+25
| * timers: Use only bucket expiry for base->next_expiry valueAnna-Maria Behnsen2020-07-171-30/+34
| * timers: Preserve higher bits of expiration on index calculationFrederic Weisbecker2020-07-171-1/+1
* | random32: update the net random state on interrupt and activityWilly Tarreau2020-07-291-0/+8
|/
* timer: Fix wheel index calculation on last levelFrederic Weisbecker2020-07-171-2/+2
* timer: Prevent base->clk from moving backwardFrederic Weisbecker2020-07-091-3/+14
* sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-2/+1
* Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-03-301-7/+9
|\
| * timer: Improve the comment describing schedule_timeout()Alexander Popov2020-02-171-7/+9
* | timer: Use hlist_unhashed_lockless() in timer_pending()Eric Dumazet2020-02-201-3/+4
|/
* timer: Read jiffies once when forwarding base clkLi RongQing2019-09-191-3/+5
* posix-cpu-timers: Remove tsk argument from run_posix_cpu_timers()Thomas Gleixner2019-08-211-1/+1
* timers: Prepare support for PREEMPT_RTAnna-Maria Gleixner2019-08-011-8/+95
* Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-05-071-1/+1
|\
| * treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-091-1/+1
* | timer/trace: Improve timer tracingAnna-Maria Gleixner2019-03-241-4/+13
* | timer: Move trace point to get proper indexAnna-Maria Gleixner2019-03-241-9/+4
|/
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-03-051-1/+1
|\
| * rcu: Rename rcu_check_callbacks() to rcu_sched_clock_irq()Paul E. McKenney2019-01-251-1/+1
* | timers: Mark expected switch fall-throughsGustavo A. R. Silva2019-01-291-1/+1
|/
* time: Add SPDX license identifiersThomas Gleixner2018-11-231-0/+1
* time: Remove useless filenames in top level commentsThomas Gleixner2018-11-231-2/+0
* timers: Clear timer_base::must_forward_clk with timer_base::lock heldGaurav Kohli2018-08-021-13/+16
* timer: Fix coding styleYi Wang2018-07-191-1/+1
* timers: Adjust a kernel-doc commentMauro Carvalho Chehab2018-05-131-7/+7
* timers: Forward timer base before migrating timersLingutla Chandrasekhar2018-02-281-0/+6
* hrtimer: Unify remote enqueue handlingAnna-Maria Gleixner2018-01-161-1/+8
* hrtimer: Optimize the hrtimer code by using static keys for migration_enable/...Thomas Gleixner2018-01-161-41/+42
* timers: Unconditionally check deferrable baseThomas Gleixner2018-01-141-1/+1
* timers: Invoke timer_start_debug() where it makes senseThomas Gleixner2017-12-291-2/+2
* timers: Reinitialize per cpu bases on hotplugThomas Gleixner2017-12-291-0/+15
* timers: Use deferrable base independent of base::nohz_activeAnna-Maria Gleixner2017-12-291-9/+7
* timer: Pass function down to initialization routinesKees Cook2017-11-211-6/+15