aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* x86: Fix S3 resume after creating an HVM guest.Keir Fraser2008-06-091-1/+1
* xentrace: fix tracing for 64bit guestsKeir Fraser2008-06-095-196/+140
* AMD IOMMU: add support for PV guestKeir Fraser2008-06-091-3/+13
* 32-on-64: Fix physaddr_bitsize computation when creating a 32b x86Keir Fraser2008-06-052-4/+8
* x86, p2m: Fix typo in p2m_change_type_global().Keir Fraser2008-06-051-1/+1
* x86 hvm: Improve paging performance for 64b solaris guestsKeir Fraser2008-06-053-2/+8
* xen: build fix for NetBSD (test -x usage).Keir Fraser2008-06-051-1/+3
* Improve HPET comparator reprog to prevent intr-near-missing caseKeir Fraser2008-06-031-5/+10
* x86: Enhance Cx stability by adding softirq check before entry cstateKeir Fraser2008-06-031-7/+14
* Remove domain_pause()/domain_unpause() from SCHEDOP_remote_shutdown.Keir Fraser2008-06-021-3/+0
* vmx: Better diagnostic messages when VMXON might have failed due toKeir Fraser2008-06-022-5/+24
* vtd: Fix pagetable teardown on domain detsruction.Keir Fraser2008-06-021-34/+19
* vtd: build fix.Keir Fraser2008-06-021-4/+4
* merge with xen-unstable.hgIsaku Yamahata2008-06-0249-775/+1131
|\
| * x86: Fix teardown of relocated vcpu_info structures.Keir Fraser2008-06-011-10/+9
| * x86: i8254 device model is shared between PV and HVM guests, so mustKeir Fraser2008-05-302-6/+12
| * x86 hvm: Fix task-switch operation ordering.Keir Fraser2008-05-301-3/+3
| * x86 hvm: Support task switch when task state segments straddle pageKeir Fraser2008-05-301-62/+69
| * Add xen_phys_start value in the crash info noteKeir Fraser2008-05-302-0/+2
| * [IA64] compilation fix of iommu.hKeir Fraser2008-05-301-1/+3
| * vtd: Various cleanups and fixes:Keir Fraser2008-05-305-105/+91
| * vtd: Remove dead code.Keir Fraser2008-05-294-214/+0
| * ia64: Do not guest_physmap_remove_page() old page in gnttab_transfer op.Keir Fraser2008-05-291-0/+2
| * x86: Fix reboot failure after S3Keir Fraser2008-05-291-0/+5
| * vtd: addr_to_dma_page_maddr() must release its lock.Keir Fraser2008-05-291-2/+3
| * vtd: More TLB flush fixes.Keir Fraser2008-05-281-52/+17
| * iommu: Handle sibling device assignment correctlyKeir Fraser2008-05-286-0/+100
| * grant_table: Flush host CPU TLBs during grant transfer.Keir Fraser2008-05-281-0/+1
| * vtd: TLB flush fixups.Keir Fraser2008-05-283-76/+25
| * vtd: IOTLB flush fixupsKeir Fraser2008-05-281-6/+11
| * vtd: interrupt remapping for MSI/MSI-x.Keir Fraser2008-05-284-0/+198
| * vtd: Fix bugs of ioapic interrupt remapping.Keir Fraser2008-05-281-67/+77
| * Fix 17725:c0c0f4fa8850: use type paddr_t instead of unsigned long for physcia...Keir Fraser2008-05-273-9/+10
| * x86 hvm: Drop pagetable reference when resetting a VCPU to real mode.Keir Fraser2008-05-261-0/+7
| * [IA64] remove warnings caused by c/s 17723:c684cf331f94Keir Fraser2008-05-261-0/+2
| * VT-d: flush iotlb of selective iommu when a domain's VT-d table is changedKeir Fraser2008-05-263-2/+39
| * VT-d: remove Xen and tboot range from dom0's VT-d tableKeir Fraser2008-05-263-1/+33
| * Handle IOMMU device assignment for PV guestsKeir Fraser2008-05-241-4/+20
| * Handle dynamic IOMMU map/unmap for guestsKeir Fraser2008-05-244-19/+81
| * Enable IOMMU for PV guestsKeir Fraser2008-05-245-11/+88
| * VT-d: Improve page table debug outputKeir Fraser2008-05-243-85/+74
| * Fix iommu_unmap_page for VT-dKeir Fraser2008-05-241-1/+20
| * Remove physmap page upon granttab xferKeir Fraser2008-05-241-0/+2
| * Cx fix - Add wrap-back calculation for 24b PM timer ticks.Keir Fraser2008-05-241-0/+2
| * hvm: Build guest timers on monotonic system time.Keir Fraser2008-05-2413-26/+68
| * x86_emulate: Check single-step status at instruction start rather than end.Keir Fraser2008-05-241-3/+5
| * x86: Fixes to VLAPIC and S3 state resets.Keir Fraser2008-05-234-16/+24
| * x86: Fix Xen boot on 8-node AMD machinesKeir Fraser2008-05-231-2/+4
| * tboot, s3: Fix S3 issue of Xen and tboot, since the structureKeir Fraser2008-05-232-6/+23
| * stubdom: complete libxc supportKeir Fraser2008-05-231-1/+1