aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-05-183-87/+43
|\
| * Merge commit 'v2.6.34-rc6' into x86/cpuH. Peter Anvin2010-05-083-7/+21
| |\
| * | cpufreq: Unify sysfs attribute definition macrosBorislav Petkov2010-04-093-86/+42
* | | ondemand: Make the iowait-is-busy time a sysfs tunableArjan van de Ven2010-05-091-1/+46
* | | ondemand: Solve a big performance issue by counting IOWAIT time as busyArjan van de Ven2010-05-091-2/+28
| |/ |/|
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds2010-04-242-7/+20
|\ \
| * | [CPUFREQ] use max load in conservative governorDominik Brodowski2010-03-311-2/+6
| * | [CPUFREQ] fix a lockdep warningAmerigo Wang2010-03-311-5/+14
| |/
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-071-1/+1
* [CPUFREQ] Fix ondemand to not request targets outside policy limitsNagananda.Chumbalkar@hp.com2010-01-131-0/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-12-142-14/+14
|\
| * percpu: make percpu symbols in cpufreq uniqueTejun Heo2009-10-292-14/+14
* | [ACPI/CPUFREQ] Introduce bios_limit per cpu cpufreq sysfs interfaceThomas Renninger2009-11-241-0/+21
* | [CPUFREQ] make internal cpufreq_add_dev_* staticAlex Chiang2009-11-241-5/+8
* | [CPUFREQ] Use global sysfs cpufreq structure for conservative governor tuningsThomas Renninger2009-11-241-19/+110
* | [CPUFREQ] Fix stale cpufreq_cpu_governor pointerPrarit Bhargava2009-11-171-2/+30
* | [CPUFREQ] Resolve time unit thinko in ondemand/conservative govsPallipadi, Venkatesh2009-11-172-4/+4
* | [CPUFREQ] Fix use after free on governor restoreDmitry Monakhov2009-11-171-6/+10
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds2009-09-182-144/+300
|\
| * [CPUFREQ] remove rwsem lock from CPUFREQ_GOV_STOP call (second call site)Mathieu Desnoyers2009-09-011-1/+12
| * [CPUFREQ] ondemand - Use global sysfs dir for tuning settingsThomas Renninger2009-09-011-26/+113
| * [CPUFREQ] Introduce global, not per core: /sys/devices/system/cpu/cpufreqThomas Renninger2009-09-011-1/+8
| * [CPUFREQ] Bail out of cpufreq_add_dev if the link for a managed CPU got createdThomas Renninger2009-09-011-3/+17
| * [CPUFREQ] Factor out policy setting from cpufreq_add_devDave Jones2009-09-011-76/+90
| * [CPUFREQ] Factor out interface creation from cpufreq_add_devDave Jones2009-09-011-37/+52
| * [CPUFREQ] Factor out symlink creation from cpufreq_add_devDave Jones2009-09-011-20/+31
| * [CPUFREQ] cleanup up -ENOMEM handling in cpufreq_add_devDave Jones2009-09-011-9/+6
| * [CPUFREQ] Reduce scope of cpu_sys_dev in cpufreq_add_devDave Jones2009-09-011-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-09-152-13/+14
|\ \ | |/ |/|
| * Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo2009-08-143-101/+118
| |\
| * | percpu: clean up percpu variable definitionsTejun Heo2009-06-242-13/+14
* | | [CPUFREQ] Re-enable cpufreq suspend and resume codeDominik Brodowski2009-09-011-88/+7
| |/ |/|
* | [CPUFREQ] Make cpufreq suspend code conditional on powerpc.Dave Jones2009-08-041-2/+19
* | [CPUFREQ] Fix a kobject reference bug related to managed CPUsThomas Renninger2009-08-041-1/+3
* | [CPUFREQ] Do not set policy for offline cpusPrarit Bhargava2009-08-041-0/+2
* | [CPUFREQ] Fix NULL pointer dereference regression in conservative governorPallipadi, Venkatesh2009-08-041-0/+6
* | [CPUFREQ] Fix compile failure in cpufreq.cDave Jones2009-07-081-3/+4
* | [CPUFREQ] fix (utter) cpufreq_add_dev messMathieu Desnoyers2009-07-061-25/+40
* | [CPUFREQ] Cleanup locking in conservative governorvenkatesh.pallipadi@intel.com2009-07-061-21/+13
* | [CPUFREQ] Cleanup locking in ondemand governorvenkatesh.pallipadi@intel.com2009-07-061-35/+27
* | [CPUFREQ] Eliminate the recent lockdep warnings in cpufreqvenkatesh.pallipadi@intel.com2009-07-063-34/+24
|/
* [CPUFREQ] Only set sampling_rate_max deprecated, sampling_rate_min is usefulThomas Renninger2009-06-152-31/+4
* [CPUFREQ] ondemand: Uncouple minimal sampling rate from HZ in NO_HZ caseThomas Renninger2009-06-152-53/+41
* cpumask: alloc zeroed cpumask for static cpumask_var_tsYinghai Lu2009-06-091-1/+1
* [CPUFREQ] fix timer teardown in ondemand governorMathieu Desnoyers2009-05-261-1/+4
* [CPUFREQ] fix timer teardown in conservative governorMathieu Desnoyers2009-05-261-1/+4
* [CPUFREQ] remove rwsem lock from CPUFREQ_GOV_STOP callMathieu Desnoyers2009-05-261-2/+2
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds2009-03-266-273/+379
|\
| * [CPUFREQ] conservative: remove 10x from def_sampling_rateAlexander Clouter2009-02-241-1/+1