aboutsummaryrefslogtreecommitdiff
path: root/kernel/time/timer.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-24timers: Provide timer_shutdown[_sync]()Gravatar Thomas Gleixner 1-0/+66
2022-11-24timers: Add shutdown mechanism to the internal functionsGravatar Thomas Gleixner 1-8/+54
2022-11-24timers: Split [try_to_]del_timer[_sync]() to prepare for shutdown modeGravatar Thomas Gleixner 1-51/+92
2022-11-24timers: Silently ignore timers with a NULL functionGravatar Thomas Gleixner 1-5/+52
2022-11-24timers: Rename del_timer() to timer_delete()Gravatar Thomas Gleixner 1-3/+3
2022-11-24timers: Rename del_timer_sync() to timer_delete_sync()Gravatar Thomas Gleixner 1-9/+9
2022-11-24timers: Use del_timer_sync() even on UPGravatar Thomas Gleixner 1-2/+0
2022-11-24timers: Update kernel-doc for various functionsGravatar Thomas Gleixner 1-58/+90
2022-11-24timers: Replace BUG_ON()sGravatar Thomas Gleixner 1-5/+6
2022-11-24timers: Get rid of del_singleshot_timer_sync()Gravatar Thomas Gleixner 1-1/+1
2022-10-17timers: Replace in_irq() with in_hardirq()Gravatar ye xingchen 1-1/+1
2022-05-24Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-2/+0
2022-05-18random32: use real rng for non-deterministic randomnessGravatar Jason A. Donenfeld 1-2/+0
2022-05-14timers: Provide a better debugobjects hint for delayed worksGravatar Stephen Boyd 1-1/+31
2022-04-10timers: Move timer sysctl into the timer codeGravatar tangmeng 1-15/+38
2022-04-09timers: Simplify calc_index()Gravatar Thomas Gleixner 1-1/+1
2022-04-09timers: Initialize base::next_expiry_recalc in timers_prepare_cpu()Gravatar Anna-Maria Behnsen 1-0/+1
2022-04-09timers: Fix warning condition in __run_timers()Gravatar Anna-Maria Behnsen 1-4/+7
2021-12-10timers: implement usleep_idle_range()Gravatar SeongJae Park 1-7/+9
2021-07-27timers: Move clearing of base::timer_running under base:: LockGravatar Thomas Gleixner 1-2/+4
2021-07-15timers: Fix get_next_timer_interrupt() with no timers pendingGravatar Nicolas Saenz Julienne 1-3/+5
2021-07-04Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-14/+0
2021-06-18sched,timer: Use __set_current_state()Gravatar Peter Zijlstra 1-1/+1
2021-05-10timer: Revert "timer: Add timer_curr_running()"Gravatar Frederic Weisbecker 1-14/+0
2021-03-22timekeeping, clocksource: Fix various typos in commentsGravatar Ingo Molnar 1-2/+2
2021-01-06rcu/nocb: Code-style nits in callback-offloading togglingGravatar Paul E. McKenney 1-0/+1
2021-01-06timer: Add timer_curr_running()Gravatar Frederic Weisbecker 1-0/+13
2020-12-14Merge tag 'timers-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-25/+32
2020-11-16timers: Make run_local_timers() staticGravatar Thomas Gleixner 1-24/+24
2020-11-15timers: Don't block on ->expiry_lock for TIMER_IRQSAFE timersGravatar Sebastian Andrzej Siewior 1-1/+8
2020-10-26timers: Remove unused inline funtion debug_timer_free()Gravatar YueHaibing 1-5/+0
2020-10-24random32: add noise from network and scheduling activityGravatar Willy Tarreau 1-0/+2
2020-10-24random32: make prandom_u32() output unpredictableGravatar George Spelvin 1-7/+0
2020-10-12Merge tag 'timers-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+2
2020-09-24timers: Mask invalid flags in do_init_timer()Gravatar Qianli Zhao 1-0/+2
2020-09-24treewide: Make all debug_obj_descriptors constGravatar Stephen Boyd 1-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-08-06posix-cpu-timers: Provide mechanisms to defer timer handling to task_workGravatar Thomas Gleixner 1-0/+1
2020-08-04Merge tag 'timers-core-2020-08-04' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-145/+108
2020-07-29random32: update the net random state on interrupt and activityGravatar Willy Tarreau 1-0/+8
2020-07-24timers: Recalculate next timer interrupt only when necessaryGravatar Frederic Weisbecker 1-3/+18
2020-07-17timers: Lower base clock forwarding thresholdGravatar Frederic Weisbecker 1-1/+1
2020-07-17timers: Remove must_forward_clkGravatar Frederic Weisbecker 1-16/+6
2020-07-17timers: Spare timer softirq until next expiryGravatar Frederic Weisbecker 1-41/+8
2020-07-17timers: Expand clk forward logic beyond nohzGravatar Frederic Weisbecker 1-22/+4
2020-07-17timers: Reuse next expiry cache after nohz exitGravatar Frederic Weisbecker 1-4/+2
2020-07-17timers: Always keep track of next expiryGravatar Frederic Weisbecker 1-21/+21
2020-07-17timers: Optimize _next_timer_interrupt() level iterationGravatar Frederic Weisbecker 1-1/+9
2020-07-17timers: Add comments about calc_index() ceiling workGravatar Frederic Weisbecker 1-1/+11
2020-07-17timers: Move trigger_dyntick_cpu() to enqueue_timer()Gravatar Frederic Weisbecker 1-36/+25