aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: trap AMD MSRs for the TSeg base and maskPaolo Bonzini2015-10-131-0/+2
* KVM: MMU: fix validation of mmio page faultXiao Guangrong2015-10-131-45/+0
* KVM: x86: properly restore LVT0Radim Krčmář2015-08-121-0/+1
* KVM: x86: make vapics_in_nmi_mode atomicRadim Krčmář2015-08-122-3/+3
* KVM: MMU: fix CR4.SMEP=1, CR0.WP=0 with shadow pagesPaolo Bonzini2015-08-071-1/+1
* KVM: VMX: Preserve host CR4.MCE value while in guest mode.Ben Serebrin2015-08-071-2/+10
* KVM: emulate: fix CMPXCHG8B on 32-bit hostsPaolo Bonzini2015-05-091-1/+2
* KVM: x86: SYSENTER emulation is brokenNadav Amit2015-02-201-17/+8
* KVM: x86 emulator: reject SYSENTER in compatibility mode on AMD guestsAvi Kivity2015-02-201-0/+19
* KVM: x86: Don't report guest userspace emulation error to userspaceNadav Amit2015-01-011-1/+1
* kvm: x86: don't kill guest on unknown exit reasonMichael S. Tsirkin2014-12-142-6/+6
* kvm: x86: fix stale mmio cache bugDavid Matlack2014-12-142-6/+16
* KVM: x86: Fix far-jump to non-canonical checkNadav Amit2014-11-051-3/+5
* x86,kvm,vmx: Preserve CR4 across VM entryAndy Lutomirski2014-11-051-4/+17
* KVM: x86: Handle errors when RIP is set during far jumpsNadav Amit2014-11-051-30/+87
* KVM: x86: use new CS.RPL as CPL during task switchPaolo Bonzini2014-11-051-17/+30
* KVM: x86: Emulator fixes for eip canonical checks on near branchesNadav Amit2014-11-051-24/+54
* KVM: x86: Fix wrong masking on relative jump/callNadav Amit2014-11-051-5/+22
* KVM: x86 emulator: Use opcode::execute for CALLTakuya Yoshikawa2014-11-051-8/+10
* kvm: vmx: handle invvpid vm exit gracefullyPetr Matousek2014-11-051-1/+8
* nEPT: Nested INVEPTNadav Har'El2014-11-051-0/+8
* KVM: x86: Improve thread safety in pitAndy Honig2014-11-051-0/+2
* KVM: x86: Check non-canonical addresses upon WRMSRNadav Amit2014-11-053-3/+28
* KVM: x86: Inter-privilege level ret emulation is not implemenetedNadav Amit2014-09-131-0/+4
* KVM: VMX: fix use after free of vmx->loaded_vmcsMarcelo Tosatti2014-04-091-1/+1
* KVM: MMU: handle invalid root_hpa at __direct_mapMarcelo Tosatti2014-04-091-0/+3
* KVM: SVM: fix cr8 intercept windowRadim Krčmář2014-04-021-3/+3
* KVM: x86: limit PIT timer frequencyMarcelo Tosatti2014-04-024-3/+23
* KVM: x86: Convert vapic synchronization to _cached functions (CVE-2013-6368)Andy Honig2014-02-153-44/+15
* KVM: x86: Fix potential divide by 0 in lapic (CVE-2013-6367)Andy Honig2014-01-031-1/+2
* KVM: x86: remove vcpu's CPL check in host-invoked XCR setZhanghaoyu (A)2013-06-291-3/+2
* KVM: VMX: fix halt emulation while emulating invalid guest sateGleb Natapov2013-05-301-0/+6
* KVM: Allow cross page reads and writes from cached translations.Andrew Honig2013-04-251-7/+6
* KVM: x86: Convert MSR_KVM_SYSTEM_TIME to use gfn_to_hva_cache functions (CVE-...Andy Honig2013-04-251-25/+14
* KVM: x86: fix for buffer overflow in handling of MSR_KVM_SYSTEM_TIME (CVE-201...Andy Honig2013-04-251-0/+5
* KVM: x86: invalid opcode oops on SET_SREGS with OSXSAVE bit set (CVE-2012-4461)Petr Matousek2013-01-031-0/+6
* KVM: VMX: Advertise CPU_BASED_RDPMC_EXITING for nested guestsStefan Bader2012-08-191-0/+1
* KVM: VMX: vmx_set_cr0 expects kvm->srcu lockedMarcelo Tosatti2012-05-311-0/+2
* KVM: nVMX: Fix erroneous exception bitmap checkNadav Har'El2012-05-311-1/+1
* KVM: Ensure all vcpus are consistent with in-kernel irqchip settingsAvi Kivity2012-05-311-0/+8
* KVM: x86: fix missing checks in syscall emulationStephan Bärwolf2012-04-021-0/+51
* KVM: x86: extend "struct x86_emulate_ops" with "get_cpuid"Stephan Bärwolf2012-04-021-0/+23
* perf/x86/kvm: Fix Host-Only/Guest-Only counting with SVM disabledJoerg Roedel2012-03-121-0/+5
* i387: move TS_USEDFPU flag from thread_info to task_structLinus Torvalds2012-02-271-1/+1
* i387: don't ever touch TS_USEDFPU directly, use helper functionsLinus Torvalds2012-02-271-1/+1
* KVM: Don't automatically expose the TSC deadline timer in cpuidJan Kiszka2011-12-261-10/+9
* KVM: x86: Prevent starting PIT timers in the absence of irqchip supportJan Kiszka2011-12-251-3/+7
* KVM: VMX: Check for automatic switch msr table overflowGleb Natapov2011-11-171-1/+5
* KVM: VMX: Add support for guest/host-only profilingGleb Natapov2011-11-171-0/+21
* KVM: VMX: add support for switching of PERF_GLOBAL_CTRLGleb Natapov2011-11-171-11/+93