aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* [XEN] Shadow: cache gva->gfn+rights translations between guest TLB flushessparse-tree-deprecatedTim Deegan2007-06-015-8/+163
* [XEN] Shadow: emulate a few extra instructions on PAE pagetable writesTim Deegan2007-06-015-25/+101
* VMX: Only write top-half of machine addresses into VMCS fields in PAE mode.kfraser@localhost.localdomain2007-05-312-3/+3
* hvm: Pause domain during state save/load.kfraser@localhost.localdomain2007-05-311-0/+4
* hvm: Allow GNTTABOP_query_size.kfraser@localhost.localdomain2007-05-311-8/+19
* hvm: Correctly hook VLAPIC MSR change notification for VMX intokfraser@localhost.localdomain2007-05-314-2/+12
* Remove 'hpet_force' option. Replace with 'clocksource' option to allowkfraser@localhost.localdomain2007-05-301-13/+24
* Add support for ACPI PM Timer as platform clock source.kfraser@localhost.localdomain2007-05-302-1/+56
* Clean up around domain init/destroy.kfraser@localhost.localdomain2007-05-304-29/+28
* Simplify APIC_ACCESS VMX support.kfraser@localhost.localdomain2007-05-3012-201/+157
* Add VMX memory-mapped Local APIC access optimization.kfraser@localhost.localdomain2007-05-3010-9/+196
* Fix preemption of multicalls in compat mode.Ian Campbell2007-05-303-5/+15
* [XEN] gnttab: Add new op unmap_and_replacekfraser@localhost.localdomain2007-05-3010-24/+202
* Fix xen build on NetBSD.kfraser@localhost.localdomain2007-05-302-3/+4
* xen: Remove assumption that first NUMA node to be discovered is node0.kfraser@localhost.localdomain2007-05-301-19/+24
* x86: Sanitise the MFN passed to mod_l1_entry().kfraser@localhost.localdomain2007-05-251-2/+6
* Correct 32on64 handling of VCPUOP_register_runstate_memory_area. WeIan Campbell2007-05-251-1/+3
* svm: Replace call to svm_load_cr2 with conditional call to svm_trace_vmentrykfraser@localhost.localdomain2007-05-243-9/+37
* vmxassist: Fix some copy-and-paste mistakes in vmx_check_descriptor()kfraser@localhost.localdomain2007-05-241-5/+5
* Cleanups to map_vcpu_info.kfraser@localhost.localdomain2007-05-242-12/+19
* mergedJeremy Fitzhardinge2007-05-246-29/+52
|\
| * svm: Handle MC4_MISC threshold register for guestskfraser@localhost.localdomain2007-05-242-0/+37
| * Clean up map_domain_page().kfraser@localhost.localdomain2007-05-244-29/+15
* | Unmap vcpu_info mapping in arch_domain_destroy.Jeremy Fitzhardinge2007-05-241-3/+5
|/
* mergedJeremy Fitzhardinge2007-05-241-8/+18
|\
| * x86: Prevent an infinite series of trapskfraser@localhost.localdomain2007-05-241-8/+18
* | Implement VCPUOP_register_vcpu_infoJeremy Fitzhardinge2007-05-244-2/+105
* | Make map_domain_page_global failJeremy Fitzhardinge2007-05-243-5/+25
|/
* [ACM] Simpler interface to hypercallskfraser@localhost.localdomain2007-05-243-90/+41
* ia64: nvram setup.kfraser@localhost.localdomain2007-05-242-0/+10
* Revert 15127:98cf6c05c32a59ad3f4fcd505ca60348589e6096kfraser@localhost.localdomain2007-05-243-129/+0
* Implement VCPUOP_register_vcpu_infoJeremy Fitzhardinge2007-05-223-0/+129
* [IA64] Update struct checker for ia64 changesAlex Williamson2007-05-162-3/+6
* [IA64] Fix trivial compiler warningAlex Williamson2007-05-161-1/+2
* merge with xen-unstable.hgAlex Williamson2007-05-1674-1387/+1884
|\
| * [HVM][SVM] Reintroduce ASIDs.kfraser@localhost.localdomain2007-05-159-14/+355
| * x86/hvm: HVM_DBG_LOG() cleanupkfraser@localhost.localdomain2007-05-155-51/+46
| * vmx: remove CSTAR save/restore on VMXkfraser@localhost.localdomain2007-05-152-7/+7
| * x86/hvm: add logging for hypercallskfraser@localhost.localdomain2007-05-152-0/+15
| * x86: fix EFER handlingkfraser@localhost.localdomain2007-05-1511-75/+188
| * x86/hvm: hypercall adjustmentskfraser@localhost.localdomain2007-05-156-98/+83
| * x86-64/hvm: pio result storingkfraser@localhost.localdomain2007-05-151-6/+6
| * x86: ptwr adjustmentskfraser@localhost.localdomain2007-05-151-11/+8
| * x86: replace some intpte_t * castskfraser@localhost.localdomain2007-05-151-4/+4
| * x86: kill unused local variable sh_mapcachekfraser@localhost.localdomain2007-05-151-3/+1
| * x86: suppress SYSCALL feature for 32on64 guestskfraser@localhost.localdomain2007-05-151-0/+2
| * x86: invalidate_shadow_ldt() should be statickfraser@localhost.localdomain2007-05-152-2/+1
| * svm: Simplify asm stub for vmentry/vmexit.Keir Fraser2007-05-122-49/+25
| * svm: Avoid VMSAVE/VMLOAD/VMSAVE/VMLOAD sequence on every vmexit/vmentry.Keir Fraser2007-05-1210-69/+100
| * vmx: Replace pointless test-then-set with set.Keir Fraser2007-05-121-6/+5