aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* x86 hvm: Allow delivery of legacy 8259 interrupts to VCPUs != 0.Keir Fraser2009-07-015-20/+54
* x86 hvm: Fix #UD interception.Keir Fraser2009-07-015-45/+27
* Remove redundant semicolonsKeir Fraser2009-07-017-8/+8
* VT-d: Remove the dprintk() in alloc_pgtable_maddr()Keir Fraser2009-06-301-4/+0
* x86 hvm mce: Support HVM Guest virtual MCA handling.Keir Fraser2009-06-309-55/+168
* x86 svm: Fix svm_update_guest_efer() after c/s 19856.Keir Fraser2009-06-291-1/+1
* x86 Cx tracing: export the Cx exit reason (pending interrupt during Cx)Keir Fraser2009-06-292-3/+44
* x86 Cx tracing: export expected/predicted Cx to xentraceKeir Fraser2009-06-292-2/+11
* x86 tboot: Fix c/s 19577Keir Fraser2009-06-291-1/+0
* Merge with ia64 treeKeir Fraser2009-06-295-27/+68
|\
| * tmem: extra statsKeir Fraser2009-06-272-10/+34
| * x86 svm: Make 32bit legacy guests boot againKeir Fraser2009-06-273-17/+34
* | [IA64] replace MAX_VCPUS with d->max_vcpus where necessary.Isaku Yamahata2009-06-2910-18/+20
* | [IA64] plumb tmem hypercall entry point on ia64.Isaku Yamahata2009-06-291-1/+1
* | [IA64] remove a warningIsaku Yamahata2009-06-291-0/+3
|/
* p2m hap: Fix dirty vram tracking functionKeir Fraser2009-06-251-1/+1
* x86 hvm: Make sure port 0x80 in hvm_io_table[] is set correctlyKeir Fraser2009-06-251-0/+5
* x86 hvm: Fix printf format specifierKeir Fraser2009-06-251-3/+3
* VT-d: remove debug prints and turn on qinval read/write drainsKeir Fraser2009-06-252-12/+2
* x86 mca: Fix typo of MCA recovery flagsKeir Fraser2009-06-241-4/+4
* VT-d: don't disable VT-d engine in suspend for security purposeKeir Fraser2009-06-241-0/+4
* Scaling guest's TSC when the target machine's frequency is differentKeir Fraser2009-06-246-8/+72
* Move muldiv64 out and make it as a public function.Keir Fraser2009-06-243-24/+31
* save/restore : Save guest's preferred TSC frequency in imageKeir Fraser2009-06-246-7/+10
* x86 shadow: Fix a few SHOPT_OUT_OF_SYNC ifdefs.Keir Fraser2009-06-241-5/+5
* VT-d: correct kill hvm_timerKeir Fraser2009-06-231-1/+1
* vtd: IO NUMA supportKeir Fraser2009-06-2310-48/+126
* x86: Another assign_irq_vector() cleanup.Keir Fraser2009-06-231-8/+2
* Only allow DOMCTL_max_vcpus to increase vcpus from zero.Keir Fraser2009-06-231-8/+18
* VT-d: fix MSI source-id of interrupt remappingKeir Fraser2009-06-191-6/+87
* VT-d: pci code cleanupKeir Fraser2009-06-193-146/+209
* x86: Fix legacy irq allocation issueKeir Fraser2009-06-191-0/+6
* P2M: check whether hap mode is enabled before using 2mb pagesKeir Fraser2009-06-191-1/+5
* IOMMU: Add two generic functions to vendor neutral interfaceKeir Fraser2009-06-198-6/+40
* x86 hvm: Fix bootstrapped boolean check in start_{svm,vmx}().Keir Fraser2009-06-182-2/+2
* x86-64: do not pass unmanageable amounts of memory to Dom0Keir Fraser2009-06-181-18/+57
* Introduce page_list_move()Keir Fraser2009-06-184-25/+13
* Allow tools to see the hypervisor command line.Keir Fraser2009-06-183-1/+17
* x86_64: allow more vCPU-s per guestKeir Fraser2009-06-1837-119/+249
* x86_64: don't allocate L1 per-domain page table pages in a single chunkKeir Fraser2009-06-186-22/+67
* x86: properly handle vcpu-to-pcpu mask conversionKeir Fraser2009-06-183-44/+42
* Remove bogus checked in file headers.chk, remove it on make clean, andKeir Fraser2009-06-182-40/+1
* x86 svm: Clean up and fix start_svm() to avoid memory leaks andKeir Fraser2009-06-184-26/+53
* Introduce mechanism to check standard conformance of headersKeir Fraser2009-06-1714-5/+78
* tmem: fix 32-on-64 supportKeir Fraser2009-06-175-20/+107
* x86: fix s3 resume on AMD CPUsKeir Fraser2009-06-162-14/+13
* x86: Allow guests to allocate up to 2MB (superpage) memory extents.Keir Fraser2009-06-164-10/+16
* x86: improve output resulting from sending '0' over serialKeir Fraser2009-06-167-21/+128
* x86/hvm: don't pass through port 0x80 in a few special casesKeir Fraser2009-06-163-1/+98
* vtd: ats and queued invalidation cleanupKeir Fraser2009-06-162-8/+3