aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2015-01-30KVM: x86: check LAPIC presence when building apic_mapRadim Krčmář
2015-01-23KVM: x86: SYSENTER emulation is brokenNadav Amit
2015-01-23KVM: x86: Fix of previously incomplete fix for CVE-2014-8480Nadav Amit
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
2014-11-23kvm: x86: mask out XSAVESPaolo Bonzini
2014-11-23kvm: x86: move assigned-dev.c and iommu.c to arch/x86/Radim Krčmář
2014-11-21kvm: remove CONFIG_X86 #ifdefs from files formerly shared with ia64Radim Krcmar
2014-11-21kvm: x86: move ioapic.c and irq_comm.c back to arch/x86/Paolo Bonzini
2014-11-19x86/kvm/tracing: Use helper function trace_seq_buffer_ptr()Steven Rostedt (Red Hat)
2014-11-19KVM: x86: Remove FIXMEs in emulate.cNicholas Krause
2014-11-19KVM: emulator: remove duplicated limit checkPaolo Bonzini
2014-11-19KVM: emulator: remove code duplication in register_address{,_increment}Paolo Bonzini
2014-11-19KVM: x86: Move __linearize masking of la into switchNadav Amit
2014-11-19KVM: x86: Non-canonical access using SS should cause #SSNadav Amit
2014-11-19KVM: x86: Perform limit checks when assigning EIPNadav Amit
2014-11-19KVM: x86: Emulator performs privilege checks on __linearizeNadav Amit
2014-11-19KVM: x86: Stack size is overridden by __linearizeNadav Amit
2014-11-19KVM: x86: Revert NoBigReal patch in the emulatorNadav Amit
2014-11-18kvm: x86: vmx: remove MMIO_MAX_GENTiejun Chen