aboutsummaryrefslogtreecommitdiffstats
path: root/virt/kvm/kvm_main.c
AgeCommit message (Expand)Author
2016-08-12KVM: Protect device ops->create and list_add with kvm->lockChristoffer Dall
2016-08-12KVM: PPC: Move xics_debugfs_init out of createChristoffer Dall
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-07-22Merge tag 'kvm-arm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Radim Krčmář
2016-07-18KVM: kvm_io_bus: Add kvm_io_bus_get_dev() callAndre Przywara
2016-07-15virt: Convert kvm hotplug to state machineThomas Gleixner
2016-07-14KVM: don't use anon_inode_getfd() before possible failuresAl Viro
2016-07-14Revert "KVM: release anon file in failure path of vm creation"Paolo Bonzini
2016-07-14KVM: release anon file in failure path of vm creationLiu Shuo
2016-07-14KVM: nVMX: Fix memory corruption when using VMCS shadowingJim Mattson
2016-07-05KVM: MMU: try to fix up page faults before giving upPaolo Bonzini
2016-07-05KVM: MMU: prepare to support mapping of VM_IO and VM_PFNMAP framesPaolo Bonzini
2016-06-16kvm: Fix irq route entries exceeding KVM_MAX_IRQ_ROUTESXiubo Li
2016-06-16KVM: remove kvm_vcpu_compatiblePaolo Bonzini
2016-06-16KVM: introduce kvm->created_vcpusPaolo Bonzini
2016-06-02KVM: x86: avoid vmalloc(0) in the KVM_SET_CPUIDPaolo Bonzini
2016-05-25KVM: Create debugfs dir and stat files for each VMJanosch Frank
2016-05-18KVM: split kvm_vcpu_wake_up from kvm_vcpu_kickRadim Krčmář
2016-05-18KVM: shrink halt polling even more for invalid wakeupsChristian Borntraeger
2016-05-13KVM: halt_polling: provide a way to qualify wakeups during pollChristian Borntraeger
2016-05-11kvm: introduce KVM_MAX_VCPU_IDGreg Kurz
2016-03-22KVM: Replace smp_mb() with smp_load_acquire() in the kvm_flush_remote_tlbs()Lan Tianyu
2016-03-22KVM: Replace smp_mb() with smp_mb_after_atomic() in the kvm_make_all_cpus_req...Lan Tianyu
2016-03-22KVM: fix spin_lock_init order on x86Paolo Bonzini
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-03-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-03-14Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-03-09kvm: cap halt polling at exactly halt_poll_nsDavid Matlack
2016-03-04KVM: ensure __gfn_to_pfn_memslot initializes *writablePaolo Bonzini
2016-02-25KVM: Use simple waitqueue for vcpu->wqMarcelo Tosatti
2016-02-23KVM: use list_for_each_entry_safeGeliang Tang
2016-02-16KVM: halt_polling: improve grow/shrink settingsChristian Borntraeger
2016-02-16mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen
2016-01-15kvm: rename pfn_t to kvm_pfn_tDan Williams
2016-01-08KVM: move architecture-dependent requests to arch/Paolo Bonzini
2015-11-30KVM: Remove unnecessary debugfs dentry referencesJanosch Frank
2015-11-30KVM: Use common function for VCPU lookup by idDavid Hildenbrand
2015-11-25KVM: kvm_is_visible_gfn can be booleanYaowei Bai
2015-11-04Merge tag 'kvm-arm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini
2015-10-22KVM: Add kvm_arch_vcpu_{un}blocking callbacksChristoffer Dall
2015-10-01KVM: Update Posted-Interrupts Descriptor when vCPU is blockedFeng Wu
2015-10-01kvm: add capability for any-length ioeventfdsJason Wang
2015-10-01kvm: use kmalloc() instead of kzalloc() during iodev register/unregisterJason Wang
2015-09-25KVM: disable halt_poll_ns as default for s390xDavid Hildenbrand
2015-09-16KVM: add halt_attempted_poll to VCPU statsPaolo Bonzini
2015-09-15kvm: fix zero length mmio searchingJason Wang
2015-09-14KVM: fix polling for guest halt continued even if disable itWanpeng Li
2015-09-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-09-10mmu-notifier: add clear_young callbackVladimir Davydov