Age | Commit message (Expand) | Author | Files | Lines |
2015-06-05 | KVM: implement multiple address spaces | Paolo Bonzini | 1 | -4/+22 |
2015-06-05 | KVM: add vcpu-specific functions to read/write/translate GFNs | Paolo Bonzini | 1 | -0/+24 |
2015-06-04 | KVM: x86: stubs for SMM support | Paolo Bonzini | 1 | -0/+1 |
2015-05-28 | KVM: pass kvm_memory_slot to gfn_to_page_many_atomic | Paolo Bonzini | 1 | -2/+2 |
2015-05-28 | KVM: add "new" argument to kvm_arch_commit_memory_region | Paolo Bonzini | 1 | -0/+1 |
2015-05-26 | KVM: add memslots argument to kvm_arch_memslots_updated | Paolo Bonzini | 1 | -1/+1 |
2015-05-26 | KVM: const-ify uses of struct kvm_userspace_memory_region | Paolo Bonzini | 1 | -4/+4 |
2015-05-19 | KVM: export __gfn_to_pfn_memslot, drop gfn_to_pfn_async | Paolo Bonzini | 1 | -2/+2 |
2015-05-07 | kvm,x86: load guest FPU context more eagerly | Rik van Riel | 1 | -0/+1 |
2015-05-07 | KVM: provide irq_unsafe kvm_guest_{enter|exit} | Christian Borntraeger | 1 | -9/+18 |
2015-04-14 | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+2 |
2015-04-08 | KVM: x86: BSP in MSR_IA32_APICBASE is writable | Nadav Amit | 1 | -1/+6 |
2015-04-07 | Merge tag 'kvm-arm-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Paolo Bonzini | 1 | -5/+19 |
2015-03-27 | KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks. | Nikolay Nikolaev | 1 | -5/+5 |
2015-03-12 | KVM: introduce kvm_arch_intc_initialized and use it in irqfd | Eric Auger | 1 | -0/+14 |
2015-03-10 | KVM: Get rid of kvm_kvfree() | Thomas Huth | 1 | -1/+0 |
2015-03-09 | kvm,rcu,nohz: use RCU extended quiescent state when running KVM guest | Rik van Riel | 1 | -1/+2 |
2015-02-13 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -5/+12 |
2015-02-12 | mm: gup: kvm use get_user_pages_unlocked | Andrea Arcangeli | 1 | -11/+0 |
2015-02-05 | kvm: remove KVM_MMIO_SIZE | Tiejun Chen | 1 | -4/+0 |
2015-01-29 | KVM: Rename kvm_arch_mmu_write_protect_pt_masked to be more generic for log d... | Kai Huang | 1 | -1/+1 |
2015-01-23 | Merge tag 'kvm-s390-next-20150122' of git://git.kernel.org/pub/scm/linux/kern... | Paolo Bonzini | 1 | -1/+1 |
2015-01-23 | KVM: remove unneeded return value of vcpu_postcreate | Dominik Dingel | 1 | -1/+1 |
2015-01-20 | arm/arm64: KVM: add virtual GICv3 distributor emulation | Andre Przywara | 1 | -0/+1 |
2015-01-20 | arm/arm64: KVM: move kvm_register_device_ops() into vGIC probing | Andre Przywara | 1 | -0/+1 |
2015-01-16 | KVM: Add generic support for dirty page logging | Mario Smarduch | 1 | -0/+9 |
2014-12-15 | Merge tag 'kvm-arm-for-3.19-take2' of git://git.kernel.org/pub/scm/linux/kern... | Paolo Bonzini | 1 | -1/+2 |
2014-12-04 | kvm: optimize GFN to memslot lookup with large slots amount | Igor Mammedov | 1 | -12/+22 |
2014-12-04 | kvm: search_memslots: add simple LRU memslot caching | Igor Mammedov | 1 | -2/+10 |
2014-11-25 | kvm: add a memslot flag for incoherent memory regions | Ard Biesheuvel | 1 | -0/+1 |
2014-11-25 | kvm: fix kvm_is_mmio_pfn() and rename to kvm_is_reserved_pfn() | Ard Biesheuvel | 1 | -1/+1 |
2014-11-24 | KVM: x86: move device assignment out of kvm_host.h | Paolo Bonzini | 1 | -29/+0 |
2014-11-23 | kvm: x86: move assigned-dev.c and iommu.c to arch/x86/ | Radim Krčmář | 1 | -26/+0 |
2014-11-21 | kvm: x86: move ioapic.c and irq_comm.c back to arch/x86/ | Paolo Bonzini | 1 | -14/+8 |
2014-10-24 | kvm: vfio: fix unregister kvm_device_ops of vfio | Wanpeng Li | 1 | -0/+1 |
2014-09-27 | Merge tag 'kvm-arm-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git... | Paolo Bonzini | 1 | -0/+2 |
2014-09-24 | kvm: x86: Add request bit to reload APIC access page address | Tang Chen | 1 | -0/+1 |
2014-09-24 | kvm: Rename make_all_cpus_request() to kvm_make_all_cpus_request() and make i... | Tang Chen | 1 | -0/+1 |
2014-09-24 | kvm: Faults which trigger IO release the mmap_sem | Andres Lagar-Cavilla | 1 | -0/+11 |
2014-09-19 | Merge remote-tracking branch 'kvm/next' into queue | Christoffer Dall | 1 | -11/+3 |
2014-09-17 | KVM: VFIO: register kvm_device_ops dynamically | Will Deacon | 1 | -1/+0 |
2014-09-17 | KVM: s390: register flic ops dynamically | Cornelia Huck | 1 | -1/+0 |
2014-09-17 | KVM: ARM: vgic: register kvm_device_ops dynamically | Will Deacon | 1 | -1/+0 |
2014-09-17 | KVM: device: add simple registration mechanism for kvm_device_ops | Will Deacon | 1 | -0/+1 |
2014-08-29 | KVM: remove garbage arg to *hardware_{en,dis}able | Radim Krčmář | 1 | -2/+2 |
2014-08-29 | KVM: forward declare structs in kvm_types.h | Paolo Bonzini | 1 | -6/+0 |
2014-08-28 | KVM: Introduce gfn_to_hva_memslot_prot | Christoffer Dall | 1 | -0/+2 |
2014-08-21 | KVM: add kvm_arch_sched_in | Radim Krčmář | 1 | -0/+2 |
2014-08-06 | KVM: Move more code under CONFIG_HAVE_KVM_IRQFD | Paolo Bonzini | 1 | -0/+2 |
2014-08-05 | KVM: Give IRQFD its own separate enabling Kconfig option | Paul Mackerras | 1 | -4/+4 |