aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* Fix nomigrate option implementation so that Xen builds.Keir Fraser2009-10-206-26/+21
* Add nomigrate config option to disable migration/restoreKeir Fraser2009-10-204-0/+31
* vtd: Disable VT-d if no DRHD units are probed.Keir Fraser2009-10-192-15/+14
* vtd: A few cleanups to avoid dereferencing NULL drhd pointers.Keir Fraser2009-10-191-29/+13
* Revert 20338:5f28661bb2bbKeir Fraser2009-10-193-11/+10
* Allow guests to register secondary vcpu_time_infoKeir Fraser2009-10-195-31/+121
* vt-d: do not enable VT-d on acpi=offKeir Fraser2009-10-193-10/+11
* x86 shadow: Update cr3 in PAE mode when guest walk succeed but shadow walk failsKeir Fraser2009-10-191-0/+9
* Per-domain switch to disable oos shadow page tablesKeir Fraser2009-10-199-8/+18
* [IOMMU] clean interrupt remapping and queued invalidationKeir Fraser2009-10-195-58/+108
* x86: vMSI: Fix msi irq affinity issue for hvm guest.Keir Fraser2009-10-193-8/+33
* x86: Update powernow.c to latest cpufreq codeKeir Fraser2009-10-163-45/+28
* vt-d: Fixpanic in msi_msg_read_remap_rte with acpi=offKeir Fraser2009-10-162-4/+7
* x86: Fix ept and vt-d co-existence issue.Keir Fraser2009-10-162-0/+6
* Remove bogus call to get_domain_by_id() in do_domctl().Keir Fraser2009-10-151-1/+1
* gdbsx: a gdbserver stub for xen.Keir Fraser2009-10-159-0/+440
* x86: Remove unused temporay variable 'old_gvec'.Keir Fraser2009-10-151-2/+0
* lockprof: Fix x86_32 build and clean up coding styleKeir Fraser2009-10-152-56/+45
* Spinlock profiling (enable in build with lock_profile=y)Keir Fraser2009-10-1410-9/+438
* Add build option to allow more hypercalls from stubdomsKeir Fraser2009-10-145-12/+48
* x86: reduce the uses of CONFIG_COMPATKeir Fraser2009-10-1212-77/+31
* x86: trust new architecturally-defined TSC Invariant bit on Intel systemsKeir Fraser2009-10-093-16/+35
* x86: Fix build after ia64 grant-table build fix.Keir Fraser2009-10-091-1/+1
* Fix the IA64 build of the hypervisor.Keir Fraser2009-10-094-5/+27
* x86 tsc: Fix check_tsc_warp() bug and add copyright noticeKeir Fraser2009-10-081-1/+5
* xsm: Correct the usage of XSM_ENABLE after c/s 20285.Keir Fraser2009-10-082-2/+1
* x86 shadow: Fix the build.Keir Fraser2009-10-071-0/+1
* Fix hypervisor crash with unpopulated NUMA nodesKeir Fraser2009-10-071-6/+5
* x86 shadow: fix the check for having killed the guest in the fault handler.Keir Fraser2009-10-071-2/+2
* PVUSB: Update public header.Keir Fraser2009-10-071-8/+38
* x86 hvm: On failed hvm_send_assist_req(), io emulation state should beKeir Fraser2009-10-071-2/+5
* Scattered code arrangement cleanups.Keir Fraser2009-10-0768-218/+211
* Transitive grant support.Keir Fraser2009-10-073-40/+219
* Implement sub-page grant support.Keir Fraser2009-10-073-13/+87
* Introduce a grant_entry_v2 structure.Keir Fraser2009-10-0711-169/+847
* Rename the struct grant_entry to struct grant_entry_v1, so that itKeir Fraser2009-10-076-22/+26
* Optimize memcpy for x86 arch. If source buffers does not start at a 64Keir Fraser2009-10-071-1/+17
* Slightly more accurate dependency tracking for the .c and .h files inKeir Fraser2009-10-071-2/+2
* Simplify include/xen/grant_table.h a bit:Keir Fraser2009-10-071-14/+7
* x86 vtsc: use debug-key to check/test reliable tscKeir Fraser2009-10-074-4/+112
* hvm, vtsc: missing vtsc counter for hvm guestsKeir Fraser2009-10-071-0/+1
* x86 hvm: Do not incorrectly retire an instruction emulation when aKeir Fraser2009-10-074-7/+9
* [VTD] don't enable device ATS if root port does not support itKeir Fraser2009-10-061-13/+12
* x86: Emulated TSC should run at same (1GHz) rate in guest kernel and apps.Keir Fraser2009-10-062-28/+34
* credit scheduler: fix credits overflowKeir Fraser2009-10-021-14/+19
* Fix recursive lock p2m lock acquisition in POD codeKeir Fraser2009-10-011-3/+11
* VNIF: Using smart polling instead of event notification.Keir Fraser2009-10-011-1/+2
* Disable HPET broadcast mode on kexec.Keir Fraser2009-10-012-2/+7
* Cleanup: Make local functions static and remove unused functions.Keir Fraser2009-09-3028-146/+49
* svm: a few cleanupsKeir Fraser2009-09-291-55/+44