aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/acpi
Commit message (Expand)AuthorAgeFilesLines
...
* use xzalloc in x86 codeJan Beulich2011-10-043-6/+3
* x86/tboot: make resume error messages visibleJan Beulich2011-09-171-1/+1
* ACPI: add _PDC input override mechanismJan Beulich2011-08-222-6/+44
* pm: don't truncate processors' ACPI IDs to 8 bitsJan Beulich2011-08-221-2/+5
* x86-64/MMCFG: finally make Fam10 enabling workJan Beulich2011-07-251-2/+0
* cpuidle: initialize default Cstate informationKevin Tian2011-07-081-56/+114
* replace d->nr_pirqs sized arrays with radix treeJan Beulich2011-06-231-0/+1
* Use same data array for INTEL and AMD cpufreq handlingJuergen Gross2011-06-162-38/+29
* x86/amd: Eliminate cache flushing when entering C3 on select AMD processorsMark Langsdorf2011-06-141-1/+2
* x86: cpufreq init cleanupLiu, Jinsong2011-05-311-6/+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/fpu: clean up FPU context save functionWei Huang2011-05-091-1/+1
* x86: don't write_tsc() non-zero values on CPUs updating only the lower 32 bitsKeir Fraser2011-04-151-0/+4
* xen/acpi: disentangle ACPI enumerations.Tim Deegan2011-04-071-12/+13
* x86: split struct vcpuJan Beulich2011-04-051-7/+7
* x86: cleanup bogus CONFIG_ACPI_PCI usesJan Beulich2011-04-021-42/+0
* x86/ACPI: __init-annotateJan Beulich2011-04-023-64/+85
* x86/mce: CPU notifiers must not be registered a second time during resumeJan Beulich2011-03-181-1/+1
* 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
* ACPI: large cleanupJan Beulich2011-03-091-75/+8
* move various bits into .init.* sectionsJan Beulich2011-03-091-1/+2
* x86: cleanup mpparse.cJan Beulich2011-03-091-2/+4
* xen: add "lto=y" option to build Xen with link-time optimizations.Tim Deegan2011-03-071-2/+2
* x86: add explicit size suffixes to some assembly instructions.Tim Deegan2011-03-071-2/+2
* x86: Fix mwait usage when doing cpu offlineKeir Fraser2011-02-241-1/+2
* x86 acpi: Fix crash in enable_nonboot_cpus() on wakeup from S3/S4Keir Fraser2011-01-141-0/+1
* x86 fpu: Code clean up. Eliminate per-cpu xsave init verbosity.Keir Fraser2011-01-141-2/+1
* Use bool_t for various boolean variablesKeir Fraser2010-12-242-13/+9
* vtd: Reinstate ACPI DMAR on system shutdown or S3/S4/S5.Keir Fraser2010-12-171-1/+3
* x86/bitops.h: Remove unused smp_mb__* macrosKeir Fraser2010-12-161-8/+2
* x86: increase MAX_LOCAL_APICKeir Fraser2010-12-152-5/+6
* 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
* Implement ACPI APEI ERST featureKeir Fraser2010-08-221-0/+2
* timers: Simplify implementation logic.Keir Fraser2010-08-182-2/+2
* x86 cpuidle: check whether cpu is online in cpu idle controlKeir Fraser2010-08-171-2/+3
* ACPI: add support for x2APIC ACPI extensionsKeir Fraser2010-07-161-5/+58
* x86: Avoid assumptions about C struct layouts from asm code.Keir Fraser2010-07-132-72/+40
* x86, pm: provide core/package cstate residenciesKeir Fraser2010-07-121-0/+75
* 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