aboutsummaryrefslogtreecommitdiffstats
path: root/xen/drivers/cpufreq
Commit message (Expand)AuthorAgeFilesLines
* cpufreq: missing check of copy_from_guest()Tim Deegan2013-09-121-2/+6
* cpufreq: avoid integer overflows.Tim Deegan2013-09-121-3/+4
* cpufreq, xenpm: fix cpufreq and xenpm mismatchJacob Shin2013-07-021-1/+1
* printk: prefer %#x et at over 0x%xJan Beulich2012-09-211-1/+1
* drivers: Remove some CONFIG_X86 ifdef'ery.Keir Fraser2012-09-121-3/+1
* x86, cpufreq: Change powernow's CPB status immediatelyBoris Ostrovsky2012-06-181-10/+25
* remove ia64Jan Beulich2012-04-031-11/+0
* Move cpufreq option parsing to cpufreq.cStefano Stabellini2012-01-231-0/+31
* remove inclusion of asm/config.hJan Beulich2012-01-133-3/+0
* xen: avoid crash enabling turbo modeIan Campbell2011-11-151-3/+3
* eliminate first_cpu() etcJan Beulich2011-11-081-2/+2
* cpufreq: allocate CPU masks dynamicallyJan Beulich2011-11-072-19/+35
* cpufreq: error path fixesJan Beulich2011-10-142-4/+6
* use xzalloc in driver codeJan Beulich2011-10-042-13/+6
* misc cpufreq cleanupJan Beulich2011-05-093-21/+52
* move various bits into .init.* sectionsJan Beulich2011-03-093-43/+1
* Xen: fix various checks of unsigned integers < 0Keir Fraser2010-10-291-2/+1
* cpufreq: eliminate unnecessary NR_CPUS-sized arraysKeir Fraser2010-07-094-35/+34
* x86: Dynamically allocate percpu data area when a CPU comes online.Keir Fraser2010-05-181-1/+3
* x86: Implement cpu hotplug notifiers. Use them.Keir Fraser2010-05-141-0/+36
* cpufreq: fix racing issue for cpu hotplugKeir Fraser2010-04-121-4/+3
* Refactor Xen Support for Intel Turbo BoostKeir Fraser2010-04-092-31/+25
* cpufreq: don't re-init active dbs timer in S3 or cpu onlineKeir Fraser2010-03-261-2/+3
* cpufreq: fix statistic lock problemKeir Fraser2010-03-261-4/+8
* cpufreq: make non-verbose by defaultKeir Fraser2010-03-182-30/+51
* Fix a race condition for cpufreq dbs timer while S3 resumingKeir Fraser2010-03-171-0/+1
* Add cpufreq sanity checkKeir Fraser2010-03-092-0/+16
* xenpm: Fix ia64 buildKeir Fraser2010-02-101-0/+2
* xenpm: Allow user to enable/disable dbs governor turbo mode.Keir Fraser2010-02-082-3/+47
* x86: Fix RevF detection in powernow.cKeir Fraser2009-10-231-0/+3
* x86, cpufreq: fix ondemand governor to take aperf/mperf feedbackKeir Fraser2009-05-191-19/+20
* Fix cpufreq HW-ALL coordination handleKeir Fraser2009-04-142-58/+108
* 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-202-10/+14
* Fix a cpufreq userspace limitation bugKeir Fraser2009-03-191-11/+38
* cpufreq: fix the buildKeir Fraser2009-02-111-11/+9
* cpufreq cmdline handlingKeir Fraser2009-02-113-18/+63
* cpufreq: attach __exit to the (unused) cpufreq governor exit handlersKeir Fraser2009-02-032-4/+4
* Consolidate cpufreq cmdline handlingKeir Fraser2009-02-032-52/+86
* cpufreq: stats_lock doesn't appear to need to be irq-safe.Keir Fraser2009-01-071-15/+15
* Cpufreq: simplify cpufreq_statistic_lock initKeir Fraser2009-01-051-17/+1
* Cpufreq: prevent negative px resident time, add spinlock to avoid raceKeir Fraser2009-01-051-16/+80
* cpufreq: xen is default cpufreq, userspace is default governor (override on c...Keir Fraser2008-12-292-2/+19
* 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-102-3/+41
* Add cpufreq governors: performance, powersave, userspaceKeir Fraser2008-12-104-0/+219
* cpufreq: allow customization of some parametersKeir Fraser2008-12-051-5/+75
* Cpufreq: Enhance hypervisor px sanity checkKeir Fraser2008-11-031-1/+49
* cpufreq: Fix another build failure.Keir Fraser2008-10-291-1/+1