summaryrefslogtreecommitdiff
path: root/drivers/cpufreq
AgeCommit message (Expand)Author
2013-09-25cpufreq: governors: Move get_governor_parent_kobj() to cpufreq.cViresh Kumar
2013-09-25cpufreq: Add EXPORT_SYMBOL_GPL for have_governor_per_policyViresh Kumar
2013-09-25cpufreq: Interactive: Implement per policy instances of governorViresh Kumar
2013-09-25cpufreq: interactive: Move definition of cpufreq_gov_interactive downwardsViresh Kumar
2013-09-25cpufreq: interactive: Remove unnecessary cpu_online() checkViresh Kumar
2013-09-25cpufreq: interactive: Use generic get_cpu_idle_time() from cpufreq.cViresh Kumar
2013-09-19cpufreq: interactive: fix show_target_loads and show_above_hispeed_delayMinsung Kim
2013-09-16cpufreq: interactive: delete timers for GOV_STARTShridhar Rasal
2013-09-14cpufreq: Fix governor start/stop race conditionXiaoguang Chen
2013-09-14cpufreq: interactive: init default values at compile timeTodd Poynor
2013-09-14Cpufreq: interactive: Check actual freq before setting new freqPuneet Saxena
2013-09-14cpufreq: Fix tracingAntti P Miettinen
2013-09-14fixup! Revert "cpufreq: tegra: Move driver to drivers/cpufreq"Dan Willemsen
2013-09-14Cpufreq: interactive: change min_sample_timePuneet Saxena
2013-09-14Cpufreq: interactive: Add fresh google interactive govPuneet Saxena
2013-09-14[CPUFREQ]conservative: fix overflow of freqHunk Lin
2013-09-14cpufreq: Add GCOV_PROFILEJuha Tukkinen
2013-09-14cpufreq: protect cpufreq_stats_free_table with spinlockPeter Boonstoppel
2013-09-14cpufreq: Protected access of policy attributePuneet Saxena
2013-09-14Merge commit 'a88f9e27498afaea615ad3e93af4f26df1f84987' into after-upstream-a...Dan Willemsen
2013-09-14cpufreq: Don't clip PM QoS requests to old policy limitsAlex Frid
2013-09-14cpufreq: interface for setting governor for a cpuPuneet Saxena
2013-09-14tracing: Add tracepoints for CPU scalingAntti P Miettinen
2013-09-14cpufreq: Typecast compared integersAntti P Miettinen
2013-09-14cpufreq: properly clamp QoS min/maxDonghan Ryu
2013-09-14cpufreq: Preserve sysfs min/max requestAntti P Miettinen
2013-09-14cpufreq: Enforce PM QoS min/max limitsAntti P Miettinen
2013-09-14cpufreq: Export user_policy min/maxAntti P Miettinen
2013-09-14cpufreq: stats: snap freq to next lower freq when not in tablePeter Boonstoppel
2013-09-14cpufreq: prevent out-of-bounds write when stat->last_index = -1Peter Boonstoppel
2013-09-13Revert "cpufreq: Notify all policy->cpus in cpufreq_notify_transition()"Dan Willemsen
2013-09-13Revert "cpufreq: tegra: Move driver to drivers/cpufreq"Dan Willemsen
2013-08-14cpufreq: rename ignore_nice as ignore_nice_loadViresh Kumar
2013-08-14cpufreq: loongson2: fix regression related to clock managementAaro Koskinen
2013-08-11cpufreq: Fix cpufreq driver module refcount balance after suspend/resumeRafael J. Wysocki
2013-08-04cpufreq / intel_pstate: Change to scale off of max P-stateDirk Brandewie
2013-07-25cpufreq: Revert commit 2f7021a8 to fix CPU hotplug regressionSrivatsa S. Bhat
2013-07-25cpufreq: Revert commit a66b2e to fix suspend/resume regressionSrivatsa S. Bhat
2013-07-13cpufreq: Fix cpufreq regression after suspend/resumeSrivatsa S. Bhat
2013-07-01cpufreq: interactive: resched timer if max freq raisedLianwei Wang
2013-07-01cpufreq: interactive: fix race on cpufreq TRANSITION notifierLianwei Wang
2013-07-01cpufreq: interactive: avoid underflow on active time calculationMinsung Kim
2013-07-01cpufreq: interactive: reduce chance of zero time delta on load evalTodd Poynor
2013-07-01cpufreq: interactive: handle errors from cpufreq_frequency_table_targetTodd Poynor
2013-07-01cpufreq: interactive: fix uninitialized spinlockMinsung Kim
2013-07-01cpufreq: interactive: base above_hispeed_delay on target freq, not currentTodd Poynor
2013-07-01cpufreq: interactive: fix crash on error paths in get_tokenized_dataTodd Poynor
2013-07-01cpufreq: interactive: add io_is_busy interfaceLianwei Wang
2013-07-01cpufreq: interactive: allow arbitrary speed / delay mappingsMinsung Kim
2013-07-01cpufreq: interactive: fix race on governor start/stopLianwei Wang