summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* KVM: track pid for VCPU only on KVM_RUN ioctlChristian Borntraeger2014-12-041-9/+9
* KVM: don't check for PF_VCPU when yieldingDavid Hildenbrand2014-12-041-4/+0
* kvm: optimize GFN to memslot lookup with large slots amountIgor Mammedov2014-12-042-13/+29
* kvm: change memslot sorting rule from size to GFNIgor Mammedov2014-12-041-6/+11
* kvm: search_memslots: add simple LRU memslot cachingIgor Mammedov2014-12-041-2/+10
* kvm: update_memslots: drop not needed check for the same slotIgor Mammedov2014-12-041-14/+11
* kvm: update_memslots: drop not needed check for the same number of pagesIgor Mammedov2014-12-041-15/+13
* KVM: x86: allow 256 logical x2APICs againRadim Krčmář2014-12-042-7/+6
* KVM: x86: check bounds of APIC mapsRadim Krčmář2014-12-041-4/+5
* KVM: x86: fix APIC physical destination wrappingRadim Krčmář2014-12-041-1/+4
* KVM: x86: deliver phys lowest-prioRadim Krčmář2014-12-041-2/+0
* KVM: x86: don't retry hopeless APIC deliveryRadim Krčmář2014-12-041-2/+2
* KVM: x86: use MSR_ICR instead of a numberRadim Krčmář2014-12-041-2/+2
* KVM: x86: Fix reserved x2apic registersNadav Amit2014-12-041-0/+9
* KVM: x86: Generate #UD when memory operand is requiredNadav Amit2014-12-041-4/+34
* Merge tag 'kvm-s390-next-20141128' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2014-12-039-399/+872
|\
| * KVM: s390: allow injecting all kinds of machine checksJens Freimann2014-11-281-3/+11
| * KVM: s390: handle pending local interrupts via bitmapJens Freimann2014-11-286-282/+380
| * KVM: s390: add bitmap for handling cpu-local interruptsJens Freimann2014-11-281-0/+86
| * KVM: s390: refactor interrupt delivery codeJens Freimann2014-11-281-177/+282
| * KVM: s390: add defines for virtio and pfault interrupt codeJens Freimann2014-11-281-2/+4
| * KVM: s390: external param not valid for cpu timer and ckcDavid Hildenbrand2014-11-281-4/+2
| * KVM: s390: refactor interrupt injection codeJens Freimann2014-11-281-54/+167
| * KVM: S390: Create helper function get_guest_storage_keyJason J. Herne2014-11-282-0/+40
| * KVM: s390: trigger the right CPU exit for floating interruptsChristian Borntraeger2014-11-281-1/+11
| * KVM: s390: Fix rewinding of the PSW pointing to an EXECUTE instructionThomas Huth2014-11-284-13/+23
| * KVM: s390: Small fixes for the PFMF handlerThomas Huth2014-11-281-4/+7
* | kvm: x86: avoid warning about potential shift wrapping bugPaolo Bonzini2014-11-243-3/+3
* | KVM: x86: move device assignment out of kvm_host.hPaolo Bonzini2014-11-246-62/+64
|/
* kvm: x86: mask out XSAVESPaolo Bonzini2014-11-231-1/+10
* kvm: x86: move assigned-dev.c and iommu.c to arch/x86/Radim Krčmář2014-11-237-30/+25
* kvm: remove IA64 ioctlsRadim Krčmář2014-11-211-3/+0
* kvm: remove CONFIG_X86 #ifdefs from files formerly shared with ia64Radim Krcmar2014-11-212-24/+2
* kvm: x86: move ioapic.c and irq_comm.c back to arch/x86/Paolo Bonzini2014-11-219-30/+29
* kvm: Documentation: remove ia64Tiejun Chen2014-11-202-106/+22
* KVM: ia64: removePaolo Bonzini2014-11-2031-13272/+0
* KVM: x86: Remove FIXMEs in emulate.cNicholas Krause2014-11-191-4/+0
* KVM: emulator: remove duplicated limit checkPaolo Bonzini2014-11-191-9/+4
* KVM: emulator: remove code duplication in register_address{,_increment}Paolo Bonzini2014-11-191-12/+11
* KVM: x86: Move __linearize masking of la into switchNadav Amit2014-11-191-2/+1
* KVM: x86: Non-canonical access using SS should cause #SSNadav Amit2014-11-191-1/+1
* KVM: x86: Perform limit checks when assigning EIPNadav Amit2014-11-191-41/+54
* KVM: x86: Emulator performs privilege checks on __linearizeNadav Amit2014-11-191-15/+0
* KVM: x86: Stack size is overridden by __linearizeNadav Amit2014-11-191-4/+5
* KVM: x86: Revert NoBigReal patch in the emulatorNadav Amit2014-11-191-7/+1
* kvm: x86: vmx: remove MMIO_MAX_GENTiejun Chen2014-11-181-4/+3
* kvm: x86: vmx: cleanup handle_ept_violationTiejun Chen2014-11-181-3/+3
* KVM: x86: Fix lost interrupt on irr_pending raceNadav Amit2014-11-171-6/+12
* KVM: compute correct map even if all APICs are software disabledPaolo Bonzini2014-11-171-10/+15
* KVM: x86: Software disabled APIC should still deliver NMIsNadav Amit2014-11-171-8/+15
OpenPOWER on IntegriCloud