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