summaryrefslogtreecommitdiffstats
path: root/kernel/time/tick-sched.c
Commit message (Expand)AuthorAgeFilesLines
* tick/nohz: Update comments some moreIngo Molnar2023-09-291-76/+74
* tick/nohz: Don't shutdown the lowres tick from itselfFrederic Weisbecker2023-09-271-11/+13
* tick/nohz: Update obsolete commentsFrederic Weisbecker2023-09-271-10/+36
* tick/nohz: Rename the tick handlers to more self-explanatory namesFrederic Weisbecker2023-09-271-4/+4
* tick/rcu: Fix false positive "softirq work is pending" messagesPaul Gortmaker2023-08-301-1/+1
* Merge tag 'timers-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux...Linus Torvalds2023-06-261-1/+1
|\
| * tick/rcu: Fix bogus ratelimit conditionWen Yang2023-06-181-1/+1
* | tick/common: Align tick period during sched_timer setupThomas Gleixner2023-06-161-1/+12
|/
* Merge tag 'timers-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-04-251-72/+63
|\
| * timers/nohz: Remove middle-function __tick_nohz_idle_stop_tick()Frederic Weisbecker2023-04-181-12/+8
| * timers/nohz: Add a comment about broken iowait counter update raceFrederic Weisbecker2023-04-181-2/+8
| * timers/nohz: Protect idle/iowait sleep time under seqcountFrederic Weisbecker2023-04-181-6/+16
| * timers/nohz: Only ever update sleeptime from idle exitFrederic Weisbecker2023-04-181-58/+37
* | rcu: Fix missing TICK_DEP_MASK_RCU_EXP dependency checkZqiang2023-04-051-0/+5
* | tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystemJoel Fernandes (Google)2023-04-051-3/+8
|/
* Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-021-1/+1
|\
| * context_tracking: Rename context_tracking_cpu_set() to ct_cpu_track_user()Frederic Weisbecker2022-06-291-1/+1
* | tick/nohz: unexport __init-annotated tick_nohz_full_setup()Masahiro Yamada2022-06-271-1/+0
|/
* Merge tag 'timers-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-05-231-2/+10
|\
| * timers/nohz: Switch to ONESHOT_STOPPED in the low-res handler when the tick i...Nicholas Piggin2022-04-251-2/+10
* | tick/sched: Fix non-kernel-doc commentJiapeng Chong2022-04-101-2/+2
* | tick/nohz: Use WARN_ON_ONCE() to prevent console saturationPaul Gortmaker2022-04-101-1/+1
|/
* tick/rcu: Stop allowing RCU_SOFTIRQ in idleFrederic Weisbecker2022-03-071-10/+40
* tick/rcu: Remove obsolete rcu_needs_cpu() parametersFrederic Weisbecker2022-03-071-6/+4
* tick: Detect and fix jiffies update stallFrederic Weisbecker2022-03-071-0/+17
* timers/nohz: Last resort update jiffies on nohz_full IRQ entryFrederic Weisbecker2021-12-021-0/+7
* Merge tag 'timers-nohz-2021-06-28' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-06-281-41/+88
|\
| * tick/nohz: Call tick_nohz_task_switch() with interrupts disabledPeter Zijlstra2021-05-131-6/+1
| * tick/nohz: Kick only _queued_ task whose tick dependency is updatedMarcelo Tosatti2021-05-131-2/+17
| * tick/nohz: Change signal tick dependency to wake up CPUs of member tasksMarcelo Tosatti2021-05-131-2/+13
| * tick/nohz: Only wake up a single target cpu when kicking a taskFrederic Weisbecker2021-05-131-13/+27
| * tick/nohz: Update idle_exittime on actual idle exitYunfeng Ye2021-05-131-6/+8
| * tick/nohz: Remove superflous check for CONFIG_VIRT_CPU_ACCOUNTING_NATIVEFrederic Weisbecker2021-05-131-2/+0
| * tick/nohz: Conditionally restart tick on idle exitYunfeng Ye2021-05-131-15/+27
* | tick/nohz: Only check for RCU deferred wakeup on user/guest entry when neededFrederic Weisbecker2021-05-311-0/+1
|/
* Merge tag 'pm-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2021-04-261-1/+5
|\
| * tick/nohz: Improve tick_nohz_get_next_hrtimer() kerneldocRafael J. Wysocki2021-04-071-1/+5
* | Merge tag 'timers-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-261-1/+1
|\ \
| * | timekeeping, clocksource: Fix various typos in commentsIngo Molnar2021-03-221-1/+1
| |/
* / tick/sched: Prevent false positive softirq pending warnings on RTThomas Gleixner2021-03-171-1/+1
|/
* Merge tag 'timers-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-12-271-7/+0
|\
| * tick/sched: Remove bogus boot "safety" checkThomas Gleixner2020-12-161-7/+0
* | Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-141-4/+2
|\ \ | |/ |/|
| * irq_work: CleanupPeter Zijlstra2020-11-241-4/+2
* | tick/sched: Make jiffies update quick check more robustThomas Gleixner2020-12-111-27/+47
* | tick: Get rid of tick_periodThomas Gleixner2020-11-191-11/+11
* | tick/sched: Release seqcount before invoking calc_load_global()Yunfeng Ye2020-11-191-1/+11
* | tick/sched: Optimize tick_do_update_jiffies64() furtherThomas Gleixner2020-11-191-5/+6
* | tick/sched: Reduce seqcount held scope in tick_do_update_jiffies64()Yunfeng Ye2020-11-191-25/+22
* | tick/sched: Use tick_next_period for lockless quick checkThomas Gleixner2020-11-191-13/+33