aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* [XENOPROF] Add a lock around the xenoprof hypercall. It mutates global state.3.0.3-branchedkfraser@localhost.localdomain2006-10-151-22/+47
* [XENOPROF] Fix limit-check overflow.kfraser@localhost.localdomain2006-10-151-8/+7
* [SHADOW] Trivial whitespace fix to a couple of printf format strings.kfraser@localhost.localdomain2006-10-151-2/+2
* [HVM] Fix PIC IO intercept: addresses are physical, not virtual.kfraser@localhost.localdomain2006-10-152-32/+33
* [HVM][SVM] Use proper name for the K8 VM_CR MSR.kfraser@localhost.localdomain2006-10-122-4/+11
* [HVM][SVM] Check if SVM is disabled by the BIOS before enabling it.kfraser@localhost.localdomain2006-10-121-0/+7
* [HVM] Fix resource leak in error path of AP bringup.kfraser@localhost.localdomain2006-10-121-2/+2
* [XEN] Fix booting with dom0_mem specifying 4GB or more.kfraser@localhost.localdomain2006-10-121-2/+2
* [XEN] Fix race in shadow invlpgTim Deegan2006-10-122-83/+51
* Correct check for extended-cr3 support in __xen_guest fallback code.Ian Campbell2006-10-101-1/+1
* [XEN] Zero PAE shadow l3es when destroying subshadows.Tim Deegan2006-10-091-2/+2
* Since shadow_update_paging_modes() will modify v->arch.hvm_vcpu.hw_cr3,Tim Deegan2006-10-091-4/+3
* [HVM][SVM] Revert changeset 11679:a949bd6ceb85kaf24@firebug.cl.cam.ac.uk2006-10-061-0/+9
* MergeTim Deegan2006-10-056-22/+26
|\
| * [XEN] Fix memtype accessor domctls.kfraser@localhost.localdomain2006-10-051-6/+6
| * [XEN] Change microcode_update function interface inside Xen.kfraser@localhost.localdomain2006-10-052-5/+10
| * [XEN] Remove unused MULTICALL_arg6, and unnecessary use of STR() macro.kfraser@localhost.localdomain2006-10-053-3/+1
| * Make sure that if one of the intermediate steps fails, a subsequentkfraser@localhost.localdomain2006-10-051-8/+9
* | [VMX] Remove vcpu->arch.hvm_vmx.cpu_stateTim Deegan2006-10-053-85/+63
|/
* Remove redundant '&' before array name in __RING_SIZE macro.kfraser@localhost.localdomain2006-10-041-1/+1
* [XEN] Never crash machine on int3 traps.kaf24@firebug.cl.cam.ac.uk2006-10-042-3/+3
* [IA64] Fix implicit declaration of initialize_keytable().kfraser@localhost.localdomain2006-10-031-0/+1
* [NET] front: Allow copying receive path to be selected by user atkfraser@localhost.localdomain2006-10-021-1/+1
* [XEN][HVM] Fix a bug which could lead to the guest locking up if itSteven Smith2006-10-021-4/+27
* [HVM] Mov to/from CR8 must be gated on whether VLAPIC device is created.kaf24@firebug.cl.cam.ac.uk2006-09-302-19/+31
* [HVM] Add sub instruction support to HVM MMIO decoder.kaf24@firebug.cl.cam.ac.uk2006-09-303-0/+10
* [HVM][SVM] Do not delay ExtInt event injection if RFLAGS.IF==0.kaf24@firebug.cl.cam.ac.uk2006-09-301-9/+0
* [XEN][HVM] Arrange that we only consider sending a PV-on-HVM event channelSteven Smith2006-09-292-7/+13
* [XEN][HVM] Make sure that the interrupt which event channel events come inSteven Smith2006-09-296-37/+59
* [XEN] Recompute shadows of PAE PSE l2es when needed.Tim Deegan2006-09-291-1/+6
* [HVM][SVM] Obtaining instruction address needs to mask to 32 bitskfraser@localhost.localdomain2006-09-291-1/+5
* [HVM] Disable VMX/SVM on auxiliary processors when shutting down an SMP system.kfraser@localhost.localdomain2006-09-291-0/+2
* [HVM][VMX] Clear vmxe when VMX is not enabled.kfraser@localhost.localdomain2006-09-291-2/+6
* [HVM][SVM] 64-bit Windows HVM guests require MCE/MCA CPUID bits to be present.kfraser@localhost.localdomain2006-09-291-3/+0
* [HVM] Clean up hvm_copy interface to be more like copy_to/from_user.kfraser@localhost.localdomain2006-09-299-61/+78
* [HVM][VMX] Fix data copying in transition to/from vmxassist.kfraser@localhost.localdomain2006-09-293-26/+42
* [XEN] Support lightweight shadow-translate PV guests, for paravirt-ops.Tim Deegan2006-09-2812-391/+555
* [XEN] Fix interaction between tlbflush timestamp and shadow flagsTim Deegan2006-09-283-6/+20
* [XEN] Remove weak-extern definitions from symbols.c.kfraser@localhost.localdomain2006-09-285-17/+43
* [XEN] Fix i386 hypercall code to always create shadowkfraser@localhost.localdomain2006-09-281-3/+15
* [HVM] Avoid mis-optimisation of the SVM/VMX exit handlerskfraser@localhost.localdomain2006-09-287-106/+111
* [XEN] gdbstub return value is used to determine whether or notkfraser@localhost.localdomain2006-09-272-52/+17
* [HVM] Fix stupid printf formatting error that breaks x86/64 build.kfraser@localhost.localdomain2006-09-272-2/+2
* [HVM] Fix MSR read/write and add extra info whenkfraser@localhost.localdomain2006-09-272-13/+15
* [XEN] Fix x86_emulate and hvm-mmio-insn-len decoderskfraser@localhost.localdomain2006-09-272-65/+42
* [HVM] Fix HLT with interrupts disabled. Only take downkfraser@localhost.localdomain2006-09-261-21/+47
* Remove static forward declaration in gdbstub code.kaf24@firebug.cl.cam.ac.uk2006-09-261-1/+2
* [XEN] Simplify VMCS allocation (never bigger than a page).kfraser@localhost.localdomain2006-09-254-135/+119
* [XEN] Small clean up.kfraser@localhost.localdomain2006-09-251-22/+15
* Make dom0_vcpus_pin a platform independant option.Emmanuel Ackaouy2006-09-255-27/+38