aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
Commit message (Expand)AuthorAgeFilesLines
* Merge kernel.org linux-3.0.y into HEADKalimochoAz2012-10-311-8/+1
|\
| * cpufreq / powernow-k8: Remove usage of smp_processor_id() in preemptible codeAndreas Herrmann2012-10-311-8/+1
* | drivers: cpufreq: Send a uevent when governor changesSteve Kondik2012-10-201-0/+10
* | Merge "cpufreq: interactive: add boostpulse duration" into jbRafael Salas2012-10-191-3/+25
|\ \
| * | cpufreq: interactive: add boostpulse durationNarayanan Gopalakrishnan2012-10-141-3/+25
* | | cpufreq: ondemand: add boostpulse interfaceNarayanan Gopalakrishnan2012-10-161-1/+72
|/ /
* | Merge commit 'b9a7985' into HEADKalimochoAz2012-10-141-29/+34
|\ \ | |/
| * cpufreq/powernow-k8: workqueue user shouldn't migrate the kworker to another CPUTejun Heo2012-10-021-29/+34
* | cpufreq: interactive: restart above_hispeed_delay at each hispeed loadTodd Poynor2012-05-221-1/+8
* | cpufreq: interactive: add boost pulse interfaceTodd Poynor2012-05-221-5/+27
* | cpufreq: interactive: set floor for boosted speedTodd Poynor2012-05-221-11/+14
* | cpufreq: interactive: Add sysfs boost interface for hints from userspaceTodd Poynor2012-05-221-4/+44
* | cpufreq: interactive: remove unused target_validate_time_in_idleTodd Poynor2012-05-221-6/+1
* | cpufreq: interactive: Boost frequency on touchscreen inputTodd Poynor2012-05-221-1/+163
* | cpufreq: Separate speed target revalidate time and initial set timeTodd Poynor2012-05-221-4/+13
* | cpufreq: interactive: based hispeed bump on target freq, not actualTodd Poynor2012-05-221-1/+1
* | cpufreq: interactive: adjust code and documentation to matchTodd Poynor2012-05-221-3/+3
* | cpufreq: interactive: configurable delay before raising above hispeedTodd Poynor2012-05-221-0/+42
* | cpufreq: interactive: don't drop speed if recently at higher loadTodd Poynor2012-05-221-21/+16
* | cpufreq: interactive: set at least hispeed when above hispeed loadTodd Poynor2012-05-221-2/+6
* | cpufreq: interactive: apply intermediate load to max speed not currentTodd Poynor2012-05-221-1/+1
* | cpufreq interactive governor: event tracingTodd Poynor2012-05-221-1/+18
* | Merge branch 'linux-3.0.y' into cm.ics.newKalimochoAz2012-02-201-11/+19
|\ \ | |/
| * powernow-k8: Fix indexing issueAndreas Herrmann2012-02-131-4/+11
| * powernow-k8: Avoid Pstate MSR accesses on systems supporting CPBAndreas Herrmann2012-02-131-9/+10
* | cpufreq: interactive governor: default 20ms timerTodd Poynor2011-11-101-2/+3
* | cpufreq: interactive governor: go to intermediate hi speed before maxTodd Poynor2011-11-101-13/+44
* | cpufreq: interactive governor: scale to max only if at min speedTodd Poynor2011-11-091-3/+7
* | cpufreq: interactive governor: apply intermediate load on current speedTodd Poynor2011-11-091-1/+1
* | Merge commit 'v3.0.8' into android-3.0Colin Cross2011-10-271-0/+3
|\ \ | |/
| * drivers/cpufreq/pcc-cpufreq.c: avoid NULL pointer dereferenceNaga Chumbalkar2011-10-031-0/+3
* | power: cpufreq interactive governor: use default sample time 20msTodd Poynor2011-10-201-1/+1
* | cpufreq: interactive governor: default timer 10ms, maxspeed load 95%Todd Poynor2011-10-161-2/+2
* | cpufreq: interactive: fix possible Division by zero.Axel Haslam2011-10-051-1/+1
* | cpufreq: interactive: Fix handling of SMP where CPUs must scale in tandemTodd Poynor2011-09-151-9/+40
* | cpufreq: interactive: fix checkpatch warnings on long linesAllen Martin2011-07-191-3/+6
* | cpufreq: interactive: cleanup checkpatch warningsAllen Martin2011-07-151-6/+5
* | cpufreq: Add more verbose description of interactive governorAllen Martin2011-07-151-0/+11
* | cpufreq: interactive: add sysfs control for timer rateAllen Martin2011-07-151-3/+33
* | cpufreq: interactive: Add error checking on sysfs interfacesAllen Martin2011-07-151-2/+16
* | cpufreq: interactive: use idle notifierAllen Martin2011-07-151-7/+30
* | cpufreq: interactive: remove debug trace codeAllen Martin2011-07-151-158/+6
* | Merge commit 'v3.0-rc7' into android-3.0Colin Cross2011-07-121-1/+1
|\ \ | |/
| * [CPUFREQ] fix cpumask memory leak in acpi-cpufreq on cpu hotplug.Luming Yu2011-07-101-1/+1
* | Merge commit 'v3.0-rc5' into android-3.0Colin Cross2011-06-292-4/+11
|\ \ | |/
| * [CPUFREQ] powernow-k8: Don't try to transition if the pstate is incorrectKonrad Rzeszutek Wilk2011-06-161-1/+2
| * [CPUFREQ] powernow-k8: Don't notify of successful transition if we failed (vi...Konrad Rzeszutek Wilk2011-06-161-0/+3
| * [CPUFREQ] Don't set stat->last_index to -1 if the pol->cur has incorrect value.Konrad Rzeszutek Wilk2011-06-161-3/+5
| * [CPUFREQ] Remove cpufreq_stats sysfs entries on module unload.Dave Jones2011-06-121-0/+1
* | cpufreq interactive: support shared CPU scalingTodd Poynor2011-06-161-28/+40