summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)AuthorFilesLines
2024-03-22Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2-2/+3
2024-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds23-624/+939
2024-03-15Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+3
2024-03-13Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2024-03-12Merge tag 'rfds-for-linus-2024-03-11' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+4
2024-03-12Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-6/+6
2024-03-12Merge tag 'x86-cleanups-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+1
2024-03-12Merge tag 'x86_sev_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-6/+56
2024-03-12Merge tag 'x86-fred-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+9
2024-03-11KVM/x86: Export RFDS_NO and RFDS_CLEAR to guestsPawan Gupta1-1/+4
2024-03-11Merge tag 'kvm-x86-xen-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini5-105/+302
2024-03-11Merge tag 'kvm-x86-pmu-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini9-233/+256
2024-03-11Merge tag 'kvm-x86-vmx-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-41/+31
2024-03-11Merge tag 'kvm-x86-mmu-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini5-76/+194
2024-03-11Merge tag 'kvm-x86-misc-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini10-166/+156
2024-03-11Merge tag 'kvmarm-6.9' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini1-2/+1
2024-03-11Merge tag 'loongarch-kvm-6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini3-9/+27
2024-03-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-13/+71
2024-03-09Merge tag 'kvm-x86-guest_memfd_fixes-6.8' of https://github.com/kvm-x86/linux...Paolo Bonzini6-25/+22
2024-03-09SEV: disable SEV-ES DebugSwap by defaultPaolo Bonzini1-2/+5
2024-03-09Merge tag 'kvm-x86-guest_memfd_fixes-6.8' of https://github.com/kvm-x86/linux...Paolo Bonzini2-4/+5
2024-03-09Merge tag 'kvm-x86-fixes-6.8-2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2-0/+52
2024-03-07mm/treewide: drop pXd_large()Peter Xu1-1/+1
2024-03-07mm/treewide: replace pud_large() with pud_leaf()Peter Xu1-1/+1
2024-03-07mm/treewide: replace pmd_large() with pmd_leaf()Peter Xu1-1/+1
2024-03-05KVM: x86/xen: fix recursive deadlock in timer injectionDavid Woodhouse1-4/+0
2024-03-05KVM: x86/xen: remove WARN_ON_ONCE() with false positives in evtchn deliveryDavid Woodhouse1-4/+2
2024-03-05KVM: x86/xen: inject vCPU upcall vector when local APIC is enabledDavid Woodhouse3-2/+23
2024-03-05KVM: x86/xen: improve accuracy of Xen timersDavid Woodhouse3-40/+152
2024-03-04x86/cpu: Provide a declaration for itlb_multihit_kvm_mitigationThomas Gleixner1-2/+1
2024-02-27KVM: VMX: Combine "check" and "get" APIs for passthrough MSR lookupsSean Christopherson1-39/+26
2024-02-27kvm/x86: allocate the write-tracking metadata on-demandAndrei Vagin1-2/+66
2024-02-27KVM: VMX: return early if msr_bitmap is not supportedDongli Zhang1-0/+3
2024-02-27KVM: VMX: fix comment to add LBR to passthrough MSRsDongli Zhang1-1/+1
2024-02-27KVM: x86/pmu: Explicitly check NMI from guest to reducee false positivesLike Xu1-6/+0
2024-02-24KVM: Get rid of return value from kvm_arch_create_vm_debugfs()Oliver Upton1-2/+1
2024-02-23KVM: x86/mmu: Retry fault before acquiring mmu_lock if mapping is changingSean Christopherson1-0/+42
2024-02-23kbuild: change tool coverage variables to take the path relative to $(obj)Masahiro Yamada1-1/+2
2024-02-23KVM: SVM: Flush pages under kvm->lock to fix UAF in svm_register_enc_region()Sean Christopherson1-7/+9
2024-02-23KVM: x86/mmu: Restrict KVM_SW_PROTECTED_VM to the TDP MMUSean Christopherson1-1/+1
2024-02-23KVM: x86: Update KVM_SW_PROTECTED_VM docs to make it clear they're a WIPSean Christopherson1-3/+4
2024-02-23KVM: x86/mmu: Free TDP MMU roots while holding mmy_lock for readSean Christopherson1-6/+19
2024-02-23KVM: x86/mmu: Alloc TDP MMU roots while holding mmu_lock for readSean Christopherson1-33/+22
2024-02-23KVM: x86/mmu: Check for usable TDP MMU root while holding mmu_lock for readSean Christopherson3-15/+55
2024-02-23KVM: x86/mmu: Skip invalid TDP MMU roots when write-protecting SPTEsSean Christopherson1-9/+13
2024-02-23KVM: x86/mmu: Skip invalid roots when zapping leaf SPTEs for GFN rangeSean Christopherson1-4/+4
2024-02-23KVM: x86/mmu: Allow passing '-1' for "all" as_id for TDP MMU iteratorsSean Christopherson1-9/+9
2024-02-23KVM: x86/mmu: Don't do TLB flush when zappings SPTEs in invalid rootsSean Christopherson1-1/+7
2024-02-23KVM: x86/mmu: Zap invalidated TDP MMU roots at 4KiB granularitySean Christopherson1-7/+18
2024-02-23KVM: x86: Clean up directed yield API for "has pending interrupt"Sean Christopherson1-5/+2