aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-23kvm: x86: mask out XSAVESPaolo Bonzini1-1/+10
2014-11-23kvm: x86: move assigned-dev.c and iommu.c to arch/x86/Radim Krčmář4-2/+1386
2014-11-21kvm: remove CONFIG_X86 #ifdefs from files formerly shared with ia64Radim Krcmar2-24/+2
2014-11-21kvm: x86: move ioapic.c and irq_comm.c back to arch/x86/Paolo Bonzini5-3/+1134
2014-11-19x86/kvm/tracing: Use helper function trace_seq_buffer_ptr()Steven Rostedt (Red Hat)1-2/+2
2014-11-19KVM: x86: Remove FIXMEs in emulate.cNicholas Krause1-4/+0
2014-11-19KVM: emulator: remove duplicated limit checkPaolo Bonzini1-9/+4
2014-11-19KVM: emulator: remove code duplication in register_address{,_increment}Paolo Bonzini1-12/+11
2014-11-19KVM: x86: Move __linearize masking of la into switchNadav Amit1-2/+1
2014-11-19KVM: x86: Non-canonical access using SS should cause #SSNadav Amit1-1/+1
2014-11-19KVM: x86: Perform limit checks when assigning EIPNadav Amit1-41/+54
2014-11-19KVM: x86: Emulator performs privilege checks on __linearizeNadav Amit1-15/+0
2014-11-19KVM: x86: Stack size is overridden by __linearizeNadav Amit1-4/+5
2014-11-19KVM: x86: Revert NoBigReal patch in the emulatorNadav Amit1-7/+1
2014-11-18kvm: x86: vmx: remove MMIO_MAX_GENTiejun Chen1-4/+3
2014-11-18kvm: x86: vmx: cleanup handle_ept_violationTiejun Chen1-3/+3
2014-11-17KVM: x86: Fix lost interrupt on irr_pending raceNadav Amit1-6/+12
2014-11-17KVM: compute correct map even if all APICs are software disabledPaolo Bonzini1-10/+15
2014-11-17KVM: x86: Software disabled APIC should still deliver NMIsNadav Amit1-8/+15
2014-11-13kvm: svm: move WARN_ON in svm_adjust_tsc_offsetChris J Arges2-4/+6