aboutsummaryrefslogtreecommitdiffstats
path: root/virt/kvm/kvm_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-12KVM: Protect device ops->create and list_add with kvm->lockChristoffer Dall1-1/+12
2016-08-12KVM: PPC: Move xics_debugfs_init out of createChristoffer Dall1-0/+3
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-15/+95
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-24/+8
2016-07-22Merge tag 'kvm-arm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into nextRadim Krčmář1-0/+24
2016-07-18KVM: kvm_io_bus: Add kvm_io_bus_get_dev() callAndre Przywara1-0/+24
2016-07-15virt: Convert kvm hotplug to state machineThomas Gleixner1-24/+8
2016-07-14KVM: don't use anon_inode_getfd() before possible failuresAl Viro1-2/+11
2016-07-14Revert "KVM: release anon file in failure path of vm creation"Paolo Bonzini1-2/+0
2016-07-14KVM: release anon file in failure path of vm creationLiu Shuo1-0/+2
2016-07-14KVM: nVMX: Fix memory corruption when using VMCS shadowingJim Mattson1-0/+2
2016-07-05KVM: MMU: try to fix up page faults before giving upPaolo Bonzini1-3/+42
2016-07-05KVM: MMU: prepare to support mapping of VM_IO and VM_PFNMAP framesPaolo Bonzini1-5/+15
2016-06-16kvm: Fix irq route entries exceeding KVM_MAX_IRQ_ROUTESXiubo Li1-1/+1
2016-06-16KVM: remove kvm_vcpu_compatiblePaolo Bonzini1-4/+0
2016-06-16KVM: introduce kvm->created_vcpusPaolo Bonzini1-6/+17
2016-06-02KVM: x86: avoid vmalloc(0) in the KVM_SET_CPUIDPaolo Bonzini1-10/+12
2016-05-25KVM: Create debugfs dir and stat files for each VMJanosch Frank1-10/+177
2016-05-18KVM: split kvm_vcpu_wake_up from kvm_vcpu_kickRadim Krčmář1-6/+13
2016-05-18KVM: shrink halt polling even more for invalid wakeupsChristian Borntraeger1-3/+4
2016-05-13KVM: halt_polling: provide a way to qualify wakeups during pollChristian Borntraeger1-2/+6
2016-05-11kvm: introduce KVM_MAX_VCPU_IDGreg Kurz1-1/+3
2016-03-22KVM: Replace smp_mb() with smp_load_acquire() in the kvm_flush_remote_tlbs()Lan Tianyu1-2/+16
2016-03-22KVM: Replace smp_mb() with smp_mb_after_atomic() in the kvm_make_all_cpus_request()Lan Tianyu1-2/+2
2016-03-22KVM: fix spin_lock_init order on x86Paolo Bonzini1-10/+11
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+5
2016-03-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-16/+21
2016-03-14Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-9/+8
2016-03-09kvm: cap halt polling at exactly halt_poll_nsDavid Matlack1-0/+3
2016-03-04KVM: ensure __gfn_to_pfn_memslot initializes *writablePaolo Bonzini1-2/+8
2016-02-25KVM: Use simple waitqueue for vcpu->wqMarcelo Tosatti1-9/+8
2016-02-23KVM: use list_for_each_entry_safeGeliang Tang1-6/+3
2016-02-16KVM: halt_polling: improve grow/shrink settingsChristian Borntraeger1-8/+10
2016-02-16mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen1-5/+5
2016-01-15kvm: rename pfn_t to kvm_pfn_tDan Williams1-23/+24
2016-01-08KVM: move architecture-dependent requests to arch/Paolo Bonzini1-10/+0
2015-11-30KVM: Remove unnecessary debugfs dentry referencesJanosch Frank1-14/+4
2015-11-30KVM: Use common function for VCPU lookup by idDavid Hildenbrand1-7/+5
2015-11-25KVM: kvm_is_visible_gfn can be booleanYaowei Bai1-3/+3
2015-11-04Merge tag 'kvm-arm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-0/+3
2015-10-22KVM: Add kvm_arch_vcpu_{un}blocking callbacksChristoffer Dall1-0/+3
2015-10-01KVM: Update Posted-Interrupts Descriptor when vCPU is blockedFeng Wu1-0/+3
2015-10-01kvm: add capability for any-length ioeventfdsJason Wang1-0/+1
2015-10-01kvm: use kmalloc() instead of kzalloc() during iodev register/unregisterJason Wang1-2/+2
2015-09-25KVM: disable halt_poll_ns as default for s390xDavid Hildenbrand1-2/+2
2015-09-16KVM: add halt_attempted_poll to VCPU statsPaolo Bonzini1-0/+1
2015-09-15kvm: fix zero length mmio searchingJason Wang1-2/+17
2015-09-14KVM: fix polling for guest halt continued even if disable itWanpeng Li1-1/+2
2015-09-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+31
2015-09-10mmu-notifier: add clear_young callbackVladimir Davydov1-0/+31