aboutsummaryrefslogtreecommitdiffstats
path: root/xen/drivers/cpufreq/cpufreq.c
Commit message (Expand)AuthorAgeFilesLines
* cpufreq: missing check of copy_from_guest()Tim Deegan2013-09-121-2/+6
* 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
* 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-131-1/+0
* cpufreq: allocate CPU masks dynamicallyJan Beulich2011-11-071-17/+33
* cpufreq: error path fixesJan Beulich2011-10-141-3/+5
* use xzalloc in driver codeJan Beulich2011-10-041-6/+3
* misc cpufreq cleanupJan Beulich2011-05-091-6/+10
* move various bits into .init.* sectionsJan Beulich2011-03-091-19/+1
* Xen: fix various checks of unsigned integers < 0Keir Fraser2010-10-291-2/+1
* cpufreq: eliminate unnecessary NR_CPUS-sized arraysKeir Fraser2010-07-091-13/+13
* x86: Implement cpu hotplug notifiers. Use them.Keir Fraser2010-05-141-0/+36
* cpufreq: make non-verbose by defaultKeir Fraser2010-03-181-28/+48
* Add cpufreq sanity checkKeir Fraser2010-03-091-0/+10
* x86: Fix RevF detection in powernow.cKeir Fraser2009-10-231-0/+3
* Fix cpufreq HW-ALL coordination handleKeir Fraser2009-04-141-58/+67
* cpufreq: fix the buildKeir Fraser2009-02-111-11/+9
* cpufreq cmdline handlingKeir Fraser2009-02-111-15/+45
* Consolidate cpufreq cmdline handlingKeir Fraser2009-02-031-0/+45
* cpufreq: xen is default cpufreq, userspace is default governor (override on c...Keir Fraser2008-12-291-2/+14
* Add user PM control interfaceKeir Fraser2008-12-101-2/+2
* Add cpufreq governors: performance, powersave, userspaceKeir Fraser2008-12-101-0/+48
* Cpufreq: Enhance hypervisor px sanity checkKeir Fraser2008-11-031-1/+49
* cpufreq: Fix another build failure.Keir Fraser2008-10-291-1/+1
* cpufreq.c: shut up compiler about cpufreq_domKeir Fraser2008-10-291-1/+1
* cpufreq: domain structure update from array to linked listKeir Fraser2008-10-291-26/+71
* Add print info for ACPI _PCT and _PPCKeir Fraser2008-10-211-1/+17
* x86: Adapt 32b guest os to 64b hypervisor platform_hypercall compatibilityKeir Fraser2008-10-211-13/+4
* cpufreq: remove unused variable cpu_count.Keir Fraser2008-10-101-2/+1
* Fix 32pae build: ld -> PRI64.Keir Fraser2008-09-281-2/+5
* x86 and ia64: move cpufreq notify code to commone placeKeir Fraser2008-09-261-4/+123
* X86 and IA64: Rebase cpufreq logic for supporting both x86 and ia64Keir Fraser2008-09-261-0/+188