summaryrefslogtreecommitdiff
path: root/kernel/time/tick-sched.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-23tick/sched: Preserve number of idle sleeps across CPU hotplug eventsTim Chen1-0/+5
2024-01-25tick-sched: Fix idle and iowait sleeptime accounting vs CPU hotplugHeiko Carstens1-0/+5
2023-08-30timers/nohz: Switch to ONESHOT_STOPPED in the low-res handler when the tick i...Nicholas Piggin1-2/+10
2023-08-30tick: Detect and fix jiffies update stallFrederic Weisbecker1-0/+17
2023-06-28tick/common: Align tick period during sched_timer setupThomas Gleixner1-1/+12
2023-05-17tick: Get rid of tick_periodThomas Gleixner1-11/+11
2023-05-17tick/sched: Optimize tick_do_update_jiffies64() furtherThomas Gleixner1-5/+6
2023-05-17tick/sched: Reduce seqcount held scope in tick_do_update_jiffies64()Yunfeng Ye1-25/+22
2023-05-17tick/sched: Use tick_next_period for lockless quick checkThomas Gleixner1-13/+33
2023-05-17rcu: Fix missing TICK_DEP_MASK_RCU_EXP dependency checkZqiang1-0/+5
2023-05-17tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystemJoel Fernandes (Google)1-3/+8
2022-07-02tick/nohz: unexport __init-annotated tick_nohz_full_setup()Masahiro Yamada1-1/+0
2022-04-20tick/nohz: Use WARN_ON_ONCE() to prevent console saturationPaul Gortmaker1-1/+1
2021-01-06tick/sched: Remove bogus boot "safety" checkThomas Gleixner1-7/+0
2020-08-24tick-sched: Clarify "NOHZ: local_softirq_pending" warningPaul E. McKenney1-1/+1
2020-06-29tick/nohz: Narrow down noise while setting current task's tick dependencyFrederic Weisbecker1-7/+15
2020-03-21lockdep: Annotate irq_workSebastian Andrzej Siewior1-0/+1
2020-03-21timekeeping: Split jiffies seqlockThomas Gleixner1-7/+12
2020-01-15tick/sched: Annotate lockless access to last_jiffies_updateEric Dumazet1-5/+9
2019-11-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+11
2019-10-29sched/vtime: Rename vtime_accounting_cpu_enabled() to vtime_accounting_enable...Frederic Weisbecker1-1/+1
2019-10-05time: Export tick start/stop functions for rcutorturePaul E. McKenney1-0/+4
2019-10-05nohz: Add TICK_DEP_BIT_RCUFrederic Weisbecker1-0/+7
2019-08-28tick: Mark sched_timer to expire in hard interrupt contextSebastian Andrzej Siewior1-1/+1
2019-08-01tick: Mark tick related hrtimers to expiry in hard interrupt contextSebastian Andrzej Siewior1-6/+9
2019-06-03sched/fair: Remove the rq->cpu_load[] update codeDietmar Eggemann1-2/+0
2019-05-06Merge tag 'pm-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-0/+12
2019-05-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+2
2019-05-03nohz_full: Allow the boot CPU to be nohz_fullNicholas Piggin1-10/+24
2019-04-10cpuidle: Export the next timer expiration for CPUsUlf Hansson1-0/+12
2019-03-23timekeeping: Consistently use unsigned int for seqcount snapshotRasmus Villemoes1-1/+2
2018-11-23hrtimers/tick/clockevents: Remove sloppy license referencesThomas Gleixner1-2/+0
2018-11-23time: Add SPDX license identifiersThomas Gleixner1-0/+1
2018-11-23time: Remove useless filenames in top level commentsThomas Gleixner1-2/+0
2018-10-10tick/sched : Remove redundant cpu_online() checkPeng Hao1-1/+1
2018-07-31nohz: Fix local_timer_softirq_pending()Anna-Maria Gleixner1-1/+1
2018-04-26Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIMEThomas Gleixner1-9/+0
2018-04-26tick/sched: Do not mess with an enqueued hrtimerThomas Gleixner1-5/+5
2018-04-11Merge branches 'pm-cpuidle' and 'pm-qos'Rafael J. Wysocki1-73/+177
2018-04-10tick-sched: avoid a maybe-uninitialized warningArnd Bergmann1-3/+6
2018-04-09nohz: Avoid duplication of code related to got_idle_tickRafael J. Wysocki1-10/+6
2018-04-09nohz: Gather tick_sched booleans under a common flag fieldFrederic Weisbecker1-5/+7
2018-04-09cpuidle: menu: Refine idle state selection for running tickRafael J. Wysocki1-6/+6
2018-04-09sched: idle: Select idle state before stopping the tickRafael J. Wysocki1-12/+49
2018-04-07time: tick-sched: Split tick_nohz_stop_sched_tick()Rafael J. Wysocki1-46/+78
2018-04-06cpuidle: Return nohz hint from cpuidle_select()Rafael J. Wysocki1-0/+20
2018-04-05sched: idle: Do not stop the tick upfront in the idle loopRafael J. Wysocki1-8/+18
2018-04-05time: tick-sched: Reorganize idle tick management codeRafael J. Wysocki1-21/+25
2018-04-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+9
2018-04-02Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-14/+8