summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
...
* | | KVM: add kvm_arch_sched_inRadim Krčmář2014-08-211-0/+4
* | | KVM: x86: Replace X86_FEATURE_NX offset with the definitionNadav Amit2014-08-211-2/+2
* | | KVM: emulate: warn on invalid or uninitialized exception numbersPaolo Bonzini2014-08-202-1/+5
* | | KVM: emulate: do not return X86EMUL_PROPAGATE_FAULT explicitlyPaolo Bonzini2014-08-201-5/+3Star
* | | KVM: x86: Clarify PMU related features bit manipulationNadav Amit2014-08-201-10/+14
* | | KVM: vmx: fix ept reserved bits for 1-GByte pageWanpeng Li2014-08-201-10/+12
* | | KVM: x86: recalculate_apic_map after enabling apicNadav Amit2014-08-191-11/+14
* | | KVM: x86: Clear apic tsc-deadline after deadlineNadav Amit2014-08-191-0/+5
* | | KVM: x86: #GP when attempts to write reserved bits of Variable Range MTRRsWanpeng Li2014-08-191-3/+15
* | | KVM: x86: fix check legal type of Variable Range MTRRsWanpeng Li2014-08-191-1/+7
* | | arch/x86: Use RCU_INIT_POINTER(x, NULL) in kvm/vmx.cMonam Agarwal2014-08-191-1/+1
* | | KVM: x86: raise invalid TSS exceptions during a task switchPaolo Bonzini2014-08-191-1/+1
* | | KVM: x86: drop fpu_activate hookWanpeng Li2014-08-192-2/+0Star
* | | KVM: SVM: add rdmsr support for AMD event registersWei Huang2014-08-191-0/+6
| |/ |/|
* | KVM: x86: do not check CS.DPL against RPL during task switchPaolo Bonzini2014-08-191-3/+0Star
* | KVM: x86: Avoid emulating instructions on #UD mistakenlyNadav Amit2014-08-191-4/+4
|/
* Merge branch 'akpm' (second patchbomb from Andrew Morton)Linus Torvalds2014-08-091-1/+1
|\
| * arch/x86: replace strict_strto callsDaniel Walter2014-08-091-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-08-075-17/+44
|\ \ | |/ |/|
| * KVM: nVMX: fix "acknowledge interrupt on exit" when APICv is in useWanpeng Li2014-08-052-14/+40
| * KVM: nVMX: Fix nested vmexit ack intr before load vmcs01Wanpeng Li2014-08-051-2/+2
| * KVM: Give IRQFD its own separate enabling Kconfig optionPaul Mackerras2014-08-051-0/+1
| * Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvmPaolo Bonzini2014-08-051-1/+1
| |\
| | * KVM: Rename and add argument to check_extensionAlexander Graf2014-07-281-1/+1
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-08-061-41/+21Star
|\ \ \ | |/ / |/| |
| * | timekeeping: Create struct tk_read_base and use it in struct timekeeperThomas Gleixner2014-07-241-7/+7
| * | clocksource: Get rid of cycle_lastThomas Gleixner2014-07-241-1/+1
| * | x86: kvm: Make kvm_get_time_and_clockread() nanoseconds basedThomas Gleixner2014-07-241-30/+14Star
| * | x86: kvm: Use ktime_get_boot_ns()Thomas Gleixner2014-07-241-5/+1Star
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-08-0410-378/+641
|\ \ \
| * | | x86/kvm: Resolve shadow warnings in macro expansionMark D Rustad2014-07-311-2/+2
| * | | KVM: vmx: remove duplicate vmx_mpx_supported() prototypeChris J Arges2014-07-301-1/+0Star
| * | | x86/kvm: Resolve shadow warning from min macroMark Rustad2014-07-251-2/+1Star
| * | | Replace NR_VMX_MSR with its definitionPaolo Bonzini2014-07-241-4/+4
| * | | KVM: x86: Assertions to check no overrun in MSR listsNadav Amit2014-07-242-0/+3
| * | | KVM: x86: set rflags.rf during fault injectionNadav Amit2014-07-241-0/+30
| * | | KVM: x86: Setting rflags.rf during rep-string emulationNadav Amit2014-07-241-1/+5
| * | | KVM: x86: DR6/7.RTM cannot be writtenNadav Amit2014-07-213-8/+26
| * | | KVM: nVMX: clean up nested_release_vmcs12 and code around itPaolo Bonzini2014-07-211-21/+21
| * | | KVM: nVMX: fix lifetime issues for vmcs02Paolo Bonzini2014-07-211-16/+33
| * | | KVM: x86: emulator injects #DB when RFLAGS.RF is setNadav Amit2014-07-211-1/+2
| * | | KVM: x86: Cleanup of rflags.rf cleaningNadav Amit2014-07-211-4/+4
| * | | KVM: x86: Clear rflags.rf on emulated instructionsNadav Amit2014-07-211-0/+3
| * | | KVM: x86: popf emulation should not change RFNadav Amit2014-07-211-1/+1
| * | | KVM: x86: Clearing rflags.rf upon skipped emulated instructionNadav Amit2014-07-211-0/+2
| * | | KVM: nVMX: Fix virtual interrupt delivery injectionWanpeng Li2014-07-171-1/+20
| * | | KVM: x86: Emulator support for #UD on CPL>0Nadav Amit2014-07-111-1/+5
| * | | KVM: x86: Emulator flag for instruction that only support 16-bit addresses in...Nadav Amit2014-07-111-1/+7
| * | | KVM: x86: use kvm_read_guest_page for emulator accessesPaolo Bonzini2014-07-111-4/+19
| * | | KVM: x86: ensure emulator fetches do not span multiple pagesPaolo Bonzini2014-07-111-6/+7