summaryrefslogtreecommitdiffstats
path: root/virt
Commit message (Expand)AuthorAgeFilesLines
...
| | * | KVM: destruct kvm_io_device while unregistering it from kvm_io_busWei Wang2023-06-133-16/+17
| | * | KVM: Clean up kvm_vm_ioctl_create_vcpu()Michal Luczaj2023-06-061-1/+1
| | * | KVM: Don't kfree(NULL) on kzalloc() failure in kvm_assign_ioeventfd_idx()Michal Luczaj2023-06-011-1/+1
| | * | KVM: Protect vcpu->pid dereference via debugfs with RCUSean Christopherson2023-05-261-1/+4
| | |/
| * | Merge tag 'kvmarm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2023-07-011-1/+2
| |\ \
| | * \ Merge branch kvm-arm64/eager-page-splitting into kvmarm/nextOliver Upton2023-06-151-1/+2
| | |\ \ | | | |/ | | |/|
| | | * KVM: arm64: Export kvm_are_all_memslots_empty()Ricardo Koller2023-05-161-1/+2
* | | | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-282-7/+9
|\ \ \ \ | |/ / / |/| | |
| * | | mm: ptep_get() conversionRyan Roberts2023-06-191-4/+7
| * | | mm/gup: remove vmas parameter from get_user_pages_remote()Lorenzo Stoakes2023-06-091-2/+1
| * | | mm/gup: remove unused vmas parameter from get_user_pages()Lorenzo Stoakes2023-06-091-1/+1
| |/ /
* / / KVM: Avoid illegal stage2 mapping on invalid memory slotGavin Shan2023-06-221-1/+19
|/ /
* | KVM: Fix vcpu_array[0] racesMichal Luczaj2023-05-191-6/+10
* | KVM: Don't enable hardware after a restart/shutdown is initiatedSean Christopherson2023-05-191-1/+16
* | KVM: Use syscore_ops instead of reboot_notifier to hook restart/shutdownSean Christopherson2023-05-191-15/+11
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-05-011-16/+14
|\
| * KVM: Fix comments that refer to the non-existent install_new_memslots()Jun Miao2023-03-241-7/+7
| * kvm: kvm_main: Remove unnecessary (void*) conversionsLi kunyu2023-03-231-7/+5
| * KVM: Standardize on "int" return types instead of "long" in kvm_main.cThomas Huth2023-03-161-2/+2
* | Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-281-0/+3
|\ \
| * | treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider2023-03-241-0/+3
| |/
* | KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE platform dependentAlexey Kardashevskiy2023-03-311-1/+0
* | KVM: x86/ioapic: Resample the pending state of an IRQ when unmaskingDmytro Maluka2023-03-271-6/+35
* | KVM: irqfd: Make resampler_list an RCU listDmytro Maluka2023-03-271-2/+6
|/
* Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2023-02-151-3/+3
|\
| * Merge tag 'vfio-v6.2-rc6' of https://github.com/awilliam/linux-vfioLinus Torvalds2023-01-231-3/+3
| |\
| | * kvm/vfio: Fix potential deadlock on vfio group_lockYi Liu2023-01-201-3/+3
* | | KVM: Destroy target device if coalesced MMIO unregistration failsSean Christopherson2023-02-011-3/+5
* | | Merge branch 'kvm-v6.2-rc4-fixes' into HEADPaolo Bonzini2023-01-241-0/+7
|\| |
| * | KVM: Ensure lockdep knows about kvm->lock vs. vcpu->mutex ordering ruleDavid Woodhouse2023-01-111-0/+7
| |/
| * Merge branch 'kvm-late-6.1-fixes' into HEADPaolo Bonzini2022-12-281-4/+0
| |\
* | | KVM: Clean up error labels in kvm_init()Sean Christopherson2022-12-291-4/+4
* | | KVM: Opt out of generic hardware enabling on s390 and PPCSean Christopherson2022-12-292-6/+27
* | | KVM: Register syscore (suspend/resume) ops early in kvm_init()Sean Christopherson2022-12-291-34/+34
* | | KVM: Make hardware_enable_failed a local variable in the "enable all" pathIsaku Yamahata2022-12-291-19/+16
* | | KVM: Use a per-CPU variable to track which CPUs have enabled virtualizationSean Christopherson2022-12-291-23/+18
* | | KVM: Remove on_each_cpu(hardware_disable_nolock) in kvm_exit()Isaku Yamahata2022-12-291-1/+0
* | | KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lockIsaku Yamahata2022-12-291-12/+24
* | | KVM: Ensure CPU is stable during low level hardware enable/disableSean Christopherson2022-12-291-2/+2
* | | KVM: Disable CPU hotplug during hardware enabling/disablingChao Gao2022-12-291-0/+12
* | | KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE sectionChao Gao2022-12-291-8/+22
* | | KVM: Drop kvm_arch_check_processor_compat() hookSean Christopherson2022-12-291-23/+1
* | | KVM: Drop kvm_arch_{init,exit}() hooksSean Christopherson2022-12-291-17/+2
* | | KVM: Drop arch hardware (un)setup hooksSean Christopherson2022-12-291-7/+0
* | | KVM: Teardown VFIO ops earlier in kvm_exit()Sean Christopherson2022-12-291-1/+1
* | | KVM: Allocate cpus_hardware_enabled after arch hardware setupSean Christopherson2022-12-291-7/+7
* | | KVM: Initialize IRQ FD after arch hardware setupSean Christopherson2022-12-291-18/+17
* | | KVM: Register /dev/kvm as the _very_ last thing during initializationSean Christopherson2022-12-291-9/+22
* | | Merge branch 'kvm-late-6.1' into HEADPaolo Bonzini2022-12-291-4/+0
|\ \ \ | |/ / |/| / | |/
| * kvm: Remove the unused macro KVM_MMU_READ_{,UN}LOCK()Lai Jiangshan2022-12-271-4/+0