summaryrefslogtreecommitdiffstats
path: root/virt/kvm/kvm_main.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2017-05-091-4/+0
|\
| * Merge remote-tracking branch 'remotes/powerpc/topic/xive' into kvm-ppc-nextPaul Mackerras2017-04-281-4/+0
| |\
| | * KVM: PPC: Book3S HV: Native usage of the XIVE interrupt controllerBenjamin Herrenschmidt2017-04-271-4/+0
* | | KVM: set no_llseek in stat_fops_per_vmGeliang Tang2017-05-091-2/+2
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-05-081-15/+3
|\ \ \
| * | | mm: introduce kv[mz]alloc helpersMichal Hocko2017-05-081-15/+3
* | | | KVM: put back #ifndef CONFIG_S390 around kvm_vcpu_kickPaolo Bonzini2017-05-041-0/+2
* | | | Revert "KVM: Support vCPU-based gfn->hva cache"Paolo Bonzini2017-05-031-17/+17
* | | | KVM: x86: don't hold kvm->lock in KVM_SET_GSI_ROUTINGDavid Hildenbrand2017-05-021-3/+2
* | | | KVM: mark requests that need synchronizationPaolo Bonzini2017-04-271-3/+22
* | | | KVM: return if kvm_vcpu_wake_up() did wake up the VCPURadim Krčmář2017-04-271-4/+8
* | | | KVM: add explicit barrier to kvm_vcpu_kickAndrew Jones2017-04-271-3/+0
* | | | KVM: perform a wake_up in kvm_make_all_cpus_requestRadim Krčmář2017-04-271-0/+3
* | | | KVM: remove #ifndef CONFIG_S390 around kvm_vcpu_wake_upRadim Krčmář2017-04-271-2/+0
| |/ / |/| |
* | | KVM: x86: race between KVM_SET_GSI_ROUTING and KVM_CREATE_IRQCHIPDavid Hildenbrand2017-04-121-0/+3
* | | kvm: make KVM_COALESCED_MMIO_PAGE_OFFSET publicPaolo Bonzini2017-04-071-5/+5
* | | kvm: make KVM_CAP_COALESCED_MMIO architecture agnosticPaolo Bonzini2017-04-071-0/+4
* | | KVM: x86: drop legacy device assignmentPaolo Bonzini2017-04-071-17/+0
|/ /
* | KVM: pci-assign: do not map smm memory slot pages in vt-d page tablesHerongguang (Stephen)2017-03-281-1/+1
* | KVM: kvm_io_bus_unregister_dev() should never failDavid Hildenbrand2017-03-231-17/+25
* | KVM: x86: clear bus pointer when destroyedPeter Xu2017-03-211-1/+11
|/
* Merge tag 'kvm-4.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-03-041-4/+4
|\
| * kvm: convert kvm.users_count from atomic_t to refcount_tElena Reshetova2017-03-011-4/+4
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* | mm: add new mmgrab() helperVegard Nossum2017-02-271-1/+1
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-2/+2
|/
* KVM: Return an error code only as a constant in kvm_get_dirty_log()Markus Elfring2017-02-171-11/+5
* KVM: Return an error code only as a constant in kvm_get_dirty_log_protect()Markus Elfring2017-02-171-12/+5
* KVM: Return directly after a failed copy_from_user() in kvm_vm_compat_ioctl()Markus Elfring2017-02-171-4/+1
* KVM: Support vCPU-based gfn->hva cacheCao, Lei2017-02-161-17/+17
* KVM: use separate generations for each address spacePaolo Bonzini2017-02-161-8/+16
* KVM: only retrieve memslots once when initializing cachePaolo Bonzini2017-02-161-7/+14
* Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-251-1/+1
|\
| * cpu/hotplug: Cleanup state namesThomas Gleixner2016-12-251-1/+1
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
|/
* mm: unexport __get_user_pages_unlocked()Lorenzo Stoakes2016-12-141-3/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-12-131-9/+78
|\
| * KVM: Export kvm module parameter variablesSuraj Jitindar Singh2016-11-281-3/+6
| * Merge branch 'x86/cpufeature' of git://git.kernel.org/pub/scm/linux/kernel/gi...Radim Krčmář2016-11-161-6/+4
| |\
| * | kvm/stats: Update kvm stats to clear on write to their debugfs entrySuraj Jitindar Singh2016-11-021-6/+72
* | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2016-12-111-1/+1
|\ \ \
| * | | KVM: use after free in kvm_ioctl_create_device()Dan Carpenter2016-12-011-1/+1
| | |/ | |/|
* / | kvm: Introduce kvm_write_guest_offset_cached()Pan Xinhui2016-11-221-6/+14
|/ /
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-11-041-0/+6
|\|
| * KVM: fix OOPS on flush_workPaolo Bonzini2016-10-261-0/+6
* | mm: unexport __get_user_pages()Lorenzo Stoakes2016-10-241-6/+4
|/
* mm: remove write/force parameters from __get_user_pages_unlocked()Lorenzo Stoakes2016-10-181-3/+8
* kvm: create per-vcpu dirs in debugfsLuiz Capitulino2016-09-161-0/+32