Linux KVM
[Prev Page][Next Page]
- [PATCH v12 34/84] KVM: Add a helper to lookup a pfn without grabbing a reference, (continued)
- [PATCH v12 34/84] KVM: Add a helper to lookup a pfn without grabbing a reference,
Sean Christopherson
- [PATCH v12 35/84] KVM: x86: Use kvm_lookup_pfn() to check if retrying #PF is useful,
Sean Christopherson
- [PATCH v12 36/84] KVM: x86: Use kvm_lookup_pfn() to check if APIC access page was installed,
Sean Christopherson
- [PATCH v12 37/84] KVM: x86/mmu: Add "mmu" prefix fault-in helpers to free up generic names,
Sean Christopherson
- [PATCH v12 38/84] KVM: x86/mmu: Put direct prefetched pages via kvm_release_page_clean(),
Sean Christopherson
- [PATCH v12 39/84] KVM: x86/mmu: Add common helper to handle prefetching SPTEs,
Sean Christopherson
- [PATCH v12 40/84] KVM: x86/mmu: Add helper to "finish" handling a guest page fault,
Sean Christopherson
- [PATCH v12 41/84] KVM: x86/mmu: Mark pages/folios dirty at the origin of make_spte(),
Sean Christopherson
- [PATCH v12 42/84] KVM: Move declarations of memslot accessors up in kvm_host.h,
Sean Christopherson
- [PATCH v12 43/84] KVM: Add kvm_faultin_pfn() to specifically service guest page faults,
Sean Christopherson
- [PATCH v12 44/84] KVM: x86/mmu: Convert page fault paths to kvm_faultin_pfn(),
Sean Christopherson
- [PATCH v12 45/84] KVM: guest_memfd: Provide "struct page" as output from kvm_gmem_get_pfn(),
Sean Christopherson
- [PATCH v12 46/84] KVM: x86/mmu: Put refcounted pages instead of blindly releasing pfns,
Sean Christopherson
- [PATCH v12 47/84] KVM: x86/mmu: Don't mark unused faultin pages as accessed,
Sean Christopherson
- [PATCH v12 48/84] KVM: Move x86's API to release a faultin page to common KVM,
Sean Christopherson
- [PATCH v12 49/84] KVM: VMX: Hold mmu_lock until page is released when updating APIC access page,
Sean Christopherson
- [PATCH v12 50/84] KVM: VMX: Use __kvm_faultin_page() to get APIC access page/pfn,
Sean Christopherson
- [PATCH v12 51/84] KVM: PPC: e500: Mark "struct page" dirty in kvmppc_e500_shadow_map(),
Sean Christopherson
- [PATCH v12 52/84] KVM: PPC: e500: Mark "struct page" pfn accessed before dropping mmu_lock,
Sean Christopherson
- [PATCH v12 53/84] KVM: PPC: e500: Use __kvm_faultin_pfn() to handle page faults,
Sean Christopherson
- [PATCH v12 54/84] KVM: arm64: Mark "struct page" pfns accessed/dirty before dropping mmu_lock,
Sean Christopherson
- [PATCH v12 55/84] KVM: arm64: Use __kvm_faultin_pfn() to handle memory aborts,
Sean Christopherson
- [PATCH v12 56/84] KVM: RISC-V: Mark "struct page" pfns dirty iff a stage-2 PTE is installed,
Sean Christopherson
- [PATCH v12 57/84] KVM: RISC-V: Mark "struct page" pfns accessed before dropping mmu_lock,
Sean Christopherson
- [PATCH v12 58/84] KVM: RISC-V: Use kvm_faultin_pfn() when mapping pfns into the guest,
Sean Christopherson
- [PATCH v12 59/84] KVM: PPC: Use __kvm_faultin_pfn() to handle page faults on Book3s HV,
Sean Christopherson
- [PATCH v12 61/84] KVM: PPC: Drop unused @kvm_ro param from kvmppc_book3s_instantiate_page(),
Sean Christopherson
- [PATCH v12 62/84] KVM: PPC: Book3S: Mark "struct page" pfns dirty/accessed after installing PTE,
Sean Christopherson
- [PATCH v12 63/84] KVM: PPC: Use kvm_faultin_pfn() to handle page faults on Book3s PR,
Sean Christopherson
- [PATCH v12 65/84] KVM: LoongArch: Mark "struct page" pfns accessed only in "slow" page fault path,
Sean Christopherson
- [PATCH v12 66/84] KVM: LoongArch: Mark "struct page" pfn accessed before dropping mmu_lock,
Sean Christopherson
- [PATCH v12 67/84] KVM: LoongArch: Use kvm_faultin_pfn() to map pfns into the guest,
Sean Christopherson
- [PATCH v12 68/84] KVM: MIPS: Mark "struct page" pfns dirty only in "slow" page fault path,
Sean Christopherson
- [PATCH v12 69/84] KVM: MIPS: Mark "struct page" pfns accessed only in "slow" page fault path,
Sean Christopherson
- [PATCH v12 70/84] KVM: MIPS: Mark "struct page" pfns accessed prior to dropping mmu_lock,
Sean Christopherson
- [PATCH v12 72/84] KVM: PPC: Remove extra get_page() to fix page refcount leak,
Sean Christopherson
- [PATCH v12 71/84] KVM: MIPS: Use kvm_faultin_pfn() to map pfns into the guest,
Sean Christopherson
- [PATCH v12 73/84] KVM: PPC: Use kvm_vcpu_map() to map guest memory to patch dcbz instructions,
Sean Christopherson
- [PATCH v12 74/84] KVM: Convert gfn_to_page() to use kvm_follow_pfn(),
Sean Christopherson
- [PATCH v12 75/84] KVM: Add support for read-only usage of gfn_to_page(),
Sean Christopherson
- [PATCH v12 76/84] KVM: arm64: Use __gfn_to_page() when copying MTE tags to/from userspace,
Sean Christopherson
- [PATCH v12 77/84] KVM: PPC: Explicitly require struct page memory for Ultravisor sharing,
Sean Christopherson
- [PATCH v12 78/84] KVM: Drop gfn_to_pfn() APIs now that all users are gone,
Sean Christopherson
- [PATCH v12 79/84] KVM: s390: Use kvm_release_page_dirty() to unpin "struct page" memory,
Sean Christopherson
- [PATCH v12 80/84] KVM: Make kvm_follow_pfn.refcounted_page a required field,
Sean Christopherson
- [PATCH v12 81/84] KVM: x86/mmu: Don't mark "struct page" accessed when zapping SPTEs,
Sean Christopherson
- [PATCH v12 82/84] KVM: arm64: Don't mark "struct page" accessed when making SPTE young,
Sean Christopherson
- [PATCH v12 83/84] KVM: Drop APIs that manipulate "struct page" via pfns,
Sean Christopherson
- [PATCH v12 84/84] KVM: Don't grab reference on VM_MIXEDMAP pfns that have a "struct page",
Sean Christopherson
- [PATCH v12 60/84] KVM: PPC: Use __kvm_faultin_pfn() to handle page faults on Book3s Radix,
Sean Christopherson
- [PATCH v12 64/84] KVM: LoongArch: Mark "struct page" pfns dirty only in "slow" page fault path,
Sean Christopherson
- Re: [PATCH v12 00/84] KVM: Stop grabbing references to PFNMAP'd pages,
Paolo Bonzini
- Re: [PATCH v12 00/84] KVM: Stop grabbing references to PFNMAP'd pages,
Alex Bennée
- [PATCH v6 00/10] Enable haltpoll on arm64,
Ankur Arora
- [PATCH v2 00/14] KVM: guest_memfd: lazy preparation of pages + prefault support for SEV-SNP,
Paolo Bonzini
- [PATCH v2 01/14] KVM: x86: disallow pre-fault for SNP VMs before initialization,
Paolo Bonzini
- [PATCH v2 05/14] KVM: rename CONFIG_HAVE_KVM_GMEM_* to CONFIG_HAVE_KVM_ARCH_GMEM_*,
Paolo Bonzini
- [PATCH v2 03/14] KVM: guest_memfd: delay folio_mark_uptodate() until after successful preparation,
Paolo Bonzini
- [PATCH v2 02/14] KVM: guest_memfd: return folio from __kvm_gmem_get_pfn(),
Paolo Bonzini
- [PATCH v2 04/14] KVM: guest_memfd: do not go through struct page,
Paolo Bonzini
- [PATCH v2 06/14] KVM: guest_memfd: return locked folio from __kvm_gmem_get_pfn,
Paolo Bonzini
- [PATCH v2 08/14] KVM: guest_memfd: make kvm_gmem_prepare_folio() operate on a single struct kvm,
Paolo Bonzini
- [PATCH v2 10/14] KVM: guest_memfd: move check for already-populated page to common code,
Paolo Bonzini
- [PATCH v2 09/14] KVM: remove kvm_arch_gmem_prepare_needed(),
Paolo Bonzini
- [PATCH v2 07/14] KVM: guest_memfd: delay kvm_gmem_prepare_folio() until the memory is passed to the guest,
Paolo Bonzini
- [PATCH v2 12/14] KVM: extend kvm_range_has_memory_attributes() to check subset of attributes,
Paolo Bonzini
- [PATCH v2 14/14] KVM: guest_memfd: abstract how prepared folios are recorded,
Paolo Bonzini
- [PATCH v2 13/14] KVM: guest_memfd: let kvm_gmem_populate() operate only on private gfns,
Paolo Bonzini
- [PATCH v2 11/14] KVM: cleanup and add shortcuts to kvm_range_has_memory_attributes(),
Paolo Bonzini
- Re: [PATCH v2 00/14] KVM: guest_memfd: lazy preparation of pages + prefault support for SEV-SNP,
Michael Roth
- [PATCH 00/13] Bump Avocado to 103.0 LTS and update tests for compatibility and new features,
Cleber Rosa
- [PATCH 01/13] tests/avocado: mips: fallback to HTTP given certificate expiration,
Cleber Rosa
- [PATCH 02/13] tests/avocado: mips: add hint for fetchasset plugin,
Cleber Rosa
- [PATCH 03/13] tests/avocado/intel_iommu.py: increase timeout,
Cleber Rosa
- [PATCH 04/13] tests/avocado: add cdrom permission related tests,
Cleber Rosa
- [PATCH 05/13] tests/avocado: machine aarch64: standardize location and RO access,
Cleber Rosa
- [PATCH 06/13] tests/avocado: use more distinct names for assets,
Cleber Rosa
- [PATCH 07/13] tests/avocado/kvm_xen_guest.py: cope with asset RW requirements,
Cleber Rosa
- [PATCH 08/13] testa/avocado: test_arm_emcraft_sf2: handle RW requirements for asset,
Cleber Rosa
- [PATCH 09/13] tests/avocado/boot_xen.py: fetch kernel during test setUp(),
Cleber Rosa
- [PATCH 10/13] tests/avocado/tuxrun_baselines.py: use Avocado's zstd support,
Cleber Rosa
- [PATCH 11/13] tests/avocado/machine_aarch64_sbsaref.py: allow for rw usage of image,
Cleber Rosa
- [PATCH 12/13] Bump avocado to 103.0,
Cleber Rosa
- [PATCH 13/13] Avocado tests: allow for parallel execution of tests,
Cleber Rosa
- Re: [PATCH 00/13] Bump Avocado to 103.0 LTS and update tests for compatibility and new features,
Akihiko Odaki
- Re: [PATCH 00/13] Bump Avocado to 103.0 LTS and update tests for compatibility and new features,
Philippe Mathieu-Daudé
- [PATCH v8 0/5] Add Svade and Svadu Extensions Support,
Yong-Xuan Wang
- [kvm-unit-tests PATCH 0/6] Checking and CI improvements,
Nicholas Piggin
- [PATCH v3 0/2] Fix for a very old KVM bug in the segment cache,
Maxim Levitsky
- [PATCH 0/2] Relax canonical checks on some arch msrs,
Maxim Levitsky
- [PATCH] KVM:x86:Fix an interrupt injection logic error during PIC interrupt simulation,
Liam Ni
- [PATCH] KVM: Loongarch: Remove undefined a6 argument comment for kvm_hypercall,
Dandan Zhang
- [PATCH v3 0/2] Add paravirt KVM_FEATURE_VIRT_EXTIOI feature,
Bibo Mao
- [RFC PATCH 0/6] Enable shared device assignment,
Chenyi Qiang
- [PATCH v5 0/3] LoongArch: KVM: Add Binary Translation extension support,
Bibo Mao
- [PATCH] KVM: x86: Eliminate log spam from limited APIC timer periods,
Jim Mattson
- [PATCH] target/i386: Raise the highest index value used for any VMCS encoding,
Lei Wang
- [PATCH] KVM: x86: Reset RSP before exiting to userspace when emulating POPA,
Tao Su
- [PATCH v2] KVM: Documentation: Fix title underline too short warning,
Chang Yu
- [PATCH v6 00/11] mm: multi-gen LRU: Walk secondary MMU page tables while aging,
James Houghton
- [PATCH v6 01/11] KVM: Add lockless memslot walk to KVM,
James Houghton
- [PATCH v6 03/11] KVM: arm64: Relax locking for kvm_test_age_gfn and kvm_age_gfn,
James Houghton
- [PATCH v6 02/11] KVM: x86: Relax locking for kvm_test_age_gfn and kvm_age_gfn,
James Houghton
- [PATCH v6 04/11] mm: Add missing mmu_notifier_clear_young for !MMU_NOTIFIER,
James Houghton
- [PATCH v6 05/11] mm: Add fast_only bool to test_young and clear_young MMU notifiers,
James Houghton
- [PATCH v6 06/11] mm: Add has_fast_aging to struct mmu_notifier,
James Houghton
- [PATCH v6 07/11] KVM: Pass fast_only to kvm_{test_,}age_gfn,
James Houghton
- [PATCH v6 08/11] KVM: x86: Optimize kvm_{test_,}age_gfn a little bit,
James Houghton
- [PATCH v6 09/11] KVM: x86: Implement fast_only versions of kvm_{test_,}age_gfn,
James Houghton
- [PATCH v6 10/11] mm: multi-gen LRU: Have secondary MMUs participate in aging,
James Houghton
- [PATCH v6 11/11] KVM: selftests: Add multi-gen LRU aging to access_tracking_perf_test,
James Houghton
- [PATCH] KVM: x86: Acquire kvm->srcu when handling KVM_SET_VCPU_EVENTS,
Sean Christopherson
- [bug report] KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE event,
Dan Carpenter
- [PULL v2 37/61] accel/kvm: Extract common KVM vCPU {creation,parking} code,
Michael S. Tsirkin
- [PATCH v2 00/10] selftests: kvm: s390: Add s390x ucontrol selftests,
Christoph Schlameuss
- [PATCH v2 01/10] selftests: kvm: s390: Define page sizes in shared header,
Christoph Schlameuss
- [PATCH v2 02/10] selftests: kvm: s390: Add kvm_s390_sie_block definition for userspace tests,
Christoph Schlameuss
- [PATCH v2 03/10] selftests: kvm: s390: Add s390x ucontrol test suite with hpage test,
Christoph Schlameuss
- [PATCH v2 05/10] selftests: kvm: s390: Add debug print functions,
Christoph Schlameuss
- [PATCH v2 04/10] selftests: kvm: s390: Add test fixture and simple VM setup tests,
Christoph Schlameuss
- [PATCH v2 06/10] selftests: kvm: s390: Add VM run test case,
Christoph Schlameuss
- [PATCH v2 09/10] selftests: kvm: s390: Verify reject memory region operations for ucontrol VMs,
Christoph Schlameuss
- [PATCH v2 07/10] selftests: kvm: s390: Add uc_map_unmap VM test case,
Christoph Schlameuss
- [PATCH v2 08/10] selftests: kvm: s390: Add uc_skey VM test case,
Christoph Schlameuss
- [PATCH v2 10/10] s390: Enable KVM_S390_UCONTROL config in debug_defconfig,
Christoph Schlameuss
- [PATCH 0/2] LoongArch: KVM: Add paravirt qspinlock support,
Bibo Mao
- [PATCH v5 0/4] Allow userspace to change ID_AA64PFR1_EL1,
Shaoqin Huang
- FW: About the patch ”https://lore.kernel.org/linux-iommu/20240412082121.33382-1-yi.l.liu@xxxxxxxxx/ “ for help ,
XueMei Yue
- [PATCH] KVM: X86: conditionally call the release operation of memslot rmap,
flyingpenghao
- [PATCH] KVM: x86/mmu: Check that root is valid/loaded when pre-faulting SPTEs,
Sean Christopherson
- [PATCH] KVM: nVMX: Honor userspace MSR filter lists for nested VM-Enter/VM-Exit,
Sean Christopherson
- [syzbot] Monthly kvm report (Jul 2024),
syzbot
- [Bug 219085] New: kvm_spurious_fault in L1 when running a nested kvm instance on AMD Opteron_G5_qemu L0,
bugzilla-daemon
- [syzbot] [kvm?] general protection fault in is_page_fault_stale,
syzbot
- [USB Isolation] USB virt drivers access between guests instead of host -> guest?,
privacymiscoccasion
- [PATCH 0/2] Add RISC-V ISA extensions based on Linux-6.10,
Anup Patel
- [PATCH] KVM: Loongarch: remove unnecessary definition of KVM_PRIVATE_MEM_SLOTS,
WangYuli
- [PULL 38/63] accel/kvm: Extract common KVM vCPU {creation,parking} code,
Michael S. Tsirkin
- [kvm-unit-tests PATCH v4 0/5] riscv: sbi: Add support to test timer extension,
James Raphael Tiovalen
- [PATCH v4 0/6] target/arm/kvm: Report PMU unavailability,
Akihiko Odaki
- [kvm:queue 22/34] arch/x86/kvm/x86.c:12650:12: error: no member named 'pre_fault_allowed' in 'struct kvm_arch',
kernel test robot
- [kvm:queue 22/34] arch/x86/kvm/svm/svm.c:4952:26: error: 'struct kvm_arch' has no member named 'pre_fault_allowed',
kernel test robot
- [PATCH 0/6] KVM: nVMX: Fix IPIv vs. nested posted interrupts,
Sean Christopherson
- [bug report] KVM: SVM: Set target pCPU during IRTE update if target vCPU is running,
Dan Carpenter
- [PATCH v2 00/10] KVM: x86: Fix ICR handling when x2AVIC is active,
Sean Christopherson
- [PATCH v2 01/10] KVM: x86: Enforce x2APIC's must-be-zero reserved ICR bits,
Sean Christopherson
- [PATCH v2 02/10] KVM: x86: Move x2APIC ICR helper above kvm_apic_write_nodecode(),
Sean Christopherson
- [PATCH v2 03/10] KVM: x86: Re-split x2APIC ICR into ICR+ICR2 for AMD (x2AVIC),
Sean Christopherson
- [PATCH v2 04/10] KVM: selftests: Open code vcpu_run() equivalent in guest_printf test,
Sean Christopherson
- [PATCH v2 05/10] KVM: selftests: Report unhandled exceptions on x86 as regular guest asserts,
Sean Christopherson
- [PATCH v2 06/10] KVM: selftests: Add x86 helpers to play nice with x2APIC MSR #GPs,
Sean Christopherson
- [PATCH v2 07/10] KVM: selftests: Skip ICR.BUSY test in xapic_state_test if x2APIC is enabled,
Sean Christopherson
- [PATCH v2 08/10] KVM: selftests: Test x2APIC ICR reserved bits,
Sean Christopherson
- [PATCH v2 09/10] KVM: selftests: Verify the guest can read back the x2APIC ICR it wrote,
Sean Christopherson
- [PATCH v2 10/10] KVM: selftests: Play nice with AMD's AVIC errata,
Sean Christopherson
- Re: [PATCH v2 00/10] KVM: x86: Fix ICR handling when x2AVIC is active,
Sean Christopherson
- [PATCH 0/8] KVM: x86: Fix ICR handling when x2AVIC is active,
Sean Christopherson
- [BUG] arch/x86/kvm/vmx/vmx_onhyperv.h:109:36: error: dereference of NULL ‘0’,
Mirsad Todorovac
- [BUG] arch/x86/kvm/x86.c: In function ‘prepare_emulation_failure_exit’: error: use of NULL ‘data’ where non-null expected,
Mirsad Todorovac
- [BUG] 6.10 stable: arch/x86/kvm/xen.c:1486:44: error: use of uninitialized value ‘port’ [CWE-457],
Mirsad Todorovac
- [BUG] arch/x86/kvm/vmx/pmu_intel.c:54: error: dereference of NULL ‘pmc’ [CWE-476],
Mirsad Todorovac
- [PATCH 00/13] Accelerate KVM RISC-V when running as a guest,
Anup Patel
- [PATCH 01/13] RISC-V: KVM: Order the object files alphabetically,
Anup Patel
- [PATCH 02/13] RISC-V: KVM: Save/restore HSTATUS in C source,
Anup Patel
- [PATCH 03/13] RISC-V: KVM: Save/restore SCOUNTEREN in C source,
Anup Patel
- [PATCH 04/13] RISC-V: KVM: Break down the __kvm_riscv_switch_to() into macros,
Anup Patel
- [PATCH 05/13] RISC-V: KVM: Replace aia_set_hvictl() with aia_hvictl_value(),
Anup Patel
- [PATCH 06/13] RISC-V: KVM: Don't setup SGEI for zero guest external interrupts,
Anup Patel
- [PATCH 07/13] RISC-V: Add defines for the SBI nested acceleration extension,
Anup Patel
- [PATCH 08/13] RISC-V: KVM: Add common nested acceleration support,
Anup Patel
- [PATCH 09/13] RISC-V: KVM: Use nacl_csr_xyz() for accessing H-extension CSRs,
Anup Patel
- [PATCH 10/13] RISC-V: KVM: Use nacl_csr_xyz() for accessing AIA CSRs,
Anup Patel
- [PATCH 11/13] RISC-V: KVM: Use SBI sync SRET call when available,
Anup Patel
- [PATCH 12/13] RISC-V: KVM: Save trap CSRs in kvm_riscv_vcpu_enter_exit(),
Anup Patel
- [PATCH 13/13] RISC-V: KVM: Use NACL HFENCEs for KVM request based HFENCEs,
Anup Patel
- [GIT PULL] KVM changes for 6.11 merge window,
Paolo Bonzini
- [RFC v11 05/14] mm: page_frag: avoid caller accessing 'page_frag_cache' directly,
Yunsheng Lin
- [RFC v11 04/14] mm: page_frag: add '_va' suffix to page_frag API,
Yunsheng Lin
- [kvm-unit-tests PATCH v3 0/5] riscv: sbi: Add support to test timer extension,
James Raphael Tiovalen
- [PATCH] KVM: arm64: Move data barrier to end of split walk,
Colton Lewis
- [PATCH] arm64/sysreg: Correct the values for GICv4.1,
Raghavendra Rao Ananta
- [PATCH v4 00/18] TDX MMU prep series part 1,
Rick Edgecombe
- [PATCH v4 01/18] KVM: x86/mmu: Zap invalid roots with mmu_lock holding for write at uninit,
Rick Edgecombe
- [PATCH v4 03/18] KVM: x86: Add a VM type define for TDX,
Rick Edgecombe
- [PATCH v4 02/18] KVM: Add member to struct kvm_gfn_range for target alias,
Rick Edgecombe
- [PATCH v4 04/18] KVM: x86/mmu: Add an external pointer to struct kvm_mmu_page,
Rick Edgecombe
- [PATCH v4 05/18] KVM: x86/mmu: Add an is_mirror member for union kvm_mmu_page_role,
Rick Edgecombe
- [PATCH v4 06/18] KVM: x86/mmu: Make kvm_tdp_mmu_alloc_root() return void,
Rick Edgecombe
- [PATCH v4 07/18] KVM: x86/tdp_mmu: Take struct kvm in iter loops,
Rick Edgecombe
- [PATCH v4 09/18] KVM: x86/tdp_mmu: Extract root invalid check from tdx_mmu_next_root(),
Rick Edgecombe
- [PATCH v4 11/18] KVM: x86/tdp_mmu: Take root in tdp_mmu_for_each_pte(),
Rick Edgecombe
- [PATCH v4 08/18] KVM: x86/mmu: Support GFN direct bits,
Rick Edgecombe
- [PATCH v4 10/18] KVM: x86/tdp_mmu: Introduce KVM MMU root types to specify page table type,
Rick Edgecombe
- [PATCH v4 13/18] KVM: x86/tdp_mmu: Propagate attr_filter to MMU notifier callbacks,
Rick Edgecombe
- [PATCH v4 12/18] KVM: x86/tdp_mmu: Support mirror root for TDP MMU,
Rick Edgecombe
- [PATCH v4 14/18] KVM: x86/tdp_mmu: Propagate building mirror page tables,
Rick Edgecombe
- [PATCH v4 15/18] KVM: x86/tdp_mmu: Propagate tearing down mirror page tables,
Rick Edgecombe
- [PATCH v4 16/18] KVM: x86/tdp_mmu: Take root types for kvm_tdp_mmu_invalidate_all_roots(),
Rick Edgecombe
- [PATCH v4 17/18] KVM: x86/tdp_mmu: Don't zap valid mirror roots in kvm_tdp_mmu_zap_all(),
Rick Edgecombe
- [PATCH v4 18/18] KVM: x86/mmu: Prevent aliased memslot GFNs,
Rick Edgecombe
- [PATCH v2 0/6] KVM: Improve MMIO Coalescing API,
Ilias Stamatis
- [GIT PULL] VFIO updates for v6.11-rc1,
Alex Williamson
- [kvm-unit-tests PATCH v2 00/16] Introduce SEV-SNP support,
Pavan Kumar Paluri
- [kvm-unit-tests PATCH v2 01/16] x86/apic: Use common library outb() implementation,
Pavan Kumar Paluri
- [kvm-unit-tests PATCH v2 02/16] x86/apic: Add MMIO access support for SEV-ES/SNP guest with C-bit unset,
Pavan Kumar Paluri
- [kvm-unit-tests PATCH v2 03/16] x86 AMD SEV-ES: Rename setup_amd_sev_es() to setup_vc_handler(),
Pavan Kumar Paluri
- [kvm-unit-tests PATCH v2 04/16] x86/efi: Add support for running tests with UEFI in SEV-SNP environment,
Pavan Kumar Paluri
- [kvm-unit-tests PATCH v2 05/16] x86 AMD SEV-SNP: Enable SEV-SNP support,
Pavan Kumar Paluri
- [kvm-unit-tests PATCH v2 06/16] x86 AMD SEV-SNP: Add tests for presence of confidential computing blob,
Pavan Kumar Paluri
- [kvm-unit-tests PATCH v2 07/16] x86 AMD SEV-ES: Set GHCB page attributes for a new page table,
Pavan Kumar Paluri
- [kvm-unit-tests PATCH v2 08/16] x86 AMD SEV-SNP: Test Private->Shared page state changes using GHCB MSR,
Pavan Kumar Paluri
- [kvm-unit-tests PATCH v2 09/16] x86: Introduce gva to gpa address translation helper,
Pavan Kumar Paluri
- [kvm-unit-tests PATCH v2 10/16] x86: Add support for installing large pages,
Pavan Kumar Paluri
- [kvm-unit-tests PATCH v2 11/16] x86 AMD SEV-SNP: Change guest pages from Private->Shared using GHCB NAE,
Pavan Kumar Paluri
- [kvm-unit-tests PATCH v2 12/16] x86 AMD SEV-SNP: Change guest pages from Shared->Private using GHCB NAE,
Pavan Kumar Paluri
- [kvm-unit-tests PATCH v2 13/16] x86 AMD SEV-SNP: Change guest pages from Intermix->Private using GHCB NAE,
Pavan Kumar Paluri
- [kvm-unit-tests PATCH v2 14/16] x86 AMD SEV-SNP: Change guest pages from Intermix->Shared using GHCB NAE,
Pavan Kumar Paluri
- [kvm-unit-tests PATCH v2 15/16] x86 AMD SEV-SNP: Issue PSMASH/UNSMASH PSC requests on 2M ranges,
Pavan Kumar Paluri
- [kvm-unit-tests PATCH v2 16/16] x86 AMD SEV-SNP: Inject random cur_page offsets for 2M ranges,
Pavan Kumar Paluri
- [PATCH 0/2] Add perf support to collect KVM guest statistics from host side,
zhouquan
- [kvm-unit-tests PATCH 0/4] s390x: split off snippet and sie related code,
Janosch Frank
- [PATCH v4 0/3] Allow userspace to change ID_AA64PFR1_EL1,
Shaoqin Huang
- [PATCH 6.6 0/3] Backport VFIO refactor to fix fork ordering bug,
Axel Rasmussen
- [PATCH 6.9 0/3] Backport VFIO refactor to fix fork ordering bug,
Axel Rasmussen
- [PULL 01/20] i386/sev: Don't allow automatic fallback to legacy KVM_SEV*_INIT,
Paolo Bonzini
- Re: linux-next: manual merge of the kvm-riscv tree with the perf tree,
Stephen Rothwell
- [RFC 0/4] Added Interrupt controller emulation for loongarch kvm,
Xianglai Li
- [PATCH v2 00/10] TDX host: metadata reading tweaks, bug fix and info dump,
Kai Huang
[Index of Archives]
[CentOS Virtualization]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Linux Modules]
[Yosemite Forum]