summaryrefslogtreecommitdiffstats
path: root/virt
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of https://github.com/kvm-x86/linux.gitStephen Rothwell2024-01-031-3/+3
|\
| *-. Merge branches 'fixes', 'generic', 'hyperv', 'lam', 'misc', 'mmu', 'pmu', 'se...Sean Christopherson2023-12-081-13/+11
| |\ \
| | | * 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 branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm.gitStephen Rothwell2024-01-037-106/+1025
|\ \ \
| * | | KVM: clean up directives to compile out irqfdsPaolo Bonzini2023-12-081-14/+12
| * | | KVM: remove deprecated UAPIsPaolo Bonzini2023-12-081-5/+0
| * | | KVM: remove CONFIG_HAVE_KVM_IRQFDPaolo Bonzini2023-12-083-8/+5
| * | | KVM: remove CONFIG_HAVE_KVM_EVENTFDPaolo Bonzini2023-12-081-4/+1
| * | | KVM: guest-memfd: fix unused-function warningPaolo Bonzini2023-12-081-2/+0
| |/ /
| * | Merge branch 'kvm-guestmemfd' into HEADPaolo Bonzini2023-11-146-77/+1010
| |\ \
| | * | KVM: x86: Add support for "protected VMs" that can utilize private memorySean Christopherson2023-11-141-0/+5
| | * | KVM: Allow arch code to track number of memslot address spaces per VMSean Christopherson2023-11-142-13/+15
| | * | KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memorySean Christopherson2023-11-145-5/+623
| | * | KVM: Introduce per-page memory attributesChao Peng2023-11-132-0/+220
| | * | 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-132-5/+9
| | * | 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 branch 'vfs.netfs' into vfs.allChristian Brauner2023-12-281-11/+10
|\ \ \
| * \ \ 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
| | |/
| * | 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
| |/
* / eventfd: simplify eventfd_signal()Christian Brauner2023-11-281-2/+2
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-09-072-17/+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-312-8/+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-172-5/+0
| | * | KVM: Rename kvm_arch_flush_remote_tlb() to kvm_arch_flush_remote_tlbs()David Matlack2023-08-171-1/+1
| | |/
* | | Merge tag 'vfio-v6.6-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2023-08-301-84/+77
|\ \ \
| * | | kvm/vfio: avoid bouncing the mutex when adding and deleting groupsDmitry Torokhov2023-08-031-17/+9
| * | | kvm/vfio: ensure kvg instance stays around in kvm_vfio_group_add()Dmitry Torokhov2023-08-031-1/+1
| * | | kvm/vfio: Accept vfio device file from userspaceYi Liu2023-07-251-6/+6
| * | | kvm/vfio: Prepare for accepting vfio device fdYi Liu2023-07-251-57/+58
| * | | vfio: Refine vfio file kAPIs for KVMYi Liu2023-07-251-5/+5
| | |/ | |/|
* | | 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-033-41/+27
|\
| * 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-013-22/+25
| |\ \
| | * | kvm/eventfd: use list_for_each_entry when deassign ioeventfdWei Wang2023-06-131-3/+2