KVM: Don't spin on virt instruction faults during reboot
[linux-flexiantxendom0-3.2.10.git] / arch / x86 / include / asm / kvm_host.h
2011-01-12 Avi KivityKVM: Don't spin on virt instruction faults during reboot
2011-01-12 Joerg RoedelKVM: X86: Introduce generic guest-mode representation
2011-01-12 Avi KivityKVM: Pull extra page fault information into struct...
2011-01-12 Avi KivityKVM: Push struct x86_exception info the various gva_to_...
2011-01-12 Xiao GuangrongKVM: MMU: remove 'clear_unsync' parameter
2011-01-12 Avi KivityKVM: Add instruction-set-specific exit qualifications...
2011-01-12 Xiao GuangrongKVM: MMU: fix apf prefault if nested guest is enabled
2011-01-12 Xiao GuangrongKVM: remove unused function declaration
2011-01-12 Gleb NatapovKVM: Let host know whether the guest can handle async...
2011-01-12 Gleb NatapovKVM: Inject asynchronous page fault into a PV guest...
2011-01-12 Gleb NatapovKVM: Add PV MSR to enable asynchronous page faults...
2011-01-12 Gleb NatapovKVM: Retry fault before vmentry
2011-01-12 Gleb NatapovKVM: Halt vcpu if page it tries to access is swapped out
2010-12-08 Andre PrzywaraKVM: enlarge number of possible CPUID leaves
2010-10-24 Zachary AmsdenKVM: x86: TSC catchup mode
2010-10-24 Joerg RoedelKVM: MMU: Don't track nested fault info in error-code
2010-10-24 Avi KivityKVM: Non-atomic interrupt injection
2010-10-24 Joerg RoedelKVM: MMU: Track NX state in struct kvm_mmu
2010-10-24 Joerg RoedelKVM: MMU: Allow long mode shadows for legacy page tables
2010-10-24 Joerg RoedelKVM: MMU: Add kvm_mmu parameter to load_pdptrs function
2010-10-24 Joerg RoedelKVM: MMU: Propagate the right fault back to the guest...
2010-10-24 Joerg RoedelKVM: X86: Add kvm_read_guest_page_mmu function
2010-10-24 Joerg RoedelKVM: MMU: Implement nested gva_to_gpa functions
2010-10-24 Joerg RoedelKVM: X86: Introduce pointer to mmu context used for...
2010-10-24 Joerg RoedelKVM: MMU: Add infrastructure for two-level page walker
2010-10-24 Joerg RoedelKVM: MMU: Track page fault data in struct vcpu
2010-10-24 Joerg RoedelKVM: MMU: Introduce inject_page_fault function pointer
2010-10-24 Joerg RoedelKVM: MMU: Introduce get_cr3 function pointer
2010-10-24 Joerg RoedelKVM: X86: Introduce a tdp_set_cr3 function
2010-10-24 Joerg RoedelKVM: MMU: Make set_cr3 a function pointer in kvm_mmu
2010-10-24 Joerg RoedelKVM: MMU: Make tdp_enabled a mmu-context parameter
2010-10-24 Zachary AmsdenKVM: x86: Fix a possible backwards warp of kvmclock
2010-10-24 Zachary AmsdenKVM: x86: Unify TSC logic
2010-10-24 Zachary AmsdenKVM: x86: TSC reset compensation
2010-10-24 Zachary AmsdenKVM: x86: Move TSC offset writes to common code
2010-10-24 Zachary AmsdenKVM: x86: Drop vm_init_tsc
2010-10-24 Dave HansenKVM: replace x86 kvm n_free_mmu_pages with n_used_mmu_pages
2010-10-24 Dave HansenKVM: rename x86 kvm->arch.n_alloc_mmu_pages
2010-10-19 Avi KivityKVM: Fix fs/gs reload oops with invalid ldt
2010-08-02 Xiao GuangrongKVM: VMX: fix tlb flush with invalid root
2010-08-01 Joerg RoedelKVM: Remove unnecessary divide operations
2010-08-01 Sheng YangKVM: VMX: Execute WBINVD to keep data consistency with...
2010-08-01 Avi KivityKVM: Remove memory alias support
2010-08-01 Xiao GuangrongKVM: MMU: don't mark pte notrap if it's just sync transient
2010-08-01 Avi KivityKVM: Fix mov cr3 #GP at wrong instruction
2010-08-01 Avi KivityKVM: Fix mov cr4 #GP at wrong instruction
2010-08-01 Avi KivityKVM: Fix mov cr0 #GP at wrong instruction
2010-08-01 Dexuan CuiKVM: VMX: Enable XSAVE/XRSTOR for guest
2010-08-01 Jan KiszkaKVM: x86: Propagate fpu_alloc errors
2010-08-01 Sheng YangKVM: x86: Use FPU API
2010-08-01 Sheng YangKVM: x86: Use unlazy_fpu() for host FPU
2010-08-01 Gleb NatapovKVM: inject #UD if instruction emulation fails and...
2010-08-01 Gleb NatapovKVM: remove export of emulator_write_emulated()
2010-08-01 Gleb NatapovKVM: x86 emulator: add (set|get)_dr callbacks to x86_em...
2010-05-19 Avi KivityKVM: MMU: Segregate shadow pages with different cr0.wp
2010-05-17 Joerg RoedelKVM: x86: Allow marking an exception as reinjected
2010-05-17 Joerg RoedelKVM: x86: Add callback to let modules decide over some...
2010-05-17 Avi KivityKVM: MMU: Drop cr4.pge from shadow page role
2010-05-17 Xiao GuangrongKVM: MMU: reduce 'struct kvm_mmu_page' size
2010-05-17 Avi KivityKVM: MMU: Replace role.glevels with role.cr4_pae
2010-05-17 Jan KiszkaKVM: x86: Push potential exception error code on task...
2010-05-17 Gleb NatapovKVM: move DR register access handling into generic...
2010-05-17 Xiao GuangrongKVM: MMU: remove unused field
2010-05-17 Gleb NatapovKVM: x86 emulator: Move string pio emulation into emula...
2010-05-17 Gleb NatapovKVM: x86 emulator: fix in/out emulation.
2010-05-17 Gleb NatapovKVM: remove realmode_lmsw function.
2010-05-17 Gleb NatapovKVM: Provide callback to get/set control registers...
2010-05-17 Gleb NatapovKVM: Remove pointer to rflags from realmode_set_cr...
2010-05-17 Avi KivityKVM: MMU: Reinstate pte prefetch on invlpg
2010-05-17 Wei YongjunKVM: x86: Use native_store_idt() instead of kvm_get_idt()
2010-04-25 Gleb NatapovKVM: move segment_base() into vmx.c
2010-04-25 Gleb NatapovKVM: Drop kvm_get_gdt() in favor of generic linux function
2010-04-25 Jan KiszkaKVM: x86: Add kvm_is_linear_rip
2010-04-25 Takuya YoshikawaKVM: remove redundant prototype of load_pdptrs()
2010-04-25 Gleb NatapovKVM: use desc_ptr struct instead of kvm private descrip...
2010-03-01 Gleb NatapovKVM: Fix segment descriptor loading
2010-03-01 Gleb NatapovKVM: x86 emulator: Check IOPL level during io instructi...
2010-03-01 Gleb NatapovKVM: x86 emulator: fix memory access during x86 emulation
2010-03-01 Avi KivityKVM: Rename vcpu->shadow_efer to efer
2010-03-01 Avi KivityKVM: Activate fpu on clts
2010-03-01 Jan KiszkaKVM: SVM: Clean up and enhance mov dr emulation
2010-03-01 Gleb NatapovKVM: Add HYPER-V apic access MSRs
2010-03-01 Gleb NatapovKVM: Implement bare minimum of HYPER-V MSRs
2010-03-01 Avi KivityKVM: Lazify fpu activation and deactivation
2010-03-01 Avi KivityKVM: VMX: Allow the guest to own some cr0 bits
2010-03-01 Sheng YangKVM: x86: Rename gb_page_enable() to get_lpage_level...
2010-03-01 Avi KivityKVM: Bump maximum vcpu count to 64
2010-03-01 Marcelo TosattiKVM: x86: switch kvm_set_memory_alias to SRCU update
2010-03-01 Marcelo TosattiKVM: modify alias layout in x86s struct kvm_arch
2010-03-01 Sheng YangKVM: VMX: Add instruction rdtscp support for guest
2010-03-01 Sheng YangKVM: Add cpuid_update() callback to kvm_x86_ops
2010-03-01 Avi KivityKVM: Add accessor for reading cr4 (or some bits of...
2010-03-01 Avi KivityKVM: VMX: Move some cr[04] related constants to vmx.c
2009-12-03 Avi KivityKVM: VMX: Fix comparison of guest efer with stale host...
2009-12-03 Jan KiszkaKVM: x86: Add KVM_GET/SET_VCPU_EVENTS
2009-12-03 Avi KivityKVM: x86 shared msr infrastructure
2009-12-03 Glauber CostaKVM: allow userspace to adjust kvmclock offset
2009-12-03 Jan KiszkaKVM: SVM: Cleanup NMI singlestep
2009-12-03 Jan KiszkaKVM: x86: Fix guest single-stepping while interruptible
2009-12-03 Ed SwierkKVM: Xen PV-on-HVM guest support
next