summaryrefslogtreecommitdiff
path: root/include/linux/kvm_host.h
AgeCommit message (Expand)Author
2021-06-16kvm: fix previous commit for 32-bit buildsPaolo Bonzini
2021-06-16kvm: avoid speculation-based attacks from out-of-range memslot accessesPaolo Bonzini
2020-05-02KVM: Check validity of resolved slot when searching memslotsSean Christopherson
2017-04-08KVM: kvm_io_bus_unregister_dev() should never failDavid Hildenbrand
2015-11-19KVM: Provide function for VCPU lookup by idDavid Hildenbrand
2015-11-10KVM: x86: Add a common TSC scaling functionHaozhong Zhang
2015-11-04KVM: x86: move kvm_set_irq_inatomic to legacy device assignmentPaolo Bonzini
2015-11-04KVM: x86: merge kvm_arch_set_irq with kvm_set_msi_inatomicPaolo Bonzini
2015-11-04Merge tag 'kvm-arm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini
2015-10-22KVM: Add kvm_arch_vcpu_{un}blocking callbacksChristoffer Dall
2015-10-16kvm/eventfd: add arch-specific set_irqAndrey Smetanin
2015-10-16kvm/eventfd: factor out kvm_notify_acked_gsi()Andrey Smetanin
2015-10-01KVM: Update Posted-Interrupts Descriptor when vCPU is blockedFeng Wu
2015-10-01KVM: Add an arch specific hooks in 'struct kvm_kernel_irqfd'Feng Wu
2015-10-01KVM: introduce kvm_arch functions for IRQ bypassEric Auger
2015-10-01kvm/x86: Hyper-V HV_X64_MSR_RESET msrAndrey Smetanin
2015-10-01KVM: x86: Add EOI exit bitmap inferenceSteve Rutherford
2015-10-01KVM: x86: Add KVM exit for IOAPIC EOIsSteve Rutherford
2015-10-01KVM: x86: Split the APIC from the rest of IRQCHIP.Steve Rutherford
2015-09-06KVM: make halt_poll_ns per-vCPUWanpeng Li
2015-07-30KVM: document memory barriers for kvm->vcpus/kvm->online_vcpusPaolo Bonzini
2015-07-29KVM: move code related to KVM_SET_BOOT_CPU_ID to x86Paolo Bonzini
2015-07-23kvm/x86: add sending hyper-v crash notification to user spaceAndrey Smetanin
2015-07-23kvm: introduce vcpu_debug = kvm_debug + vcpu contextAndrey Smetanin
2015-07-10KVM: count number of assigned devicesPaolo Bonzini
2015-06-05KVM: implement multiple address spacesPaolo Bonzini
2015-06-05KVM: add vcpu-specific functions to read/write/translate GFNsPaolo Bonzini
2015-06-04KVM: x86: stubs for SMM supportPaolo Bonzini
2015-05-28KVM: pass kvm_memory_slot to gfn_to_page_many_atomicPaolo Bonzini
2015-05-28KVM: add "new" argument to kvm_arch_commit_memory_regionPaolo Bonzini
2015-05-26KVM: add memslots argument to kvm_arch_memslots_updatedPaolo Bonzini
2015-05-26KVM: const-ify uses of struct kvm_userspace_memory_regionPaolo Bonzini
2015-05-19KVM: export __gfn_to_pfn_memslot, drop gfn_to_pfn_asyncPaolo Bonzini
2015-05-07kvm,x86: load guest FPU context more eagerlyRik van Riel
2015-05-07KVM: provide irq_unsafe kvm_guest_{enter|exit}Christian Borntraeger
2015-04-14Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-04-08KVM: x86: BSP in MSR_IA32_APICBASE is writableNadav Amit
2015-04-07Merge tag 'kvm-arm-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini
2015-03-26KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks.Nikolay Nikolaev
2015-03-12KVM: introduce kvm_arch_intc_initialized and use it in irqfdEric Auger
2015-03-10KVM: Get rid of kvm_kvfree()Thomas Huth
2015-03-09kvm,rcu,nohz: use RCU extended quiescent state when running KVM guestRik van Riel
2015-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2015-02-11mm: gup: kvm use get_user_pages_unlockedAndrea Arcangeli
2015-02-05kvm: remove KVM_MMIO_SIZETiejun Chen
2015-01-29KVM: Rename kvm_arch_mmu_write_protect_pt_masked to be more generic for log d...Kai Huang
2015-01-23Merge tag 'kvm-s390-next-20150122' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini
2015-01-23KVM: remove unneeded return value of vcpu_postcreateDominik Dingel
2015-01-20arm/arm64: KVM: add virtual GICv3 distributor emulationAndre Przywara
2015-01-20arm/arm64: KVM: move kvm_register_device_ops() into vGIC probingAndre Przywara