Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-android
[firefly-linux-kernel-4.4.55.git] / drivers / cpufreq / cpufreq_interactive.c
2016-05-12 Alex ShiMerge branch 'linux-linaro-lsk-v4.4' into linux-linaro...
2016-05-12 Alex ShiMerge branch 'linux-linaro-lsk-v4.4' into linux-linaro...
2016-04-21 Alex ShiMerge branch 'linux-linaro-lsk-v4.4' into linux-linaro...
2016-04-13 Alex ShiMerge branch 'linux-linaro-lsk-v4.4' into linux-linaro...
2016-04-08 Alex ShiMerge branch 'linux-linaro-lsk-v4.4' into linux-linaro...
2016-04-07 Daniel Kurtzcpufreq: interactive: only apply interactive boost...
2016-04-07 Dmitry Torokhovcpufreq: interactive: fix policy locking
2016-03-22 Alex ShiMerge branch 'linux-linaro-lsk-v4.4' into linux-linaro...
2016-03-18 Mark BrownMerge remote-tracking branch 'lsk/linux-linaro-lsk...
2016-03-17 Alex ShiMerge branch 'linux-linaro-lsk-v4.4' into linux-linaro...
2016-03-14 Alex ShiMerge branch 'linux-linaro-lsk-v4.4' into linux-linaro...
2016-02-29 Alex ShiMerge branch 'linux-linaro-lsk-v4.4' into linux-linaro...
2016-02-17 Amit PundirMerge branch 'android-4.4' of https://android.googlesou...
2016-02-16 rahul.khandelwalsubsystem: CPU FREQUENCY DRIVERS- Set cpu_load calculat...
2016-02-16 Amit Pundircpufreq: interactive: build fixes for 4.4
2016-02-16 Amit Pundircpufreq: interactive: replace strict_strtoul() with...
2016-02-16 Rohit Guptacpufreq: interactive: Rearm governor timer at max freq
2016-02-16 Junjie Wucpufreq: interactive: Implement cluster-based min_sampl...
2016-02-16 Saravana Kannancpufreq: interactive: Exercise hispeed settings at...
2016-02-16 Junjie Wucpufreq: interactive: Round up timer_rate to match...
2016-02-16 Junjie Wucpufreq: interactive: Don't set floor_validate_time...
2016-02-16 Junjie Wucpufreq: interactive: Put global cpufreq kobject on...
2016-02-16 Lianwei Wangcpufreq: interactive: only boost tunable affected cpus
2016-02-16 Minsung Kimcpufreq: interactive: don't skip waking up speedchange_...
2016-02-16 Cylen Yaocpufreq: interactive: make common_tunables static
2016-02-16 Ruchi Kandoicpufreq: interactive: prevents the frequency to directl...
2016-02-16 Ruchi Kandoicpufreq: interactive: remove compilation error from...
2016-02-16 Ruchi Kandoicpufreq: interactive: turn boost_pulse off on boost off
2016-02-16 Badhri Jagan Sridharancpufreq: interactive: restructure CPUFREQ_GOV_LIMITS
2016-02-16 Greg Hackmanncpufreq: interactive: hold reference on global cpufreq...
2016-02-16 Viresh Kumarcpufreq: interactive: Use generic get_cpu_idle_time...
2016-02-16 Minsung Kimcpufreq: interactive: fix NULL pointer dereference...
2016-02-16 Chih-Wei Huangcpufreq: interactive: fix compiling warnings
2016-02-16 Shridhar Rasalcpufreq: interactive: delete timers for GOV_START
2016-02-16 Viresh Kumarcpufreq: Interactive: Implement per policy instances...
2016-02-16 Viresh Kumarcpufreq: interactive: Move definition of cpufreq_gov_in...
2016-02-16 Viresh Kumarcpufreq: interactive: Remove unnecessary cpu_online...
2016-02-16 Minsung Kimcpufreq: interactive: fix show_target_loads and show_ab...
2016-02-16 Lianwei Wangcpufreq: interactive: resched timer if max freq raised
2016-02-16 Lianwei Wangcpufreq: interactive: fix race on cpufreq TRANSITION...
2016-02-16 Minsung Kimcpufreq: interactive: avoid underflow on active time...
2016-02-16 Todd Poynorcpufreq: interactive: reduce chance of zero time delta...
2016-02-16 Todd Poynorcpufreq: interactive: handle errors from cpufreq_freque...
2016-02-16 Minsung Kimcpufreq: interactive: fix uninitialized spinlock
2016-02-16 Todd Poynorcpufreq: interactive: base above_hispeed_delay on targe...
2016-02-16 Todd Poynorcpufreq: interactive: fix crash on error paths in get_t...
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