aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Do not print `***' when compiling unless we fall overKeir Fraser2009-01-125-12/+12
* Use -MMD -MF in tools/* rather than -Wp,-M...Keir Fraser2009-01-1228-68/+56
* stubdom: Fix compilation after libelf header changesKeir Fraser2009-01-091-0/+1
* AMD IOMMU: Allocate I/O pagetable from domheap instead of xenheapKeir Fraser2009-01-096-144/+177
* hvmloader: MTRR UC type covers the pci regions only.Keir Fraser2009-01-091-7/+19
* hvmloader: Dynamically size the PCI hole.Keir Fraser2009-01-095-35/+68
* New XENMAPSPACE_gmfn parameter for XENMEM_add_to_physmap.Keir Fraser2009-01-093-39/+42
* xend: Fix a ssl migration hang issueKeir Fraser2009-01-092-1/+3
* hvmloader: Reserve BIOS memory and VGA memory at top of 4GB memory hole.Keir Fraser2009-01-087-96/+79
* Print domain max_pages in 'q' debug output.Keir Fraser2009-01-081-2/+2
* x86, hvm: Move E820 table creation into hvmloader, extendKeir Fraser2009-01-086-136/+169
* xm: Fix syntax error.Keir Fraser2009-01-081-1/+1
* hvmloader: Simplify access to hvm_info_table.Keir Fraser2009-01-087-32/+13
* Fix gcc make-dep cmdline options.Keir Fraser2009-01-081-2/+2
* x86: Re-instate warnings for HVM guest writes to read-only memory.Keir Fraser2009-01-082-1/+16
* Move libelf headers out of xen public header dir.Keir Fraser2009-01-0813-23/+29
* Auto-build dependency files in hypervisor build tree.Keir Fraser2009-01-0812-80/+23
* x86-64: guest directed placement of initial p->m mapKeir Fraser2009-01-087-10/+190
* passthough: MSI-INTx translation documentationKeir Fraser2009-01-082-0/+62
* pci: add config options for MSI-INTx translation in HVMKeir Fraser2009-01-084-4/+20
* pci: add pci option support for XenAPI severKeir Fraser2009-01-086-4/+40
* pci: add pci option support for XML-RPC serverKeir Fraser2009-01-084-14/+76
* passthrough: MSI-INTx translation for HVMKeir Fraser2009-01-085-35/+87
* xenpm tool enhancementsKeir Fraser2009-01-081-243/+454
* x86: remove pointless dom0 checkKeir Fraser2009-01-081-8/+0
* Enable debug build by default, for better dev testing.Keir Fraser2009-01-071-1/+1
* cpufreq: stats_lock doesn't appear to need to be irq-safe.Keir Fraser2009-01-072-20/+20
* [IA64] stub for XENMEM_[gs]et_pod_target.Isaku Yamahata2009-01-071-0/+39
* [IA64] ia64 counter part of 5b44cfde9666.Isaku Yamahata2009-01-071-0/+16
* [IA64] compilation fix of xenctxIsaku Yamahata2009-01-071-3/+3
* merge with xen-unstable.hgIsaku Yamahata2009-01-0766-1069/+2881
|\
| * rombios: Get rid of annoying delay at F12 boot menu.Keir Fraser2009-01-061-48/+46
| * rombios: Allow option ROMs to extend up to 0xEA000.Keir Fraser2009-01-066-45/+66
| * xend: Fix error handling in device_create().Keir Fraser2009-01-061-1/+1
| * rombios: Do not initialise PCI devices after hvmloader.Keir Fraser2009-01-061-2/+2
| * hvm: Tell Viridian-enabled OS to relax timer interrupt checks.Keir Fraser2009-01-061-1/+3
| * x86: Disable MSI as it seems to be triggering ASSERT at irq.c:269.Keir Fraser2009-01-061-0/+4
| * libxc: Define xc_ffs{8,16,32,64} functions. Use them.Keir Fraser2009-01-065-6/+35
| * x86: Poison initmem at end of Xen bootstrapKeir Fraser2009-01-051-0/+1
| * vmx: Print advanced features during bootKeir Fraser2009-01-051-0/+20
| * Download external tarballs from xenbits.xensource.comKeir Fraser2009-01-056-9/+27
| * Cpufreq: simplify cpufreq_statistic_lock initKeir Fraser2009-01-051-17/+1
| * Cpufreq: prevent negative px resident time, add spinlock to avoid raceKeir Fraser2009-01-054-27/+97
| * Cpufreq: remove redundant fragmentsKeir Fraser2009-01-052-3/+1
| * vtd hotplug: check if a device can be hot-plugged.Keir Fraser2009-01-053-11/+97
| * vtd: avoid redundant context mappingKeir Fraser2009-01-051-4/+8
| * xenctx: compat-mode/HVM supportKeir Fraser2009-01-051-105/+185
| * Make xc_translate_foreign_address aware of compat-mode guests andKeir Fraser2009-01-052-162/+77
| * p2m: Small audit fixes.Keir Fraser2009-01-051-1/+5
| * PoD memory 9/9: xend integrationKeir Fraser2009-01-053-9/+45