summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2015-01-08KVM: x86: POP [ESP] is not emulated correctlyNadav Amit
2015-01-08KVM: x86: em_call_far should return failure resultNadav Amit
2015-01-08KVM: x86: JMP/CALL using call- or task-gate causes exceptionNadav Amit
2015-01-08KVM: x86: fnstcw and fnstsw may cause spurious exceptionNadav Amit
2015-01-08KVM: x86: pop sreg accesses only 2 bytesNadav Amit
2015-01-08KVM: x86: mmu: replace assertions with MMU_WARN_ON, a conditional WARN_ONPaolo Bonzini
2015-01-08KVM: x86: mmu: remove ASSERT(vcpu)Paolo Bonzini
2015-01-08KVM: x86: mmu: remove argument to kvm_init_shadow_mmu and kvm_init_shadow_ept...Paolo Bonzini
2015-01-08KVM: x86: mmu: do not use return to tail-call functions that return voidPaolo Bonzini
2015-01-08KVM: x86: add tracepoint to wait_lapic_expireMarcelo Tosatti
2015-01-08KVM: x86: add option to advance tscdeadline hrtimer expirationMarcelo Tosatti
2015-01-08KVM: x86: add method to test PIR bitmap vectorMarcelo Tosatti
2015-01-08kvm: x86: vmx: NULL out hwapic_isr_update() in case of !enable_apicvTiejun Chen
2015-01-08KVM: x86: Remove FIXMEs in emulate.c for the function,task_switch_32Nicholas Krause
2015-01-08KVM: nVMX: consult PFEC_MASK and PFEC_MATCH when generating #PF VM-exitEugene Korenevsky
2015-01-08KVM: nVMX: Improve nested msr switch checkingEugene Korenevsky
2015-01-08KVM: nVMX: Add nested msr load/restore algorithmWincy Van
2015-01-06rcu: Make SRCU optional by using CONFIG_SRCUPranith Kumar
2014-12-27kvm: x86: drop severity of "generation wraparound" messagePaolo Bonzini
2014-12-27kvm: x86: vmx: reorder some msr writingTiejun Chen
2014-12-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2014-12-18KVM: move APIC types to arch/x86/Paolo Bonzini
2014-12-15Merge tag 'kvm-arm-for-3.19-take2' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini
2014-12-11KVM: x86: em_ret_far overrides cplNadav Amit
2014-12-11KVM: nVMX: Disable unrestricted mode if ept=0Bandan Das
2014-12-10Merge tag 'trace-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2014-12-10KVM: x86: Emulate should check #UD before #GPNadav Amit
2014-12-10KVM: x86: Do not push eflags.vm on pushfNadav Amit
2014-12-10KVM: x86: Remove prefix flag when GP macro is usedNadav Amit
2014-12-05KVM: cpuid: recompute CPUID 0xD.0:EBX,ECXRadim Krčmář
2014-12-05kvm: vmx: add nested virtualization support for xsavesWanpeng Li
2014-12-05kvm: vmx: add MSR logic for XSAVESWanpeng Li
2014-12-05kvm: x86: handle XSAVES vmcs and vmexitWanpeng Li
2014-12-05KVM: cpuid: mask more bits in leaf 0xd and subleavesPaolo Bonzini
2014-12-05KVM: cpuid: set CPUID(EAX=0xd,ECX=1).EBX correctlyPaolo Bonzini
2014-12-05kvm: x86: Add kvm_x86_ops hook that enables XSAVES for guestWanpeng Li
2014-12-05KVM: x86: use F() macro throughout cpuid.cPaolo Bonzini
2014-12-05KVM: x86: support XSAVES usage in the hostPaolo Bonzini
2014-12-04KVM: x86: allow 256 logical x2APICs againRadim Krčmář
2014-12-04KVM: x86: check bounds of APIC mapsRadim Krčmář
2014-12-04KVM: x86: fix APIC physical destination wrappingRadim Krčmář
2014-12-04KVM: x86: deliver phys lowest-prioRadim Krčmář
2014-12-04KVM: x86: don't retry hopeless APIC deliveryRadim Krčmář
2014-12-04KVM: x86: use MSR_ICR instead of a numberRadim Krčmář
2014-12-04KVM: x86: Fix reserved x2apic registersNadav Amit
2014-12-04KVM: x86: Generate #UD when memory operand is requiredNadav Amit
2014-11-26kvm: fix kvm_is_mmio_pfn() and rename to kvm_is_reserved_pfn()Ard Biesheuvel
2014-11-25kvm: fix kvm_is_mmio_pfn() and rename to kvm_is_reserved_pfn()Ard Biesheuvel
2014-11-24kvm: x86: avoid warning about potential shift wrapping bugPaolo Bonzini
2014-11-24KVM: x86: move device assignment out of kvm_host.hPaolo Bonzini