summaryrefslogtreecommitdiffstats
path: root/virt/kvm/kvm_main.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-x86-generic-6.8' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-01-081-3/+3
|\
| * KVM: Harden copying of userspace-array against overflowPhilipp Stanner2023-12-011-3/+2
| * KVM: move KVM_CAP_DEVICE_CTRL to the generic checkWei Wang2023-11-301-0/+1
* | Merge tag 'kvm-riscv-6.8-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2024-01-021-1/+2
|\ \
| * \ Merge tag 'kvmarm-fixes-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2023-12-221-1/+2
| |\ \
| | * | KVM: Convert comment into an assertion in kvm_io_bus_register_dev()Marc Zyngier2023-12-121-1/+2
* | | | Merge tag 'loongarch-kvm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2024-01-021-10/+8
|\| | |
| * | | Revert "KVM: Prevent module exit until all VMs are freed"Sean Christopherson2023-12-011-7/+0
| * | | KVM: Set file_operations.owner appropriately for all such structuresSean Christopherson2023-12-011-3/+8
| |/ /
* | | KVM: remove deprecated UAPIsPaolo Bonzini2023-12-081-5/+0
* | | KVM: remove CONFIG_HAVE_KVM_IRQFDPaolo Bonzini2023-12-081-2/+2
| |/ |/|
* | KVM: Allow arch code to track number of memslot address spaces per VMSean Christopherson2023-11-141-12/+14
* | KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memorySean Christopherson2023-11-141-5/+54
* | KVM: Introduce per-page memory attributesChao Peng2023-11-131-0/+216
* | KVM: Drop .on_unlock() mmu_notifier hookSean Christopherson2023-11-131-10/+1
* | KVM: Add a dedicated mmu_notifier flag for reclaiming freed memorySean Christopherson2023-11-131-16/+37
* | KVM: Introduce KVM_SET_USER_MEMORY_REGION2Sean Christopherson2023-11-131-8/+49
* | KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIERSean Christopherson2023-11-131-5/+5
* | KVM: WARN if there are dangling MMU invalidations at VM destructionSean Christopherson2023-11-131-1/+8
* | KVM: Use gfn instead of hva for mmu_notifier_retryChao Peng2023-11-131-9/+34
* | KVM: Assert that mmu_invalidate_in_progress *never* goes negativeSean Christopherson2023-11-131-2/+1
* | KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn rangesSean Christopherson2023-11-131-15/+19
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-09-071-14/+40
|\
| * Merge tag 'kvm-x86-generic-6.6' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-08-311-9/+10
| |\
| | * KVM: Wrap kvm_{gfn,hva}_range.pte in a per-action unionSean Christopherson2023-08-171-9/+10
| * | Merge tag 'kvmarm-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2023-08-311-5/+30
| |\ \
| | * | KVM: Move kvm_arch_flush_remote_tlbs_memslot() to common codeDavid Matlack2023-08-171-2/+16
| | * | KVM: Allow range-based TLB invalidation from common codeDavid Matlack2023-08-171-0/+13
| | * | KVM: Remove CONFIG_HAVE_KVM_ARCH_TLB_FLUSH_ALLRaghavendra Rao Ananta2023-08-171-2/+0
| | * | KVM: Rename kvm_arch_flush_remote_tlb() to kvm_arch_flush_remote_tlbs()David Matlack2023-08-171-1/+1
| | |/
* | / kvm: explicitly set FOLL_HONOR_NUMA_FAULT in hva_to_pfn_slow()David Hildenbrand2023-08-211-1/+12
|/ /
* / KVM: Grab a reference to KVM for VM and vCPU stats file descriptorsSean Christopherson2023-07-291-0/+24
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-07-031-29/+22
|\
| * Merge tag 'kvm-x86-vmx-6.5' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-07-011-18/+0
| |\
| | * KVM: x86: Use standard mmu_notifier invalidate hooks for APIC access pageSean Christopherson2023-06-061-18/+0
| * | Merge tag 'kvm-x86-generic-6.5' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-07-011-10/+20
| |\ \
| | * | KVM: destruct kvm_io_device while unregistering it from kvm_io_busWei Wang2023-06-131-8/+15
| | * | KVM: Clean up kvm_vm_ioctl_create_vcpu()Michal Luczaj2023-06-061-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-281-5/+8
|\ \ \ \ | |/ / / |/| | |
| * | | mm: ptep_get() conversionRyan Roberts2023-06-191-4/+7
| * | | 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
|\