aboutsummaryrefslogtreecommitdiff
path: root/virt/kvm/kvm_main.c
AgeCommit message (Expand)Author
2015-05-12 Merge tag 'v3.10.77' into linux-linaro-lskAlex Shi
2015-05-06KVM: use slowpath for cross page cached accessesRadim Krčmář
2014-10-31Merge tag 'v3.10.59' into linux-linaro-lskMark Brown
2014-10-30kvm: don't take vcpu mutex for obviously invalid vcpu ioctlsDavid Matlack
2014-10-08KVM: correct null pid check in kvm_vcpu_yield_to()Sam Bobroff
2014-10-08KVM: check for !is_zero_pfn() in kvm_is_mmio_pfn()Ard Biesheuvel
2014-10-02KVM: VFIO: register kvm_device_ops dynamicallyWill Deacon
2014-10-02KVM: ARM: vgic: register kvm_device_ops dynamicallyWill Deacon
2014-10-02KVM: device: add simple registration mechanism for kvm_device_opsWill Deacon
2014-10-02KVM: remove redundant assignments in __kvm_set_memory_regionChristian Borntraeger
2014-10-02KVM: remove redundant assigment of return value in kvm_dev_ioctlChristian Borntraeger
2014-10-02KVM: remove redundant check of in_spin_loopChristian Borntraeger
2014-10-02KVM: remove garbage arg to *hardware_{en,dis}ableRadim Krčmář
2014-10-02KVM: Unconditionally export KVM_CAP_READONLY_MEMChristoffer Dall
2014-10-02KVM: Introduce gfn_to_hva_memslot_protChristoffer Dall
2014-10-02KVM: add kvm_arch_sched_inRadim Krčmář
2014-10-02KVM: avoid unnecessary synchronize_rcuChristian Borntraeger
2014-10-02KVM: Move more code under CONFIG_HAVE_KVM_IRQFDPaolo Bonzini
2014-10-02KVM: Give IRQFD its own separate enabling Kconfig optionPaul Mackerras
2014-10-02KVM: Allow KVM_CHECK_EXTENSION on the vm fdAlexander Graf
2014-10-02KVM: Rename and add argument to check_extensionAlexander Graf
2014-10-02KVM: add missing cleanup_srcu_structPaolo Bonzini
2014-10-02kvm/irqchip: Speed up KVM_SET_GSI_ROUTINGChristian Borntraeger
2014-10-02KVM: add kvm_arch_vcpu_runnable() test to kvm_vcpu_on_spin() loopMichael Mueller
2014-10-02asmlinkage, kvm: Make kvm_rebooting visibleAndi Kleen
2014-10-02kvm: Provide kvm_vcpu_eligible_for_directed_yield() stubScott Wood
2014-10-02kvm: make local functions staticStephen Hemminger
2014-10-02KVM: arm-vgic: Support KVM_CREATE_DEVICE for VGICChristoffer Dall
2014-10-02KVM: Use cond_resched() directly and remove useless kvm_resched()Takuya Yoshikawa
2014-10-02KVM: Improve create VCPU parameter (CVE-2013-4587)Andy Honig
2014-10-02KVM: kvm_clear_guest_page(): fix empty_zero_page usageHeiko Carstens
2014-10-02KVM: remove vm mmap methodGleb Natapov
2014-10-02kvm: Add VFIO deviceAlex Williamson
2014-10-02KVM: use a more sensible error number when debugfs directory creation failsPaolo Bonzini
2014-10-02KVM: Mapping IOMMU pages after updating memslotYang Zhang
2014-10-02kvm: Add struct kvm arg to memslot APIsAneesh Kumar K.V
2014-10-02Fix NULL dereference in gfn_to_hva_prot()Gleb Natapov
2014-10-02KVM: Convert kvm_lock back to non-raw spinlockPaolo Bonzini
2014-10-02KVM: protect kvm_usage_count with its own spinlockPaolo Bonzini
2014-10-02KVM: cleanup (physical) CPU hotplugPaolo Bonzini
2014-10-02KVM: mmu: allow page tables to be in read-only slotsPaolo Bonzini
2014-10-02kvm: optimize away THP checks in kvm_is_mmio_pfn()Andrea Arcangeli
2014-10-02kvm: use anon_inode_getfd() with O_CLOEXEC flagYann Droneaud
2014-10-02KVM: Introduce kvm_arch_memslots_updated()Takuya Yoshikawa
2014-10-02KVM: add missing misc_deregister() on error in kvm_init()Wei Yongjun
2014-04-03mm: close PageTail raceDavid Rientjes
2013-12-20KVM: Improve create VCPU parameter (CVE-2013-4587)Andy Honig
2013-05-10Merge tag 'kvm-3.10-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2013-05-10Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2013-05-09Merge branch 'next/kvm' into mips-for-linux-nextRalf Baechle