summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2011-07-12KVM: nVMX: Success/failure of VMX instructions.Nadav Har'El
2011-07-12KVM: nVMX: Add VMCS fields to the vmcs12Nadav Har'El
2011-07-12KVM: nVMX: Introduce vmcs02: VMCS used to run L2Nadav Har'El
2011-07-12KVM: nVMX: Decoding memory operands of VMX instructionsNadav Har'El
2011-07-12KVM: nVMX: Implement reading and writing of VMX MSRsNadav Har'El
2011-07-12KVM: nVMX: Introduce vmcs12: a VMCS structure for L1Nadav Har'El
2011-07-12KVM: nVMX: Allow setting the VMXE bit in CR4Nadav Har'El
2011-07-12KVM: nVMX: Implement VMXON and VMXOFFNadav Har'El
2011-07-12KVM: nVMX: Add "nested" module option to kvm_intelNadav Har'El
2011-07-12KVM: x86 emulator: Avoid clearing the whole decode_cacheTakuya Yoshikawa
2011-07-12KVM: x86 emulator: Clean up init_emulate_ctxt()Takuya Yoshikawa
2011-07-12KVM: Clean up error handling during VCPU creationJan Kiszka
2011-07-12KVM: VMX: Keep list of loaded VMCSs, instead of vcpusNadav Har'El
2011-07-12KVM: Sanitize cpuidAvi Kivity
2011-07-12KVM: MMU: cleanup for dropping parent pteXiao Guangrong
2011-07-12KVM: MMU: cleanup for kvm_mmu_page_unlink_childrenXiao Guangrong
2011-07-12KVM: MMU: remove the arithmetic of parent pte rmapXiao Guangrong
2011-07-12KVM: MMU: abstract the operation of rmapXiao Guangrong
2011-07-12KVM: fix uninitialized warningXiao Guangrong
2011-07-12KVM: use __copy_to_user/__clear_user to write guest pageXiao Guangrong
2011-07-12KVM: MMU: optimize pte write path if don't have protected spXiao Guangrong
2011-07-12KVM: VMX: always_inline VMREADsAvi Kivity
2011-07-12KVM: VMX: Move VMREAD cleanup to exception handlerAvi Kivity
2011-07-12KVM: x86 emulator: Stop passing ctxt->ops as arg of emul functionsTakuya Yoshikawa
2011-07-12KVM: x86 emulator: Stop passing ctxt->ops as arg of decode helpersTakuya Yoshikawa
2011-07-12KVM: x86 emulator: Place insn_fetch helpers togetherTakuya Yoshikawa
2011-06-29KVM: x86 emulator: fix %rip-relative addressing with immediate source operandAvi Kivity
2011-06-19KVM: MMU: fix opposite condition in mapping_level_dirty_bitmapSteve
2011-06-19KVM: VMX: do not overwrite uptodate vcpu->arch.cr3 on KVM_SET_SREGSMarcelo Tosatti
2011-06-19KVM: MMU: Fix build warnings in walk_addr_generic()Borislav Petkov
2011-06-07Merge branch 'kvm-updates/3.0' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2011-06-06KVM: x86: use proper port value when checking io instruction permissionMarcelo Tosatti
2011-05-25vmscan: change shrinker API by passing shrink_control structYing Han
2011-05-22KVM: MMU: Use ptep_user for cmpxchg_gpte()Takuya Yoshikawa
2011-05-22KVM: x86 emulator: Make jmp far emulation into a separate functionTakuya Yoshikawa
2011-05-22KVM: x86 emulator: Rename emulate_grpX() to em_grpX()Takuya Yoshikawa
2011-05-22KVM: x86 emulator: Remove unused arg from emulate_pop()Takuya Yoshikawa
2011-05-22KVM: x86 emulator: Remove unused arg from writeback()Takuya Yoshikawa
2011-05-22KVM: x86 emulator: Remove unused arg from read_descriptor()Takuya Yoshikawa
2011-05-22KVM: x86 emulator: Remove unused arg from seg_override()Takuya Yoshikawa
2011-05-22KVM: Validate userspace_addr of memslot when registeredTakuya Yoshikawa
2011-05-22KVM: MMU: Clean up gpte reading with copy_from_user()Takuya Yoshikawa
2011-05-22KVM: VMX: Cache vmcs segment fieldsAvi Kivity
2011-05-22KVM: x86 emulator: consolidate segment accessorsAvi Kivity
2011-05-22KVM: VMX: Avoid reading %rip unnecessarily when handling exceptionsAvi Kivity
2011-05-22KVM: SVM: Make dump_vmcb static, reduce textJoe Perches
2011-05-22KVM: MMU: Fix 64-bit paging breakage on x86_32Takuya Yoshikawa
2011-05-22KVM: Add CPUID support for VIA CPUBrillyWu@viatech.com.cn
2011-05-22KVM: call cache_all_regs() only once during instruction emulationGleb Natapov
2011-05-22KVM: Fix compound mmioGleb Natapov