aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kvm_host.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-06KVM: make halt_poll_ns per-vCPUWanpeng Li1-0/+1
2015-07-30KVM: document memory barriers for kvm->vcpus/kvm->online_vcpusPaolo Bonzini1-0/+4
2015-07-29KVM: move code related to KVM_SET_BOOT_CPU_ID to x86Paolo Bonzini1-16/+0
2015-07-23kvm/x86: add sending hyper-v crash notification to user spaceAndrey Smetanin1-0/+1
2015-07-23kvm: introduce vcpu_debug = kvm_debug + vcpu contextAndrey Smetanin1-0/+3
2015-07-10KVM: count number of assigned devicesPaolo Bonzini1-0/+18
2015-06-05KVM: implement multiple address spacesPaolo Bonzini1-4/+22
2015-06-05KVM: add vcpu-specific functions to read/write/translate GFNsPaolo Bonzini1-0/+24
2015-06-04KVM: x86: stubs for SMM supportPaolo Bonzini1-0/+1
2015-05-28KVM: pass kvm_memory_slot to gfn_to_page_many_atomicPaolo Bonzini1-2/+2
2015-05-28KVM: add "new" argument to kvm_arch_commit_memory_regionPaolo Bonzini1-0/+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-4/+4
2015-05-19KVM: export __gfn_to_pfn_memslot, drop gfn_to_pfn_asyncPaolo Bonzini1-2/+2
2015-05-07kvm,x86: load guest FPU context more eagerlyRik van Riel1-0/+1
2015-05-07KVM: provide irq_unsafe kvm_guest_{enter|exit}Christian Borntraeger1-9/+18
2015-04-14Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2015-04-08KVM: x86: BSP in MSR_IA32_APICBASE is writableNadav Amit1-1/+6
2015-04-07Merge tag 'kvm-arm-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into 'kvm-next'Paolo Bonzini1-5/+19
2015-03-26KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks.Nikolay Nikolaev1-5/+5
2015-03-12KVM: introduce kvm_arch_intc_initialized and use it in irqfdEric Auger1-0/+14
2015-03-10KVM: Get rid of kvm_kvfree()Thomas Huth1-1/+0
2015-03-09kvm,rcu,nohz: use RCU extended quiescent state when running KVM guestRik van Riel1-1/+2
2015-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-5/+12
2015-02-11mm: gup: kvm use get_user_pages_unlockedAndrea Arcangeli1-11/+0
2015-02-05kvm: remove KVM_MMIO_SIZETiejun Chen1-4/+0
2015-01-29KVM: Rename kvm_arch_mmu_write_protect_pt_masked to be more generic for log dirtyKai Huang1-1/+1
2015-01-23Merge tag 'kvm-s390-next-20150122' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvm-nextPaolo Bonzini1-1/+1
2015-01-23KVM: remove unneeded return value of vcpu_postcreateDominik Dingel1-1/+1
2015-01-20arm/arm64: KVM: add virtual GICv3 distributor emulationAndre Przywara1-0/+1
2015-01-20arm/arm64: KVM: move kvm_register_device_ops() into vGIC probingAndre Przywara1-0/+1
2015-01-16KVM: Add generic support for dirty page loggingMario Smarduch1-0/+9
2014-12-15Merge tag 'kvm-arm-for-3.19-take2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-1/+2
2014-12-04kvm: optimize GFN to memslot lookup with large slots amountIgor Mammedov1-12/+22
2014-12-04kvm: search_memslots: add simple LRU memslot cachingIgor Mammedov1-2/+10
2014-11-25kvm: add a memslot flag for incoherent memory regionsArd Biesheuvel1-0/+1
2014-11-25kvm: fix kvm_is_mmio_pfn() and rename to kvm_is_reserved_pfn()Ard Biesheuvel1-1/+1
2014-11-24KVM: x86: move device assignment out of kvm_host.hPaolo Bonzini1-29/+0
2014-11-23kvm: x86: move assigned-dev.c and iommu.c to arch/x86/Radim Krčmář1-26/+0
2014-11-21kvm: x86: move ioapic.c and irq_comm.c back to arch/x86/Paolo Bonzini1-14/+8
2014-10-24kvm: vfio: fix unregister kvm_device_ops of vfioWanpeng Li1-0/+1
2014-09-27Merge tag 'kvm-arm-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-nextPaolo Bonzini1-0/+2
2014-09-24kvm: x86: Add request bit to reload APIC access page addressTang Chen1-0/+1
2014-09-24kvm: Rename make_all_cpus_request() to kvm_make_all_cpus_request() and make it non-staticTang Chen1-0/+1
2014-09-24kvm: Faults which trigger IO release the mmap_semAndres Lagar-Cavilla1-0/+11
2014-09-18Merge remote-tracking branch 'kvm/next' into queueChristoffer Dall1-11/+3
2014-09-17KVM: VFIO: register kvm_device_ops dynamicallyWill Deacon1-1/+0
2014-09-17KVM: s390: register flic ops dynamicallyCornelia Huck1-1/+0
2014-09-17KVM: ARM: vgic: register kvm_device_ops dynamicallyWill Deacon1-1/+0
2014-09-17KVM: device: add simple registration mechanism for kvm_device_opsWill Deacon1-0/+1