aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/timer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-27timers: Move clearing of base::timer_running under base:: LockThomas Gleixner1-2/+4
2021-07-15timers: Fix get_next_timer_interrupt() with no timers pendingNicolas Saenz Julienne1-3/+5
2021-07-04Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcuLinus Torvalds1-14/+0
2021-06-18sched,timer: Use __set_current_state()Peter Zijlstra1-1/+1
2021-05-10timer: Revert "timer: Add timer_curr_running()"Frederic Weisbecker1-14/+0
2021-03-22timekeeping, clocksource: Fix various typos in commentsIngo Molnar1-2/+2
2021-01-06rcu/nocb: Code-style nits in callback-offloading togglingPaul E. McKenney1-0/+1
2021-01-06timer: Add timer_curr_running()Frederic Weisbecker1-0/+13
2020-12-14Merge tag 'timers-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-25/+32
2020-11-16timers: Make run_local_timers() staticThomas Gleixner1-24/+24
2020-11-15timers: Don't block on ->expiry_lock for TIMER_IRQSAFE timersSebastian Andrzej Siewior1-1/+8
2020-10-26timers: Remove unused inline funtion debug_timer_free()YueHaibing1-5/+0
2020-10-24random32: add noise from network and scheduling activityWilly Tarreau1-0/+2
2020-10-24random32: make prandom_u32() output unpredictableGeorge Spelvin1-7/+0
2020-10-12Merge tag 'timers-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2020-09-24timers: Mask invalid flags in do_init_timer()Qianli Zhao1-0/+2
2020-09-24treewide: Make all debug_obj_descriptors constStephen Boyd1-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
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