summaryrefslogtreecommitdiff
path: root/drivers/cpufreq
AgeCommit message (Expand)Author
2014-07-01Merge remote-tracking branch 'remotes/fsl-linux-sdk/imx_3.10.31_1.1.0_beta' i...Ke Qinghua
2014-06-30ENGR00320349 cpufreq: imx6: increase SOC/PU voltage for VPU352MHzAnson Huang
2014-06-20Merge remote-tracking branch 'remotes/fsl-linux-sdk/imx_3.10.y' into imx_3.10...Ke Qinghua
2014-05-08ENGR00311992-2 cpufreq: imx6: remove pu regulator dependencyAnson Huang
2014-04-21cpufreq: interactive: remove compilation error from commitRuchi Kandoi
2014-04-21cpufreq: interactive: turn boost_pulse off on boost offRuchi Kandoi
2014-04-21cpufreq: interactive: restructure CPUFREQ_GOV_LIMITSBadhri Jagan Sridharan
2014-04-21cpufreq: don't leave stale policy pointer in cdbs->cur_policyJacob Shin
2014-04-21cpufreq: governors: Move get_governor_parent_kobj() to cpufreq.cViresh Kumar
2014-04-21cpufreq: Add EXPORT_SYMBOL_GPL for have_governor_per_policyViresh Kumar
2014-04-21cpufreq: interactive: fix NULL pointer dereference at sysfs opsMinsung Kim
2014-04-21cpufreq: interactive: fix compiling warningsChih-Wei Huang
2014-04-21cpufreq: interactive: delete timers for GOV_STARTShridhar Rasal
2014-04-21cpufreq: Interactive: Implement per policy instances of governorViresh Kumar
2014-04-21cpufreq: interactive: Move definition of cpufreq_gov_interactive downwardsViresh Kumar
2014-04-21cpufreq: interactive: Remove unnecessary cpu_online() checkViresh Kumar
2014-04-21cpufreq: interactive: fix show_target_loads and show_above_hispeed_delayMinsung Kim
2014-04-21cpufreq: interactive: resched timer if max freq raisedLianwei Wang
2014-04-21cpufreq: interactive: fix race on cpufreq TRANSITION notifierLianwei Wang
2014-04-21cpufreq: interactive: avoid underflow on active time calculationMinsung Kim
2014-04-21cpufreq: interactive: reduce chance of zero time delta on load evalTodd Poynor
2014-04-21cpufreq: interactive: handle errors from cpufreq_frequency_table_targetTodd Poynor
2014-04-21cpufreq: interactive: fix uninitialized spinlockMinsung Kim
2014-04-21cpufreq: interactive: base above_hispeed_delay on target freq, not currentTodd Poynor
2014-04-21cpufreq: interactive: fix crash on error paths in get_tokenized_dataTodd Poynor
2014-04-21cpufreq: interactive: add io_is_busy interfaceLianwei Wang
2014-04-21cpufreq: interactive: allow arbitrary speed / delay mappingsMinsung Kim
2014-04-21cpufreq: interactive: fix race on governor start/stopLianwei Wang
2014-04-21cpufreq: interactive: fix deadlock on spinlock in timerTodd Poynor
2014-04-21cpufreq: interactive: don't handle transition notification if not enabledTodd Poynor
2014-04-21cpufreq: interactive: init default values at compile timeTodd Poynor
2014-04-21cpufreq: interactive: default go_hispeed_load 99%, doc updatesTodd Poynor
2014-04-21cpufreq: interactive: fix race on timer restart on governor startTodd Poynor
2014-04-21cpufreq: interactive: fix racy timer stoppingTodd Poynor
2014-04-21cpufreq: interactive: fix boosting logicTodd Poynor
2014-04-21cpufreq: interactive: add timer slack to limit idle at speed > minTodd Poynor
2014-04-21cpufreq: interactive: specify duration of CPU speed boost pulseTodd Poynor
2014-04-21cpufreq: interactive: adjust load for changes in speedTodd Poynor
2014-04-21cpufreq: interactive: remove load since last speed changeTodd Poynor
2014-04-21cpufreq: interactive: allow arbitrary speed / target load mappingsTodd Poynor
2014-04-21cpufreq: interactive: apply above_hispeed_delay to each step above hispeedTodd Poynor
2014-04-21cpufreq: interactive: change speed according to current speed and target loadTodd Poynor
2014-04-21cpufreq: interactive: trace actual speed in target speed decisionsTodd Poynor
2014-04-21cpufreq: interactive: kick timer on idle exit past expiryTodd Poynor
2014-04-21cpufreq: interactive: use deferrable timer by defaultLianwei Wang
2014-04-21cpufreq: interactive: pin timers to associated CPUTodd Poynor
2014-04-21cpufreq: interactive: run at fraction of hispeed_freq when load is lowTodd Poynor
2014-04-21cpufreq: interactive: always limit initial speed bump to hispeedTodd Poynor
2014-04-21cpufreq: interactive: remove input_boost handlingTodd Poynor
2014-04-21cpufreq: interactive: handle speed up and down in the realtime taskTodd Poynor