summaryrefslogtreecommitdiffstats
path: root/kernel/time/timer.c
Commit message (Expand)AuthorAgeFilesLines
* timers: Fix warning condition in __run_timers()Anna-Maria Behnsen2022-04-091-4/+7
* timers: implement usleep_idle_range()SeongJae Park2021-12-101-7/+9
* timers: Move clearing of base::timer_running under base:: LockThomas Gleixner2021-07-271-2/+4
* timers: Fix get_next_timer_interrupt() with no timers pendingNicolas Saenz Julienne2021-07-151-3/+5
* Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-07-041-14/+0
|\
| * timer: Revert "timer: Add timer_curr_running()"Frederic Weisbecker2021-05-101-14/+0
* | sched,timer: Use __set_current_state()Peter Zijlstra2021-06-181-1/+1
|/
* timekeeping, clocksource: Fix various typos in commentsIngo Molnar2021-03-221-2/+2
* rcu/nocb: Code-style nits in callback-offloading togglingPaul E. McKenney2021-01-061-0/+1
* timer: Add timer_curr_running()Frederic Weisbecker2021-01-061-0/+13
* Merge tag 'timers-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-12-141-25/+32
|\
| * timers: Make run_local_timers() staticThomas Gleixner2020-11-161-24/+24
| * timers: Don't block on ->expiry_lock for TIMER_IRQSAFE timersSebastian Andrzej Siewior2020-11-151-1/+8
* | timers: Remove unused inline funtion debug_timer_free()YueHaibing2020-10-261-5/+0
|/
* 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