aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* 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
* vmx: add the support of XSAVE/XRSTOR to VMX guestKeir Fraser2009-09-2912-10/+294
* mce: Support machine check logging left over from previous reset.Keir Fraser2009-09-291-2/+2
* x86: Allow TSC mode (emulate vs native) to be configured per domain.Keir Fraser2009-09-2814-52/+108
* AMD IOMMU: Fix boot output on non-iommu systemKeir Fraser2009-09-281-9/+3
* x86 hvm: *really* fix missing ticks bug of c/s 20218Keir Fraser2009-09-251-17/+13
* ia64: Fix build for xen/ia64Keir Fraser2009-09-254-10/+22
* x86: Make assigned devices' interrupts delivery to right vcpu.Keir Fraser2009-09-258-4/+75
* PoD: Allocate 4k pages if 2 meg allocation failsKeir Fraser2009-09-251-1/+13
* x86, mce: Control Machine Check Log output verbosityKeir Fraser2009-09-253-60/+86
* x86: minor cleanup of code that writes to TSCKeir Fraser2009-09-233-10/+8
* EPT: Assert p2m is locked in ept_sync_domain().Keir Fraser2009-09-221-0/+1
* x86: Support more than 256 pins of ioapic.Keir Fraser2009-09-221-5/+7
* x86: Fix the build.Keir Fraser2009-09-222-13/+13
* EPT: More efficient ept_sync_domain().Keir Fraser2009-09-223-10/+38
* mca: Fix several issues for MCA UCR error handlingKeir Fraser2009-09-221-41/+32
* tboot: fix tboot memory mapping for 32bKeir Fraser2009-09-222-40/+53
* x86: allow IRQs to work without APIC againKeir Fraser2009-09-221-0/+4
* Improve CSE in grant table codeKeir Fraser2009-09-221-21/+28
* Introduce new flavour of map_domain_page()Keir Fraser2009-09-2216-23/+25
* x86: map M2P table sparselyKeir Fraser2009-09-223-55/+137
* x86: map frame table sparselyKeir Fraser2009-09-227-28/+82
* x86-64: reduce range spanned by 1:1 mapping and frame table indexesKeir Fraser2009-09-2218-104/+366
* x86-64: extend manageable memory range to 5TbKeir Fraser2009-09-225-22/+34
* vpmu_core2: support newer processorsKeir Fraser2009-09-222-3/+48