kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-27 14:41:26 to 2024-02-28 17:20:44 UTC [more...]

[PATCH 00/21] TDX/SNP part 1 of n, for 6.9
 2024-02-28 17:20 UTC  (36+ 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 00/16] KVM: x86/mmu: Page fault and MMIO cleanups
 2024-02-28 16:22 UTC  (21+ messages)
` [PATCH 01/16] KVM: x86/mmu: Exit to userspace with -EFAULT if private fault hits emulation
` [PATCH 02/16] KVM: x86: Remove separate "bit" defines for page fault error code masks
` [PATCH 03/16] KVM: x86: Define more SEV+ page fault error bits/flags for #NPF
` [PATCH 04/16] KVM: x86/mmu: Pass full 64-bit error code when handling page faults
` [PATCH 05/16] KVM: x86/mmu: Use synthetic page fault error code to indicate private faults
` [PATCH 06/16] KVM: x86/mmu: WARN if upper 32 bits of legacy #PF error code are non-zero
` [PATCH 07/16] KVM: x86: Move synthetic PFERR_* sanity checks to SVM's #NPF handler
` [PATCH 08/16] KVM: x86/mmu: WARN and skip MMIO cache on private, reserved page faults
` [PATCH 09/16] KVM: x86/mmu: Move private vs. shared check above slot validity checks
` [PATCH 10/16] KVM: x86/mmu: Don't force emulation of L2 accesses to non-APIC internal slots
` [PATCH 11/16] KVM: x86/mmu: Explicitly disallow private accesses to emulated MMIO
` [PATCH 12/16] KVM: x86/mmu: Move slot checks from __kvm_faultin_pfn() to kvm_faultin_pfn()
` [PATCH 13/16] KVM: x86/mmu: Handle no-slot faults at the beginning of kvm_faultin_pfn()
` [PATCH 14/16] KVM: x86/mmu: Set kvm_page_fault.hva to KVM_HVA_ERR_BAD for "no slot" faults
` [PATCH 15/16] KVM: x86/mmu: Initialize kvm_page_fault's pfn and hva to error values
` [PATCH 16/16] KVM: x86/mmu: Sanity check that __kvm_faultin_pfn() doesn't create noslot pfns

[RFC PATCH v5 00/29] TDX KVM selftests
 2024-02-28 16:19 UTC  (3+ messages)
` [RFC PATCH v5 05/29] KVM: selftests: Add helper functions to create TDX VMs

[PATCH v2 00/13] KVM/arm64: Add NV support for ERET and PAuth
 2024-02-28 16:08 UTC  (3+ messages)
` [PATCH v2 06/13] KVM: arm64: nv: Fast-track 'InHost' exception returns

[sean-jc:x86/ro_memslot_snafu] [KVM] 666538d29b: kernel-selftests.kvm.make.fail
 2024-02-28 15:20 UTC 

[kvm-unit-tests PATCH 00/13] Enable EFI support
 2024-02-28 15:04 UTC  (14+ messages)
` [kvm-unit-tests PATCH 01/13] riscv: Call abort instead of assert on unhandled exceptions
` [kvm-unit-tests PATCH 02/13] riscv: show_regs: Prepare for EFI images
` [kvm-unit-tests PATCH 03/13] treewide: lib/stack: Fix backtrace
` [kvm-unit-tests PATCH 04/13] treewide: lib/stack: Make base_address arch specific
` [kvm-unit-tests PATCH 05/13] riscv: Import gnu-efi files
` [kvm-unit-tests PATCH 06/13] riscv: Tweak the gnu-efi imported code
` [kvm-unit-tests PATCH 07/13] riscv: Enable building for EFI
` [kvm-unit-tests PATCH 08/13] riscv: efi: Switch stack in _start
` [kvm-unit-tests PATCH 09/13] efi: Add support for obtaining the boot hartid
` [kvm-unit-tests PATCH 10/13] riscv: Refactor setup code
` [kvm-unit-tests PATCH 11/13] riscv: Enable EFI boot
` [kvm-unit-tests PATCH 12/13] riscv: efi: Add run script
` [kvm-unit-tests PATCH 13/13] riscv: efi: Use efi-direct by default

[PATCH v4 00/10] crypto: qat - enable QAT GEN4 SRIOV VF live migration for QAT GEN4
 2024-02-28 14:34 UTC  (11+ messages)
` [PATCH v4 01/10] crypto: qat - adf_get_etr_base() helper
` [PATCH v4 02/10] crypto: qat - relocate and rename 4xxx PF2VM definitions
` [PATCH v4 03/10] crypto: qat - move PFVF compat checker to a function
` [PATCH v4 04/10] crypto: qat - relocate CSR access code
` [PATCH v4 05/10] crypto: qat - rename get_sla_arr_of_type()
` [PATCH v4 06/10] crypto: qat - expand CSR operations for QAT GEN4 devices
` [PATCH v4 07/10] crypto: qat - add bank save and restore flows
` [PATCH v4 08/10] crypto: qat - add interface for live migration
` [PATCH v4 09/10] crypto: qat - implement "
` [PATCH v4 10/10] vfio/qat: Add vfio_pci driver for Intel QAT VF devices

[RFC PATCH v1 00/26] KVM: Restricted mapping of guest_memfd at the host and pKVM/arm64 support
 2024-02-28 14:01 UTC  (18+ messages)
  ` folio_mmapped
      ` folio_mmapped

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

[PATCH 0/5] KVM RISC-V report few more ISA extensions through ONE_REG
 2024-02-28 13:10 UTC  (11+ messages)
` [PATCH 1/5] RISC-V: KVM: Forward SEED CSR access to user space
` [PATCH 2/5] RISC-V: KVM: Allow Ztso extension for Guest/VM
` [PATCH 3/5] KVM: riscv: selftests: Add Ztso extension to get-reg-list test
` [PATCH 4/5] RISC-V: KVM: Allow Zacas extension for Guest/VM
` [PATCH 5/5] KVM: riscv: selftests: Add Zacas extension to get-reg-list test

[PATCH net-next v2 0/3] tun: AF_XDP Tx zero-copy support
 2024-02-28 12:36 UTC  (2+ messages)

[kvm-unit-tests PATCH 00/32] powerpc improvements
 2024-02-28 12:16 UTC  (21+ messages)
` [kvm-unit-tests PATCH 04/32] powerpc: interrupt stack backtracing
` [kvm-unit-tests PATCH 09/32] scripts: allow machine option to be specified in unittests.cfg
` [kvm-unit-tests PATCH 10/32] scripts: Accommodate powerpc powernv machine differences
` [kvm-unit-tests PATCH 17/32] arch-run: Fix handling multiple exit status messages
` [kvm-unit-tests PATCH 23/32] powerpc: Add MMU support
` [kvm-unit-tests PATCH 24/32] common/sieve: Use vmalloc.h for setup_mmu definition
` [kvm-unit-tests PATCH 25/32] common/sieve: Support machines without MMU
` [kvm-unit-tests PATCH 29/32] configure: Fail on unknown arch
` [kvm-unit-tests PATCH 30/32] configure: Make arch_libdir a first-class entity
` [kvm-unit-tests PATCH 32/32] powerpc: gitlab CI update

[PATCH v8 00/16] Add Secure TSC support for SNP guests
 2024-02-28 11:50 UTC  (8+ 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

[PATCH] vfio/type1: unpin PageReserved page
 2024-02-28 11:35 UTC  (7+ messages)

[PATCH net-next v2 3/3] tun: AF_XDP Tx zero-copy support
 2024-02-28 11:05 UTC 

[PATCH net-next v2 2/3] vhost_net: Call peek_len when using xdp
 2024-02-28 11:05 UTC 

[PATCH net-next v2 1/3] xsk: Remove non-zero 'dma_page' check in xp_assign_dev
 2024-02-28 11:05 UTC 

[PATCH 0/3] KVM: x86: Fix KVM_FEATURE_PV_UNHALT update logic
 2024-02-28 10:18 UTC  (4+ messages)
` [PATCH 1/3] KVM: x86: Introduce __kvm_get_hypervisor_cpuid() helper
` [PATCH 2/3] KVM: x86: Use actual kvm_cpuid.base for clearing KVM_FEATURE_PV_UNHALT
` [PATCH 3/3] KVM: selftests: Check that KVM_FEATURE_PV_UNHALT is cleared with KVM_X86_DISABLE_EXITS_HLT

[PATCH v9 00/21] Introduce smp.modules for x86 in QEMU
 2024-02-28  9:57 UTC  (5+ messages)
` [PATCH v9 02/21] hw/core/machine: Support modules in -smp
` [PATCH v9 03/21] hw/core: Introduce module-id as the topology subindex

[RFC 0/8] Introduce SMP Cache Topology
 2024-02-28  9:53 UTC  (14+ messages)
` [RFC 2/8] hw/core: Move CPU topology enumeration into arch-agnostic file
` [RFC 4/8] hw/core: Add cache topology options in -smp
` [RFC 6/8] i386/cpu: Update cache topology with machine's configuration
` [RFC 8/8] qemu-options: Add the cache topology description of -smp

[PATCH v3 00/15] KVM: SEV: allow customizing VMSA features
 2024-02-28  9:34 UTC  (8+ messages)
` [PATCH v3 05/15] Documentation: kvm/sev: separate description of firmware
` [PATCH v3 13/15] KVM: SEV: define VM types for SEV and SEV-ES

[PATCH net-next v6 2/5] page_frag: unify gfp bits for order 3 page allocation
 2024-02-28  9:30 UTC  (2+ messages)
` [PATCH net-next v6 4/5] vhost/net: remove vhost_net_page_frag_refill()

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

[PATCH v7 0/4] KVM: selftests: Add LoongArch support
 2024-02-28  8:51 UTC  (2+ messages)

[PATCH v4 7/8] cpuidle/poll_state: replace cpu_relax with smp_cond_load_relaxed
 2024-02-28  4:36 UTC  (2+ messages)

[PATCH v9 00/11] KVM: selftests: Add SEV and SEV-ES smoke tests
 2024-02-28  2:12 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  (14+ messages)

[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  (4+ messages)
` [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 v2 0/9] SVM guest shadow stack support
 2024-02-27 19:47 UTC  (11+ messages)
` [PATCH v2 1/9] x86/boot: Move boot_*msr helpers to asm/shared/msr.h
` [PATCH v2 5/9] KVM: SVM: Rename vmplX_ssp -> plX_ssp
` [PATCH v2 7/9] x86/sev-es: Include XSS value in GHCB CPUID request

[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 v18 000/121] KVM TDX basic feature support
 2024-02-27 17:30 UTC  (8+ messages)
` [PATCH v18 064/121] KVM: TDX: Create initial guest memory

[PATCH v2 0/8] KVM: x86/xen updates
 2024-02-27 17:28 UTC  (8+ messages)
` [PATCH v2 7/8] KVM: x86/xen: avoid blocking in hardirq context in kvm_xen_set_evtchn_fast()

[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

[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

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


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).