KVM: SVM: check for progress after IRET interception
[linux-flexiantxendom0-natty.git] / arch / x86 / kvm / svm.c
2011-06-02 Avi KivityKVM: SVM: check for progress after IRET interception
2011-04-08 Avi KivityKVM: SVM: Load %gs earlier if CONFIG_X86_32_LAZY_GS=n
2011-02-22 Joerg RoedelKVM: SVM: Advance instruction pointer in dr_intercept
2011-02-09 Joerg RoedelKVM: SVM: Make sure KERNEL_GS_BASE is valid when loadin...
2011-01-12 Avi KivityKVM: Fetch guest cr3 from hardware on demand
2011-01-12 Avi KivityKVM: Replace reads of vcpu->arch.cr3 by an accessor
2011-01-12 Andre PrzywaraKVM: SVM: copy instruction bytes from VMCB
2011-01-12 Andre PrzywaraKVM: SVM: implement enhanced INVLPG intercept
2011-01-12 Andre PrzywaraKVM: SVM: enhance mov DR intercept handler
2011-01-12 Andre PrzywaraKVM: SVM: enhance MOV CR intercept handler
2011-01-12 Andre PrzywaraKVM: SVM: add new SVM feature bit names
2011-01-12 Andre PrzywaraKVM: cleanup emulate_instruction
2011-01-12 Andre PrzywaraKVM: x86: fix CR8 handling
2011-01-12 Joerg RoedelKVM: SVM: Add xsetbv intercept
2011-01-12 Joerg RoedelKVM: SVM: Implement Flush-By-Asid feature
2011-01-12 Joerg RoedelKVM: SVM: Use svm_flush_tlb instead of force_new_asid
2011-01-12 Joerg RoedelKVM: SVM: Remove flush_guest_tlb function
2011-01-12 Joerg RoedelKVM: SVM: Add clean-bit for LBR state
2011-01-12 Joerg RoedelKVM: SVM: Add clean-bit for CR2 register
2011-01-12 Joerg RoedelKVM: SVM: Add clean-bit for Segements and CPL
2011-01-12 Joerg RoedelKVM: SVM: Add clean-bit for GDT and IDT
2011-01-12 Joerg RoedelKVM: SVM: Add clean-bit for DR6 and DR7
2011-01-12 Joerg RoedelKVM: SVM: Add clean-bit for control registers
2011-01-12 Joerg RoedelKVM: SVM: Add clean-bit for NPT state
2011-01-12 Joerg RoedelKVM: SVM: Add clean-bit for interrupt state
2011-01-12 Joerg RoedelKVM: SVM: Add clean-bit for the ASID
2011-01-12 Joerg RoedelKVM: SVM: Add clean-bit for IOPM_BASE and MSRPM_BASE
2011-01-12 Joerg RoedelKVM: SVM: Add clean-bit for intercetps, tsc-offset...
2011-01-12 Roedel, JoergKVM: SVM: Add clean-bits infrastructure code
2011-01-12 Joerg RoedelKVM: SVM: Use get_host_vmcb function in svm_get_msr...
2011-01-12 Joerg RoedelKVM: SVM: Add manipulation functions for misc intercepts
2011-01-12 Joerg RoedelKVM: SVM: Add manipulation functions for exception...
2011-01-12 Joerg RoedelKVM: SVM: Add manipulation functions for DRx intercepts
2011-01-12 Roedel, JoergKVM: SVM: Add manipulation functions for CRx intercepts
2011-01-12 Joerg RoedelKVM: SVM: Add function to recalculate intercept masks
2011-01-12 Joerg RoedelKVM: SVM: Make Use of the generic guest-mode functions
2011-01-12 Avi KivityKVM: Pull extra page fault information into struct...
2011-01-12 Avi KivityKVM: Add instruction-set-specific exit qualifications...
2011-01-12 Avi KivityKVM: Record instruction set in kvm_exit tracepoint
2011-01-12 Avi KivityKVM: SVM: Replace svm_has() by standard Linux cpuid...
2011-01-12 Avi KivityKVM: SVM: Fold save_host_msrs() and load_host_msrs...
2011-01-12 Avi KivityKVM: SVM: Move fs/gs/ldt save/restore to heavyweight...
2011-01-12 Avi KivityKVM: SVM: Move svm->host_gs_base into a separate structure
2011-01-12 Avi KivityKVM: SVM: Move guest register save out of interrupts...
2011-01-12 Gleb NatapovKVM: Handle async PF in a guest.
2010-12-08 Joerg RoedelKVM: SVM: Do not report xsave in supported cpuid
2010-11-17 Avi KivityKVM: Correct ordering of ldt reload wrt fs/gs reload
2010-10-24 Nicolas KaiserKVM: fix typo in copyright notice
2010-10-24 Gleb NatapovKVM: SVM: do not generate "external interrupt exit...
2010-10-24 Avi KivityKVM: Non-atomic interrupt injection
2010-10-24 Avi KivityKVM: Check for pending events before attempting injection
2010-10-24 Joerg RoedelKVM: X86: Report SVM bit to userspace only when supported
2010-10-24 Joerg RoedelKVM: SVM: Report Nested Paging support to userspace
2010-10-24 Joerg RoedelKVM: SVM: Expect two more candiates for exit_int_info
2010-10-24 Joerg RoedelKVM: SVM: Initialize Nested Nested MMU context on VMRUN
2010-10-24 Joerg RoedelKVM: SVM: Implement MMU helper functions for Nested...
2010-10-24 Joerg RoedelKVM: MMU: Add kvm_mmu parameter to load_pdptrs function
2010-10-24 Joerg RoedelKVM: X86: Introduce a tdp_set_cr3 function
2010-10-24 Roedel, JoergKVM: SVM: Clean up rip handling in vmrun emulation
2010-10-24 Joerg RoedelKVM: SVM: Restore correct registers after sel_cr0 inter...
2010-10-24 Marcelo TosattiKVM: SVM: init_vmcb should reset vcpu->efer
2010-10-24 Marcelo TosattiKVM: SVM: reset mmu context in init_vmcb
2010-10-24 Zachary AmsdenKVM: x86: Unify TSC logic
2010-10-24 Zachary AmsdenKVM: x86: Move TSC offset writes to common code
2010-10-24 Zachary AmsdenKVM: x86: Convert TSC writes to TSC offset writes
2010-10-24 Joerg RoedelKVM: SVM: Check for asid != 0 on nested vmrun
2010-10-24 Joerg RoedelKVM: SVM: Check for nested vmrun intercept before emula...
2010-10-24 Joerg RoedelKVM: SVM: Emulate next_rip svm feature
2010-10-24 Joerg RoedelKVM: SVM: Sync efer back into nested vmcb
2010-10-19 Avi KivityKVM: Fix fs/gs reload oops with invalid ldt
2010-10-11 Zachary AmsdenKVM: x86: Move TSC reset out of vmcb_init
2010-10-11 Zachary AmsdenKVM: x86: Fix SVM VMCB reset
2010-08-06 Linus TorvaldsMerge branch 'x86-asm-for-linus' of git://git./linux...
2010-08-06 Linus TorvaldsMerge branch 'x86-cpu-for-linus' of git://git./linux...
2010-08-01 Sheng YangKVM: VMX: Execute WBINVD to keep data consistency with...
2010-08-01 Avi KivityKVM: Add mini-API for vcpu->requests
2010-08-01 Avi KivityKVM: Fix mov cr3 #GP at wrong instruction
2010-08-01 Avi KivityKVM: Fix mov cr0 #GP at wrong instruction
2010-08-01 Jan KiszkaKVM: x86: Propagate fpu_alloc errors
2010-08-01 Zachary AmsdenKVM: SVM: Fix EFER.LME being stripped
2010-08-01 Avi KivityKVM: Update Red Hat copyrights
2010-08-01 Gleb NatapovKVM: SVM: correctly trace irq injection
2010-08-01 Gleb NatapovKVM: inject #UD if instruction emulation fails and...
2010-08-01 Joerg RoedelKVM: SVM: Allow EFER.LMSLE to be set with nested svm
2010-08-01 Joerg RoedelKVM: SVM: Dump vmcb contents on failed vmrun
2010-07-28 Hans Rosenfeldx86, cpu: Use AMD errata checking framework for erratum 383
2010-07-22 Brian Gerstx86: Remove redundant K6 MSRs
2010-06-09 Joerg RoedelKVM: SVM: Implement workaround for Erratum 383
2010-06-09 Joerg RoedelKVM: SVM: Handle MCEs early in the vmexit process
2010-05-22 Linus TorvaldsMerge branch 'kvm-updates/2.6.35' of git://git./virt...
2010-05-19 Joerg RoedelKVM: SVM: Don't allow nested guest to VMMCALL into...
2010-05-19 Avi KivityKVM: Let vcpu structure alignment be determined at...
2010-05-17 Joerg RoedelKVM: SVM: Handle MCE intercepts always on host level
2010-05-17 Joerg RoedelKVM: x86: Allow marking an exception as reinjected
2010-05-17 Joerg RoedelKVM: SVM: Report emulated SVM features to userspace
2010-05-17 Joerg RoedelKVM: x86: Add callback to let modules decide over some...
2010-05-17 Joerg RoedelKVM: SVM: Propagate nested entry failure into guest...
2010-05-17 Joerg RoedelKVM: SVM: Sync cr0 and cr3 to kvm state before nested...
2010-05-17 Joerg RoedelKVM: SVM: Make sure rip is synced to vmcb before nested...
2010-05-17 Joerg RoedelKVM: SVM: Fix nested nmi handling
next