Linux KVM
[Prev Page][Next Page]
- Re: [PATCH v2 7/8] KVM: x86/xen: avoid blocking in hardirq context in kvm_xen_set_evtchn_fast(), (continued)
- [PATCH v9 00/21] Introduce smp.modules for x86 in QEMU,
Zhao Liu
- [PATCH v9 01/21] hw/core/machine: Introduce the module as a CPU topology level,
Zhao Liu
- [PATCH v9 02/21] hw/core/machine: Support modules in -smp,
Zhao Liu
- [PATCH v9 03/21] hw/core: Introduce module-id as the topology subindex,
Zhao Liu
- [PATCH v9 04/21] hw/core: Support module-id in numa configuration,
Zhao Liu
- [PATCH v9 05/21] i386/cpu: Fix i/d-cache topology to core level for Intel CPU,
Zhao Liu
- [PATCH v9 06/21] i386/cpu: Use APIC ID info to encode cache topo in CPUID[4],
Zhao Liu
- [PATCH v9 07/21] i386/cpu: Use APIC ID info get NumSharingCache for CPUID[0x8000001D].EAX[bits 25:14],
Zhao Liu
- [PATCH v9 08/21] i386/cpu: Consolidate the use of topo_info in cpu_x86_cpuid(),
Zhao Liu
- [PATCH v9 09/21] i386/cpu: Introduce bitmap to cache available CPU topology levels,
Zhao Liu
- [PATCH v9 10/21] i386: Split topology types of CPUID[0x1F] from the definitions of CPUID[0xB],
Zhao Liu
- [PATCH v9 11/21] i386/cpu: Decouple CPUID[0x1F] subleaf with specific topology level,
Zhao Liu
- [PATCH v9 12/21] i386: Introduce module level cpu topology to CPUX86State,
Zhao Liu
- [PATCH v9 13/21] i386: Support modules_per_die in X86CPUTopoInfo,
Zhao Liu
- [PATCH v9 14/21] i386: Expose module level in CPUID[0x1F],
Zhao Liu
- [PATCH v9 15/21] i386: Support module_id in X86CPUTopoIDs,
Zhao Liu
- [PATCH v9 16/21] i386/cpu: Introduce module-id to X86CPU,
Zhao Liu
- [PATCH v9 18/21] hw/i386/pc: Support smp.modules for x86 PC machine,
Zhao Liu
- [PATCH v9 17/21] tests: Add test case of APIC ID for module level parsing,
Zhao Liu
- [PATCH v9 19/21] i386: Add cache topology info in CPUCacheInfo,
Zhao Liu
- [PATCH v9 20/21] i386/cpu: Use CPUCacheInfo.share_level to encode CPUID[4],
Zhao Liu
- [PATCH v9 21/21] i386/cpu: Use CPUCacheInfo.share_level to encode CPUID[0x8000001D].EAX[bits 25:14],
Zhao Liu
- Re: [PATCH v9 00/21] Introduce smp.modules for x86 in QEMU,
Zhao Liu
- Re: [PATCH v9 00/21] Introduce smp.modules for x86 in QEMU,
Moger, Babu
- Re: [PATCH v9 00/21] Introduce smp.modules for x86 in QEMU,
Philippe Mathieu-Daudé
- [PULL 05/30] hw/i386/kvmvapic: Inline sysbus_address_space(),
Philippe Mathieu-Daudé
- subscribe,
delyan
- linux-next: manual merge of the kvm tree with the loongarch tree,
Stephen Rothwell
- [PATCH 1/1] KVM: selftests: close the memfd in some gmem tests,
Dongli Zhang
- [PATCH v2 0/9] SVM guest shadow stack support,
John Allen
- [PATCH v3 00/15] KVM: SEV: allow customizing VMSA features,
Paolo Bonzini
- [PATCH v3 01/15] KVM: SEV: fix compat ABI for KVM_MEMORY_ENCRYPT_OP,
Paolo Bonzini
- [PATCH v3 05/15] Documentation: kvm/sev: separate description of firmware,
Paolo Bonzini
- [PATCH v3 02/15] KVM: x86: use u64_to_user_addr(),
Paolo Bonzini
- [PATCH v3 11/15] KVM: x86: Add supported_vm_types to kvm_caps,
Paolo Bonzini
- [PATCH v3 04/15] KVM: SVM: Compile sev.c if and only if CONFIG_KVM_AMD_SEV=y,
Paolo Bonzini
- [PATCH v3 07/15] KVM: SEV: publish supported VMSA features,
Paolo Bonzini
- [PATCH v3 12/15] KVM: SEV: introduce to_kvm_sev_info,
Paolo Bonzini
- [PATCH v3 06/15] KVM: introduce new vendor op for KVM_GET_DEVICE_ATTR,
Paolo Bonzini
- [PATCH v3 15/15] selftests: kvm: add tests for KVM_SEV_INIT2,
Paolo Bonzini
- [PATCH v3 10/15] KVM: x86: add fields to struct kvm_arch for CoCo features,
Paolo Bonzini
- [PATCH v3 03/15] KVM: SVM: Invert handling of SEV and SEV_ES feature flags,
Paolo Bonzini
- [PATCH v3 13/15] KVM: SEV: define VM types for SEV and SEV-ES,
Paolo Bonzini
- [PATCH v3 14/15] KVM: SEV: introduce KVM_SEV_INIT2 operation,
Paolo Bonzini
- [PATCH v3 09/15] KVM: SEV: disable DEBUG_SWAP by default,
Paolo Bonzini
- [PATCH v3 08/15] KVM: SEV: store VMSA features in kvm_sev_info,
Paolo Bonzini
- Re: [PATCH v3 00/15] KVM: SEV: allow customizing VMSA features,
Bagas Sanjaya
- [PATCH v2 5/6] hw/i386/kvmvapic: Inline sysbus_address_space(),
Philippe Mathieu-Daudé
- [PATCH] vfio/type1: unpin PageReserved page,
Yisheng Xie
- Re: [PATCH] vfio/type1: unpin PageReserved page,
Christoph Hellwig
[RFC PATCH 00/73] KVM: x86/PVM: Introduce a new hypervisor,
Lai Jiangshan
- [RFC PATCH 01/73] KVM: Documentation: Add the specification for PVM,
Lai Jiangshan
- [RFC PATCH 02/73] x86/ABI/PVM: Add PVM-specific ABI header file,
Lai Jiangshan
- [RFC PATCH 03/73] x86/entry: Implement switcher for PVM VM enter/exit,
Lai Jiangshan
- [RFC PATCH 04/73] x86/entry: Implement direct switching for the switcher,
Lai Jiangshan
- [RFC PATCH 05/73] KVM: x86: Set 'vcpu->arch.exception.injected' as true before vendor callback,
Lai Jiangshan
- [RFC PATCH 06/73] KVM: x86: Move VMX interrupt/nmi handling into kvm.ko,
Lai Jiangshan
- [RFC PATCH 07/73] KVM: x86/mmu: Adapt shadow MMU for PVM,
Lai Jiangshan
- [RFC PATCH 08/73] KVM: x86: Allow hypercall handling to not skip the instruction,
Lai Jiangshan
- [RFC PATCH 09/73] KVM: x86: Add PVM virtual MSRs into emulated_msrs_all[],
Lai Jiangshan
- [RFC PATCH 10/73] KVM: x86: Introduce vendor feature to expose vendor-specific CPUID,
Lai Jiangshan
- [RFC PATCH 11/73] KVM: x86: Implement gpc refresh for guest usage,
Lai Jiangshan
- [RFC PATCH 12/73] KVM: x86: Add NR_VCPU_SREG in SREG enum,
Lai Jiangshan
- [RFC PATCH 13/73] KVM: x86/emulator: Reinject #GP if instruction emulation failed for PVM,
Lai Jiangshan
- [RFC PATCH 14/73] KVM: x86: Create stubs for PVM module as a new vendor,
Lai Jiangshan
- [RFC PATCH 15/73] mm/vmalloc: Add a helper to reserve a contiguous and aligned kernel virtual area,
Lai Jiangshan
- [RFC PATCH 16/73] KVM: x86/PVM: Implement host mmu initialization,
Lai Jiangshan
- [RFC PATCH 17/73] KVM: x86/PVM: Implement module initialization related callbacks,
Lai Jiangshan
- [RFC PATCH 18/73] KVM: x86/PVM: Implement VM/VCPU initialization related callbacks,
Lai Jiangshan
- [RFC PATCH 19/73] x86/entry: Export 32-bit ignore syscall entry and __ia32_enabled variable,
Lai Jiangshan
- [RFC PATCH 21/73] KVM: x86/PVM: Implement vcpu_run() callbacks,
Lai Jiangshan
- [RFC PATCH 22/73] KVM: x86/PVM: Handle some VM exits before enable interrupts,
Lai Jiangshan
- [RFC PATCH 23/73] KVM: x86/PVM: Handle event handling related MSR read/write operation,
Lai Jiangshan
- [RFC PATCH 24/73] KVM: x86/PVM: Introduce PVM mode switching,
Lai Jiangshan
- [RFC PATCH 25/73] KVM: x86/PVM: Implement APIC emulation related callbacks,
Lai Jiangshan
- [RFC PATCH 27/73] KVM: x86/PVM: Implement event injection related callbacks,
Lai Jiangshan
- [RFC PATCH 28/73] KVM: x86/PVM: Handle syscall from user mode,
Lai Jiangshan
- [RFC PATCH 29/73] KVM: x86/PVM: Implement allowed range checking for #PF,
Lai Jiangshan
- [RFC PATCH 30/73] KVM: x86/PVM: Implement segment related callbacks,
Lai Jiangshan
- [RFC PATCH 31/73] KVM: x86/PVM: Implement instruction emulation for #UD and #GP,
Lai Jiangshan
- [RFC PATCH 33/73] KVM: x86/PVM: Handle VM-exit due to hardware exceptions,
Lai Jiangshan
- [RFC PATCH 34/73] KVM: x86/PVM: Handle ERETU/ERETS synthetic instruction,
Lai Jiangshan
- [RFC PATCH 35/73] KVM: x86/PVM: Handle PVM_SYNTHETIC_CPUID synthetic instruction,
Lai Jiangshan
- [RFC PATCH 36/73] KVM: x86/PVM: Handle KVM hypercall,
Lai Jiangshan
- [RFC PATCH 38/73] KVM: x86/PVM: Handle hypercalls for privilege instruction emulation,
Lai Jiangshan
- [RFC PATCH 39/73] KVM: x86/PVM: Handle hypercall for CR3 switching,
Lai Jiangshan
- [RFC PATCH 40/73] KVM: x86/PVM: Handle hypercall for loading GS selector,
Lai Jiangshan
- [RFC PATCH 41/73] KVM: x86/PVM: Allow to load guest TLS in host GDT,
Lai Jiangshan
- [RFC PATCH 42/73] KVM: x86/PVM: Support for kvm_exit() tracepoint,
Lai Jiangshan
- [RFC PATCH 20/73] KVM: x86/PVM: Implement vcpu_load()/vcpu_put() related callbacks,
Lai Jiangshan
- [RFC PATCH 43/73] KVM: x86/PVM: Enable direct switching,
Lai Jiangshan
- [RFC PATCH 46/73] KVM: x86/PVM: Support for CPUID faulting,
Lai Jiangshan
- [RFC PATCH 47/73] KVM: x86/PVM: Handle the left supported MSRs in msrs_to_save_base[],
Lai Jiangshan
- [RFC PATCH 48/73] KVM: x86/PVM: Implement system registers setting callbacks,
Lai Jiangshan
- [RFC PATCH 50/73] x86/tools/relocs: Cleanup cmdline options,
Lai Jiangshan
- [RFC PATCH 52/73] x86/boot: Allow to do relocation for uncompressed kernel,
Lai Jiangshan
- [RFC PATCH 53/73] x86/pvm: Add Kconfig option and the CPU feature bit for PVM guest,
Lai Jiangshan
- [RFC PATCH 54/73] x86/pvm: Detect PVM hypervisor support,
Lai Jiangshan
- [RFC PATCH 26/73] KVM: x86/PVM: Implement event delivery flags related callbacks,
Lai Jiangshan
- [RFC PATCH 55/73] x86/pvm: Relocate kernel image to specific virtual address range,
Lai Jiangshan
- [RFC PATCH 56/73] x86/pvm: Relocate kernel image early in PVH entry,
Lai Jiangshan
- [RFC PATCH 59/73] x86/pti: Force enabling KPTI for PVM guest,
Lai Jiangshan
- [RFC PATCH 60/73] x86/pvm: Add event entry/exit and dispatch code,
Lai Jiangshan
- [RFC PATCH 62/73] x86/pvm: Add early kernel event entry and dispatch code,
Lai Jiangshan
- [RFC PATCH 64/73] x86/pvm: Enable PVM event delivery,
Lai Jiangshan
- [RFC PATCH 65/73] x86/kvm: Patch KVM hypercall as PVM hypercall,
Lai Jiangshan
- [RFC PATCH 49/73] KVM: x86/PVM: Implement emulation for non-PVM mode,
Lai Jiangshan
- [RFC PATCH 66/73] x86/pvm: Use new cpu feature to describe XENPV and PVM,
Lai Jiangshan
- [RFC PATCH 67/73] x86/pvm: Implement cpu related PVOPS,
Lai Jiangshan
- [RFC PATCH 45/73] KVM: x86/PVM: Add dummy PMU related callbacks,
Lai Jiangshan
- [RFC PATCH 68/73] x86/pvm: Implement irq related PVOPS,
Lai Jiangshan
- [RFC PATCH 69/73] x86/pvm: Implement mmu related PVOPS,
Lai Jiangshan
- [RFC PATCH 32/73] KVM: x86/PVM: Enable guest debugging functions,
Lai Jiangshan
- [RFC PATCH 70/73] x86/pvm: Don't use SWAPGS for gsbase read/write,
Lai Jiangshan
- [RFC PATCH 71/73] x86/pvm: Adapt pushf/popf in this_cpu_cmpxchg16b_emu(),
Lai Jiangshan
- [RFC PATCH 72/73] x86/pvm: Use RDTSCP as default in vdso_read_cpunode(),
Lai Jiangshan
- [RFC PATCH 73/73] x86/pvm: Disable some unsupported syscalls and features,
Lai Jiangshan
- [RFC PATCH 57/73] x86/pvm: Make cpu entry area and vmalloc area variable,
Lai Jiangshan
- Re: [RFC PATCH 00/73] KVM: x86/PVM: Introduce a new hypervisor,
Paolo Bonzini
- [RFC PATCH 44/73] KVM: x86/PVM: Implement TSC related callbacks,
Lai Jiangshan
- [RFC PATCH 61/73] x86/pvm: Allow to install a system interrupt handler,
Lai Jiangshan
- [RFC PATCH 51/73] x86/tools/relocs: Append relocations into input file,
Lai Jiangshan
- [RFC PATCH 37/73] KVM: x86/PVM: Use host PCID to reduce guest TLB flushing,
Lai Jiangshan
- [RFC PATCH 63/73] x86/pvm: Add hypercall support,
Lai Jiangshan
- [RFC PATCH 58/73] x86/pvm: Relocate kernel address space layout,
Lai Jiangshan
- Re: [RFC PATCH 00/73] KVM: x86/PVM: Introduce a new hypervisor,
Like Xu
[GIT PULL 0/3] KVM: s390: Changes for 6.9,
Janosch Frank
[PATCH] vfio: amba: Rename pl330_ids[] to vfio_amba_ids[],
Geert Uytterhoeven
[PATCH v2 00/13] KVM/arm64: Add NV support for ERET and PAuth,
Marc Zyngier
- [PATCH v2 01/13] KVM: arm64: Harden __ctxt_sys_reg() against out-of-range values,
Marc Zyngier
- [PATCH v2 02/13] KVM: arm64: Add helpers for ESR_ELx_ERET_ISS_ERET*,
Marc Zyngier
- [PATCH v2 03/13] KVM: arm64: nv: Drop VCPU_HYP_CONTEXT flag,
Marc Zyngier
- [PATCH v2 04/13] KVM: arm64: nv: Configure HCR_EL2 for FEAT_NV2,
Marc Zyngier
- [PATCH v2 05/13] KVM: arm64: nv: Add trap forwarding for ERET and SMC,
Marc Zyngier
- [PATCH v2 06/13] KVM: arm64: nv: Fast-track 'InHost' exception returns,
Marc Zyngier
- [PATCH v2 07/13] KVM: arm64: nv: Honor HFGITR_EL2.ERET being set,
Marc Zyngier
- [PATCH v2 08/13] KVM: arm64: nv: Handle HCR_EL2.{API,APK} independently,
Marc Zyngier
- [PATCH v2 09/13] KVM: arm64: nv: Reinject PAC exceptions caused by HCR_EL2.API==0,
Marc Zyngier
- [PATCH v2 10/13] KVM: arm64: nv: Add kvm_has_pauth() helper,
Marc Zyngier
- [PATCH v2 12/13] KVM: arm64: nv: Handle ERETA[AB] instructions,
Marc Zyngier
- [PATCH v2 13/13] KVM: arm64: nv: Advertise support for PAuth,
Marc Zyngier
- [PATCH v2 11/13] KVM: arm64: nv: Add emulation for ERETAx instructions,
Marc Zyngier
[kvm-unit-tests PATCH 00/32] powerpc improvements,
Nicholas Piggin
- [kvm-unit-tests PATCH 01/32] powerpc: Fix KVM caps on POWER9 hosts,
Nicholas Piggin
- [kvm-unit-tests PATCH 02/32] powerpc: Fix pseries getchar return value,
Nicholas Piggin
- [kvm-unit-tests PATCH 03/32] powerpc: Fix stack backtrace termination,
Nicholas Piggin
- [kvm-unit-tests PATCH 04/32] powerpc: interrupt stack backtracing,
Nicholas Piggin
- [kvm-unit-tests PATCH 05/32] powerpc: Cleanup SPR and MSR definitions,
Nicholas Piggin
- [kvm-unit-tests PATCH 06/32] powerpc/sprs: Specify SPRs with data rather than code,
Nicholas Piggin
- [kvm-unit-tests PATCH 07/32] powerpc/sprs: Don't fail changed SPRs that are used by the test harness,
Nicholas Piggin
- [kvm-unit-tests PATCH 08/32] powerpc/sprs: Avoid taking PMU interrupts caused by register fuzzing,
Nicholas Piggin
- [kvm-unit-tests PATCH 09/32] scripts: allow machine option to be specified in unittests.cfg,
Nicholas Piggin
- [kvm-unit-tests PATCH 10/32] scripts: Accommodate powerpc powernv machine differences,
Nicholas Piggin
- [kvm-unit-tests PATCH 11/32] powerpc: Support powernv machine with QEMU TCG,
Nicholas Piggin
- [kvm-unit-tests PATCH 12/32] powerpc: Fix emulator illegal instruction test for powernv,
Nicholas Piggin
- [kvm-unit-tests PATCH 13/32] powerpc/sprs: Test hypervisor registers on powernv machine,
Nicholas Piggin
- [kvm-unit-tests PATCH 14/32] powerpc: general interrupt tests,
Nicholas Piggin
- [kvm-unit-tests PATCH 15/32] powerpc: Add rtas stop-self support,
Nicholas Piggin
- [kvm-unit-tests PATCH 16/32] powerpc: Remove broken SMP exception stack setup,
Nicholas Piggin
- [kvm-unit-tests PATCH 17/32] arch-run: Fix handling multiple exit status messages,
Nicholas Piggin
- [kvm-unit-tests PATCH 18/32] powerpc: add SMP and IPI support,
Nicholas Piggin
- [kvm-unit-tests PATCH 19/32] powerpc: Permit ACCEL=tcg,thread=single,
Nicholas Piggin
- [kvm-unit-tests PATCH 20/32] powerpc: Avoid using larx/stcx. in spinlocks when only one CPU is running,
Nicholas Piggin
- [kvm-unit-tests PATCH 22/32] powerpc: Add timebase tests,
Nicholas Piggin
- [kvm-unit-tests PATCH 23/32] powerpc: Add MMU support,
Nicholas Piggin
- [kvm-unit-tests PATCH 24/32] common/sieve: Use vmalloc.h for setup_mmu definition,
Nicholas Piggin
- [kvm-unit-tests PATCH 25/32] common/sieve: Support machines without MMU,
Nicholas Piggin
- [kvm-unit-tests PATCH 27/32] powerpc: add usermode support,
Nicholas Piggin
- [kvm-unit-tests PATCH 28/32] powerpc: add pmu tests,
Nicholas Piggin
- [kvm-unit-tests PATCH 29/32] configure: Fail on unknown arch,
Nicholas Piggin
- [kvm-unit-tests PATCH 30/32] configure: Make arch_libdir a first-class entity,
Nicholas Piggin
- [kvm-unit-tests PATCH 21/32] powerpc: Add atomics tests,
Nicholas Piggin
- [kvm-unit-tests PATCH 31/32] powerpc: Remove remnants of ppc64 directory and build structure,
Nicholas Piggin
- [kvm-unit-tests PATCH 32/32] powerpc: gitlab CI update,
Nicholas Piggin
- [kvm-unit-tests PATCH 26/32] powerpc: Add sieve.c common test,
Nicholas Piggin
[kvm-unit-tests PATCH 0/7] more migration enhancements and tests,
Nicholas Piggin
[PATCH v3 1/2] genirq/msi: add wrapper msi allocation API and export msi functions,
Nipun Gupta
[PATCH v8 00/14] KVM TDX: TDP MMU: large page support,
isaku . yamahata
- [PATCH v8 02/14] KVM: TDX: Flush cache based on page size before TDX SEAMCALL,
isaku . yamahata
- [PATCH v8 01/14] KVM: Add transparent hugepage support for dedicated guest memory,
isaku . yamahata
- [PATCH v8 03/14] KVM: TDX: Pass KVM page level to tdh_mem_page_aug(),
isaku . yamahata
- [PATCH v8 04/14] KVM: TDX: Pass size to reclaim_page(),
isaku . yamahata
- [PATCH v8 05/14] KVM: TDX: Update tdx_sept_{set,drop}_private_spte() to support large page,
isaku . yamahata
- [PATCH v8 07/14] KVM: TDX: Pass desired page level in err code for page fault handler,
isaku . yamahata
- [PATCH v8 06/14] KVM: MMU: Introduce level info in PFERR code,
isaku . yamahata
- [PATCH v8 08/14] KVM: x86/tdp_mmu: Allocate private page table for large page split,
isaku . yamahata
- [PATCH v8 09/14] KVM: x86/tdp_mmu: Split the large page when zap leaf,
isaku . yamahata
- [PATCH v8 10/14] KVM: x86/tdp_mmu, TDX: Split a large page when 4KB page within it converted to shared,
isaku . yamahata
- [PATCH v8 11/14] KVM: x86/tdp_mmu: Try to merge pages into a large page,
isaku . yamahata
- [PATCH v8 13/14] KVM: x86/mmu: Make kvm fault handler aware of large page of private memslot,
isaku . yamahata
- [PATCH v8 14/14] KVM: TDX: Allow 2MB large page for TD GUEST,
isaku . yamahata
- [PATCH v8 12/14] KVM: TDX: Implement merge pages into a large page,
isaku . yamahata
- Re: [PATCH v8 00/14] KVM TDX: TDP MMU: large page support,
Yin, Fengwei
[PATCH v19 000/130] KVM TDX basic feature support,
isaku . yamahata
- [PATCH v19 001/130] x86/virt/tdx: Rename _offset to _member for TD_SYSINFO_MAP() macro,
isaku . yamahata
- [PATCH v19 002/130] x86/virt/tdx: Move TDMR metadata fields map table to local variable,
isaku . yamahata
- [PATCH v19 004/130] x86/virt/tdx: Support global metadata read for all element sizes,
isaku . yamahata
- [PATCH v19 003/130] x86/virt/tdx: Unbind global metadata read with 'struct tdx_tdmr_sysinfo',
isaku . yamahata
- [PATCH v19 005/130] x86/virt/tdx: Export global metadata read infrastructure,
isaku . yamahata
- [PATCH v19 006/130] x86/virt/tdx: Export TDX KeyID information,
isaku . yamahata
- [PATCH v19 007/130] x86/virt/tdx: Export SEAMCALL functions,
isaku . yamahata
- [PATCH v19 008/130] x86/tdx: Warning with 32bit build shift-count-overflow,
isaku . yamahata
- [PATCH v19 009/130] KVM: x86: Add gmem hook for determining max NPT mapping level,
isaku . yamahata
- [PATCH v19 010/130] KVM: x86: Pass is_private to gmem hook of gmem_max_level,
isaku . yamahata
- [PATCH v19 011/130] KVM: Add new members to struct kvm_gfn_range to operate on,
isaku . yamahata
- [PATCH v19 012/130] KVM: x86/mmu: Pass around full 64-bit error code for the KVM page fault,
isaku . yamahata
- [PATCH v19 013/130] KVM: x86: Use PFERR_GUEST_ENC_MASK to indicate fault is private,
isaku . yamahata
- [PATCH v19 014/130] KVM: Add KVM vcpu ioctl to pre-populate guest memory,
isaku . yamahata
- [PATCH v19 015/130] KVM: Document KVM_MEMORY_MAPPING ioctl,
isaku . yamahata
- [PATCH v19 016/130] KVM: x86/mmu: Introduce kvm_mmu_map_tdp_page() for use by TDX,
isaku . yamahata
- [PATCH v19 017/130] KVM: x86: Implement kvm_arch_{, pre_}vcpu_memory_mapping(),
isaku . yamahata
- [PATCH v19 018/130] KVM: x86/mmu: Assume guest MMIOs are shared,
isaku . yamahata
- [PATCH v19 019/130] KVM: x86: Add is_vm_type_supported callback,
isaku . yamahata
- [PATCH v19 021/130] KVM: x86/vmx: initialize loaded_vmcss_on_cpu in vmx_init(),
isaku . yamahata
- [PATCH v19 022/130] KVM: x86/vmx: Refactor KVM VMX module init/exit functions,
isaku . yamahata
- [PATCH v19 020/130] KVM: VMX: Move out vmx_x86_ops to 'main.c' to wrap VMX and TDX,
isaku . yamahata
- [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module,
isaku . yamahata
- Re: [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module,
Binbin Wu
- Re: [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module,
Huang, Kai
- Re: [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module,
Isaku Yamahata
- Re: [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module,
Huang, Kai
- Re: [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module,
Sean Christopherson
- Re: [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module,
Huang, Kai
- Re: [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module,
Sean Christopherson
- Re: [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module,
Huang, Kai
- Re: [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module,
Sean Christopherson
- Re: [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module,
Huang, Kai
- Re: [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module,
Sean Christopherson
- Re: [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module,
Huang, Kai
- Re: [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module,
Sean Christopherson
- Re: [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module,
Huang, Kai
- Re: [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module,
Sean Christopherson
- Re: [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module,
Huang, Kai
- Re: [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module,
Sean Christopherson
- Re: [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module,
Huang, Kai
- Re: [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module,
Sean Christopherson
- Re: [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module,
Huang, Kai
- Re: [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module,
Sean Christopherson
- Re: [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module,
Huang, Kai
- Re: [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module,
Huang, Kai
- Re: [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module,
Sean Christopherson
- Re: [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module,
Huang, Kai
- Re: [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module,
Huang, Kai
- Re: [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module,
Sean Christopherson
- Re: [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module,
Huang, Kai
- Re: [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module,
Sean Christopherson
- Re: [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module,
Huang, Kai
- Re: [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module,
Sean Christopherson
- Re: [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module,
Huang, Kai
- Re: [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module,
Sean Christopherson
- Re: [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module,
Huang, Kai
- Re: [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module,
Sean Christopherson
- Re: [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module,
Huang, Kai
- Re: [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module,
Sean Christopherson
- Re: [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module,
Huang, Kai
- Re: [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module,
Chao Gao
- Re: [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module,
Huang, Kai
- Re: [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module,
Huang, Kai
- Re: [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module,
Sean Christopherson
- Re: [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module,
Huang, Kai
- Re: [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module,
Huang, Kai
- [PATCH v19 024/130] KVM: TDX: Add placeholders for TDX VM/vcpu structure,
isaku . yamahata
- [PATCH v19 025/130] KVM: TDX: Make TDX VM type supported,
isaku . yamahata
- [PATCH v19 026/130] [MARKER] The start of TDX KVM patch series: TDX architectural definitions,
isaku . yamahata
- [PATCH v19 027/130] KVM: TDX: Define TDX architectural definitions,
isaku . yamahata
- [PATCH v19 028/130] KVM: TDX: Add TDX "architectural" error codes,
isaku . yamahata
- [PATCH v19 029/130] KVM: TDX: Add C wrapper functions for SEAMCALLs to the TDX module,
isaku . yamahata
- [PATCH v19 030/130] KVM: TDX: Add helper functions to print TDX SEAMCALL error,
isaku . yamahata
- [PATCH v19 031/130] [MARKER] The start of TDX KVM patch series: TD VM creation/destruction,
isaku . yamahata
- [PATCH v19 032/130] KVM: TDX: Add helper functions to allocate/free TDX private host key id,
isaku . yamahata
- [PATCH v19 033/130] KVM: TDX: Add helper function to read TDX metadata in array,
isaku . yamahata
- [PATCH v19 034/130] KVM: TDX: Get system-wide info about TDX module on initialization,
isaku . yamahata
- [PATCH v19 035/130] KVM: TDX: Add place holder for TDX VM specific mem_enc_op ioctl,
isaku . yamahata
- [PATCH v19 036/130] KVM: TDX: x86: Add ioctl to get TDX systemwide parameters,
isaku . yamahata
- [PATCH v19 037/130] KVM: TDX: Make KVM_CAP_MAX_VCPUS backend specific,
isaku . yamahata
- [PATCH v19 039/130] KVM: TDX: initialize VM with TDX specific parameters,
isaku . yamahata
- [PATCH v19 038/130] KVM: TDX: create/destroy VM structure,
isaku . yamahata
[Index of Archives]
[CentOS Virtualization]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Linux Modules]
[Yosemite Forum]