summaryrefslogtreecommitdiffstats
path: root/virt/kvm/kvm_main.c
AgeCommit message (Expand)Author
2014-12-28kvm: warn on more invariant breakagePaolo Bonzini
2014-12-28kvm: fix sorting of memslots with base_gfn == 0Paolo Bonzini
2014-12-15Merge tag 'kvm-arm-for-3.19-take2' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini
2014-12-04KVM: track pid for VCPU only on KVM_RUN ioctlChristian Borntraeger
2014-12-04KVM: don't check for PF_VCPU when yieldingDavid Hildenbrand
2014-12-04kvm: optimize GFN to memslot lookup with large slots amountIgor Mammedov
2014-12-04kvm: change memslot sorting rule from size to GFNIgor Mammedov
2014-12-04kvm: update_memslots: drop not needed check for the same slotIgor Mammedov
2014-12-04kvm: update_memslots: drop not needed check for the same number of pagesIgor Mammedov
2014-11-25kvm: fix kvm_is_mmio_pfn() and rename to kvm_is_reserved_pfn()Ard Biesheuvel
2014-11-23kvm: x86: move assigned-dev.c and iommu.c to arch/x86/Radim Krčmář
2014-11-21kvm: x86: move ioapic.c and irq_comm.c back to arch/x86/Paolo Bonzini
2014-11-17kvm: simplify update_memslots invocationPaolo Bonzini
2014-11-17kvm: commonize allocation of the new memory slotsPaolo Bonzini
2014-11-14kvm: memslots: track id_to_index changes during the insertion sortPaolo Bonzini
2014-11-14kvm: memslots: replace heap sort with an insertion sort passIgor Mammedov
2014-11-03KVM: trivial fix comment regarding __kvm_set_memory_regionDominik Dingel
2014-10-24kvm: vfio: fix unregister kvm_device_ops of vfioWanpeng Li
2014-10-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2014-09-27Merge tag 'kvm-arm-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini
2014-09-26kvm: Fix kvm_get_page_retry_io __gup retval checkAndres Lagar-Cavilla
2014-09-24kvm: Add arch specific mmu notifier for page invalidationTang Chen
2014-09-24kvm: Rename make_all_cpus_request() to kvm_make_all_cpus_request() and make i...Tang Chen
2014-09-24kvm: Fix page ageing bugsAndres Lagar-Cavilla
2014-09-24kvm: don't take vcpu mutex for obviously invalid vcpu ioctlsDavid Matlack
2014-09-24kvm: Faults which trigger IO release the mmap_semAndres Lagar-Cavilla
2014-09-24kvm-vfio: do not use module_initPaolo Bonzini
2014-09-22KVM: correct null pid check in kvm_vcpu_yield_to()Sam Bobroff
2014-09-18Merge remote-tracking branch 'kvm/next' into queueChristoffer Dall
2014-09-17KVM: VFIO: register kvm_device_ops dynamicallyWill Deacon
2014-09-17KVM: s390: register flic ops dynamicallyCornelia Huck
2014-09-17KVM: ARM: vgic: register kvm_device_ops dynamicallyWill Deacon
2014-09-17KVM: device: add simple registration mechanism for kvm_device_opsWill Deacon
2014-09-14KVM: check for !is_zero_pfn() in kvm_is_mmio_pfn()Ard Biesheuvel
2014-09-05KVM: remove redundant assignments in __kvm_set_memory_regionChristian Borntraeger
2014-09-05KVM: remove redundant assigment of return value in kvm_dev_ioctlChristian Borntraeger
2014-09-05KVM: remove redundant check of in_spin_loopChristian Borntraeger
2014-09-03kvm: fix potentially corrupt mmio cacheDavid Matlack
2014-09-03KVM: do not bias the generation number in kvm_current_mmio_generationPaolo Bonzini
2014-08-29KVM: remove garbage arg to *hardware_{en,dis}ableRadim Krčmář
2014-08-29KVM: Unconditionally export KVM_CAP_READONLY_MEMChristoffer Dall
2014-08-27KVM: Introduce gfn_to_hva_memslot_protChristoffer Dall
2014-08-21KVM: add kvm_arch_sched_inRadim Krčmář
2014-08-21KVM: avoid unnecessary synchronize_rcuChristian Borntraeger
2014-08-06KVM: Move more code under CONFIG_HAVE_KVM_IRQFDPaolo Bonzini
2014-08-05KVM: Give IRQFD its own separate enabling Kconfig optionPaul Mackerras
2014-07-28KVM: Allow KVM_CHECK_EXTENSION on the vm fdAlexander Graf
2014-07-28KVM: Rename and add argument to check_extensionAlexander Graf
2014-06-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-06-05sched: Fix signedness bug in yield_to()Dan Carpenter