aboutsummaryrefslogtreecommitdiffstats
path: root/xen/drivers/cpufreq/cpufreq_ondemand.c
Commit message (Expand)AuthorAgeFilesLines
* cpufreq: avoid integer overflows.Tim Deegan2013-09-121-3/+4
* remove inclusion of asm/config.hJan Beulich2012-01-131-1/+0
* eliminate first_cpu() etcJan Beulich2011-11-081-2/+2
* cpufreq: allocate CPU masks dynamicallyJan Beulich2011-11-071-2/+2
* misc cpufreq cleanupJan Beulich2011-05-091-1/+4
* move various bits into .init.* sectionsJan Beulich2011-03-091-6/+0
* cpufreq: eliminate unnecessary NR_CPUS-sized arraysKeir Fraser2010-07-091-7/+7
* cpufreq: fix racing issue for cpu hotplugKeir Fraser2010-04-121-4/+3
* Refactor Xen Support for Intel Turbo BoostKeir Fraser2010-04-091-31/+0
* cpufreq: don't re-init active dbs timer in S3 or cpu onlineKeir Fraser2010-03-261-2/+3
* Fix a race condition for cpufreq dbs timer while S3 resumingKeir Fraser2010-03-171-0/+1
* Add cpufreq sanity checkKeir Fraser2010-03-091-0/+6
* xenpm: Fix ia64 buildKeir Fraser2010-02-101-0/+2
* xenpm: Allow user to enable/disable dbs governor turbo mode.Keir Fraser2010-02-081-3/+34
* x86, cpufreq: fix ondemand governor to take aperf/mperf feedbackKeir Fraser2009-05-191-19/+20
* Fix cpufreq HW-ALL coordination handleKeir Fraser2009-04-141-0/+41
* cpufreq: align dbs timer for better package C state residencyKeir Fraser2009-04-071-1/+2
* cpufreq: Update cpufreq aperf and mperf read, so that it can be usedKeir Fraser2009-03-201-3/+1
* cpufreq cmdline handlingKeir Fraser2009-02-111-1/+1
* cpufreq: attach __exit to the (unused) cpufreq governor exit handlersKeir Fraser2009-02-031-1/+1
* Consolidate cpufreq cmdline handlingKeir Fraser2009-02-031-52/+41
* cpufreq: Fix a cpufreq cmdline parse bug, and change sample_rate unitKeir Fraser2008-12-291-2/+2
* Avoid negative runstate pieces.Keir Fraser2008-12-101-15/+0
* Add user PM control interfaceKeir Fraser2008-12-101-1/+39
* Add cpufreq governors: performance, powersave, userspaceKeir Fraser2008-12-101-0/+12
* cpufreq: allow customization of some parametersKeir Fraser2008-12-051-5/+75
* X86 and IA64: Rebase cpufreq logic for supporting both x86 and ia64Keir Fraser2008-09-261-0/+246