summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | KVM: emulate: put pointers in the fetch_cachePaolo Bonzini2014-07-112-22/+18Star
| * | | KVM: emulate: avoid per-byte copying in instruction fetchesPaolo Bonzini2014-07-111-24/+22Star
| * | | KVM: emulate: avoid repeated calls to do_insn_fetch_bytesPaolo Bonzini2014-07-111-9/+17
| * | | KVM: emulate: speed up do_insn_fetchPaolo Bonzini2014-07-111-31/+36
| * | | KVM: emulate: do not initialize memoppBandan Das2014-07-111-4/+4
| * | | KVM: emulate: rework seg_overrideBandan Das2014-07-111-25/+16Star
| * | | KVM: emulate: clean up initializations in init_decode_cacheBandan Das2014-07-111-5/+2Star
| * | | KVM: emulate: cleanup decode_modrmBandan Das2014-07-111-8/+6Star
| * | | KVM: emulate: Remove ctxt->intercept and ctxt->check_perm checksBandan Das2014-07-111-4/+4
| * | | KVM: emulate: move init_decode_cache to emulate.cBandan Das2014-07-112-13/+13
| * | | KVM: emulate: simplify writebackPaolo Bonzini2014-07-111-17/+11Star
| * | | KVM: emulate: speed up emulated movesPaolo Bonzini2014-07-111-1/+1
| * | | KVM: emulate: protect checks on ctxt->d by a common "if (unlikely())"Paolo Bonzini2014-07-111-81/+94
| * | | KVM: emulate: move around some checksPaolo Bonzini2014-07-111-7/+10