aboutsummaryrefslogtreecommitdiff
path: root/virt
AgeCommit message (Expand)AuthorFilesLines
2023-06-22KVM: Avoid illegal stage2 mapping on invalid memory slotGravatar Gavin Shan 1-1/+19
2023-06-19mm: ptep_get() conversionGravatar Ryan Roberts 1-4/+7
2023-06-15Merge branch kvm-arm64/eager-page-splitting into kvmarm/nextGravatar Oliver Upton 1-1/+2
2023-06-13kvm/eventfd: use list_for_each_entry when deassign ioeventfdGravatar Wei Wang 1-3/+2
2023-06-13KVM: destruct kvm_io_device while unregistering it from kvm_io_busGravatar Wei Wang 3-16/+17
2023-06-09mm/gup: remove vmas parameter from get_user_pages_remote()Gravatar Lorenzo Stoakes 1-2/+1
2023-06-09mm/gup: remove unused vmas parameter from get_user_pages()Gravatar Lorenzo Stoakes 1-1/+1
2023-06-06KVM: Clean up kvm_vm_ioctl_create_vcpu()Gravatar Michal Luczaj 1-1/+1
2023-06-06KVM: x86: Use standard mmu_notifier invalidate hooks for APIC access pageGravatar Sean Christopherson 1-18/+0
2023-06-01KVM: Don't kfree(NULL) on kzalloc() failure in kvm_assign_ioeventfd_idx()Gravatar Michal Luczaj 1-1/+1
2023-05-26KVM: Protect vcpu->pid dereference via debugfs with RCUGravatar Sean Christopherson 1-1/+4
2023-05-19KVM: Fix vcpu_array[0] racesGravatar Michal Luczaj 1-6/+10
2023-05-19KVM: Don't enable hardware after a restart/shutdown is initiatedGravatar Sean Christopherson 1-1/+16
2023-05-19KVM: Use syscore_ops instead of reboot_notifier to hook restart/shutdownGravatar Sean Christopherson 1-15/+11
2023-05-16KVM: arm64: Export kvm_are_all_memslots_empty()Gravatar Ricardo Koller 1-1/+2
2023-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-16/+14
2023-04-28Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+3
2023-03-31KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE platform dependentGravatar Alexey Kardashevskiy 1-1/+0
2023-03-27KVM: x86/ioapic: Resample the pending state of an IRQ when unmaskingGravatar Dmytro Maluka 1-6/+35
2023-03-27KVM: irqfd: Make resampler_list an RCU listGravatar Dmytro Maluka 1-2/+6
2023-03-24KVM: Fix comments that refer to the non-existent install_new_memslots()Gravatar Jun Miao 1-7/+7
2023-03-24treewide: Trace IPIs sent via smp_send_reschedule()Gravatar Valentin Schneider 1-0/+3
2023-03-23kvm: kvm_main: Remove unnecessary (void*) conversionsGravatar Li kunyu 1-7/+5
2023-03-16KVM: Standardize on "int" return types instead of "long" in kvm_main.cGravatar Thomas Huth 1-2/+2
2023-02-15Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEADGravatar Paolo Bonzini 1-3/+3
2023-02-01KVM: Destroy target device if coalesced MMIO unregistration failsGravatar Sean Christopherson 1-3/+5
2023-01-24Merge branch 'kvm-v6.2-rc4-fixes' into HEADGravatar Paolo Bonzini 1-0/+7
2023-01-23Merge tag 'vfio-v6.2-rc6' of https://github.com/awilliam/linux-vfioGravatar Linus Torvalds 1-3/+3
2023-01-20kvm/vfio: Fix potential deadlock on vfio group_lockGravatar Yi Liu 1-3/+3
2023-01-11KVM: Ensure lockdep knows about kvm->lock vs. vcpu->mutex ordering ruleGravatar David Woodhouse 1-0/+7
2022-12-29KVM: Clean up error labels in kvm_init()Gravatar Sean Christopherson 1-4/+4
2022-12-29KVM: Opt out of generic hardware enabling on s390 and PPCGravatar Sean Christopherson 2-6/+27
2022-12-29KVM: Register syscore (suspend/resume) ops early in kvm_init()Gravatar Sean Christopherson 1-34/+34
2022-12-29KVM: Make hardware_enable_failed a local variable in the "enable all" pathGravatar Isaku Yamahata 1-19/+16
2022-12-29KVM: Use a per-CPU variable to track which CPUs have enabled virtualizationGravatar Sean Christopherson 1-23/+18
2022-12-29KVM: Remove on_each_cpu(hardware_disable_nolock) in kvm_exit()Gravatar Isaku Yamahata 1-1/+0
2022-12-29KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lockGravatar Isaku Yamahata 1-12/+24
2022-12-29KVM: Ensure CPU is stable during low level hardware enable/disableGravatar Sean Christopherson 1-2/+2
2022-12-29KVM: Disable CPU hotplug during hardware enabling/disablingGravatar Chao Gao 1-0/+12
2022-12-29KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE sectionGravatar Chao Gao 1-8/+22
2022-12-29KVM: Drop kvm_arch_check_processor_compat() hookGravatar Sean Christopherson 1-23/+1
2022-12-29KVM: Drop kvm_arch_{init,exit}() hooksGravatar Sean Christopherson 1-17/+2
2022-12-29KVM: Drop arch hardware (un)setup hooksGravatar Sean Christopherson 1-7/+0
2022-12-29KVM: Teardown VFIO ops earlier in kvm_exit()Gravatar Sean Christopherson 1-1/+1
2022-12-29KVM: Allocate cpus_hardware_enabled after arch hardware setupGravatar Sean Christopherson 1-7/+7
2022-12-29KVM: Initialize IRQ FD after arch hardware setupGravatar Sean Christopherson 1-18/+17
2022-12-29KVM: Register /dev/kvm as the _very_ last thing during initializationGravatar Sean Christopherson 1-9/+22
2022-12-29Merge branch 'kvm-late-6.1' into HEADGravatar Paolo Bonzini 1-4/+0
2022-12-28Merge branch 'kvm-late-6.1-fixes' into HEADGravatar Paolo Bonzini 1-4/+0
2022-12-27kvm: Remove the unused macro KVM_MMU_READ_{,UN}LOCK()Gravatar Lai Jiangshan 1-4/+0