aboutsummaryrefslogtreecommitdiffstats
path: root/virt/kvm/kvm_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-24kvm: vfio: fix unregister kvm_device_ops of vfioWanpeng Li1-0/+7
2014-10-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-59/+133
2014-09-27Merge tag 'kvm-arm-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-nextPaolo Bonzini1-2/+9
2014-09-26kvm: Fix kvm_get_page_retry_io __gup retval checkAndres Lagar-Cavilla1-1/+1
2014-09-24kvm: Add arch specific mmu notifier for page invalidationTang Chen1-0/+3
2014-09-24kvm: Rename make_all_cpus_request() to kvm_make_all_cpus_request() and make it non-staticTang Chen1-5/+5
2014-09-24kvm: Fix page ageing bugsAndres Lagar-Cavilla1-2/+3
2014-09-24kvm: don't take vcpu mutex for obviously invalid vcpu ioctlsDavid Matlack1-0/+4
2014-09-24kvm: Faults which trigger IO release the mmap_semAndres Lagar-Cavilla1-3/+46
2014-09-24kvm-vfio: do not use module_initPaolo Bonzini1-0/+4
2014-09-22KVM: correct null pid check in kvm_vcpu_yield_to()Sam Bobroff1-1/+1
2014-09-18Merge remote-tracking branch 'kvm/next' into queueChristoffer Dall1-46/+55
2014-09-17KVM: VFIO: register kvm_device_ops dynamicallyWill Deacon1-4/+0
2014-09-17KVM: s390: register flic ops dynamicallyCornelia Huck1-4/+0
2014-09-17KVM: ARM: vgic: register kvm_device_ops dynamicallyWill Deacon1-4/+0
2014-09-17KVM: device: add simple registration mechanism for kvm_device_opsWill Deacon1-27/+38
2014-09-14KVM: check for !is_zero_pfn() in kvm_is_mmio_pfn()Ard Biesheuvel1-1/+1
2014-09-05KVM: remove redundant assignments in __kvm_set_memory_regionChristian Borntraeger1-3/+0
2014-09-05KVM: remove redundant assigment of return value in kvm_dev_ioctlChristian Borntraeger1-2/+0
2014-09-05KVM: remove redundant check of in_spin_loopChristian Borntraeger1-2/+1
2014-09-03kvm: fix potentially corrupt mmio cacheDavid Matlack1-7/+16
2014-09-03KVM: do not bias the generation number in kvm_current_mmio_generationPaolo Bonzini1-0/+7
2014-08-29KVM: remove garbage arg to *hardware_{en,dis}ableRadim Krčmář1-2/+2
2014-08-29KVM: Unconditionally export KVM_CAP_READONLY_MEMChristoffer Dall1-1/+1
2014-08-27KVM: Introduce gfn_to_hva_memslot_protChristoffer Dall1-2/+9
2014-08-21KVM: add kvm_arch_sched_inRadim Krčmář1-0/+2
2014-08-21KVM: avoid unnecessary synchronize_rcuChristian Borntraeger1-1/+2
2014-08-06KVM: Move more code under CONFIG_HAVE_KVM_IRQFDPaolo Bonzini1-0/+2
2014-08-05KVM: Give IRQFD its own separate enabling Kconfig optionPaul Mackerras1-1/+1
2014-07-28KVM: Allow KVM_CHECK_EXTENSION on the vm fdAlexander Graf1-27/+31
2014-07-28KVM: Rename and add argument to check_extensionAlexander Graf1-3/+3
2014-06-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2014-06-05sched: Fix signedness bug in yield_to()Dan Carpenter1-2/+2
2014-06-03KVM: add missing cleanup_srcu_structPaolo Bonzini1-0/+1
2014-05-05kvm/irqchip: Speed up KVM_SET_GSI_ROUTINGChristian Borntraeger1-6/+10
2014-04-23Revert "KVM: Simplify kvm->tlbs_dirty handling"Xiao Guangrong1-1/+4
2014-04-22Merge tag 'kvm-s390-20140422' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into queueMarcelo Tosatti1-2/+0
2014-04-22KVM: s390: Add proper dirty bitmap support to S390 kvm.Jason J. Herne1-2/+0
2014-04-17KVM: VMX: speed up wildcard MMIO EVENTFDMichael S. Tsirkin1-0/+1
2014-04-02Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-5/+7
2014-02-26KVM: add kvm_arch_vcpu_runnable() test to kvm_vcpu_on_spin() loopMichael Mueller1-1/+1
2014-02-18KVM: Simplify kvm->tlbs_dirty handlingTakuya Yoshikawa1-4/+1
2014-02-13asmlinkage, kvm: Make kvm_rebooting visibleAndi Kleen1-1/+1
2014-01-30KVM: s390: add floating irq controllerJens Freimann1-0/+5
2014-01-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-54/+27
2014-01-15kvm: Provide kvm_vcpu_eligible_for_directed_yield() stubScott Wood1-2/+4
2014-01-08kvm: remove dead codeStephen Hemminger1-27/+0
2014-01-08kvm: make local functions staticStephen Hemminger1-17/+18
2013-12-21KVM: arm-vgic: Support KVM_CREATE_DEVICE for VGICChristoffer Dall1-0/+5
2013-12-13KVM: Use cond_resched() directly and remove useless kvm_resched()Takuya Yoshikawa1-8/+0