aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2014-11-21KVM: x86: Don't report guest userspace emulation error to userspaceNadav Amit
2014-11-21KVM: x86: Fix uninitialized op->type for some immediate valuesNadav Amit
2014-11-14KVM: x86: Fix far-jump to non-canonical checkNadav Amit
2014-11-14kvm: vmx: handle invvpid vm exit gracefullyPetr Matousek
2014-11-14KVM: x86: Handle errors when RIP is set during far jumpsNadav Amit
2014-11-14KVM: x86: Emulator fixes for eip canonical checks on near branchesNadav Amit
2014-11-14KVM: x86: Fix wrong masking on relative jump/callNadav Amit
2014-11-14kvm: x86: don't kill guest on unknown exit reasonMichael S. Tsirkin
2014-11-14KVM: x86: Check non-canonical addresses upon WRMSRNadav Amit
2014-11-14KVM: x86: Improve thread safety in pitAndy Honig
2014-11-14KVM: x86: Prevent host from panicking on shared MSR writes.Andy Honig
2014-11-14KVM: x86: PREFETCH and HINT_NOP should have SrcMem flagNadav Amit
2014-11-14KVM: x86: Emulator does not decode clflush wellNadav Amit
2014-11-14KVM: x86: Decoding guest instructions which cross page boundary may failNadav Amit
2014-11-14KVM: emulate: avoid accessing NULL ctxt->memoppPaolo Bonzini
2014-11-14KVM: emulator: fix execution close to the segment limitPaolo Bonzini
2014-10-30x86,kvm,vmx: Preserve CR4 across VM entryAndy Lutomirski
2014-10-30KVM: do not bias the generation number in kvm_current_mmio_generationPaolo Bonzini
2014-10-30kvm: fix potentially corrupt mmio cacheDavid Matlack
2014-10-30kvm: x86: fix stale mmio cache bugDavid Matlack
2014-08-19KVM: x86: do not check CS.DPL against RPL during task switchPaolo Bonzini
2014-08-19KVM: x86: Avoid emulating instructions on #UD mistakenlyNadav Amit
2014-08-08Merge branch 'akpm' (second patchbomb from Andrew Morton)Linus Torvalds
2014-08-08arch/x86: replace strict_strto callsDaniel Walter
2014-08-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2014-08-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-08-05KVM: nVMX: fix "acknowledge interrupt on exit" when APICv is in useWanpeng Li
2014-08-05KVM: nVMX: Fix nested vmexit ack intr before load vmcs01Wanpeng Li
2014-08-05KVM: Give IRQFD its own separate enabling Kconfig optionPaul Mackerras
2014-08-05Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvmPaolo Bonzini
2014-08-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2014-08-04Merge tag 'trace-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2014-07-31x86/kvm: Resolve shadow warnings in macro expansionMark D Rustad
2014-07-30KVM: vmx: remove duplicate vmx_mpx_supported() prototypeChris J Arges
2014-07-28KVM: Rename and add argument to check_extensionAlexander Graf
2014-07-25x86/kvm: Resolve shadow warning from min macroMark Rustad
2014-07-24Replace NR_VMX_MSR with its definitionPaolo Bonzini
2014-07-24KVM: x86: Assertions to check no overrun in MSR listsNadav Amit
2014-07-24KVM: x86: set rflags.rf during fault injectionNadav Amit
2014-07-24KVM: x86: Setting rflags.rf during rep-string emulationNadav Amit
2014-07-23timekeeping: Create struct tk_read_base and use it in struct timekeeperThomas Gleixner
2014-07-23clocksource: Get rid of cycle_lastThomas Gleixner
2014-07-23x86: kvm: Make kvm_get_time_and_clockread() nanoseconds basedThomas Gleixner
2014-07-23x86: kvm: Use ktime_get_boot_ns()Thomas Gleixner
2014-07-21KVM: x86: DR6/7.RTM cannot be writtenNadav Amit
2014-07-21KVM: nVMX: clean up nested_release_vmcs12 and code around itPaolo Bonzini
2014-07-21KVM: nVMX: fix lifetime issues for vmcs02Paolo Bonzini
2014-07-21KVM: x86: emulator injects #DB when RFLAGS.RF is setNadav Amit
2014-07-21KVM: x86: Cleanup of rflags.rf cleaningNadav Amit
2014-07-21KVM: x86: Clear rflags.rf on emulated instructionsNadav Amit