aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/tick-sched.c
AgeCommit message (Expand)Author
2020-04-13Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/intel-x86Bruce Ashfield
2020-04-12tick/sched: Annotate lockless access to last_jiffies_updateEric Dumazet
2019-07-22irqwork: push most work into softirq contextSebastian Andrzej Siewior
2019-07-22hrtimer: by timers by default into the softirq contextSebastian Andrzej Siewior
2019-07-22timekeeping: Split jiffies seqlockThomas Gleixner
2019-07-22softirq: Add preemptible softirqSebastian Andrzej Siewior
2019-05-06Merge tag 'pm-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2019-05-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-05-03nohz_full: Allow the boot CPU to be nohz_fullNicholas Piggin
2019-04-10cpuidle: Export the next timer expiration for CPUsUlf Hansson
2019-03-23timekeeping: Consistently use unsigned int for seqcount snapshotRasmus Villemoes
2018-11-23hrtimers/tick/clockevents: Remove sloppy license referencesThomas Gleixner
2018-11-23time: Add SPDX license identifiersThomas Gleixner
2018-11-23time: Remove useless filenames in top level commentsThomas Gleixner
2018-10-10tick/sched : Remove redundant cpu_online() checkPeng Hao
2018-07-31nohz: Fix local_timer_softirq_pending()Anna-Maria Gleixner
2018-04-26Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIMEThomas Gleixner
2018-04-26tick/sched: Do not mess with an enqueued hrtimerThomas Gleixner
2018-04-11Merge branches 'pm-cpuidle' and 'pm-qos'Rafael J. Wysocki
2018-04-10tick-sched: avoid a maybe-uninitialized warningArnd Bergmann
2018-04-09nohz: Avoid duplication of code related to got_idle_tickRafael J. Wysocki
2018-04-09nohz: Gather tick_sched booleans under a common flag fieldFrederic Weisbecker
2018-04-09cpuidle: menu: Refine idle state selection for running tickRafael J. Wysocki
2018-04-09sched: idle: Select idle state before stopping the tickRafael J. Wysocki
2018-04-07time: tick-sched: Split tick_nohz_stop_sched_tick()Rafael J. Wysocki
2018-04-06cpuidle: Return nohz hint from cpuidle_select()Rafael J. Wysocki
2018-04-05sched: idle: Do not stop the tick upfront in the idle loopRafael J. Wysocki
2018-04-05time: tick-sched: Reorganize idle tick management codeRafael J. Wysocki
2018-04-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-04-02Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-03-13timekeeping: Make the MONOTONIC clock behave like the BOOTTIME clockThomas Gleixner
2018-03-09sched/nohz: Clean up nohz enter/exitPeter Zijlstra
2018-02-21sched/nohz: Remove the 1 Hz tick codeFrederic Weisbecker
2018-02-21nohz: Allow to check if remote CPU tick is stoppedFrederic Weisbecker
2018-02-21nohz: Convert tick_nohz_tick_stopped() to boolFrederic Weisbecker
2018-02-15sched/isolation: Eliminate NO_HZ_FULL_ALLPaul E. McKenney
2018-01-16hrtimer: Optimize the hrtimer code by using static keys for migration_enable/...Thomas Gleixner
2017-12-29nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick()Thomas Gleixner
2017-12-28cpufreq: schedutil: Use idle_calls counter of the remote CPUJoel Fernandes
2017-11-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-11-08timers/nohz: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker
2017-10-27sched/isolation: Handle the nohz_full= parameterFrederic Weisbecker
2017-10-27sched/isolation: Move housekeeping related code to its own fileFrederic Weisbecker
2017-10-10sched/idle: Move quiet_vmstate() into the NOHZ codePeter Zijlstra
2017-07-03Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-06-22nohz: Move idle balancer registration to the idle pathFrederic Weisbecker
2017-06-22sched/loadavg: Generalize "_idle" naming to "_nohz"Frederic Weisbecker
2017-06-13nohz: Fix spurious warning when hrtimer and clockevent get out of syncFrederic Weisbecker
2017-06-05nohz: Fix buggy tick delay on IRQ stormsFrederic Weisbecker
2017-05-30nohz: Reset next_tick cache even when the timer has no regsFrederic Weisbecker