cpufreq: interactive: add io_is_busy interface
[firefly-linux-kernel-4.4.55.git] / drivers / cpufreq / cpufreq_interactive.c
2016-02-16 Lianwei Wangcpufreq: interactive: add io_is_busy interface
2016-02-16 Minsung Kimcpufreq: interactive: allow arbitrary speed / delay...
2016-02-16 Lianwei Wangcpufreq: interactive: fix race on governor start/stop
2016-02-16 Todd Poynorcpufreq: interactive: fix deadlock on spinlock in timer
2016-02-16 Todd Poynorcpufreq: interactive: don't handle transition notificat...
2016-02-16 Todd Poynorcpufreq: interactive: init default values at compile...
2016-02-16 Todd Poynorcpufreq: interactive: default go_hispeed_load 99%,...
2016-02-16 Todd Poynorcpufreq: interactive: fix race on timer restart on...
2016-02-16 Todd Poynorcpufreq: interactive: fix racy timer stopping
2016-02-16 Todd Poynorcpufreq: interactive: fix boosting logic
2016-02-16 Todd Poynorcpufreq: interactive: add timer slack to limit idle...
2016-02-16 Todd Poynorcpufreq: interactive: specify duration of CPU speed...
2016-02-16 Todd Poynorcpufreq: interactive: adjust load for changes in speed
2016-02-16 Todd Poynorcpufreq: interactive: remove load since last speed...
2016-02-16 Todd Poynorcpufreq: interactive: allow arbitrary speed / target...
2016-02-16 Todd Poynorcpufreq: interactive: apply above_hispeed_delay to...
2016-02-16 Todd Poynorcpufreq: interactive: change speed according to current...
2016-02-16 Todd Poynorcpufreq: interactive: trace actual speed in target...
2016-02-16 Todd Poynorcpufreq: interactive: kick timer on idle exit past...
2016-02-16 Lianwei Wangcpufreq: interactive: use deferrable timer by default
2016-02-16 Todd Poynorcpufreq: interactive: pin timers to associated CPU
2016-02-16 Todd Poynorcpufreq: interactive: run at fraction of hispeed_freq...
2016-02-16 Todd Poynorcpufreq: interactive: always limit initial speed bump...
2016-02-16 Todd Poynorcpufreq: interactive: remove input_boost handling
2016-02-16 Todd Poynorcpufreq: interactive: handle speed up and down in the...
2016-02-16 Sam Lefflercpufreq: interactive: keep freezer happy when not curre...
2016-02-16 Sam Lefflercpufreq: interactive: take idle notifications only...
2016-02-16 Todd Poynorcpufreq: interactive: restart above_hispeed_delay at...
2016-02-16 John Stultzcpufreq-interactive: Compile fixup
2016-02-16 Todd Poynorcpufreq: interactive: add boost pulse interface
2016-02-16 Todd Poynorcpufreq: interactive: set floor for boosted speed
2016-02-16 Todd Poynorcpufreq: interactive: Add sysfs boost interface for...
2016-02-16 Todd Poynorcpufreq: interactive: remove unused target_validate_tim...
2016-02-16 Todd Poynorcpufreq: interactive: Boost frequency on touchscreen...
2016-02-16 Todd Poynorcpufreq: interactive: Separate speed target revalidate...
2016-02-16 Todd Poynorcpufreq: interactive: base hispeed bump on target freq...
2016-02-16 Todd Poynorcpufreq: interactive: adjust code and documentation...
2016-02-16 Todd Poynorcpufreq: interactive: configurable delay before raising...
2016-02-16 Todd Poynorcpufreq: interactive: don't drop speed if recently...
2016-02-16 Todd Poynorcpufreq: interactive: set at least hispeed when above...
2016-02-16 Todd Poynorcpufreq: interactive: apply intermediate load to max...
2016-02-16 Todd Poynorcpufreq interactive governor: event tracing
2016-02-16 Mike Chancpufreq: interactive: New 'interactive' governor