aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAge
* KVM: x86: do not check CS.DPL against RPL during task switchPaolo Bonzini2014-08-19
* KVM: x86: Avoid emulating instructions on #UD mistakenlyNadav Amit2014-08-19
* Merge branch 'akpm' (second patchbomb from Andrew Morton)Linus Torvalds2014-08-08
|\
| * arch/x86: replace strict_strto callsDaniel Walter2014-08-08
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-08-07
|\ \ | |/ |/|
| * KVM: nVMX: fix "acknowledge interrupt on exit" when APICv is in useWanpeng Li2014-08-05
| * KVM: nVMX: Fix nested vmexit ack intr before load vmcs01Wanpeng Li2014-08-05
| * KVM: Give IRQFD its own separate enabling Kconfig optionPaul Mackerras2014-08-05
| * Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvmPaolo Bonzini2014-08-05
| |\
| | * KVM: Rename and add argument to check_extensionAlexander Graf2014-07-28
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-08-05
|\ \ \ | |/ / |/| |
| * | timekeeping: Create struct tk_read_base and use it in struct timekeeperThomas Gleixner2014-07-23
| * | clocksource: Get rid of cycle_lastThomas Gleixner2014-07-23
| * | x86: kvm: Make kvm_get_time_and_clockread() nanoseconds basedThomas Gleixner2014-07-23
| * | x86: kvm: Use ktime_get_boot_ns()Thomas Gleixner2014-07-23
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-08-04
|\ \ \
| * | | x86/kvm: Resolve shadow warnings in macro expansionMark D Rustad2014-07-31
| * | | KVM: vmx: remove duplicate vmx_mpx_supported() prototypeChris J Arges2014-07-30
| * | | x86/kvm: Resolve shadow warning from min macroMark Rustad2014-07-25
| * | | Replace NR_VMX_MSR with its definitionPaolo Bonzini2014-07-24
| * | | KVM: x86: Assertions to check no overrun in MSR listsNadav Amit2014-07-24
| * | | KVM: x86: set rflags.rf during fault injectionNadav Amit2014-07-24
| * | | KVM: x86: Setting rflags.rf during rep-string emulationNadav Amit2014-07-24
| * | | KVM: x86: DR6/7.RTM cannot be writtenNadav Amit2014-07-21
| * | | KVM: nVMX: clean up nested_release_vmcs12 and code around itPaolo Bonzini2014-07-21
| * | | KVM: nVMX: fix lifetime issues for vmcs02Paolo Bonzini2014-07-21
| * | | KVM: x86: emulator injects #DB when RFLAGS.RF is setNadav Amit2014-07-21
| * | | KVM: x86: Cleanup of rflags.rf cleaningNadav Amit2014-07-21
| * | | KVM: x86: Clear rflags.rf on emulated instructionsNadav Amit2014-07-21
| * | | KVM: x86: popf emulation should not change RFNadav Amit2014-07-21
| * | | KVM: x86: Clearing rflags.rf upon skipped emulated instructionNadav Amit2014-07-21
| * | | KVM: nVMX: Fix virtual interrupt delivery injectionWanpeng Li2014-07-17
| * | | KVM: x86: Emulator support for #UD on CPL>0Nadav Amit2014-07-11
| * | | KVM: x86: Emulator flag for instruction that only support 16-bit addresses in...Nadav Amit2014-07-11
| * | | KVM: x86: use kvm_read_guest_page for emulator accessesPaolo Bonzini2014-07-11
| * | | KVM: x86: ensure emulator fetches do not span multiple pagesPaolo Bonzini2014-07-11
| * | | KVM: emulate: put pointers in the fetch_cachePaolo Bonzini2014-07-11
| * | | KVM: emulate: avoid per-byte copying in instruction fetchesPaolo Bonzini2014-07-11
| * | | KVM: emulate: avoid repeated calls to do_insn_fetch_bytesPaolo Bonzini2014-07-11
| * | | KVM: emulate: speed up do_insn_fetchPaolo Bonzini2014-07-11
| * | | KVM: emulate: do not initialize memoppBandan Das2014-07-11
| * | | KVM: emulate: rework seg_overrideBandan Das2014-07-11
| * | | KVM: emulate: clean up initializations in init_decode_cacheBandan Das2014-07-11
| * | | KVM: emulate: cleanup decode_modrmBandan Das2014-07-11
| * | | KVM: emulate: Remove ctxt->intercept and ctxt->check_perm checksBandan Das2014-07-11
| * | | KVM: emulate: move init_decode_cache to emulate.cBandan Das2014-07-11
| * | | KVM: emulate: simplify writebackPaolo Bonzini2014-07-11
| * | | KVM: emulate: speed up emulated movesPaolo Bonzini2014-07-11
| * | | KVM: emulate: protect checks on ctxt->d by a common "if (unlikely())"Paolo Bonzini2014-07-11
| * | | KVM: emulate: move around some checksPaolo Bonzini2014-07-11