aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpufreq
AgeCommit message (Expand)Author
2014-06-18mailbox: rename pl320-ipc specific mailbox.hSuman Anna
2014-06-18intel_pstate: Improve initial busy calculationDoug Smythies
2014-06-18intel_pstate: add sample time scalingDirk Brandewie
2014-06-18intel_pstate: Correct rounding in busy calculationDirk Brandewie
2014-06-18intel_pstate: Remove C0 trackingDirk Brandewie
2014-06-18intel_pstate: remove unneeded sample buffersDirk Brandewie
2014-06-18cpufreq: remove race while accessing cur_policyBibek Basu
2014-06-18cpufreq: cpu0: drop wrong devm usageLucas Stach
2014-06-18intel_pstate: remove setting P state to MAX on initDirk Brandewie
2014-06-18intel_pstate: Set turbo VID for BayTrailDirk Brandewie
2014-06-18MIPS/loongson2_cpufreq: Fix CPU clock rate settingAaro Koskinen
2014-06-18cpufreq: Enable big.LITTLE cpufreq driver on arm64Mark Brown
2014-06-18cpufreq: unicore32: fix typo issue for 'clk'Chen Gang
2014-06-18cpufreq: at32ap: don't declare local variable as staticViresh Kumar
2014-06-18cpufreq: loongson2_cpufreq: don't declare local variable as staticViresh Kumar
2014-04-16exynos: driver raw read and write endian fixVictor Kamensky
2014-04-16[CPUFREQ] EXYNOS: Add reboot notifier in cpufreq driverInderpal Singh
2014-04-15Merge branch 'tracking-armlt-juno' into integration-linaro-vexpressJon Medhurst
2014-04-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Jon Medhurst
2014-03-31cpufreq: interactive: Use generic get_cpu_idle_time() from cpufreq.cViresh Kumar
2014-03-28config: Set CPU_FREQ_GOV_INTERACTIVE default nJohn Stultz
2014-03-19cpufreq: interactive: fix NULL pointer dereference at sysfs opsMinsung Kim
2014-03-19cpufreq: interactive: fix compiling warningsChih-Wei Huang
2014-03-19cpufreq: interactive: delete timers for GOV_STARTShridhar Rasal
2014-03-19cpufreq: Interactive: Implement per policy instances of governorViresh Kumar
2014-03-19cpufreq: interactive: Move definition of cpufreq_gov_interactive downwardsViresh Kumar
2014-03-19cpufreq: interactive: Remove unnecessary cpu_online() checkViresh Kumar
2014-03-19cpufreq: interactive: fix show_target_loads and show_above_hispeed_delayMinsung Kim
2014-03-19cpufreq: interactive: resched timer if max freq raisedLianwei Wang
2014-03-19cpufreq: interactive: fix race on cpufreq TRANSITION notifierLianwei Wang
2014-03-19cpufreq: interactive: avoid underflow on active time calculationMinsung Kim
2014-03-19cpufreq: interactive: reduce chance of zero time delta on load evalTodd Poynor
2014-03-19cpufreq: interactive: handle errors from cpufreq_frequency_table_targetTodd Poynor
2014-03-19cpufreq: interactive: fix uninitialized spinlockMinsung Kim
2014-03-19cpufreq: interactive: base above_hispeed_delay on target freq, not currentTodd Poynor
2014-03-19cpufreq: interactive: fix crash on error paths in get_tokenized_dataTodd Poynor
2014-03-19cpufreq: interactive: add io_is_busy interfaceLianwei Wang
2014-03-19cpufreq: interactive: allow arbitrary speed / delay mappingsMinsung Kim
2014-03-19cpufreq: interactive: fix race on governor start/stopLianwei Wang
2014-03-19cpufreq: interactive: fix deadlock on spinlock in timerTodd Poynor
2014-03-19cpufreq: interactive: don't handle transition notification if not enabledTodd Poynor
2014-03-19cpufreq: interactive: init default values at compile timeTodd Poynor
2014-03-19cpufreq: interactive: default go_hispeed_load 99%, doc updatesTodd Poynor
2014-03-19cpufreq: interactive: fix race on timer restart on governor startTodd Poynor
2014-03-19cpufreq: interactive: fix racy timer stoppingTodd Poynor
2014-03-19cpufreq: interactive: fix boosting logicTodd Poynor
2014-03-19cpufreq: interactive: add timer slack to limit idle at speed > minTodd Poynor
2014-03-19cpufreq: interactive: specify duration of CPU speed boost pulseTodd Poynor
2014-03-19cpufreq: interactive: adjust load for changes in speedTodd Poynor
2014-03-19cpufreq: interactive: remove load since last speed changeTodd Poynor