aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* Update Xen version to 4.0.1-rc44.0.1-rc4Keir Fraser2010-07-161-1/+1
* x86: allow the MSI-X table to reside beyond 4G even on 32-bit systemsKeir Fraser2010-07-151-5/+7
* x86: prevent simultaneous use of MSI and MSI-XKeir Fraser2010-07-151-0/+16
* x86: fix a benign typoKeir Fraser2010-07-151-1/+1
* iommu: Remove pointless iommu=pv boot option.Keir Fraser2010-07-154-35/+1
* x2APIC: improve enabling logicKeir Fraser2010-07-1511-25/+431
* x2APIC/VT-d: improve interrupt remapping and queued invalidation enabling and...Keir Fraser2010-07-154-23/+50
* x2APIC/VT-d: allocate iommu when create a drhdKeir Fraser2010-07-155-20/+31
* xen: allow HVM save/restore from different cpusKeir Fraser2010-07-091-4/+5
* xen: allow HVM save/restore from different changesetsKeir Fraser2010-07-091-17/+0
* mce: Replace BUG() with a console warning in the MCE handler.Keir Fraser2010-07-091-4/+9
* xen: make the shadow allocation hypercalls include the p2m memoryKeir Fraser2010-07-082-10/+32
* xen: use s_time_t for periodic timer deadlines.Keir Fraser2010-07-082-3/+3
* x86/cpufreq: check array index before useKeir Fraser2010-07-081-2/+4
* x86: eliminate unused "quad_local_to_mp_bus_id"Keir Fraser2010-07-062-2/+0
* VT-d: No need to emulate WBINVD when force snooping feature availableKeir Fraser2010-07-052-1/+6
* trace: insert compiler memory barriersKeir Fraser2010-07-051-18/+20
* AMD OSVW (OS Visible Workaround) for XenKeir Fraser2010-07-055-5/+93
* trace: fix security issuesKeir Fraser2010-07-022-59/+87
* trace: adjust printk()sKeir Fraser2010-07-021-7/+8
* trace: improve check_tbuf_size()Keir Fraser2010-07-021-3/+11
* trace: Fix T_INFO_FIRST_OFFSET calculationKeir Fraser2010-07-021-4/+23
* x86 shadow: Fix x86_32 build.Keir Fraser2010-07-021-4/+5
* x86 hvm: implement HVMOP_pagetable_dyingKeir Fraser2010-07-029-18/+241
* x86 hvm: implement vector callback for evtchn deliveryKeir Fraser2010-07-028-13/+44
* x86: TSC handling cleanups (version 2)Keir Fraser2010-07-029-45/+33
* x86: Export timer hypercalls to HVM guests tooKeir Fraser2010-07-021-0/+11
* Fix #GPF injection into compat guests in vm86 codeKeir Fraser2010-06-301-3/+2
* Use gfn_to_mfn_query() rather then gfn_to_mfn() when changing P2M typesKeir Fraser2010-06-301-1/+1
* x86: fix an off-by-one pirq range checkKeir Fraser2010-06-301-1/+1
* trace: share t_info pages only in read-only modeKeir Fraser2010-06-301-1/+1
* Use fixed-width types in the memory event interfaceKeir Fraser2010-06-301-5/+5
* x86: Only build memory-event features on 64-bit XenKeir Fraser2010-06-307-17/+50
* xentrace: restrict trace buffer MFNsKeir Fraser2010-06-301-1/+2
* tmem: skip special case in alloc_heap_pages() if tmem holds no pagesKeir Fraser2010-06-303-3/+12
* Enable tmem functionality for PV on HVM guests. Guest kernelKeir Fraser2010-06-214-17/+22
* Update Xen version to 4.0.1-rc4-preKeir Fraser2010-06-211-1/+1
* Update Xen version to 4.0.1-rc34.0.1-rc3Keir Fraser2010-06-211-1/+1
* vmx: Fix bug in VMX VPMU fixed function PMC offsetKeir Fraser2010-06-211-1/+1
* x86: return value of domain_pirq_to_irq() is signedKeir Fraser2010-06-181-2/+2
* VMX: enforce INVVPID checkingKeir Fraser2010-06-153-4/+50
* VMX: rewrite ept_change_entry_type_global in a recursive wayKeir Fraser2010-06-152-92/+40
* VMX: enforce invept checkingKeir Fraser2010-06-154-13/+33
* VMX: enforce EPT paging structure memory type and page-walk length check.Keir Fraser2010-06-155-23/+53
* VMX: remove an unused EPT macro.Keir Fraser2010-06-152-7/+0
* svm: use msr safe for erratum 383Keir Fraser2010-06-111-5/+9
* grant iommu: Correctly handle multiple mappings of same MFN.Keir Fraser2010-06-111-6/+38
* tmem: Fix domain lifecycle synchronisation.Keir Fraser2010-06-113-17/+26
* Tmem: fix domain refcount leak by returning to simpler modelKeir Fraser2010-06-112-47/+18
* x86 hvm: Fix build error with some GCC versions.Keir Fraser2010-06-101-2/+2