aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/acpi/cpu_idle.c
Commit message (Expand)AuthorAgeFilesLines
* x86/Intel: add support for Haswell CPU modelsJan Beulich2013-08-271-1/+3
* x86/cpuidle: Change logging for unknown APIC IDsAndrew Cooper2013-07-171-1/+4
* ACPI/cpuidle: remove unused "power" field from Cx state dataJan Beulich2012-11-021-1/+0
* x86/Intel: add further support for Ivy Bridge CPU modelsJan Beulich2012-10-021-2/+6
* x86/S3: add cache flush on secondary CPUs before going to sleepBen Guthro2012-09-251-2/+1
* x86: fix MWAIT-based idle driver for CPUs without ARATJan Beulich2012-09-251-18/+24
* printk: prefer %#x et at over 0x%xJan Beulich2012-09-211-5/+5
* x86: introduce MWAIT-based, ACPI-less CPU idle driverJan Beulich2012-09-211-35/+31
* cpuidle: remove unused latency_ticks memberJan Beulich2012-09-211-4/+0
* x86/cpuidle: clean up statistics reporting to user modeJan Beulich2012-08-101-30/+15
* xenpm, x86: Fix reporting of idle state average residency timesBoris Ostrovsky2012-06-061-36/+61
* x86/cpuidle: do not flush cache unless entering C3Wei Wang2012-04-161-2/+5
* XENPF_set_processor_pminfo XEN_PM_CX overflows states arrayEric Chanudet2012-03-081-40/+38
* Revert 24973:50a70b652b43 "x86: Use deep C states for off-lined CPUs"Keir Fraser2012-03-071-18/+0
* x86: Use deep C states for off-lined CPUsBoris Ostrovsky2012-03-071-0/+18
* x86/cpuidle: deny access to the I/O port used for EM_SYSIOJan Beulich2012-03-061-0/+4
* x86/cpuidle: restrict scope of mwait_ptr in acpi_dead_idle()Jan Beulich2012-03-061-3/+2
* x86: Use deep C states for off-lined CPUsBoris Ostrovsky2012-03-061-0/+17
* x86: add Ivy Bridge model numbers to model specific MSR handlingJan Beulich2012-02-091-0/+2
* x86/cpuidle: add Westmere-EX support to hw residencies reading logicJan Beulich2011-11-301-0/+1
* x86: quiesce cpuidle codeJan Beulich2011-11-111-10/+14
* x86/cpuidle: clean up hw residencies reading codeJan Beulich2011-11-081-17/+13
* eliminate first_cpu() etcJan Beulich2011-11-081-1/+1
* eliminate cpu_set()Jan Beulich2011-11-081-2/+2
* x86 pm: provide CC7/PC2 residencyYang Zhang2011-10-251-4/+23
* eliminate cpumask accessors referencing NR_CPUSJan Beulich2011-10-211-2/+2
* introduce and use nr_cpu_ids and nr_cpumask_bitsJan Beulich2011-10-211-1/+1
* use xzalloc in x86 codeJan Beulich2011-10-041-2/+1
* ACPI: add _PDC input override mechanismJan Beulich2011-08-221-6/+0
* pm: don't truncate processors' ACPI IDs to 8 bitsJan Beulich2011-08-221-2/+5
* cpuidle: initialize default Cstate informationKevin Tian2011-07-081-56/+114
* replace d->nr_pirqs sized arrays with radix treeJan Beulich2011-06-231-0/+1
* x86/amd: Eliminate cache flushing when entering C3 on select AMD processorsMark Langsdorf2011-06-141-1/+2
* xen: remove extern function declarations from C files.Tim Deegan2011-05-261-4/+0
* Remove unused var from acpi_idle_do_entry().Keir Fraser2011-05-201-3/+1
* x86: don't write_tsc() non-zero values on CPUs updating only the lower 32 bitsKeir Fraser2011-04-151-0/+4
* x86: Clean up wbinvd usage in cpu offline paths.Keir Fraser2011-03-111-3/+2
* x86: Fix cpu offline bug: add clflush inside dead loopLiu, Jinsong2011-03-111-15/+26
* x86: Fix cache flush bug of cpu offlineLiu, Jinsong2011-03-111-3/+7
* x86: Fix cpu offline bug: cancel SYSIO method when play deadLiu, Jinsong2011-03-111-5/+0
* x86: Fix cpuidle bugLiu, Jinsong2011-03-101-21/+23
* x86: Fix mwait usage when doing cpu offlineKeir Fraser2011-02-241-1/+2
* Use bool_t for various boolean variablesKeir Fraser2010-12-241-1/+1
* x86/bitops.h: Remove unused smp_mb__* macrosKeir Fraser2010-12-161-8/+2
* x86: increase MAX_LOCAL_APICKeir Fraser2010-12-151-1/+1
* x86: mpparse and cstate need to use 32bit apic idKeir Fraser2010-12-151-1/+1
* x86: Check for MWAIT in CPUID before using it in ACPI idle code.Keir Fraser2010-11-221-1/+2
* C6 state with EOI issue fix for some Intel processorsKeir Fraser2010-09-151-0/+28
* timers: Simplify implementation logic.Keir Fraser2010-08-181-1/+1
* x86, pm: provide core/package cstate residenciesKeir Fraser2010-07-121-0/+75