aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* Use -MMD -MF in tools/* rather than -Wp,-M...Keir Fraser2009-01-121-4/+0
* AMD IOMMU: Allocate I/O pagetable from domheap instead of xenheapKeir Fraser2009-01-096-144/+177
* New XENMAPSPACE_gmfn parameter for XENMEM_add_to_physmap.Keir Fraser2009-01-093-39/+42
* 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-081-0/+28
* 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-087-17/+22
* 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-086-9/+189
* passthrough: MSI-INTx translation for HVMKeir Fraser2009-01-084-34/+85
* x86: remove pointless dom0 checkKeir Fraser2009-01-081-8/+0
* 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
* merge with xen-unstable.hgIsaku Yamahata2009-01-0736-169/+1625
|\
| * 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
| * x86: Poison initmem at end of Xen bootstrapKeir Fraser2009-01-051-0/+1
| * vmx: Print advanced features during bootKeir Fraser2009-01-051-0/+20
| * 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: avoid redundant context mappingKeir Fraser2009-01-051-4/+8
| * p2m: Small audit fixes.Keir Fraser2009-01-051-1/+5
| * PoD memory 7/9: Xen interfaceKeir Fraser2009-01-059-19/+271
| * PoD memory 6/9: superpage splinteringKeir Fraser2009-01-051-25/+80
| * PoD memory 5/9: emergency scanKeir Fraser2009-01-054-0/+332
| * PoD memory 4/9: Decrease reservationKeir Fraser2009-01-053-0/+135
| * PoD memory 3/9: PoD coreKeir Fraser2009-01-055-30/+513
| * PoD memory 2/9: calls to gfn_to_mfn_query()Keir Fraser2009-01-055-30/+44
| * PoD (populate-on-demand) memory 1/9: Add a p2m query type.Keir Fraser2009-01-054-19/+41
| * cpufreq: xen is default cpufreq, userspace is default governor (override on c...Keir Fraser2008-12-296-12/+57
| * x86, vmx: Fix single step on debuggerKeir Fraser2008-12-291-0/+21
| * x86, mce: Fix x86_mcinfo_getptr is called when no error foundKeir Fraser2008-12-291-20/+21
| * cpufreq: Fix a cpufreq cmdline parse bug, and change sample_rate unitKeir Fraser2008-12-291-2/+2
| * x86: Do not restrict 32-bit EPT to 4GB.Keir Fraser2008-12-291-2/+3
| * x86, intel: Clear Error counter field when set new cmci ownerKeir Fraser2008-12-292-0/+8
* | [IA64] stubs for populate on demand.Isaku Yamahata2009-01-071-0/+17
* | [IA64] Fix some IPF Xen VT-d bugs.Isaku Yamahata2009-01-062-7/+9
* | [IA64] fix ia64_fast_eoi hypercall to catch up PHYSDEVOP_pirq_eoi_gmfnIsaku Yamahata2009-01-051-8/+11
* | [IA64] fix mis-setting ed bit for itlb entry for hvm domain.Isaku Yamahata2009-01-051-1/+10
* | [IA64] paravirtualize itc and support save/restore.Isaku Yamahata2009-01-052-0/+60
* | [IA64] remove warning.Isaku Yamahata2009-01-052-1/+4
* | merge with xen-unstable.hgIsaku Yamahata2008-12-2495-1173/+2788
|\|
| * i386: Fix the build.Keir Fraser2008-12-222-3/+4
| * shadow: Remove warnings about writes to read-only BIOS area. TheseKeir Fraser2008-12-221-8/+1
| * Cleanup Intel CMCI support.Keir Fraser2008-12-227-202/+119
| * Enable CMCI for Intel CPUsKeir Fraser2008-12-2222-446/+857
| * Support S3 for MSI interruptKeir Fraser2008-12-194-0/+68
| * Change the pcidevs_lock from rw_lock to spin_lockKeir Fraser2008-12-199-67/+62