summaryrefslogtreecommitdiff
path: root/virt/kvm/kvm_main.c
AgeCommit message (Expand)Author
2016-06-16kvm: Fix irq route entries exceeding KVM_MAX_IRQ_ROUTESXiubo Li
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
2015-09-06KVM: trace kvm_halt_poll_ns grow/shrinkWanpeng Li
2015-09-06KVM: dynamic halt-pollingWanpeng Li
2015-09-06KVM: make halt_poll_ns per-vCPUWanpeng Li
2015-07-30KVM: document memory barriers for kvm->vcpus/kvm->online_vcpusPaolo Bonzini
2015-07-29KVM: move code related to KVM_SET_BOOT_CPU_ID to x86Paolo Bonzini
2015-07-03sched, preempt_notifier: separate notifier registration from static_key inc/decPeter Zijlstra
2015-06-05KVM: implement multiple address spacesPaolo Bonzini
2015-06-05KVM: add vcpu-specific functions to read/write/translate GFNsPaolo Bonzini
2015-05-28KVM: remove unused argument from mark_page_dirty_in_slotPaolo Bonzini
2015-05-28KVM: remove __gfn_to_pfnPaolo Bonzini
2015-05-28KVM: pass kvm_memory_slot to gfn_to_page_many_atomicPaolo Bonzini
2015-05-28KVM: add "new" argument to kvm_arch_commit_memory_regionPaolo Bonzini
2015-05-26KVM: add memslots argument to kvm_arch_memslots_updatedPaolo Bonzini
2015-05-26KVM: const-ify uses of struct kvm_userspace_memory_regionPaolo Bonzini
2015-05-26KVM: use kvm_memslots whenever possiblePaolo Bonzini