summaryrefslogtreecommitdiffstats
path: root/virt/kvm/kvm_main.c
Commit message (Expand)AuthorAgeFilesLines
* kvm: rename pfn_t to kvm_pfn_tDan Williams2016-01-151-23/+24
* KVM: move architecture-dependent requests to arch/Paolo Bonzini2016-01-081-10/+0
* KVM: Remove unnecessary debugfs dentry referencesJanosch Frank2015-11-301-14/+4
* KVM: Use common function for VCPU lookup by idDavid Hildenbrand2015-11-301-7/+5
* KVM: kvm_is_visible_gfn can be booleanYaowei Bai2015-11-251-3/+3
* Merge tag 'kvm-arm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2015-11-041-0/+3
|\
| * KVM: Add kvm_arch_vcpu_{un}blocking callbacksChristoffer Dall2015-10-221-0/+3
* | KVM: Update Posted-Interrupts Descriptor when vCPU is blockedFeng Wu2015-10-011-0/+3
* | kvm: add capability for any-length ioeventfdsJason Wang2015-10-011-0/+1
* | kvm: use kmalloc() instead of kzalloc() during iodev register/unregisterJason Wang2015-10-011-2/+2
|/
* KVM: disable halt_poll_ns as default for s390xDavid Hildenbrand2015-09-251-2/+2
* KVM: add halt_attempted_poll to VCPU statsPaolo Bonzini2015-09-161-0/+1
* kvm: fix zero length mmio searchingJason Wang2015-09-151-2/+17
* KVM: fix polling for guest halt continued even if disable itWanpeng Li2015-09-141-1/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-09-101-0/+31
|\
| * mmu-notifier: add clear_young callbackVladimir Davydov2015-09-101-0/+31
* | KVM: trace kvm_halt_poll_ns grow/shrinkWanpeng Li2015-09-061-2/+6
* | KVM: dynamic halt-pollingWanpeng Li2015-09-061-2/+51
* | KVM: make halt_poll_ns per-vCPUWanpeng Li2015-09-061-2/+3
|/
* KVM: document memory barriers for kvm->vcpus/kvm->online_vcpusPaolo Bonzini2015-07-301-0/+5
* KVM: move code related to KVM_SET_BOOT_CPU_ID to x86Paolo Bonzini2015-07-291-14/+0
* sched, preempt_notifier: separate notifier registration from static_key inc/decPeter Zijlstra2015-07-031-0/+3
* KVM: implement multiple address spacesPaolo Bonzini2015-06-051-27/+43
* KVM: add vcpu-specific functions to read/write/translate GFNsPaolo Bonzini2015-06-051-13/+154
* KVM: remove unused argument from mark_page_dirty_in_slotPaolo Bonzini2015-05-281-7/+5
* KVM: remove __gfn_to_pfnPaolo Bonzini2015-05-281-24/+15
* KVM: pass kvm_memory_slot to gfn_to_page_many_atomicPaolo Bonzini2015-05-281-3/+3
* KVM: add "new" argument to kvm_arch_commit_memory_regionPaolo Bonzini2015-05-281-1/+1
* KVM: add memslots argument to kvm_arch_memslots_updatedPaolo Bonzini2015-05-261-1/+1
* KVM: const-ify uses of struct kvm_userspace_memory_regionPaolo Bonzini2015-05-261-11/+11
* KVM: use kvm_memslots whenever possiblePaolo Bonzini2015-05-261-6/+10
* KVM: introduce kvm_alloc/free_memslotsPaolo Bonzini2015-05-261-49/+55
* KVM: export __gfn_to_pfn_memslot, drop gfn_to_pfn_asyncPaolo Bonzini2015-05-191-18/+8
* KVM: remove pointless cpu hotplug messagesHeiko Carstens2015-05-081-6/+0
* KVM: reuse memslot in kvm_write_guest_pageRadim Krčmář2015-05-081-2/+4
* KVM: PPC: Book3S HV: Create debugfs file for each guest's HPTPaul Mackerras2015-04-211-0/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-04-131-80/+68
|\
| * KVM: use slowpath for cross page cached accessesRadim Krčmář2015-04-101-2/+2
| * KVM: remove kvm_read_hva and kvm_read_hva_atomicPaolo Bonzini2015-04-081-12/+2
| * Merge tag 'kvm-s390-next-20150331' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2015-04-071-1/+1
| |\
| | * KVM: s390: add ioctl to inject local interruptsJens Freimann2015-03-311-1/+1
| * | Merge tag 'kvm-arm-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2015-04-071-17/+17
| |\ \
| | * | KVM: move iodev.h from virt/kvm/ to include/kvmAndre Przywara2015-03-261-1/+1
| | * | KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks.Nikolay Nikolaev2015-03-261-16/+16
| | |/
| * | KVM: Eliminate extra function calls in kvm_get_dirty_log_protect()Takuya Yoshikawa2015-03-181-3/+5
| * | KVM: Use pr_info/pr_err in kvm_main.cXiubo Li2015-03-101-7/+6
| * | KVM: Fix indentation in kvm_main.cXiubo Li2015-03-101-1/+1
| * | KVM: no space before tabs in kvm_main.cXiubo Li2015-03-101-3/+3
| * | KVM: Missing blank line after declarations in kvm_main.cXiubo Li2015-03-101-0/+6
| * | KVM: EXPORT_SYMBOL should immediately follow its functionXiubo Li2015-03-101-1/+0
OpenPOWER on IntegriCloud