kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-26 19:03:50 to 2024-02-28 00:32:25 UTC [more...]

[PATCH v2 vfio 0/2] vfio/pds: Fix and simplify resets
 2024-02-28  0:32 UTC  (2+ messages)
` [PATCH v2 vfio 1/2] vfio/pds: Always clear the save/restore FDs on reset

[PATCH v9 00/11] KVM: selftests: Add SEV and SEV-ES smoke tests
 2024-02-28  0:14 UTC  (4+ messages)
` [PATCH v9 07/11] KVM: selftests: Allow tagging protected memory in guest page tables

[PATCH v2 0/2] x86/cpu: fix invalid MTRR mask values for SEV or TME
 2024-02-28  0:07 UTC  (15+ messages)

[PATCH 00/21] TDX/SNP part 1 of n, for 6.9
 2024-02-27 23:21 UTC  (22+ messages)
` [PATCH 01/21] KVM: x86: Split core of hypercall emulation to helper function
` [PATCH 02/21] KVM: Allow page-sized MMU caches to be initialized with custom 64-bit values
` [PATCH 03/21] KVM: x86/mmu: Replace hardcoded value 0 for the initial value for SPTE
` [PATCH 04/21] KVM: x86/mmu: Allow non-zero value for non-present SPTE and removed SPTE
` [PATCH 05/21] KVM: x86/mmu: Add Suppress VE bit to EPT shadow_mmio_mask/shadow_present_mask
` [PATCH 06/21] KVM: x86/mmu: Track shadow MMIO value on a per-VM basis
` [PATCH 07/21] KVM: VMX: Introduce test mode related to EPT violation VE
` [PATCH 08/21] KVM: VMX: Move out vmx_x86_ops to 'main.c' to dispatch VMX and TDX
` [PATCH 09/21] KVM: VMX: Modify NMI and INTR handlers to take intr_info as function argument
` [PATCH 10/21] KVM: SEV: Use a VMSA physical address variable for populating VMCB
` [PATCH 11/21] KVM: x86/tdp_mmu: Init role member of struct kvm_mmu_page at allocation
` [PATCH 12/21] KVM: x86/tdp_mmu: Sprinkle __must_check
` [PATCH 13/21] KVM: x86/mmu: Pass around full 64-bit error code for KVM page faults
` [PATCH 14/21] KVM: x86/mmu: pass error code back to MMU when async pf is ready
` [PATCH 15/21] KVM: x86/mmu: Use PFERR_GUEST_ENC_MASK to indicate fault is private
` [PATCH 16/21] KVM: guest_memfd: pass error up from filemap_grab_folio
` [PATCH 17/21] filemap: add FGP_CREAT_ONLY
` [PATCH 18/21] KVM: x86: Add gmem hook for initializing memory
` [PATCH 19/21] KVM: guest_memfd: add API to undo kvm_gmem_get_uninit_pfn
` [PATCH 20/21] KVM: x86: Add gmem hook for invalidating memory
` [PATCH 21/21] KVM: x86: Add gmem hook for determining max NPT mapping level

[PATCH v8 00/16] Add Secure TSC support for SNP guests
 2024-02-27 22:20 UTC  (7+ messages)
` [PATCH v8 01/16] virt: sev-guest: Use AES GCM crypto library
` [PATCH v8 02/16] virt: sev-guest: Replace dev_dbg with pr_debug
` [PATCH v8 03/16] virt: sev-guest: Add SNP guest request structure

[GIT PULL] KVM: x86: SVM changes for 6.9
 2024-02-27 21:35 UTC  (2+ messages)

[PATCH v2 0/3] KVM: VMX: MSR intercept/passthrough cleanup and simplification
 2024-02-27 21:28 UTC  (2+ messages)

[PATCH v3] kvm/x86: allocate the write-tracking metadata on-demand
 2024-02-27 21:28 UTC  (3+ messages)

[PATCH] KVM: SVM: Rename vmplX_ssp -> plX_ssp
 2024-02-27 21:28 UTC  (2+ messages)

[PATCH v8 0/2] ppc: Enable 2nd DAWR support on Power10
 2024-02-27 20:52 UTC  (6+ messages)
` [PATCH v8 1/2] ppc: Enable 2nd DAWR support on Power10 PowerNV machine
` [PATCH v8 2/2] ppc: spapr: Enable 2nd DAWR on Power10 pSeries machine

[PATCH] arm64: errata: Minimize tlb flush due to vttbr writes on AmpereOne
 2024-02-27 20:26 UTC  (4+ messages)

[PATCH] vfio/type1: unpin PageReserved page
 2024-02-27 20:25 UTC  (6+ messages)

[PATCH v2 0/9] SVM guest shadow stack support
 2024-02-27 19:47 UTC  (17+ messages)
` [PATCH v2 1/9] x86/boot: Move boot_*msr helpers to asm/shared/msr.h
` [PATCH v2 2/9] KVM: x86: SVM: Emulate reads and writes to shadow stack MSRs
` [PATCH v2 3/9] KVM: x86: SVM: Update dump_vmcb with shadow stack save area additions
` [PATCH v2 4/9] KVM: x86: SVM: Pass through shadow stack MSRs
` [PATCH v2 5/9] KVM: SVM: Rename vmplX_ssp -> plX_ssp
` [PATCH v2 6/9] KVM: SVM: Add MSR_IA32_XSS to the GHCB for hypervisor kernel
` [PATCH v2 7/9] x86/sev-es: Include XSS value in GHCB CPUID request
` [PATCH v2 8/9] KVM: SVM: Use KVM-governed features to track SHSTK
` [PATCH v2 9/9] KVM: SVM: Add CET features to supported_xss

[kvm-unit-tests PATCH v2 00/18] arm64: EFI improvements
 2024-02-27 19:21 UTC  (19+ messages)
` [kvm-unit-tests PATCH v2 01/18] runtime: Update MAX_SMP probe
` [kvm-unit-tests PATCH v2 02/18] runtime: Add yet another 'no kernel' error message
` [kvm-unit-tests PATCH v2 03/18] arm64: efi: Don't create dummy test
` [kvm-unit-tests PATCH v2 04/18] arm64: efi: Make running tests on EFI can be parallel
` [kvm-unit-tests PATCH v2 05/18] arm64: efi: Remove redundant dtb generation
` [kvm-unit-tests PATCH v2 06/18] arm64: efi: Move run code into a function
` [kvm-unit-tests PATCH v2 07/18] arm64: efi: Remove EFI_USE_DTB
` [kvm-unit-tests PATCH v2 08/18] arm64: efi: Improve device tree discovery
` [kvm-unit-tests PATCH v2 09/18] lib/efi: Add support for loading the initrd
` [kvm-unit-tests PATCH v2 10/18] arm64: efi: Allow running tests directly
` [kvm-unit-tests PATCH v2 11/18] arm/arm64: Factor out some initial setup
` [kvm-unit-tests PATCH v2 12/18] arm/arm64: Factor out allocator init from mem_init
` [kvm-unit-tests PATCH v2 13/18] arm64: Simplify efi_mem_init
` [kvm-unit-tests PATCH v2 14/18] arm64: Add memregions_efi_init
` [kvm-unit-tests PATCH v2 15/18] arm64: efi: Don't map reserved regions
` [kvm-unit-tests PATCH v2 16/18] arm64: efi: Fix _start returns from failed _relocate
` [kvm-unit-tests PATCH v2 17/18] arm64: efi: Switch to our own stack
` [kvm-unit-tests PATCH v2 18/18] arm64: efi: Add gitlab CI

[PATCH v3 00/15] KVM: SEV: allow customizing VMSA features
 2024-02-27 17:49 UTC  (16+ messages)
` [PATCH v3 02/15] KVM: x86: use u64_to_user_addr()
` [PATCH v3 03/15] KVM: SVM: Invert handling of SEV and SEV_ES feature flags
` [PATCH v3 04/15] KVM: SVM: Compile sev.c if and only if CONFIG_KVM_AMD_SEV=y
` [PATCH v3 06/15] KVM: introduce new vendor op for KVM_GET_DEVICE_ATTR
` [PATCH v3 07/15] KVM: SEV: publish supported VMSA features
` [PATCH v3 08/15] KVM: SEV: store VMSA features in kvm_sev_info
` [PATCH v3 09/15] KVM: SEV: disable DEBUG_SWAP by default
` [PATCH v3 10/15] KVM: x86: add fields to struct kvm_arch for CoCo features
` [PATCH v3 11/15] KVM: x86: Add supported_vm_types to kvm_caps
` [PATCH v3 12/15] KVM: SEV: introduce to_kvm_sev_info
` [PATCH v3 13/15] KVM: SEV: define VM types for SEV and SEV-ES
` [PATCH v3 14/15] KVM: SEV: introduce KVM_SEV_INIT2 operation
` [PATCH v3 15/15] selftests: kvm: add tests for KVM_SEV_INIT2

[PATCH v18 000/121] KVM TDX basic feature support
 2024-02-27 17:30 UTC  (20+ messages)
` [PATCH v18 057/121] KVM: TDX: Add load_mmu_pgd method for TDX
` [PATCH v18 060/121] KVM: TDX: TDP MMU TDX support
` [PATCH v18 061/121] KVM: TDX: MTRR: implement get_mt_mask() for TDX
` [PATCH v18 064/121] KVM: TDX: Create initial guest memory
` [PATCH v18 071/121] KVM: TDX: restore user ret MSRs

[PATCH v2 0/8] KVM: x86/xen updates
 2024-02-27 17:28 UTC  (15+ messages)
` [PATCH v2 1/8] KVM: x86/xen: improve accuracy of Xen timers
` [PATCH v2 2/8] KVM: x86/xen: inject vCPU upcall vector when local APIC is enabled
` [PATCH v2 3/8] KVM: x86/xen: remove WARN_ON_ONCE() with false positives in evtchn delivery
` [PATCH v2 4/8] KVM: pfncache: simplify locking and make more self-contained
` [PATCH v2 5/8] KVM: x86/xen: fix recursive deadlock in timer injection
` [PATCH v2 6/8] KVM: x86/xen: split up kvm_xen_set_evtchn_fast()
` [PATCH v2 7/8] KVM: x86/xen: avoid blocking in hardirq context in kvm_xen_set_evtchn_fast()
` [PATCH v2 8/8] KVM: pfncache: clean up rwlock abuse

[RFC PATCH 00/73] KVM: x86/PVM: Introduce a new hypervisor
 2024-02-27 17:27 UTC  (6+ messages)
` [RFC PATCH 15/73] mm/vmalloc: Add a helper to reserve a contiguous and aligned kernel virtual area

[RFC 0/8] Introduce SMP Cache Topology
 2024-02-27 16:17 UTC  (11+ messages)
` [RFC 4/8] hw/core: Add cache topology options in -smp
` [RFC 8/8] qemu-options: Add the cache topology description of -smp

[PATCH v4 00/66] QEMU Guest memfd + QEMU TDX support
 2024-02-27 15:42 UTC  (9+ messages)
` [PATCH v4 53/66] i386/tdx: Wire TDX_REPORT_FATAL_ERROR with GuestPanic facility

[RFC PATCH v1 00/26] KVM: Restricted mapping of guest_memfd at the host and pKVM/arm64 support
 2024-02-27 14:59 UTC  (16+ messages)
` [RFC PATCH v1 03/26] KVM: Add restricted support for mapping guestmem by the host
  ` folio_mmapped
      ` folio_mmapped

[PATCH v5 0/6] LoongArch: Add pv ipi support on LoongArch VM
 2024-02-27 14:57 UTC  (16+ messages)
` [PATCH v5 3/6] LoongArch: KVM: Add cpucfg area for kvm hypervisor

[PATCH v9 00/21] Introduce smp.modules for x86 in QEMU
 2024-02-27 10:41 UTC  (23+ messages)
` [PATCH v9 01/21] hw/core/machine: Introduce the module as a CPU topology level
` [PATCH v9 02/21] hw/core/machine: Support modules in -smp
` [PATCH v9 03/21] hw/core: Introduce module-id as the topology subindex
` [PATCH v9 04/21] hw/core: Support module-id in numa configuration
` [PATCH v9 05/21] i386/cpu: Fix i/d-cache topology to core level for Intel CPU
` [PATCH v9 06/21] i386/cpu: Use APIC ID info to encode cache topo in CPUID[4]
` [PATCH v9 07/21] i386/cpu: Use APIC ID info get NumSharingCache for CPUID[0x8000001D].EAX[bits 25:14]
` [PATCH v9 08/21] i386/cpu: Consolidate the use of topo_info in cpu_x86_cpuid()
` [PATCH v9 09/21] i386/cpu: Introduce bitmap to cache available CPU topology levels
` [PATCH v9 10/21] i386: Split topology types of CPUID[0x1F] from the definitions of CPUID[0xB]
` [PATCH v9 11/21] i386/cpu: Decouple CPUID[0x1F] subleaf with specific topology level
` [PATCH v9 12/21] i386: Introduce module level cpu topology to CPUX86State
` [PATCH v9 13/21] i386: Support modules_per_die in X86CPUTopoInfo
` [PATCH v9 14/21] i386: Expose module level in CPUID[0x1F]
` [PATCH v9 15/21] i386: Support module_id in X86CPUTopoIDs
` [PATCH v9 16/21] i386/cpu: Introduce module-id to X86CPU
` [PATCH v9 17/21] tests: Add test case of APIC ID for module level parsing
` [PATCH v9 18/21] hw/i386/pc: Support smp.modules for x86 PC machine
` [PATCH v9 19/21] i386: Add cache topology info in CPUCacheInfo
` [PATCH v9 20/21] i386/cpu: Use CPUCacheInfo.share_level to encode CPUID[4]
` [PATCH v9 21/21] i386/cpu: Use CPUCacheInfo.share_level to encode CPUID[0x8000001D].EAX[bits 25:14]

[PATCH kvmtool] Fix 9pfs open device file security flaw
 2024-02-27  9:54 UTC  (2+ messages)

[PATCH v9 0/4] KVM: arm64: Allow the VM to select DEVICE_* and NORMAL_NC for IO memory
 2024-02-27  9:42 UTC  (5+ messages)

[PATCH v19 000/130] KVM TDX basic feature support
 2024-02-27  8:52 UTC  (8+ messages)
` [PATCH v19 004/130] x86/virt/tdx: Support global metadata read for all element sizes
` [PATCH v19 028/130] KVM: TDX: Add TDX "architectural" error codes
` [PATCH v19 091/130] KVM: TDX: remove use of struct vcpu_vmx from posted_interrupt.c

[kvm-unit-tests PATCH 00/32] powerpc improvements
 2024-02-27  8:50 UTC  (3+ messages)
` [kvm-unit-tests PATCH 03/32] powerpc: Fix stack backtrace termination

[PULL 05/30] hw/i386/kvmvapic: Inline sysbus_address_space()
 2024-02-27  8:39 UTC 

[PATCH] MAINTAINERS: Re-alphabetize VFIO
 2024-02-27  8:26 UTC  (2+ messages)

subscribe
 2024-02-27  6:52 UTC 

[PATCH v4 0/5] KVM: selftests: aarch64: Introduce pmu_event_filter_test
 2024-02-27  4:24 UTC  (7+ messages)
` [PATCH v4 1/5] KVM: selftests: aarch64: Make the [create|destroy]_vpmu_vm() public
` [PATCH v4 4/5] KVM: selftests: aarch64: Introduce pmu_event_filter_test

linux-next: manual merge of the kvm tree with the loongarch tree
 2024-02-27  3:09 UTC 

[PATCH v3 0/8] Use TAP in some more x86 KVM selftests
 2024-02-27  2:21 UTC  (2+ messages)

[PATCH v2] KVM: x86/intr: Explicitly check NMI from guest to eliminate false positives
 2024-02-27  2:21 UTC  (6+ messages)

[PATCH 1/1] KVM: selftests: close the memfd in some gmem tests
 2024-02-27  1:57 UTC 

[PATCH vhost v2 00/19] virtio: drivers maintain dma info for premapped vq
 2024-02-27  1:32 UTC  (9+ messages)
` [PATCH vhost v2 19/19] virtio_net: sq support premapped mode

[PATCH v3 00/10] crypto: qat - enable QAT GEN4 SRIOV VF live migration for QAT GEN4
 2024-02-26 22:24 UTC  (8+ messages)
` [PATCH v3 10/10] vfio/qat: Add vfio_pci driver for Intel QAT VF devices

[PATCH 0/6] hw: Remove sysbus_address_space()
 2024-02-26 20:04 UTC  (14+ messages)
` [PATCH 1/6] hw/arm: Inline sysbus_create_simple(PL110 / PL111)

[PATCH 0/8] KVM: SVM: Clean up VMRUN=>#VMEXIT assembly
 2024-02-26 20:02 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).