aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* Make PCI device release function genericKeir Fraser2008-07-097-111/+98
* Some latest Intel CPU models support cpuid feature mask.Keir Fraser2008-07-092-0/+34
* p2m: Support page orders other than 0 (4kB) and 9 (2MB)Keir Fraser2008-07-091-3/+17
* x86 p2m superpage fix: Re-insert missing shadow code from the originalKeir Fraser2008-07-091-0/+20
* Change PCI-dump debug key: Fixes boot with debug=y and perfc=yKeir Fraser2008-07-081-1/+1
* Revert c/s 17975 -- enumerate PCI devices in Xen allowing old dom0Keir Fraser2008-07-071-6/+54
* MTRR virtualization for Intel EPTKeir Fraser2008-07-077-17/+143
* Set default domain_to_node() allocation preference before droppingKeir Fraser2008-07-061-2/+5
* Only use domain_to_node() on non-null domain pointer.Keir Fraser2008-07-061-1/+1
* numa: Extend MEMOP_ allocation functions to take a node argument.Keir Fraser2008-07-054-20/+38
* OOS cleanup: Fixup arrays instead of fixup tables.Keir Fraser2008-07-056-186/+100
* xen: Fix debug build.Keir Fraser2008-07-041-2/+2
* Remove PCI device enumaration in VT-d codeKeir Fraser2008-07-041-54/+6
* Add hypercall for adding and removing PCI devicesKeir Fraser2008-07-048-13/+161
* Add management and locking of PCI device structuresKeir Fraser2008-07-0411-184/+302
* Restructure VT-d device scope and PCI bridge handlingKeir Fraser2008-07-046-403/+299
* PCI device register/unregister + pci_dev cleanupsKeir Fraser2008-07-0414-53/+28
* x86: MCA support.Keir Fraser2008-07-0429-86/+2017
* Cleanups to suspend-event-channel patches.Keir Fraser2008-07-043-12/+9
* Fix build.Keir Fraser2008-07-043-7/+5
* Revert incorrectly checked-in changes.Keir Fraser2008-07-044-76/+8
* Add facility to get notification of domain suspend by event channel.Keir Fraser2008-07-048-9/+112
* x86: MSI interrupt storm avoidance.Keir Fraser2008-07-045-17/+65
* iommu: Fix hvm_dpci_eoi for smp guest in ioapic interrupt modeKeir Fraser2008-07-021-2/+4
* x86 hvm: Fix RTC handling.Keir Fraser2008-07-028-35/+59
* Do not allow HVM save/restore of a dying domain.Keir Fraser2008-07-022-0/+7
* pciif: do not depend on linux' msix_entriesKeir Fraser2008-07-021-1/+5
* x86: Remove inline declaration to fix build.Keir Fraser2008-07-022-2/+2
* x86: Fix MSI cleanup.Keir Fraser2008-07-022-11/+32
* merge with xen-unstable.hgIsaku Yamahata2008-07-0239-449/+2954
|\
| * x86_emulate: (Almost) complete FPU emulation.Keir Fraser2008-07-011-36/+458
| * VT-d: Fix queue invalidationKeir Fraser2008-07-011-8/+4
| * VT-d: Do CLFLUSH after updating IRTE entriesKeir Fraser2008-07-011-0/+2
| * x86_emulate: read/write/insn_fetch emulation hooks now all take aKeir Fraser2008-06-305-176/+220
| * x86: Px statistic update for cpu idle time.Keir Fraser2008-06-304-1/+30
| * stubdom: add live migration support by having ioemu just notify theKeir Fraser2008-06-303-0/+120
| * x86: Fix 32-bit build after VT-d cleanups.Keir Fraser2008-06-281-1/+1
| * x86: Fix 32-bit build.Keir Fraser2008-06-271-1/+2
| * x86: Emulation of LMSW must only affect CR0 bits 0-3.Keir Fraser2008-06-272-5/+6
| * hvm: Fix lmsw handlingKeir Fraser2008-06-272-2/+3
| * x86: Add cpufreq logic to S3 suspend/resumeKeir Fraser2008-06-276-40/+190
| * vt-d: Clean up variable types and remove useless variablesKeir Fraser2008-06-272-18/+14
| * shadow: Re-initialise page_info's lock field when freeing shadow pages.Keir Fraser2008-06-271-0/+8
| * vt-d: Minor fixing of interrupt remappingKeir Fraser2008-06-271-2/+3
| * x86, shadow: Fix OOS bug on domain teardown.Keir Fraser2008-06-271-0/+6
| * Out-of-sync L1 shadows: always unsync pages on guest writes.Keir Fraser2008-06-201-0/+7
| * Out-of-sync L1 shadows: OOS snapshot.Keir Fraser2008-06-205-25/+174
| * Out-of-sync L1 shadows: Fixup TablesKeir Fraser2008-06-208-23/+323
| * Out-of-sync L1 shadows: OOS baseKeir Fraser2008-06-209-40/+998
| * AMD PowerNow! in XenKeir Fraser2008-06-204-1/+313