summaryrefslogtreecommitdiff
path: root/include/linux/kvm_host.h
AgeCommit message (Expand)Author
2019-08-05KVM: no need to check return value of debugfs_create functionsGreg KH
2019-08-05KVM: remove kvm_arch_has_vcpu_debugfs()Paolo Bonzini
2019-08-05KVM: Fix leak vCPU's VMCS value into other pCPUWanpeng Li
2019-07-20KVM: Boost vCPUs that are delivering interruptsWanpeng Li
2019-07-11Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini
2019-07-10kvm: x86: Fix -Wmissing-prototypes warningsYi Wang
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner
2019-06-05kvm: Convert kvm_lock to a mutexJunaid Shahid
2019-06-04KVM: Directly return result from kvm_arch_check_processor_compat()Sean Christopherson
2019-05-15Merge tag 'kvm-ppc-next-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2019-04-30KVM: Introduce a new guest mapping APIKarimAllah Ahmed
2019-04-30Merge tag 'kvm-s390-next-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2019-04-30KVM: Introduce a 'release' method for KVM devicesCédric Le Goater
2019-04-30KVM: Introduce a 'mmap' method for KVM devicesCédric Le Goater
2019-04-26KVM: polling: add architecture backend to disable pollingChristian Borntraeger
2019-04-16KVM: fix spectrev1 gadgetsPaolo Bonzini
2019-02-20KVM: Expose the initial start value in grow_halt_poll_ns() as a module parameterNir Weiner
2019-02-20KVM: Move the memslot update in-progress flag to bit 63Sean Christopherson
2019-02-20KVM: Explicitly define the "memslot update in-progress" bitSean Christopherson
2019-02-20KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson
2018-12-21kvm: Change offset in kvm_write_guest_offset_cached to unsignedJim Mattson
2018-12-14kvm: introduce manual dirty log reprotectPaolo Bonzini
2018-12-14kvm: rename last argument to kvm_get_dirty_log_protectPaolo Bonzini
2018-12-14kvm: make KVM_CAP_ENABLE_CAP_VM architecture agnosticPaolo Bonzini
2018-09-20kvm: x86: make kvm_{load|put}_guest_fpu() staticSebastian Andrzej Siewior
2018-08-22mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko
2018-08-06KVM: x86: Add tlb remote flush callback in kvm_x86_ops.Tianyu Lan
2018-08-06KVM: Switch 'requests' to be 64-bit (explicitly)KarimAllah Ahmed
2018-07-13KVM: s390: a utility function for migrationClaudio Imbrenda
2018-06-01kvm: Make VM ioctl do valloc for some archsMarc Orr
2018-06-01kvm: Change return type to vm_fault_tSouptick Joarder
2018-06-01Merge tag 'kvmarm-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini
2018-05-26KVM: introduce kvm_make_vcpus_request_mask() APIVitaly Kuznetsov
2018-05-25KVM: arm/arm64: Introduce kvm_arch_vcpu_run_pid_changeChristoffer Dall
2018-05-11KVM: Extend MAX_IRQ_ROUTES to 4096 for all archsWanpeng Li
2018-02-24kvm: fix warning for non-x86 buildsSebastian Ott
2018-02-24kvm: fix warning for CONFIG_HAVE_KVM_EVENTFD buildsSebastian Ott
2017-12-14KVM: introduce kvm_arch_vcpu_async_ioctlPaolo Bonzini
2017-12-14KVM: Take vcpu->mutex outside vcpu_loadChristoffer Dall
2017-12-05x86,kvm: move qemu/guest FPU switching out to vcpu_runRik van Riel
2017-11-27KVM: Let KVM_SET_SIGNAL_MASK work as advertisedJan H. Schönherr
2017-11-09KVM: s390: vsie: use common code functions for pinningDavid Hildenbrand
2017-08-08KVM: add spinlock optimization frameworkLongpeng(Mike)
2017-08-07KVM: nVMX: get rid of nested_get_page()David Hildenbrand
2017-08-02KVM: avoid using rcu_dereference_protectedPaolo Bonzini
2017-07-26KVM: make pid available for uevents without debugfsClaudio Imbrenda
2017-07-10KVM: use correct accessor function for __kvm_memslotsChristian Borntraeger
2017-07-07KVM: mark memory slots as rcuChristian Borntraeger
2017-07-07KVM: mark kvm->busses as rcu protectedChristian Borntraeger
2017-07-07KVM: mark vcpu->pid pointer as rcu protectedChristian Borntraeger