aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* Cache figlet output across builds, and provide src-tarball targetKeir Fraser2008-04-212-4/+12
* iommu: initialisation cleanup and bugfix.Keir Fraser2008-04-215-95/+43
* AMD IOV: Fix xen boot on non-iommu systems.Keir Fraser2008-04-211-8/+8
* x86, hvm: Merge 32-bit and 64-bit asm stubs into common files.Keir Fraser2008-04-2112-591/+378
* svm: Do not hide 3DNow! CPU capabilities from SVM guests.Keir Fraser2008-04-211-1/+3
* x86, hvm: Assembly stub cleanups.Keir Fraser2008-04-214-62/+51
* iommu: Consolidate iommu enablement logic. Now there is only oneKeir Fraser2008-04-2110-98/+76
* amd iommu: clean up debug information.Keir Fraser2008-04-2110-150/+140
* x86: Fix the non-PAE build.Keir Fraser2008-04-171-2/+4
* x86, hvm: Allow emulation of 'multi-cycle' MMIO reads and writes,Keir Fraser2008-04-172-7/+84
* x86_emulate: Emulate MMX movq instructions.Keir Fraser2008-04-173-18/+87
* x86_emulate: Emulate certain FPU instructions by building the opcodeKeir Fraser2008-04-161-29/+60
* x86_emulate: Implement a more dynamic interface for handling FPUKeir Fraser2008-04-167-49/+98
* AMD IOMMU: Add event logging support.Keir Fraser2008-04-166-4/+400
* [VTD] Fix VT-d PAE issues.Keir Fraser2008-04-162-12/+11
* x86, hvm: Lots of MTRR/PAT emulation cleanup.Keir Fraser2008-04-1610-384/+221
* x86: Fix emulation of PCI access register at I/O port 0xcf8.Keir Fraser2008-04-162-17/+15
* x86, hvm: Fix memory leak.Keir Fraser2008-04-161-0/+2
* x86, hvm: APIC INIT handling can make use of existing hvm_vcpu_down()Keir Fraser2008-04-153-8/+5
* x86, hvm: Clean up handling of APIC INIT and SIPI messages.Keir Fraser2008-04-155-143/+163
* x86, hvm: If an MMIO handler returns X86EMUL_RETRY we must stillKeir Fraser2008-04-151-2/+1
* x86: per-domain p2m structure must be initialised to all-zeroes whenKeir Fraser2008-04-151-0/+1
* Tasklet bug fixes.Keir Fraser2008-04-152-23/+41
* domctl: Do not return XEN_DOMINF_blocked if no VCPUs are online.Keir Fraser2008-04-151-2/+2
* x86, hvm: I/O emulation handlers return X86EMUL_* return codes.Keir Fraser2008-04-1513-204/+232
* [IA64] Remove duplicate tasklet codeKeir Fraser2008-04-151-0/+2
* [IA64] Fix pci.h include overlapKeir Fraser2008-04-156-3/+7
* Change tasklet implementation so that tasklet_kill() does not have toKeir Fraser2008-04-152-27/+38
* Rename 'big lock' to 'domain lock'.Keir Fraser2008-04-1410-39/+40
* svm: Fix an assertion.Keir Fraser2008-04-111-1/+1
* hvm: Add HVM_PARAM_DM_DOMAIN to let ioreq events go to a stub domainKeir Fraser2008-04-114-12/+65
* Turn some simple softirqs into tasklets.Keir Fraser2008-04-114-19/+9
* Support tasklets in Xen as a more dynamic alternative to softirqs.Keir Fraser2008-04-114-21/+118
* x86: Emulate accesses to PCI window registers cf8/cfc to synchroniseKeir Fraser2008-04-1116-227/+372
* VT-d: DMAR device scope parse fixupKeir Fraser2008-04-111-2/+2
* x86/64 compat: Replace hypervisor BUG_ON() with a cleaner hypercall failure.Keir Fraser2008-04-111-4/+16
* x86: disable PIT irq after S3 resumeKeir Fraser2008-04-111-2/+4
* hvm: Fix a typo in p2m.c.Keir Fraser2008-04-101-1/+1
* x86, hvm: Fix up MTRR setup for extra magic page (IDENT_PT).Keir Fraser2008-04-101-1/+1
* x86: Conditionally disable PIT 100HZ timer interruptKeir Fraser2008-04-101-50/+85
* x86: Remove jiffies usage.Keir Fraser2008-04-109-39/+43
* vmx: Enable live-migration with EPTKeir Fraser2008-04-106-13/+176
* VT-d: Allocates page table pgd, root_entry, iremap and qinval fromKeir Fraser2008-04-108-379/+392
* VT-d: Share VT-d code between x86 and IA64Keir Fraser2008-04-108-65/+170
* x86 hvm: Make sure that we correctly tear down the vlapic periodicKeir Fraser2008-04-091-0/+2
* x86: Suppress scary console message from sh_remove_shadows()Keir Fraser2008-04-091-3/+2
* hvm: Clean out save/restore debug tracing.Keir Fraser2008-04-096-185/+29
* x86, vmx: Enable VPID (Virtual Processor Identification)Keir Fraser2008-04-094-12/+133
* Revert 17409:a8ce3e934abd5d99 as it breaks the build.Keir Fraser2008-04-096-310/+58
* Share VT-d code between x86 and IA64Keir Fraser2008-04-096-58/+310