summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
AgeCommit message (Expand)AuthorLines
2010-05-18Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-87/+43
2010-05-09ondemand: Make the iowait-is-busy time a sysfs tunableArjan van de Ven-1/+46
2010-05-09ondemand: Solve a big performance issue by counting IOWAIT time as busyArjan van de Ven-2/+28
2010-05-08Merge commit 'v2.6.34-rc6' into x86/cpuH. Peter Anvin-7/+21
2010-04-24Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds-7/+20
2010-04-09cpufreq: Unify sysfs attribute definition macrosBorislav Petkov-86/+42
2010-03-31[CPUFREQ] use max load in conservative governorDominik Brodowski-2/+6
2010-03-31[CPUFREQ] fix a lockdep warningAmerigo Wang-5/+14
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy-1/+1
2010-01-13[CPUFREQ] Fix ondemand to not request targets outside policy limitsNagananda.Chumbalkar@hp.com-0/+3
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds-14/+14
2009-11-24[ACPI/CPUFREQ] Introduce bios_limit per cpu cpufreq sysfs interfaceThomas Renninger-0/+21
2009-11-24[CPUFREQ] make internal cpufreq_add_dev_* staticAlex Chiang-5/+8
2009-11-24[CPUFREQ] Use global sysfs cpufreq structure for conservative governor tuningsThomas Renninger-19/+110
2009-11-17[CPUFREQ] Fix stale cpufreq_cpu_governor pointerPrarit Bhargava-2/+30
2009-11-17[CPUFREQ] Resolve time unit thinko in ondemand/conservative govsPallipadi, Venkatesh-4/+4
2009-11-17[CPUFREQ] Fix use after free on governor restoreDmitry Monakhov-6/+10
2009-10-29percpu: make percpu symbols in cpufreq uniqueTejun Heo-14/+14
2009-09-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds-144/+300
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds-13/+14
2009-09-01[CPUFREQ] remove rwsem lock from CPUFREQ_GOV_STOP call (second call site)Mathieu Desnoyers-1/+12
2009-09-01[CPUFREQ] ondemand - Use global sysfs dir for tuning settingsThomas Renninger-26/+113
2009-09-01[CPUFREQ] Introduce global, not per core: /sys/devices/system/cpu/cpufreqThomas Renninger-1/+8
2009-09-01[CPUFREQ] Bail out of cpufreq_add_dev if the link for a managed CPU got createdThomas Renninger-3/+17
2009-09-01[CPUFREQ] Factor out policy setting from cpufreq_add_devDave Jones-76/+90
2009-09-01[CPUFREQ] Factor out interface creation from cpufreq_add_devDave Jones-37/+52
2009-09-01[CPUFREQ] Factor out symlink creation from cpufreq_add_devDave Jones-20/+31
2009-09-01[CPUFREQ] cleanup up -ENOMEM handling in cpufreq_add_devDave Jones-9/+6
2009-09-01[CPUFREQ] Reduce scope of cpu_sys_dev in cpufreq_add_devDave Jones-1/+1
2009-09-01[CPUFREQ] Re-enable cpufreq suspend and resume codeDominik Brodowski-88/+7
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo-101/+118
2009-08-04[CPUFREQ] Make cpufreq suspend code conditional on powerpc.Dave Jones-2/+19
2009-08-04[CPUFREQ] Fix a kobject reference bug related to managed CPUsThomas Renninger-1/+3
2009-08-04[CPUFREQ] Do not set policy for offline cpusPrarit Bhargava-0/+2
2009-08-04[CPUFREQ] Fix NULL pointer dereference regression in conservative governorPallipadi, Venkatesh-0/+6
2009-07-08[CPUFREQ] Fix compile failure in cpufreq.cDave Jones-3/+4
2009-07-06[CPUFREQ] fix (utter) cpufreq_add_dev messMathieu Desnoyers-25/+40
2009-07-06[CPUFREQ] Cleanup locking in conservative governorvenkatesh.pallipadi@intel.com-21/+13
2009-07-06[CPUFREQ] Cleanup locking in ondemand governorvenkatesh.pallipadi@intel.com-35/+27
2009-07-06[CPUFREQ] Eliminate the recent lockdep warnings in cpufreqvenkatesh.pallipadi@intel.com-34/+24
2009-06-24percpu: clean up percpu variable definitionsTejun Heo-13/+14
2009-06-15[CPUFREQ] Only set sampling_rate_max deprecated, sampling_rate_min is usefulThomas Renninger-31/+4
2009-06-15[CPUFREQ] ondemand: Uncouple minimal sampling rate from HZ in NO_HZ caseThomas Renninger-53/+41
2009-06-09cpumask: alloc zeroed cpumask for static cpumask_var_tsYinghai Lu-1/+1
2009-05-26[CPUFREQ] fix timer teardown in ondemand governorMathieu Desnoyers-1/+4
2009-05-26[CPUFREQ] fix timer teardown in conservative governorMathieu Desnoyers-1/+4
2009-05-26[CPUFREQ] remove rwsem lock from CPUFREQ_GOV_STOP callMathieu Desnoyers-2/+2
2009-03-26Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds-273/+379
2009-03-09Revert "[CPUFREQ] Disable sysfs ui for p4-clockmod."Dave Jones-33/+18