aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* Shadow audit: paging-disabled shadows no longer need special treatmentKeir Fraser2008-02-281-22/+9
* x86 shadow: shadow_check_gwalk() must sh_unmap_domain_page() each pageKeir Fraser2008-02-281-14/+12
* Fix x86 build.Keir Fraser2008-02-282-4/+4
* x86 shadow: Audit tables and guest walk when we know they are consistent.Keir Fraser2008-02-281-2/+3
* Add ACPI tables support for AMD IOMMUKeir Fraser2008-02-2812-54/+1314
* x86 shadow: Remove lock on first guest table walk.Keir Fraser2008-02-284-43/+140
* Rename struct xenkbd_position member abs_z to rel_z. Z-axis motion isKeir Fraser2008-02-281-1/+1
* kexec: extend hypercall for efi memory map, boot parameter and xenheap regionsKeir Fraser2008-02-282-7/+50
* kexec: Add machine_kexec_get()Keir Fraser2008-02-289-14/+103
* kexec: limit scope of the use of compat_kexec_range_tKeir Fraser2008-02-282-22/+62
* x86_emulate: Fix FNSTCW/FNSTSW modrm range check.Keir Fraser2008-02-261-2/+2
* x86 hvm: Fix bugzilla bug 1172.Keir Fraser2008-02-261-1/+1
* x86: Foreign mappings of HVM-guest pages should not affect type count,Keir Fraser2008-02-254-27/+30
* xenoprof: Fix x86 32-on-64 xenoprof_arch_counter() implementation.Keir Fraser2008-02-253-0/+27
* svm: Fix stupid typo in svm_set_interrupt_shadow().Keir Fraser2008-02-251-3/+4
* hvm: More emulation changes: push some of the realmode or HVM-emulateKeir Fraser2008-02-2213-281/+238
* xen: Add license stanza to a few public headers.Keir Fraser2008-02-223-0/+62
* x86 hvm: More emulation simplifications.Keir Fraser2008-02-2211-525/+283
* New Xenbus states Reconfiguring and Reconfigured.Keir Fraser2008-02-221-1/+8
* hvm: Remove lots of custom trap-and-emulate code and defer toKeir Fraser2008-02-218-1734/+117
* Move vtd and amd iommu code to arch-generic location.Keir Fraser2008-02-2126-529/+47
* x86_emulate: Allow writeback-avoidance optimisation to be defeated byKeir Fraser2008-02-215-13/+21
* x86/64: Fix PAE-on-64 mmuext_op() preemption.Keir Fraser2008-02-201-11/+1
* x86 shadow: Minor fix to the fast emulation patch.Keir Fraser2008-02-201-1/+1
* x86 hvm: Replace old MMIO emulator with x86_emulate()-based harness.Keir Fraser2008-02-2020-3243/+1260
* merge with xen-unstable.hgAlex Williamson2008-02-1918-53/+289
|\
| * hvm: Better gating of hvm_get_segment_register() in __hvm_copy().Keir Fraser2008-02-181-13/+11
| * x86: Fix mod_l3_entry() for PAE-on-64 guests. The adjustment ofKeir Fraser2008-02-181-11/+19
| * ia64: Fix build after PCI hotplug changes.Keir Fraser2008-02-181-5/+0
| * amd iommu: Allow device deassignment.Keir Fraser2008-02-185-1/+21
| * x86: Fix debug build.Keir Fraser2008-02-151-2/+2
| * Enable HVM guest VT-d device hotplug via a simple ACPI hotplug device model.Keir Fraser2008-02-158-6/+121
| * Provide fast write emulation path to release shadow lock.Keir Fraser2008-02-155-17/+106
| * vt-d: Fix dom0 boot issue with vtd=1 on Stoakley platform. Turn offKeir Fraser2008-02-152-4/+15
* | [IA64] Fix getvcpucontext hypercallAlex Williamson2008-02-191-2/+0
* | [IA64] Fix shadow_op_off hypercallAlex Williamson2008-02-191-1/+1
* | [IA64] Avoid wild use of registers.Alex Williamson2008-02-191-9/+11
* | [IA64] Handle long vhpt format for ttag and thash.Alex Williamson2008-02-191-64/+85
* | [IA64] Self IO EMUlator (sioemu) - Hypervisor partAlex Williamson2008-02-1918-93/+489
* | [IA64] Build warning fixAlex Williamson2008-02-191-0/+1
* | [IA64] Handle nested dtlb miss in vmx_dirty_bitAlex Williamson2008-02-151-4/+35
* | [IA64] Make translate_phy_pte() staticAlex Williamson2008-02-142-14/+9
* | [IA64] Cleanup vmx_vcpu.hAlex Williamson2008-02-144-345/+306
* | [IA64] Add support for hvm live migrationAlex Williamson2008-02-143-4/+97
* | merge with xen-unstable.hgAlex Williamson2008-02-1446-771/+1762
|\|
| * x86/64: Make BIOS call to declare our intention to enter long mode.Keir Fraser2008-02-141-0/+7
| * x86 iommu: Define vendor-neutral interface for access to IOMMU.Keir Fraser2008-02-1416-304/+690
| * x86 shadow: Reduce scope of shadow lock.Keir Fraser2008-02-141-14/+4
| * xen: Clean up SMP/hotplug headers and implementation a bit.Keir Fraser2008-02-134-94/+14
| * vmx realmode: Only check for pending interrupts every 16thKeir Fraser2008-02-131-5/+13