Linux KVM
[Prev Page][Next Page]
- Re: [PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback, (continued)
- Re: [PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback,
Paul E. McKenney
- Re: [PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback,
Vlastimil Babka
- Re: [PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback,
Paul E. McKenney
- Re: [PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback,
Uladzislau Rezki
- Re: [PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback,
Vlastimil Babka
- Re: [PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback,
Paul E. McKenney
- Re: [PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback,
Vlastimil Babka
- Re: [PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback,
Vlastimil Babka
- Re: [PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback,
Paul E. McKenney
- Re: [PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback,
Julia Lawall
- Re: [PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback,
Paul E. McKenney
- Re: [PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback,
Uladzislau Rezki
- Re: [PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback,
Paul E. McKenney
- Re: [PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback,
Jakub Kicinski
- Re: [PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback,
Jason A. Donenfeld
- Re: [PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback,
Vlastimil Babka
- [PATCH] KVM: x86/mmu: Rephrase comment about synthetic PFERR flags in #PF handler,
Sean Christopherson
- [PATCH] KVM: VMX: Remove unnecessary INVEPT[GLOBAL] from hardware enable path,
Sean Christopherson
- [PATCH] KVM: x86/pmu: Add a helper to enable bits in FIXED_CTR_CTRL,
Sean Christopherson
- [PATCH v3 0/8] KVM: Register cpuhp/syscore callbacks when enabling virt,
Sean Christopherson
- [PATCH v3 1/8] KVM: Use dedicated mutex to protect kvm_usage_count to avoid deadlock,
Sean Christopherson
- [PATCH v3 2/8] KVM: Register cpuhp and syscore callbacks when enabling hardware,
Sean Christopherson
- [PATCH v3 3/8] KVM: Rename functions related to enabling virtualization hardware,
Sean Christopherson
- [PATCH v3 4/8] KVM: Add a module param to allow enabling virtualization when KVM is loaded,
Sean Christopherson
- [PATCH v3 5/8] KVM: Add arch hooks for enabling/disabling virtualization,
Sean Christopherson
- [PATCH v3 6/8] x86/reboot: Unconditionally define cpu_emergency_virt_cb typedef,
Sean Christopherson
- [PATCH v3 7/8] KVM: x86: Register "emergency disable" callbacks when virt is enabled,
Sean Christopherson
- [PATCH v3 8/8] KVM: Enable virtualization at load/initialization by default,
Sean Christopherson
- Re: [PATCH v3 0/8] KVM: Register cpuhp/syscore callbacks when enabling virt,
Huang, Kai
- Re: [PATCH v3 0/8] KVM: Register cpuhp/syscore callbacks when enabling virt,
Paolo Bonzini
- Re: [PATCH v3 0/8] KVM: Register cpuhp/syscore callbacks when enabling virt,
Paolo Bonzini
- [PATCH 0/6] KVM: nVMX: Fix nested posted intr vs. HLT,
Sean Christopherson
- [PATCH net-next v7 07/15] mm: page_frag: avoid caller accessing 'page_frag_cache' directly,
Yunsheng Lin
- [PATCH net-next v7 06/15] mm: page_frag: add '_va' suffix to page_frag API,
Yunsheng Lin
- [kvm-unit-tests PATCH] Bump Fedora version to 40,
Thomas Huth
- [GIT PULL] KVM/riscv fixes for 6.10 take #2,
Anup Patel
- [kvm-unit-tests PATCH] gitlab-ci: Test that "make check-kerneldoc" does not report any errors,
Thomas Huth
- [PATCH] vfio/pci: Insert full vma on mmap'd MMIO fault,
Alex Williamson
- [PATCH V7 0/2] KVM: x86: Make bus clock frequency for vAPIC timer configurable,
Reinette Chatre
- [PATCH v3 0/2] vfio/pci: add msi interrupt affinity support,
Fred Griffoul
- [PATCH] LoongArch: KVM: Add feature passing from user space,
Bibo Mao
- [PULL v3 33/41] linux-headers: update to 6.10-rc1,
Michael S. Tsirkin
- [PATCH v8 00/10] x86/cpu: KVM: Clean up PAT and VMX macros,
Sean Christopherson
- [PATCH v8 01/10] x86/cpu: KVM: Add common defines for architectural memory types (PAT, MTRRs, etc.),
Sean Christopherson
- [PATCH v8 02/10] x86/cpu: KVM: Move macro to encode PAT value to common header,
Sean Christopherson
- [PATCH v8 03/10] KVM: x86: Stuff vCPU's PAT with default value at RESET, not creation,
Sean Christopherson
- [PATCH v8 04/10] KVM: VMX: Move MSR_IA32_VMX_BASIC bit defines to asm/vmx.h,
Sean Christopherson
- [PATCH v8 05/10] KVM: VMX: Track CPU's MSR_IA32_VMX_BASIC as a single 64-bit value,
Sean Christopherson
- [PATCH v8 06/10] KVM: nVMX: Use macros and #defines in vmx_restore_vmx_basic(),
Sean Christopherson
- [PATCH v8 07/10] KVM: nVMX: Add a helper to encode VMCS info in MSR_IA32_VMX_BASIC,
Sean Christopherson
- [PATCH v8 08/10] KVM VMX: Move MSR_IA32_VMX_MISC bit defines to asm/vmx.h,
Sean Christopherson
- [PATCH v8 09/10] KVM: VMX: Open code VMX preemption timer rate mask in its accessor,
Sean Christopherson
- [PATCH v8 10/10] KVM: nVMX: Use macros and #defines in vmx_restore_vmx_misc(),
Sean Christopherson
- Re: [PATCH v8 00/10] x86/cpu: KVM: Clean up PAT and VMX macros,
Sean Christopherson
- Re: [PATCH v8 00/10] x86/cpu: KVM: Clean up PAT and VMX macros,
Sean Christopherson
- [PATCH 0/2] KVM: Reject vCPU IDs above 2^32,
Mathias Krause
- [PATCH v5 0/3] vfio/pci: Support 8-byte PCI loads and stores,
Gerd Bayer
- [PATCH v2 0/4] ppc: spapr: Nested kvm guest migration fixes,
Shivaprasad G Bhat
- [PATCH v2] vfio/pci: add msi interrupt affinity support,
Fred Griffoul
- [PATCH net-next v6 06/15] mm: page_frag: add '_va' suffix to page_frag API,
Yunsheng Lin
- [PATCH net-next v6 07/15] mm: page_frag: avoid caller accessing 'page_frag_cache' directly,
Yunsheng Lin
- [PATCH v2 0/8] KVM: PPC: Book3S HV: Nested guest migration fixes,
Shivaprasad G Bhat
- [PATCH v2 1/8] KVM: PPC: Book3S HV: Fix the set_one_reg for MMCR3,
Shivaprasad G Bhat
- [PATCH v2 2/8] KVM: PPC: Book3S HV: Fix the get_one_reg of SDAR,
Shivaprasad G Bhat
- [PATCH v2 4/8] KVM: PPC: Book3S HV nestedv2: Keep nested guest DEXCR in sync,
Shivaprasad G Bhat
- [PATCH v2 5/8] KVM: PPC: Book3S HV: Add one-reg interface for HASHKEYR register,
Shivaprasad G Bhat
- [PATCH v2 6/8] KVM: PPC: Book3S HV nestedv2: Keep nested guest HASHKEYR in sync,
Shivaprasad G Bhat
- [PATCH v2 7/8] KVM: PPC: Book3S HV: Add one-reg interface for HASHPKEYR register,
Shivaprasad G Bhat
- [PATCH v2 8/8] KVM: PPC: Book3S HV nestedv2: Keep nested guest HASHPKEYR in sync,
Shivaprasad G Bhat
- [PATCH v2 3/8] KVM: PPC: Book3S HV: Add one-reg interface for DEXCR register,
Shivaprasad G Bhat
- Re: [PATCH v2 0/8] KVM: PPC: Book3S HV: Nested guest migration fixes,
Nicholas Piggin
- Re: [PATCH v2 0/8] KVM: PPC: Book3S HV: Nested guest migration fixes,
Michael Ellerman
- [PATCH v5 0/4] Add Svade and Svadu Extensions Support,
Yong-Xuan Wang
- [GIT PULL] KVM fixes for Linux 6.10-rc3,
Paolo Bonzini
- [PATCH AUTOSEL 6.6 4/4] vhost-scsi: Handle vhost_vq_work_queue failures for events,
Sasha Levin
- [PATCH AUTOSEL 6.8 6/6] vhost-scsi: Handle vhost_vq_work_queue failures for events,
Sasha Levin
- [PATCH AUTOSEL 6.9 6/6] vhost-scsi: Handle vhost_vq_work_queue failures for events,
Sasha Levin
- [PATCH AUTOSEL 6.6 17/20] vfio/pci: Collect hot-reset devices to local buffer,
Sasha Levin
- [PATCH AUTOSEL 6.8 20/24] vfio/pci: Collect hot-reset devices to local buffer,
Sasha Levin
- [PATCH AUTOSEL 6.9 23/28] vfio/pci: Collect hot-reset devices to local buffer,
Sasha Levin
- [PATCH v2 0/2] Fix doorbell emulation for v2 API on PPC,
Gautam Menghani
- [PATCH v3 00/14] arm64: Support for running as a guest in Arm CCA,
Steven Price
- [PATCH v3 01/14] arm64: rsi: Add RSI definitions,
Steven Price
- [PATCH v3 02/14] arm64: Detect if in a realm and set RIPAS RAM,
Steven Price
- [PATCH v3 03/14] arm64: realm: Query IPA size from the RMM,
Steven Price
- [PATCH v3 04/14] arm64: Mark all I/O as non-secure shared,
Steven Price
- [PATCH v3 05/14] fixmap: Allow architecture overriding set_fixmap_io,
Steven Price
- [PATCH v3 06/14] arm64: Override set_fixmap_io,
Steven Price
- [PATCH v3 07/14] arm64: Make the PHYS_MASK_SHIFT dynamic,
Steven Price
- [PATCH v3 08/14] arm64: Enforce bounce buffers for realm DMA,
Steven Price
- [PATCH v3 10/14] arm64: Force device mappings to be non-secure shared,
Steven Price
- [PATCH v3 09/14] arm64: Enable memory encrypt for Realms,
Steven Price
- [PATCH v3 11/14] efi: arm64: Map Device with Prot Shared,
Steven Price
- [PATCH v3 12/14] arm64: realm: Support nonsecure ITS emulation shared,
Steven Price
- [PATCH v3 13/14] arm64: rsi: Interfaces to query attestation token,
Steven Price
- [PATCH v3 14/14] virt: arm-cca-guest: TSM_REPORT support for realms,
Steven Price
- Re: [PATCH v3 00/14] arm64: Support for running as a guest in Arm CCA,
Itaru Kitayama
- RE: [PATCH v3 00/14] arm64: Support for running as a guest in Arm CCA,
Michael Kelley
- [RFC kvm-unit-tests PATCH] build: fix .aux.o target building,
Nicholas Piggin
- [kvm-unit-tests PATCH v2 0/2] misc docs/build/CI improvements,
Nicholas Piggin
- [GIT PULL] KVM/arm64 fixes for 6.10, take #1,
Marc Zyngier
- [PATCH v2] KVM: selftest: Add a common check to identify AMD cpu in perf event filter test,
Manali Shukla
- [ANNOUNCE] PUCK Agenda - 2024.06.05 - No topic,
Sean Christopherson
- [PATCH] KVM: SEV-ES: Fix svm_get_msr()/svm_set_msr() for KVM_SEV_ES_INIT guests,
Michael Roth
- [PULL 38/46] linux-headers: update to 6.10-rc1,
Michael S. Tsirkin
- [CfP] Confidential Computing Microconference @ LPC 2024,
Jörg Rödel
- Call for Registration - Confidential Computing Microconference @ LPC 2024,
Jörg Rödel
- [PATCH kvm-unit-tests] realmode: rebuild when realmode.lds changes,
Paolo Bonzini
- [PATCH kvm-unit-tests] realmode: load above stack,
Paolo Bonzini
- [PATCH v6 00/16] Add support for a few Zc* extensions, Zcmop and Zimop,
Clément Léger
- [PATCH v6 01/16] dt-bindings: riscv: add Zimop ISA extension description,
Clément Léger
- [PATCH v6 02/16] riscv: add ISA extension parsing for Zimop,
Clément Léger
- [PATCH v6 03/16] riscv: hwprobe: export Zimop ISA extension,
Clément Léger
- [PATCH v6 04/16] RISC-V: KVM: Allow Zimop extension for Guest/VM,
Clément Léger
- [PATCH v6 05/16] KVM: riscv: selftests: Add Zimop extension to get-reg-list test,
Clément Léger
- [PATCH v6 06/16] dt-bindings: riscv: add Zca, Zcf, Zcd and Zcb ISA extension description,
Clément Léger
- [PATCH v6 07/16] riscv: add ISA extensions validation callback,
Clément Léger
- [PATCH v6 08/16] riscv: add ISA parsing for Zca, Zcf, Zcd and Zcb,
Clément Léger
- [PATCH v6 09/16] riscv: hwprobe: export Zca, Zcf, Zcd and Zcb ISA extensions,
Clément Léger
- [PATCH v6 10/16] RISC-V: KVM: Allow Zca, Zcf, Zcd and Zcb extensions for Guest/VM,
Clément Léger
- [PATCH v6 11/16] KVM: riscv: selftests: Add some Zc* extensions to get-reg-list test,
Clément Léger
- [PATCH v6 12/16] dt-bindings: riscv: add Zcmop ISA extension description,
Clément Léger
- [PATCH v6 13/16] riscv: add ISA extension parsing for Zcmop,
Clément Léger
- [PATCH v6 14/16] riscv: hwprobe: export Zcmop ISA extension,
Clément Léger
- [PATCH v6 15/16] RISC-V: KVM: Allow Zcmop extension for Guest/VM,
Clément Léger
- [PATCH v6 16/16] KVM: riscv: selftests: Add Zcmop extension to get-reg-list test,
Clément Léger
- [PATCH] LoongArch: KVM: Discard dirty page tracking on readonly memslot,
Bibo Mao
- [kvm-unit-tests PATCH v1 0/3] s390x: small Makefile improvements,
Marc Hartmayer
- [PATCH] KVM: Fix Undefined Behavior Sanitizer(UBSAN) error,
Babu Moger
- [PATCH] KVM: selftests: Fix RISC-V compilation,
Andrew Jones
- [PATCH 0/2] ppc: spapr: Nested kvm guest migration fixes,
Shivaprasad G Bhat
- [PATCH 0/6] KVM: PPC: Book3S HV: Nested guest migration fixes,
Shivaprasad G Bhat
- [PATCH kvm-unit-tests] svm: add test for VMRUN with interrupt shadow enabled,
Paolo Bonzini
- [PATCH kvm-unit-tests] svm: make the interrupt_test a bit longer,
Paolo Bonzini
- [PATCH kvm-unit-tests] debug: add testcase for singlestepping over STI;HLT,
Paolo Bonzini
- [PATCH kvm-unit-tests] svm: allow CR4.PKS,
Paolo Bonzini
- [PATCH kvm-unit-tests] gitlab-ci: store artifacts even on failure,
Paolo Bonzini
- xave kvm-unit-test sometimes failing in CI,
Thomas Huth
- [kvm-unit-tests PATCH] MAINTAINERS: Add scripts/s390x/ to the s390x section,
Thomas Huth
- [kvm-unit-tests PATCH] scripts/s390x: Fix the execution of the PV tests,
Thomas Huth
- [PATCH v2] KVM: x86: Advertise AVX10.1 CPUID to userspace,
Tao Su
- [PATCH] KVM: selftests: remove unused struct 'memslot_antagonist_args',
linux
- [kvm-unit-tests PATCH 0/2] s390x: Fix build error messages,
Nicholas Piggin
- [kvm-unit-tests PATCH 0/4] powerpc fix and misc docs/build/CI improvements,
Nicholas Piggin
- [PATCH 00/11] KVM: arm64: nv: FPSIMD/SVE support,
Oliver Upton
- [PATCH 01/11] KVM: arm64: nv: Forward FP/ASIMD traps to guest hypervisor,
Oliver Upton
- [PATCH 02/11] KVM: arm64: nv: Forward SVE traps to guest hypervisor,
Oliver Upton
- [PATCH 04/11] KVM: arm64: nv: Load guest hyp's ZCR into EL1 state,
Oliver Upton
- [PATCH 03/11] KVM: arm64: nv: Load guest FP state for ZCR_EL2 trap,
Oliver Upton
- [PATCH 05/11] KVM: arm64: nv: Handle ZCR_EL2 traps,
Oliver Upton
- [PATCH 06/11] KVM: arm64: nv: Save guest's ZCR_EL2 when in hyp context,
Oliver Upton
- [PATCH 07/11] KVM: arm64: nv: Use guest hypervisor's max VL when running nested guest,
Oliver Upton
- [PATCH 08/11] KVM: arm64: nv: Ensure correct VL is loaded before saving SVE state,
Oliver Upton
- [PATCH 09/11] KVM: arm64: Spin off helper for programming CPTR traps,
Oliver Upton
- [PATCH 10/11] KVM: arm64: nv: Honor guest hypervisor's FP/SVE traps in CPTR_EL2,
Oliver Upton
- [PATCH 11/11] KVM: arm64: Allow the use of SVE+NV,
Oliver Upton
- Re: [PATCH 00/11] KVM: arm64: nv: FPSIMD/SVE support,
Marc Zyngier
- [GIT PULL] KVM/riscv fixes for 6.10 take #1,
Anup Patel
- [PATCH 0/6] Introduce CET supervisor state support,
Yang Weijiang
- [PATCH v4 0/3] KVM: SEV-ES: Fix KVM_{GET|SET}_MSRS and LBRV handling,
Ravi Bangoria
- [PATCH v9 00/24] Add Secure TSC support for SNP guests,
Nikunj A Dadhania
- [PATCH v9 01/24] virt: sev-guest: Use AES GCM crypto library,
Nikunj A Dadhania
- [PATCH v9 02/24] virt: sev-guest: Replace dev_dbg with pr_debug,
Nikunj A Dadhania
- [PATCH v9 03/24] virt: sev-guest: Make payload a variable length array,
Nikunj A Dadhania
- [PATCH v9 04/24] virt: sev-guest: Add SNP guest request structure,
Nikunj A Dadhania
- [PATCH v9 05/24] virt: sev-guest: Fix user-visible strings,
Nikunj A Dadhania
- [PATCH v9 07/24] virt: sev-guest: Store VMPCK index to SNP guest device structure,
Nikunj A Dadhania
- [PATCH v9 08/24] virt: sev-guest: Take mutex in snp_send_guest_request(),
Nikunj A Dadhania
- [PATCH v9 06/24] virt: sev-guest: Simplify VMPCK and sequence number assignments,
Nikunj A Dadhania
- [PATCH v9 09/24] virt: sev-guest: Carve out SNP guest messaging init/exit,
Nikunj A Dadhania
- [PATCH v9 10/24] x86/sev: Move core SEV guest driver routines to common code,
Nikunj A Dadhania
- [PATCH v9 11/24] x86/sev: Replace dev_[err,alert] with pr_[err,alert],
Nikunj A Dadhania
- [PATCH v9 12/24] x86/sev: Make snp_issue_guest_request() static,
Nikunj A Dadhania
- [PATCH v9 13/24] x86/sev: Make sev-guest driver functional again,
Nikunj A Dadhania
- [PATCH v9 14/24] x86/sev: Handle failures from snp_init(),
Nikunj A Dadhania
- [PATCH v9 15/24] x86/sev: Cache the secrets page address,
Nikunj A Dadhania
- [PATCH v9 16/24] x86/sev: Drop sev_guest_platform_data structure,
Nikunj A Dadhania
- [PATCH v9 17/24] x86/cc: Add CC_ATTR_GUEST_SECURE_TSC,
Nikunj A Dadhania
- [PATCH v9 18/24] x86/sev: Add Secure TSC support for SNP guests,
Nikunj A Dadhania
- [PATCH v9 19/24] x86/sev: Change TSC MSR behavior for Secure TSC enabled guests,
Nikunj A Dadhania
- [PATCH v9 20/24] x86/sev: Prevent RDTSC/RDTSCP interception for Secure TSC enabled guests,
Nikunj A Dadhania
- [PATCH v9 21/24] x86/kvmclock: Skip kvmclock when Secure TSC is available,
Nikunj A Dadhania
- [PATCH v9 22/24] x86/sev: Mark Secure TSC as reliable,
Nikunj A Dadhania
- [PATCH v9 23/24] x86/cpu/amd: Do not print FW_BUG for Secure TSC,
Nikunj A Dadhania
- [PATCH v9 24/24] x86/sev: Enable Secure TSC for SNP guests,
Nikunj A Dadhania
- [PATCH v2 00/15] TDX MMU prep series part 1,
Rick Edgecombe
- [PATCH v2 01/15] KVM: Add member to struct kvm_gfn_range for target alias,
Rick Edgecombe
- [PATCH v2 03/15] KVM: x86/mmu: Add a mirrored pointer to struct kvm_mmu_page,
Rick Edgecombe
- [PATCH v2 02/15] KVM: x86: Add a VM type define for TDX,
Rick Edgecombe
- [PATCH v2 04/15] KVM: x86/mmu: Add a new mirror_pt member for union kvm_mmu_page_role,
Rick Edgecombe
- [PATCH v2 05/15] KVM: x86/mmu: Make kvm_tdp_mmu_alloc_root() return void,
Rick Edgecombe
- [PATCH v2 06/15] KVM: x86/mmu: Support GFN direct mask,
Rick Edgecombe
- [PATCH v2 07/15] KVM: x86/tdp_mmu: Extract root invalid check from tdx_mmu_next_root(),
Rick Edgecombe
- [PATCH v2 08/15] KVM: x86/tdp_mmu: Introduce KVM MMU root types to specify page table type,
Rick Edgecombe
- [PATCH v2 09/15] KVM: x86/tdp_mmu: Support mirror root for TDP MMU,
Rick Edgecombe
- [PATCH v2 10/15] KVM: x86/tdp_mmu: Reflect building mirror page tables,
Rick Edgecombe
- [PATCH v2 11/15] KVM: x86/tdp_mmu: Reflect tearing down mirror page tables,
Rick Edgecombe
- [PATCH v2 12/15] KVM: x86/tdp_mmu: Take root types for kvm_tdp_mmu_invalidate_all_roots(),
Rick Edgecombe
- [PATCH v2 13/15] KVM: x86/tdp_mmu: Make mmu notifier callbacks to check kvm_process,
Rick Edgecombe
- [PATCH v2 14/15] KVM: x86/tdp_mmu: Invalidate correct roots,
Rick Edgecombe
- [PATCH v2 15/15] KVM: x86/tdp_mmu: Add a helper function to walk down the TDP MMU,
Rick Edgecombe
- Re: [PATCH v2 00/15] TDX MMU prep series part 1,
Paolo Bonzini
- [PATCH 0/5] cpus: a few tweaks to CPU realization,
Alex Bennée
- [PATCH] vfio/pci: add msi interrupt affinity support,
Fred Griffoul
- [PATCH v4 00/31] Add AMD Secure Nested Paging (SEV-SNP) support,
Pankaj Gupta
- [PATCH v4 01/31] i386/sev: Replace error_report with error_setg,
Pankaj Gupta
- [PATCH v4 05/31] i386/sev: Move sev_launch_update to separate class method,
Pankaj Gupta
- [PATCH v4 04/31] i386/sev: Introduce "sev-common" type to encapsulate common SEV state,
Pankaj Gupta
- [PATCH v4 09/31] i386/sev: Add sev_kvm_init() override for SEV class,
Pankaj Gupta
- [PATCH v4 07/31] i386/sev: Introduce 'sev-snp-guest' object,
Pankaj Gupta
- [PATCH v4 10/31] i386/sev: Add snp_kvm_init() override for SNP class,
Pankaj Gupta
- [PATCH v4 08/31] i386/sev: Add a sev_snp_enabled() helper,
Pankaj Gupta
- [PATCH v4 06/31] i386/sev: Move sev_launch_finish to separate class method,
Pankaj Gupta
- [PATCH v4 11/31] i386/cpu: Set SEV-SNP CPUID bit when SNP enabled,
Pankaj Gupta
- [PATCH v4 13/31] i386/sev: Add a class method to determine KVM VM type for SNP guests,
Pankaj Gupta
- [PATCH v4 12/31] i386/sev: Don't return launch measurements for SEV-SNP guests,
Pankaj Gupta
- [PATCH v4 15/31] i386/sev: Add the SNP launch start context,
Pankaj Gupta
- [PATCH v4 17/31] i386/sev: Set CPU state to protected once SNP guest payload is finalized,
Pankaj Gupta
- [PATCH v4 14/31] i386/sev: Update query-sev QAPI format to handle SEV-SNP,
Pankaj Gupta
- [PATCH v4 16/31] i386/sev: Add handling to encrypt/finalize guest launch data,
Pankaj Gupta
- [PATCH v4 20/31] i386/sev: Add support for SNP CPUID validation,
Pankaj Gupta
- [PATCH v4 23/31] i386/sev: Allow measured direct kernel boot on SNP,
Pankaj Gupta
- [PATCH v4 18/31] hw/i386/sev: Add function to get SEV metadata from OVMF header,
Pankaj Gupta
- [PATCH v4 19/31] i386/sev: Add support for populating OVMF metadata pages,
Pankaj Gupta
- [PATCH v4 22/31] i386/sev: Reorder struct declarations,
Pankaj Gupta
- [PATCH v4 25/31] i386/sev: Invoke launch_updata_data() for SEV class,
Pankaj Gupta
- [PATCH v4 24/31] hw/i386/sev: Add support to encrypt BIOS when SEV-SNP is enabled,
Pankaj Gupta
- [PATCH v4 26/31] i386/sev: Invoke launch_updata_data() for SNP class,
Pankaj Gupta
- [PATCH v4 27/31] hw/i386/sev: Use guest_memfd for legacy ROMs,
Pankaj Gupta
- [PATCH v4 30/31] i386/kvm: Add KVM_EXIT_HYPERCALL handling for KVM_HC_MAP_GPA_RANGE,
Pankaj Gupta
- [PATCH v4 21/31] i386/sev: Extract build_kernel_loader_hashes,
Pankaj Gupta
- [PATCH v4 29/31] hw/i386/sev: Allow use of pflash in conjunction with -bios,
Pankaj Gupta
[Index of Archives]
[CentOS Virtualization]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Linux Modules]
[Yosemite Forum]