aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/acpi
Commit message (Expand)AuthorAgeFilesLines
* x86: use {rd,wr}{fs,gs}base when availableJan Beulich2013-10-111-4/+4
* x86: Introduce and use GLOBAL() in asm codeAndrew Cooper2013-09-091-5/+5
* x86/Intel: add support for Haswell CPU modelsJan Beulich2013-08-271-1/+3
* ACPI: fix acpi_os_map_memory()Jan Beulich2013-08-211-1/+1
* x86/cpuidle: Change logging for unknown APIC IDsAndrew Cooper2013-07-171-1/+4
* x86/S3: Restore broken vcpu affinity on resumeBen Guthro2013-04-021-0/+3
* powernow: add fixups for AMD P-state figuresKonrad Rzeszutek Wilk2013-03-121-6/+50
* ACPI: support v5 (reduced HW) sleep interfaceJan Beulich2013-02-222-22/+106
* ACPI 5.0: Implement hardware-reduced optionBob Moore2013-02-221-0/+5
* xen: use XSM instead of IS_PRIV where duplicatedDaniel De Graaf2013-01-111-1/+1
* VT-d: adjust IOMMU interrupt affinities when all CPUs are onlineJan Beulich2012-11-281-0/+1
* x86/ACPI: invalidate BGRT if necessaryJan Beulich2012-11-081-0/+24
* ACPI/cpuidle: remove unused "power" field from Cx state dataJan Beulich2012-11-021-1/+0
* x86/HPET: allow use for broadcast when interrupt remapping is in effectJan Beulich2012-10-181-0/+1
* 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
* x86: enable VIA CPU supportJan Beulich2012-09-211-2/+4
* printk: prefer %#x et at over 0x%xJan Beulich2012-09-212-7/+7
* 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/ACPI: fix error indication from acpi_parse_madt_lapic_entries()Jan Beulich2012-09-191-2/+2
* xen: Remove x86_32 build target.Keir Fraser2012-09-124-288/+0
* powernow: Update P-state directly when _PSD's CoordType is DOMAIN_COORD_TYPE_...Boris Ostrovsky2012-09-111-37/+25
* x86/cpuidle: clean up statistics reporting to user modeJan Beulich2012-08-101-30/+15
* x86, cpufreq: Change powernow's CPB status immediatelyBoris Ostrovsky2012-06-181-4/+26
* 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
* Introduce system_state variable.Keir Fraser2012-03-221-0/+10
* 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: Make asmlinkage explicitly a no-op, and avoid usage in arch/x86Keir Fraser2012-01-151-1/+1
* remove inclusion of asm/config.hJan Beulich2012-01-132-2/+0
* ACPI: eliminate duplicate MADT parsing and unused SBF definitionsJan Beulich2011-12-131-39/+38
* 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-083-3/+3
* eliminate cpu_set()Jan Beulich2011-11-081-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
* x86 pm: provide CC7/PC2 residencyYang Zhang2011-10-251-4/+23
* eliminate direct assignments of CPU masksJan Beulich2011-10-211-1/+1
* eliminate cpumask accessors referencing NR_CPUSJan Beulich2011-10-212-3/+3
* introduce and use nr_cpu_ids and nr_cpumask_bitsJan Beulich2011-10-213-3/+3