aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* pvfb/ioemu: transmit refresh interval advice from backend to frontendKeir Fraser2008-05-121-1/+20
* x86 hvm: Clean MSI related data when destroy domain.Keir Fraser2008-05-123-1/+11
* x86: Fix fatal page fault when vram dirty logic handles MMIO of passthrough d...Keir Fraser2008-05-121-0/+6
* Clean up shadow code after the removal of non-PAE 32-bit buildsKeir Fraser2008-05-088-348/+174
* i386: Remove non-PAE hypervisor build target.Keir Fraser2008-05-0829-571/+121
* Remove defunct powerpc port.Keir Fraser2008-05-08173-23417/+3
* shadow: drop guest VRAM write access after some idlenessKeir Fraser2008-05-083-14/+55
* Fix the boot of ia32pae Windows xp guest (up acpi)Keir Fraser2008-05-081-1/+1
* x86 pci passthrough: Make printk messages more exact.Keir Fraser2008-05-071-2/+2
* VT-d: Remove unused function dma_pte_free_pagetable().Keir Fraser2008-05-071-55/+0
* VT-d: Fix free VT-d page table issueKeir Fraser2008-05-072-6/+53
* x86 shadow: Fix typo in a code comment.Keir Fraser2008-05-071-1/+1
* x86 hvm: Warn only once per time source when the periodic tiemout isKeir Fraser2008-05-062-3/+4
* x86 hvm: Support interrupt delivery for PIT channel 0 when in modes 3 and 4.Keir Fraser2008-05-061-13/+15
* SVM: clean up __get_instruction_length_from_list()Keir Fraser2008-05-063-75/+81
* x86 hvm: Simplify and consolidate logic for HLT emulation.Keir Fraser2008-05-063-31/+11
* x86, Intel: Make only EST feature visible to dom0 to enable Cx-stateKeir Fraser2008-05-061-5/+3
* x86, hvm: stdvga cache always onKeir Fraser2008-05-061-10/+45
* Fix the address calculation of acpi enable reg according to ACPI spec.Keir Fraser2008-05-051-2/+6
* Enable Px/Cx related CPUID/MSR bits for dom0 to get correct Px/Cx info.Keir Fraser2008-05-051-4/+7
* shadow: Fix dirty vram tracking typo.Keir Fraser2008-05-051-1/+1
* i386: Fix 32-bit x86 build.Keir Fraser2008-05-041-3/+3
* shadow: track video RAM dirty bitsKeir Fraser2008-05-0211-2/+337
* Fix lint in headers that are pulled into the Solaris tree.Keir Fraser2008-05-011-0/+1
* Allow .config to override the "cc_compile_by" and "cc_compile_domain" settings.Keir Fraser2008-05-011-2/+5
* Intel vpid: Invalidate VPID mapping on INVLPG.Keir Fraser2008-05-012-1/+8
* i386: Fix the build.Keir Fraser2008-05-011-1/+2
* x86: Fix FADT parsing for PM event blocks.Keir Fraser2008-05-011-9/+12
* x86: Support x2APIC mode.Keir Fraser2008-05-0121-68/+330
* x86: Make apicid 32 bits in preparation for x2APIC support.Keir Fraser2008-05-017-13/+13
* x86: Add TSC stop support for Deep C stateKeir Fraser2008-05-013-3/+45
* i386: Fix build.Keir Fraser2008-05-011-1/+1
* Add acpi C3 support for x86.Keir Fraser2008-05-011-6/+272
* Port acpi bit register support from Linux.Keir Fraser2008-05-014-15/+469
* Add option "xen_processor_pm" in xen to enable dom0 external Cx control.Keir Fraser2008-05-011-0/+7
* Add basic acpi C-states based cpu idle power mgmt in xen for x86.Keir Fraser2008-05-019-2/+922
* MSI 5/6: add MSI support to passthrough HVM domainKeir Fraser2008-05-0110-43/+297
* MSI 3/6: add msi support to xenKeir Fraser2008-05-0118-48/+1017
* MSI 2/6: change the pirq to be per-domainKeir Fraser2008-05-0111-24/+393
* MSI 1/6: Move PCI functions and headers to a common location.Keir Fraser2008-05-0113-87/+93
* VT-d: Separate VT-d page table from P2M tableKeir Fraser2008-05-012-20/+20
* x86 time: Read platform time before locally-extrapolated time duringKeir Fraser2008-05-011-5/+9
* x86, hvm: Guest CPUID configuration.Keir Fraser2008-04-257-131/+163
* Intel VPID: Do not crash if INVVPID is attempted before VMXON.Keir Fraser2008-04-251-5/+9
* shadow: Fix TLB flushing in the second pass of sh_prealloc() in theKeir Fraser2008-04-251-3/+1
* xencomm: Fix a trivial warning.Keir Fraser2008-04-241-1/+1
* trace: Notify dom0 from tasklet context.Keir Fraser2008-04-241-1/+10
* AMD IOV: Fix dom0 initialisation.Keir Fraser2008-04-231-16/+15
* Drop characters if an asynchronous serial tx buffer fills up.Keir Fraser2008-04-231-4/+9
* New boot parameter 'serial_tx_buffer=<size>' to change serialKeir Fraser2008-04-233-18/+26