aboutsummaryrefslogtreecommitdiffstats
path: root/virt/kvm/kvm_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-06KVM: trace kvm_halt_poll_ns grow/shrinkWanpeng Li1-2/+6
2015-09-06KVM: dynamic halt-pollingWanpeng Li1-2/+51
2015-09-06KVM: make halt_poll_ns per-vCPUWanpeng Li1-2/+3
2015-07-30KVM: document memory barriers for kvm->vcpus/kvm->online_vcpusPaolo Bonzini1-0/+5
2015-07-29KVM: move code related to KVM_SET_BOOT_CPU_ID to x86Paolo Bonzini1-14/+0
2015-07-03sched, preempt_notifier: separate notifier registration from static_key inc/decPeter Zijlstra1-0/+3
2015-06-05KVM: implement multiple address spacesPaolo Bonzini1-27/+43
2015-06-05KVM: add vcpu-specific functions to read/write/translate GFNsPaolo Bonzini1-13/+154
2015-05-28KVM: remove unused argument from mark_page_dirty_in_slotPaolo Bonzini1-7/+5
2015-05-28KVM: remove __gfn_to_pfnPaolo Bonzini1-24/+15
2015-05-28KVM: pass kvm_memory_slot to gfn_to_page_many_atomicPaolo Bonzini1-3/+3
2015-05-28KVM: add "new" argument to kvm_arch_commit_memory_regionPaolo Bonzini1-1/+1
2015-05-26KVM: add memslots argument to kvm_arch_memslots_updatedPaolo Bonzini1-1/+1
2015-05-26KVM: const-ify uses of struct kvm_userspace_memory_regionPaolo Bonzini1-11/+11
2015-05-26KVM: use kvm_memslots whenever possiblePaolo Bonzini1-6/+10
2015-05-26KVM: introduce kvm_alloc/free_memslotsPaolo Bonzini1-49/+55
2015-05-19KVM: export __gfn_to_pfn_memslot, drop gfn_to_pfn_asyncPaolo Bonzini1-18/+8
2015-05-08KVM: remove pointless cpu hotplug messagesHeiko Carstens1-6/+0
2015-05-08KVM: reuse memslot in kvm_write_guest_pageRadim Krčmář1-2/+4
2015-04-21KVM: PPC: Book3S HV: Create debugfs file for each guest's HPTPaul Mackerras1-0/+1
2015-04-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-80/+68
2015-04-10KVM: use slowpath for cross page cached accessesRadim Krčmář1-2/+2