summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
AgeCommit message (Expand)AuthorFilesLines
2014-08-20KVM: emulate: do not return X86EMUL_PROPAGATE_FAULT explicitlyPaolo Bonzini1-5/+3
2014-08-20KVM: x86: Clarify PMU related features bit manipulationNadav Amit1-10/+14
2014-08-20KVM: vmx: fix ept reserved bits for 1-GByte pageWanpeng Li1-10/+12
2014-08-19KVM: x86: recalculate_apic_map after enabling apicNadav Amit1-11/+14
2014-08-19KVM: x86: Clear apic tsc-deadline after deadlineNadav Amit1-0/+5
2014-08-19KVM: x86: #GP when attempts to write reserved bits of Variable Range MTRRsWanpeng Li1-3/+15
2014-08-19KVM: x86: fix check legal type of Variable Range MTRRsWanpeng Li1-1/+7
2014-08-19arch/x86: Use RCU_INIT_POINTER(x, NULL) in kvm/vmx.cMonam Agarwal1-1/+1
2014-08-19KVM: x86: raise invalid TSS exceptions during a task switchPaolo Bonzini1-1/+1
2014-08-19KVM: x86: drop fpu_activate hookWanpeng Li2-2/+0
2014-08-19KVM: x86: do not check CS.DPL against RPL during task switchPaolo Bonzini1-3/+0
2014-08-19KVM: SVM: add rdmsr support for AMD event registersWei Huang1-0/+6
2014-08-19KVM: x86: Avoid emulating instructions on #UD mistakenlyNadav Amit1-4/+4
2014-08-08Merge branch 'akpm' (second patchbomb from Andrew Morton)Linus Torvalds1-1/+1
2014-08-08arch/x86: replace strict_strto callsDaniel Walter1-1/+1
2014-08-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-17/+44
2014-08-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-41/+21
2014-08-05KVM: nVMX: fix "acknowledge interrupt on exit" when APICv is in useWanpeng Li2-14/+40
2014-08-05KVM: nVMX: Fix nested vmexit ack intr before load vmcs01Wanpeng Li1-2/+2
2014-08-05KVM: Give IRQFD its own separate enabling Kconfig optionPaul Mackerras1-0/+1
2014-08-05Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvmPaolo Bonzini1-1/+1
2014-08-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds10-378/+641
2014-08-04Merge tag 'trace-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-1/+1
2014-07-31x86/kvm: Resolve shadow warnings in macro expansionMark D Rustad1-2/+2
2014-07-30KVM: vmx: remove duplicate vmx_mpx_supported() prototypeChris J Arges1-1/+0
2014-07-28KVM: Rename and add argument to check_extensionAlexander Graf1-1/+1
2014-07-25x86/kvm: Resolve shadow warning from min macroMark Rustad1-2/+1
2014-07-24Replace NR_VMX_MSR with its definitionPaolo Bonzini1-4/+4
2014-07-24KVM: x86: Assertions to check no overrun in MSR listsNadav Amit2-0/+3
2014-07-24KVM: x86: set rflags.rf during fault injectionNadav Amit1-0/+30
2014-07-24KVM: x86: Setting rflags.rf during rep-string emulationNadav Amit1-1/+5
2014-07-23timekeeping: Create struct tk_read_base and use it in struct timekeeperThomas Gleixner1-7/+7
2014-07-23clocksource: Get rid of cycle_lastThomas Gleixner1-1/+1
2014-07-23x86: kvm: Make kvm_get_time_and_clockread() nanoseconds basedThomas Gleixner1-30/+14
2014-07-23x86: kvm: Use ktime_get_boot_ns()Thomas Gleixner1-5/+1
2014-07-21KVM: x86: DR6/7.RTM cannot be writtenNadav Amit3-8/+26
2014-07-21KVM: nVMX: clean up nested_release_vmcs12 and code around itPaolo Bonzini1-21/+21
2014-07-21KVM: nVMX: fix lifetime issues for vmcs02Paolo Bonzini1-16/+33
2014-07-21KVM: x86: emulator injects #DB when RFLAGS.RF is setNadav Amit1-1/+2
2014-07-21KVM: x86: Cleanup of rflags.rf cleaningNadav Amit1-4/+4
2014-07-21KVM: x86: Clear rflags.rf on emulated instructionsNadav Amit1-0/+3
2014-07-21KVM: x86: popf emulation should not change RFNadav Amit1-1/+1
2014-07-21KVM: x86: Clearing rflags.rf upon skipped emulated instructionNadav Amit1-0/+2
2014-07-17KVM: nVMX: Fix virtual interrupt delivery injectionWanpeng Li1-1/+20
2014-07-11KVM: x86: Emulator support for #UD on CPL>0Nadav Amit1-1/+5
2014-07-11KVM: x86: Emulator flag for instruction that only support 16-bit addresses in...Nadav Amit1-1/+7
2014-07-11KVM: x86: use kvm_read_guest_page for emulator accessesPaolo Bonzini1-4/+19
2014-07-11KVM: x86: ensure emulator fetches do not span multiple pagesPaolo Bonzini1-6/+7
2014-07-11KVM: emulate: put pointers in the fetch_cachePaolo Bonzini2-22/+18
2014-07-11KVM: emulate: avoid per-byte copying in instruction fetchesPaolo Bonzini1-24/+22