aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/tick-sched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-16hrtimer: Optimize the hrtimer code by using static keys for migration_enable/nohz_activeThomas Gleixner1-1/+1
2017-12-29nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick()Thomas Gleixner1-2/+17
2017-12-28cpufreq: schedutil: Use idle_calls counter of the remote CPUJoel Fernandes1-0/+13
2017-11-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-28/+5
2017-11-08timers/nohz: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker1-3/+2
2017-10-27sched/isolation: Handle the nohz_full= parameterFrederic Weisbecker1-10/+3
2017-10-27sched/isolation: Move housekeeping related code to its own fileFrederic Weisbecker1-18/+0
2017-10-10sched/idle: Move quiet_vmstate() into the NOHZ codePeter Zijlstra1-0/+2
2017-07-03Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-23/+40
2017-06-22nohz: Move idle balancer registration to the idle pathFrederic Weisbecker1-2/+3
2017-06-22sched/loadavg: Generalize "_idle" naming to "_nohz"Frederic Weisbecker1-2/+2
2017-06-13nohz: Fix spurious warning when hrtimer and clockevent get out of syncFrederic Weisbecker1-2/+4
2017-06-05nohz: Fix buggy tick delay on IRQ stormsFrederic Weisbecker1-19/+2
2017-05-30nohz: Reset next_tick cache even when the timer has no regsFrederic Weisbecker1-0/+2
2017-05-17nohz: Fix collision between tick and other hrtimers, againFrederic Weisbecker1-6/+31
2017-05-17nohz: Add hrtimer sanity checkFrederic Weisbecker1-2/+7
2017-05-15sched/clock: Remove unused argument to sched_clock_idle_wakeup_event()Peter Zijlstra1-1/+1
2017-03-23cpufreq: schedutil: Avoid reducing frequency of busy CPUs prematurelyRafael J. Wysocki1-0/+12
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/nohz.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/stat.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/nmi.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h>Ingo Molnar1-0/+1
2017-02-16Revert "nohz: Fix collision between tick and other hrtimers"Linus Torvalds1-12/+2
2017-02-10tick/nohz: Fix possible missing clock reprog after tick soft restartFrederic Weisbecker1-0/+5
2017-01-11nohz: Fix collision between tick and other hrtimersFrederic Weisbecker1-2/+7
2016-12-25ktime: Get rid of the unionThomas Gleixner1-11/+11
2016-11-22sched/nohz: Convert to hotplug state machineSebastian Andrzej Siewior1-19/+14
2016-09-13tick/nohz: Prevent stopping the tick on an offline CPUWanpeng Li1-2/+5
2016-09-02tick/nohz: Fix softlockup on scheduler stalls in kvm guestWanpeng Li1-1/+2
2016-07-19tick/nohz: Optimize nohz idle enterGaurav Jindal1-2/+1
2016-07-07Merge branch 'timers/fast-wheel' into timers/coreIngo Molnar1-32/+13
2016-07-07timers: Forward the wheel clock whenever possibleThomas Gleixner1-0/+12
2016-07-07timers/nohz: Remove pointless tick_nohz_kick_tick() functionThomas Gleixner1-32/+1
2016-07-01timers/nohz: Capitalize 'CPU' consistentlyIngo Molnar1-21/+21
2016-07-01timers/nohz: Fix several typosWei Jiangang1-5/+5
2016-05-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+5
2016-05-05locking/atomics: Flip atomic_fetch_or() argumentsPeter Zijlstra1-2/+2
2016-04-23sched/fair: Correctly handle nohz ticks CPU load accountingFrederic Weisbecker1-4/+5
2016-04-23sched/fair: Gather CPU load functions under a more conventional namespaceFrederic Weisbecker1-1/+1
2016-03-29timers/nohz: Convert tick dependency mask to atomic_tFrederic Weisbecker1-31/+30
2016-03-22kernel/...: convert pr_warning to pr_warnJoe Perches1-4/+4
2016-03-17param: convert some "on"/"off" users to strtoboolKees Cook1-8/+2
2016-03-02sched-clock: Migrate to use new tick dependency mask modelFrederic Weisbecker1-19/+0
2016-03-02posix-cpu-timers: Migrate to use new tick dependency mask modelFrederic Weisbecker1-6/+1
2016-03-02sched: Migrate sched to use new tick dependency mask modelFrederic Weisbecker1-5/+0
2016-03-02perf: Migrate perf to use new tick dependency mask modelFrederic Weisbecker1-7/+1
2016-03-02nohz: Use enum code for tick stop failure tracing messageFrederic Weisbecker1-9/+9
2016-03-02nohz: New tick dependency maskFrederic Weisbecker1-7/+143
2016-02-13nohz: Implement wide kick on top of irq workFrederic Weisbecker1-8/+4