aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* iommu: Fix hvm_dpci_eoi for smp guest in ioapic interrupt modeKeir Fraser2008-07-021-2/+4
* x86 hvm: Fix RTC handling.Keir Fraser2008-07-028-35/+59
* Do not allow HVM save/restore of a dying domain.Keir Fraser2008-07-022-0/+7
* pciif: do not depend on linux' msix_entriesKeir Fraser2008-07-021-1/+5
* x86: Remove inline declaration to fix build.Keir Fraser2008-07-022-2/+2
* x86: Fix MSI cleanup.Keir Fraser2008-07-022-11/+32
* merge with xen-unstable.hgIsaku Yamahata2008-07-0239-449/+2954
|\
| * x86_emulate: (Almost) complete FPU emulation.Keir Fraser2008-07-011-36/+458
| * VT-d: Fix queue invalidationKeir Fraser2008-07-011-8/+4
| * VT-d: Do CLFLUSH after updating IRTE entriesKeir Fraser2008-07-011-0/+2
| * x86_emulate: read/write/insn_fetch emulation hooks now all take aKeir Fraser2008-06-305-176/+220
| * x86: Px statistic update for cpu idle time.Keir Fraser2008-06-304-1/+30
| * stubdom: add live migration support by having ioemu just notify theKeir Fraser2008-06-303-0/+120
| * x86: Fix 32-bit build after VT-d cleanups.Keir Fraser2008-06-281-1/+1
| * x86: Fix 32-bit build.Keir Fraser2008-06-271-1/+2
| * x86: Emulation of LMSW must only affect CR0 bits 0-3.Keir Fraser2008-06-272-5/+6
| * hvm: Fix lmsw handlingKeir Fraser2008-06-272-2/+3
| * x86: Add cpufreq logic to S3 suspend/resumeKeir Fraser2008-06-276-40/+190
| * vt-d: Clean up variable types and remove useless variablesKeir Fraser2008-06-272-18/+14
| * shadow: Re-initialise page_info's lock field when freeing shadow pages.Keir Fraser2008-06-271-0/+8
| * vt-d: Minor fixing of interrupt remappingKeir Fraser2008-06-271-2/+3
| * x86, shadow: Fix OOS bug on domain teardown.Keir Fraser2008-06-271-0/+6
| * Out-of-sync L1 shadows: always unsync pages on guest writes.Keir Fraser2008-06-201-0/+7
| * Out-of-sync L1 shadows: OOS snapshot.Keir Fraser2008-06-205-25/+174
| * Out-of-sync L1 shadows: Fixup TablesKeir Fraser2008-06-208-23/+323
| * Out-of-sync L1 shadows: OOS baseKeir Fraser2008-06-209-40/+998
| * AMD PowerNow! in XenKeir Fraser2008-06-204-1/+313
| * Clean up domain_create() interface.Keir Fraser2008-06-205-43/+45
| * x86 acpi: Clean up output tracing. Ensure it is synced to serial lineKeir Fraser2008-06-201-11/+11
| * vmx: Clean up and fix guest MSR load/save handling:Keir Fraser2008-06-194-59/+59
* | [IA64] remove some #ifndef XEN using empty headerfiles.Isaku Yamahata2008-06-1916-38/+11
* | [IA64] remove unnecessary ia64_ksyms.c.Isaku Yamahata2008-06-193-126/+0
* | [IA64] remove unused old acpi.c.Isaku Yamahata2008-06-111-704/+0
* | [IA64] make acpi related files compilable.Isaku Yamahata2008-06-116-1/+65
* | [IA64] import linux-2.6.25-rc4 acpi related files.Isaku Yamahata2008-06-115-7/+1344
* | [IA64] removed an unused header file.Isaku Yamahata2008-06-116-23/+15
* | [IA64] efi: remove old efi code to copmile newer linux acpi code.Isaku Yamahata2008-06-115-48/+25
* | merge with xen-unstable.hgIsaku Yamahata2008-06-1996-1860/+4559
|\|
| * x86: Must use a softirq to defer dom0 NMIKeir Fraser2008-06-182-5/+8
| * x86: Intel wants the TSS busy flag set when we do a vmentry.Keir Fraser2008-06-181-1/+2
| * mm.c: use local variable domain pointerKeir Fraser2008-06-181-1/+1
| * [IA64] trivial compilation fix caused by c/s 17847:8a0415fac759.Keir Fraser2008-06-162-2/+1
| * vmx: Allow restore of context from a non-Intel processor. InKeir Fraser2008-06-161-1/+4
| * amd svm: Do not touch (non-existent) attr and selector fields for GDTRKeir Fraser2008-06-161-2/+4
| * vt-d: Quieten down overzealous logging.Keir Fraser2008-06-162-5/+4
| * x86_emulate: Fix the segment-load functionKeir Fraser2008-06-161-10/+18
| * 32-on-64: Fix compat-access macros to use correct underlying HVM accessors.Keir Fraser2008-06-132-32/+34
| * Bring back console_start_log_everything() as a milder alternative toKeir Fraser2008-06-135-17/+77
| * hvm, 32-on-64: Allow a 32-bit x86 hvm guest access to any memory_op().Keir Fraser2008-06-131-33/+3
| * Introduce guest_handle_subrange_okay() for checking sub-sections of anKeir Fraser2008-06-133-5/+14