summaryrefslogtreecommitdiff
path: root/virt/kvm/kvm_main.c
AgeCommit message (Expand)Author
2024-10-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-10-20KVM: Remove unused kvm_vcpu_gfn_to_pfn_atomicDr. David Alan Gilbert
2024-10-20KVM: Remove unused kvm_vcpu_gfn_to_pfnDr. David Alan Gilbert
2024-10-14sched/fair: Fix external p->on_rq usersPeter Zijlstra
2024-09-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-09-27[tree-wide] finally take no_llseek outAl Viro
2024-09-17Merge tag 'kvm-x86-generic-6.12' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2024-09-17KVM: use follow_pfnmap APIPeter Xu
2024-09-09KVM: Harden guest memory APIs against out-of-bounds accessesSean Christopherson
2024-09-09KVM: Write the per-page "segment" when clearing (part of) a guest pageSean Christopherson
2024-09-04KVM: Add arch hooks for enabling/disabling virtualizationSean Christopherson
2024-09-04KVM: Add a module param to allow enabling virtualization when KVM is loadedSean Christopherson
2024-09-04KVM: Rename arch hooks related to per-CPU virtualization enablingSean Christopherson
2024-09-04KVM: Rename symbols related to enabling virtualization hardwareSean Christopherson
2024-09-04KVM: Register cpuhp and syscore callbacks when enabling hardwareSean Christopherson
2024-09-04KVM: Use dedicated mutex to protect kvm_usage_count to avoid deadlockSean Christopherson
2024-08-14KVM: x86: Disallow read-only memslots for SEV-ES and SEV-SNP (and TDX)Sean Christopherson
2024-07-26KVM: extend kvm_range_has_memory_attributes() to check subset of attributesPaolo Bonzini
2024-07-26KVM: cleanup and add shortcuts to kvm_range_has_memory_attributes()Paolo Bonzini
2024-07-16Merge tag 'kvm-x86-generic-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2024-07-12Merge tag 'loongarch-kvm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2024-07-12KVM: Add KVM_PRE_FAULT_MEMORY vcpu ioctl to pre-populate guest memoryIsaku Yamahata
2024-06-28KVM: Add missing MODULE_DESCRIPTION()Jeff Johnson
2024-06-21Merge tag 'kvm-x86-fixes-6.10-rcN' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2024-06-20kvm: do not account temporary allocations to kmemAlexey Dobriyan
2024-06-18KVM: Mark a vCPU as preempted/ready iff it's scheduled out while runningDavid Matlack
2024-06-18KVM: Ensure new code that references immediate_exit gets extra scrutinyDavid Matlack
2024-06-18KVM: Introduce vcpu->wants_to_runDavid Matlack
2024-06-18KVM: Reject overly excessive IDs in KVM_CREATE_VCPUMathias Krause
2024-06-18KVM: Stop processing *all* memslots when "null" mmu_notifier handler is foundBabu Moger
2024-06-14KVM: Fix a goof where kvm_create_vm() returns 0 instead of -ENOMEMDan Carpenter
2024-06-11KVM: Delete the now unused kvm_arch_sched_in()Sean Christopherson
2024-06-11KVM: Add a flag to track if a loaded vCPU is scheduled outSean Christopherson
2024-06-11KVM: Setup empty IRQ routing when creating a VMYi Wang
2024-06-05KVM: Fix a data race on last_boosted_vcpu in kvm_vcpu_on_spin()Breno Leitao
2024-06-03KVM: Enable halt polling shrink parameter by defaultParshuram Sangle
2024-06-03KVM: Unexport kvm_debugfs_dirBorislav Petkov
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-05-12Merge tag 'kvm-x86-misc-6.10' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2024-05-12Merge tag 'kvm-x86-generic-6.10' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2024-05-12Merge tag 'kvmarm-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini
2024-05-10Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2024-05-05mm: pass VMA instead of MM to follow_pte()David Hildenbrand
2024-05-02KVM: Remove kvm_make_all_cpus_request_except()Venkatesh Srinivas
2024-04-25KVM: Treat the device list as an rculistOliver Upton
2024-04-19KVM: Allow page-sized MMU caches to be initialized with custom 64-bit valuesSean Christopherson
2024-04-11KVM: Drop unused @may_block param from gfn_to_pfn_cache_invalidate_start()Sean Christopherson
2024-04-11KVM: remove unused argument of kvm_handle_hva_range()Paolo Bonzini
2024-04-11KVM: delete .change_pte MMU notifier callbackPaolo Bonzini
2024-04-09KVM: Simplify error handling in __gfn_to_pfn_memslot()Anish Moorthy