summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)Author
2015-01-01KVM: x86: Don't report guest userspace emulation error to userspaceNadav Amit
2014-11-05KVM: x86: Check non-canonical addresses upon WRMSRNadav Amit
2014-04-02KVM: x86: limit PIT timer frequencyMarcelo Tosatti
2014-02-15KVM: x86: Convert vapic synchronization to _cached functions (CVE-2013-6368)Andy Honig
2013-06-29KVM: x86: remove vcpu's CPL check in host-invoked XCR setZhanghaoyu (A)
2013-04-25KVM: Allow cross page reads and writes from cached translations.Andrew Honig
2013-04-25KVM: x86: Convert MSR_KVM_SYSTEM_TIME to use gfn_to_hva_cache functions (CVE-...Andy Honig
2013-04-25KVM: x86: fix for buffer overflow in handling of MSR_KVM_SYSTEM_TIME (CVE-201...Andy Honig
2013-01-03KVM: x86: invalid opcode oops on SET_SREGS with OSXSAVE bit set (CVE-2012-4461)Petr Matousek
2012-05-31KVM: Ensure all vcpus are consistent with in-kernel irqchip settingsAvi Kivity
2012-04-02KVM: x86: extend "struct x86_emulate_ops" with "get_cpuid"Stephan Bärwolf
2011-12-26KVM: Don't automatically expose the TSC deadline timer in cpuidJan Kiszka
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