aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)Author
2011-10-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds
2011-10-21iommu/core: Convert iommu_found to iommu_presentJoerg Roedel
2011-10-05KVM: emulate lapic tsc deadline timer for guestLiu, Jinsong
2011-09-25KVM: Fix simultaneous NMIsAvi Kivity
2011-09-25KVM: L1 TSC handlingNadav Har'El
2011-09-25KVM: x86: report valid microcode update IDMarcelo Tosatti
2011-09-25KVM: x86 emulator: Make x86_decode_insn() return proper macrosTakuya Yoshikawa
2011-09-25KVM: Intelligent device lookup on I/O busSasha Levin
2011-09-25KVM: Really fix HV_X64_MSR_APIC_ASSIST_PAGEMike Waychison
2011-09-25KVM: x86: get_msr support for HV_X64_MSR_APIC_ASSIST_PAGEMike Waychison
2011-09-25KVM: x86: Raise the hard VCPU count limitSasha Levin
2011-09-25KVM: x86: cleanup the code of read/write emulationXiao Guangrong
2011-09-25KVM: x86: abstract the operation for read/write emulationXiao Guangrong
2011-09-25KVM: x86: fix broken read emulation spans a page boundaryXiao Guangrong
2011-07-24KVM: MMU: trace mmio page faultXiao Guangrong
2011-07-24KVM: MMU: mmio page fault supportXiao Guangrong
2011-07-24KVM: MMU: remove bypass_guest_pfXiao Guangrong
2011-07-24KVM: MMU: cache mmio info on page fault pathXiao Guangrong
2011-07-24KVM: x86: introduce vcpu_mmio_gva_to_gpa to cleanup the codeXiao Guangrong
2011-07-14KVM: Steal time implementationGlauber Costa
2011-07-12KVM: Enable ERMS feature support for KVMYang, Wei
2011-07-12KVM: Expose RDWRGSFS bit to KVM guestsYang, Wei
2011-07-12KVM: Add RDWRGSFS support when setting CR4Yang, Wei
2011-07-12KVM: Enable DRNG feature support for KVMYang, Wei Y
2011-07-12KVM: fix XSAVE bit scanning (now properly)Andre Przywara
2011-07-12KVM: Mask function7 ebx against host capability word9Yang, Wei Y
2011-07-12KVM: Add SMEP support when setting CR4Yang, Wei Y
2011-07-12KVM: x86 emulator: fold decode_cache into x86_emulate_ctxtAvi Kivity
2011-07-12KVM: x86 emulator: rename decode_cache::eip to _eipAvi Kivity
2011-07-12KVM: x86 emulator: Use the pointers ctxt and c consistentlyTakuya Yoshikawa
2011-07-12KVM: nVMX: Implement VMPTRSTNadav Har'El
2011-07-12KVM: nVMX: Implement VMCLEARNadav Har'El
2011-07-12KVM: nVMX: Decoding memory operands of VMX instructionsNadav Har'El
2011-07-12KVM: nVMX: Allow setting the VMXE bit in CR4Nadav 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: Sanitize cpuidAvi Kivity
2011-07-12KVM: use __copy_to_user/__clear_user to write guest pageXiao Guangrong
2011-07-12KVM: x86 emulator: Stop passing ctxt->ops as arg of emul functionsTakuya Yoshikawa
2011-05-22KVM: x86 emulator: consolidate segment accessorsAvi Kivity
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
2011-05-22KVM: mmio_fault_cr2 is not usedGleb Natapov
2011-05-22KVM: x86 emulator: drop x86_emulate_ctxt::vcpuAvi Kivity
2011-05-22KVM: Avoid using x86_emulate_ctxt.vcpuAvi Kivity
2011-05-22KVM: x86 emulator: add new ->wbinvd() callbackAvi Kivity
2011-05-22KVM: x86 emulator: add ->fix_hypercall() callbackAvi Kivity
2011-05-22KVM: x86 emulator: add new ->halt() callbackAvi Kivity