aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/acpi/cpufreq
Commit message (Expand)AuthorAgeFilesLines
* powernow: add fixups for AMD P-state figuresKonrad Rzeszutek Wilk2013-03-121-6/+50
* xen: Remove x86_32 build target.Keir Fraser2012-09-121-31/+0
* powernow: Update P-state directly when _PSD's CoordType is DOMAIN_COORD_TYPE_...Boris Ostrovsky2012-09-111-37/+25
* x86, cpufreq: Change powernow's CPB status immediatelyBoris Ostrovsky2012-06-181-4/+26
* remove inclusion of asm/config.hJan Beulich2012-01-132-2/+0
* eliminate first_cpu() etcJan Beulich2011-11-082-2/+2
* cpufreq: allocate CPU masks dynamicallyJan Beulich2011-11-072-6/+6
* powernow: don't read never initialized structure memberJan Beulich2011-11-071-6/+8
* eliminate direct assignments of CPU masksJan Beulich2011-10-211-1/+1
* eliminate cpumask accessors referencing NR_CPUSJan Beulich2011-10-211-1/+1
* introduce and use nr_cpu_ids and nr_cpumask_bitsJan Beulich2011-10-211-1/+1
* use xzalloc in x86 codeJan Beulich2011-10-042-4/+2
* Use same data array for INTEL and AMD cpufreq handlingJuergen Gross2011-06-162-38/+29
* x86: cpufreq init cleanupLiu, Jinsong2011-05-311-6/+2
* move various bits into .init.* sectionsJan Beulich2011-03-091-1/+2
* x86 cpufreq: Fix debug=y build.Keir Fraser2010-07-121-1/+1
* x86/cpufreq: pass pointers to cpu masks where possibleKeir Fraser2010-07-122-23/+18
* cpufreq: eliminate unnecessary NR_CPUS-sized arraysKeir Fraser2010-07-091-4/+7
* x86/cpufreq: check array index before useKeir Fraser2010-07-081-2/+4
* x86 cpufreq: Fixes after msr cleanup patchKeir Fraser2010-06-252-3/+3
* x86 cpufreq: use rdmsrl/wrmsrlKeir Fraser2010-06-252-18/+19
* x86: Fix a few on_{selected,each}_cpus callers who should wait for completion.Keir Fraser2010-05-132-2/+2
* x86/cpufreq: fix turbo mode detectionKeir Fraser2010-05-072-25/+46
* Add support for AMD MPERF/APERFKeir Fraser2010-04-092-3/+9
* Add Xen support for AMD Turbo/BoostKeir Fraser2010-04-091-1/+23
* Refactor Xen Support for Intel Turbo BoostKeir Fraser2010-04-091-1/+12
* cpufreq: make non-verbose by defaultKeir Fraser2010-03-181-4/+6
* x86: Fix RevF detection in powernow.cKeir Fraser2009-10-231-39/+4
* x86: Update powernow.c to latest cpufreq codeKeir Fraser2009-10-162-45/+27
* Remove unused 'retry' parameter from on_selected_cpus() etc.Keir Fraser2009-05-272-4/+4
* Pass cpumasks by reference always.Keir Fraser2009-05-272-6/+4
* Fix cpufreq HW-ALL coordination handleKeir Fraser2009-04-141-1/+5
* cpufreq: Update cpufreq aperf and mperf read, so that it can be usedKeir Fraser2009-03-201-36/+93
* x86: cpufreq get_cur_val adjustmentKeir Fraser2009-02-111-4/+6
* x86: misc adjustments to acpi-cpufreqKeir Fraser2009-02-031-8/+10
* cpufreq: xen is default cpufreq, userspace is default governor (override on c...Keir Fraser2008-12-291-2/+5
* x86, cpufreq: Change cpufreq_driver->get so that it can get otherKeir Fraser2008-12-111-7/+29
* cpufreq: Short path avoiding IPI in critical fast path.Keir Fraser2008-12-111-5/+15
* Add user PM control interfaceKeir Fraser2008-12-101-0/+1
* x86/cpufreq: reduce verbosityKeir Fraser2008-12-051-8/+2
* powernow: implement struct cpufreq_driver.verifyKeir Fraser2008-12-051-0/+11
* Cpufreq: Enhance hypervisor px sanity checkKeir Fraser2008-11-031-12/+0
* x86/powernow: fix machine shutdownKeir Fraser2008-10-271-0/+14
* Cpufreq statistic update for SW_ANY coordinationKeir Fraser2008-10-271-1/+1
* x86 and ia64: move cpufreq notify code to commone placeKeir Fraser2008-09-261-0/+18
* X86 and IA64: Update cpufreq statistic logic for supporting both x86Keir Fraser2008-09-261-1/+3
* X86 and IA64: Rebase cpufreq logic for supporting both x86 and ia64Keir Fraser2008-09-264-767/+2
* x86: fix powernowKeir Fraser2008-09-221-3/+21
* x86/cpufreq: don't use static array for large per-CPU data structuresKeir Fraser2008-09-223-30/+51
* x86: also fix powernow's dom_maskKeir Fraser2008-09-161-7/+13