aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* xenpm: Add CPU topology info (thread/core/socket)Keir Fraser2009-03-135-8/+90
* [SVM] Always read zero AMD C1E control MSR to allow cross-vendor migrationKeir Fraser2009-03-131-0/+9
* [SVM] fix segment descriptors to allow migration to Intel VT systemsKeir Fraser2009-03-131-0/+12
* Add debug code to catch count_info errors in page_alloc.cKeir Fraser2009-03-122-1/+9
* Code cleanups after page offline patch.Keir Fraser2009-03-123-73/+63
* x86: Fix a typo in vpmu_core2.cKeir Fraser2009-03-121-1/+1
* Fix Makefile portability: head -n -1 isn't portable.Keir Fraser2009-03-121-1/+2
* x86: Fix APIC 0x40 error when CPU online and Host s3 resumeKeir Fraser2009-03-121-3/+1
* x86 shadow: fix vram trackingKeir Fraser2009-03-121-21/+32
* passthrough: fix alignment of bind.u.msi.gtableKeir Fraser2009-03-121-1/+1
* x86 hvm: Fix hvmemul_read_msr().Keir Fraser2009-03-111-1/+1
* cpuidle: remove BM_RLD access from idle entry pathKeir Fraser2009-03-111-21/+9
* Improve vcpu_migration_delay handling.Keir Fraser2009-03-113-1/+5
* passthrough: fix some spinlock issues in vmsiKeir Fraser2009-03-112-20/+38
* xentrace: TRC_SCHED_DOM_REM is defined, but never used. Use it.Keir Fraser2009-03-111-0/+2
* passthrough: allow pass-through devices to share virtual GSIKeir Fraser2009-03-112-44/+71
* passthrough: pt_irq_time_out() should act on all machine_irqKeir Fraser2009-03-111-4/+22
* xentrace: trace when we continue with the same taskKeir Fraser2009-03-092-1/+17
* Fix the perfc=y build.Keir Fraser2009-03-091-0/+1
* hvm/vpt: Check that an irq is not blocked before waking the vcpuKeir Fraser2009-03-091-1/+2
* scheduler: Use perf_counter subsystem for statsKeir Fraser2009-03-092-88/+39
* Avoid deadlock in tasklet_schedule() after console_force_unlock().Keir Fraser2009-03-091-4/+9
* Add vcpu_migration_delay=<microsecs> boot option to schedulerKeir Fraser2009-03-091-6/+32
* [IA64] fix compilation error caused by 19286:dd489125a2e7Keir Fraser2009-03-092-1/+28
* x86: Mask X86_FEATURE_XSAVE in cpuid leaf 1, ecx, as we don't allowKeir Fraser2009-03-092-0/+2
* Page offline support in Xen sideKeir Fraser2009-03-066-4/+470
* x86/mm: Do not set page's count_info directlyKeir Fraser2009-03-065-10/+9
* tboot: Fix return code for S3 integrityKeir Fraser2009-03-061-1/+1
* i386: Build fix.Keir Fraser2009-03-061-2/+3
* Clean xen/crypto on make clean.Keir Fraser2009-03-061-0/+1
* vt-d: Better restrict memory ranges considered to be in XenKeir Fraser2009-03-061-8/+36
* Panic rather than BUG if an error is encountered decompressing a bzImageKeir Fraser2009-03-061-2/+1
* Fix cpu selection at the time vCPU allocationKeir Fraser2009-03-063-15/+19
* Do not deadlock in scheduler when sending VIRQ_CON_RING.Keir Fraser2009-03-061-2/+8
* x86: Enable THERM_CONTROL_MSR write for dom0 even when cpufreq=xenKeir Fraser2009-03-051-1/+8
* vtd: Fix iommu_inclusive_mapping to map all under 4GB.Keir Fraser2009-03-051-16/+17
* [IA64] Remove compilation warning and typo caused by 19268:4b7d638a8b89Keir Fraser2009-03-052-3/+4
* Be careful with page_get_owner() now that owner field can be clobberedKeir Fraser2009-03-045-71/+102
* x86: Fix event-channel access for 32-bit HVM guests.Keir Fraser2009-03-0312-28/+22
* txt: perform per-domain (and frametable and xenheap) MAC on entry intoKeir Fraser2009-03-039-27/+2956
* txt: Xen per-domain S3 integrity configKeir Fraser2009-03-036-13/+27
* hvm: passthrough MSI-X: fix ia64 link and MSI-X clean upKeir Fraser2009-03-034-14/+29
* ia64: fix build.Keir Fraser2009-03-022-6/+9
* When a domain crashes, ignore shutdown deferrals.Keir Fraser2009-03-021-1/+3
* x86: Minimize the TSC drift between pCPUsKeir Fraser2009-03-021-20/+53
* vtd: boolean boot parameter to allow inclusive mapping of all memory below 4GBKeir Fraser2009-03-028-16/+119
* x86: Make offlined CPU enter deepest C stateKeir Fraser2009-03-022-2/+52
* xen, pci: Fix the definition of PCI_PM_CTRL_NO_SOFT_RESET.Keir Fraser2009-03-022-2/+2
* x86: Small fix for gpf when writing 1s to MCi_STATUS MSRs.Keir Fraser2009-03-022-8/+13
* hvm: passthrough MSI-X mask bit accelerationKeir Fraser2009-03-029-3/+326