kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-27 23:21:06 to 2024-02-29 03:55:59 UTC [more...]

[kvm-unit-tests PATCH 00/32] powerpc improvements
 2024-02-29  3:55 UTC  (24+ 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

[kvm-unit-tests PATCH 00/13] Enable EFI support
 2024-02-29  3:49 UTC  (17+ 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 v11 0/8] KVM: allow mapping non-refcounted pages
 2024-02-29  2:57 UTC  (9+ messages)
` [PATCH v11 1/8] KVM: Assert that a page's refcount is elevated when marking accessed/dirty
` [PATCH v11 2/8] KVM: Relax BUG_ON argument validation
` [PATCH v11 3/8] KVM: mmu: Introduce kvm_follow_pfn()
` [PATCH v11 4/8] KVM: mmu: Improve handling of non-refcounted pfns
` [PATCH v11 5/8] KVM: Migrate kvm_vcpu_map() to kvm_follow_pfn()
` [PATCH v11 6/8] KVM: x86: Migrate "
` [PATCH v11 7/8] KVM: x86/mmu: Track if sptes refer to refcounted pages
` [PATCH v11 8/8] KVM: x86/mmu: Handle non-refcounted pages

[PATCH v7] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
 2024-02-29  2:32 UTC  (3+ messages)

[PATCH RFC 00/20] Add Counter delegation ISA extension support
 2024-02-29  1:25 UTC  (3+ messages)

[PATCH v4 00/15] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-02-29  1:01 UTC  (16+ messages)
` [PATCH v4 01/15] RISC-V: Fix the typo in Scountovf CSR name
` [PATCH v4 02/15] RISC-V: Add FIRMWARE_READ_HI definition
` [PATCH v4 03/15] drivers/perf: riscv: Read upper bits of a firmware counter
` [PATCH v4 04/15] RISC-V: Add SBI PMU snapshot definitions
` [PATCH v4 05/15] drivers/perf: riscv: Implement SBI PMU snapshot function
` [PATCH v4 06/15] RISC-V: KVM: No need to update the counter value during reset
` [PATCH v4 07/15] RISC-V: KVM: No need to exit to the user space if perf event failed
` [PATCH v4 08/15] RISC-V: KVM: Implement SBI PMU Snapshot feature
` [PATCH v4 09/15] RISC-V: KVM: Add perf sampling support for guests
` [PATCH v4 10/15] RISC-V: KVM: Support 64 bit firmware counters on RV32
` [PATCH v4 11/15] KVM: riscv: selftests: Add Sscofpmf to get-reg-list test
` [PATCH v4 12/15] KVM: riscv: selftests: Add SBI PMU extension definitions
` [PATCH v4 13/15] KVM: riscv: selftests: Add SBI PMU selftest
` [PATCH v4 14/15] KVM: riscv: selftests: Add a test for PMU snapshot functionality
` [PATCH v4 15/15] KVM: riscv: selftests: Add a test for counter overflow

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

[PATCH 0/3] KVM: x86: Fix KVM_FEATURE_PV_UNHALT update logic
 2024-02-28 23:27 UTC  (5+ 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 v3 0/8] Use TAP in some more x86 KVM selftests
 2024-02-28 23:00 UTC  (12+ messages)
` [PATCH v3 3/8] KVM: selftests: Move setting a vCPU's entry point to a dedicated API

[PATCH v19 000/130] KVM TDX basic feature support
 2024-02-28 22:49 UTC  (3+ messages)
` [PATCH v19 008/130] x86/tdx: Warning with 32bit build shift-count-overflow

CVE-2021-46978: KVM: nVMX: Always make an attempt to map eVMCS after migration
 2024-02-28 22:09 UTC 

[PATCH v9 00/21] Introduce smp.modules for x86 in QEMU
 2024-02-28 21:22 UTC  (7+ 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
` [PATCH v9 18/21] hw/i386/pc: Support smp.modules for x86 PC machine

[PATCH 00/21] TDX/SNP part 1 of n, for 6.9
 2024-02-28 20:29 UTC  (39+ messages)
` [PATCH 01/21] KVM: x86: Split core of hypercall emulation to helper function
` [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 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 v1 1/1] vfio/nvgrace-gpu: Convey kvm that the device is wc safe
 2024-02-28 19:48 UTC 

[q&a] Status of IOMMU virtualization for nested virtualization (userspace PCI drivers in VMs)
 2024-02-28 19:38 UTC  (2+ messages)

[PATCH v3 00/10] crypto: qat - enable QAT GEN4 SRIOV VF live migration for QAT GEN4
 2024-02-28 19:07 UTC  (9+ messages)
` [PATCH v3 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 18:51 UTC  (19+ messages)
  ` folio_mmapped
      ` folio_mmapped

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

[PATCH v2 vfio 0/2] vfio/pds: Fix and simplify resets
 2024-02-28 18:16 UTC  (7+ 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 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 

[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

[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 v8 00/16] Add Secure TSC support for SNP guests
 2024-02-28 11:50 UTC  (3+ messages)
` [PATCH v8 03/16] virt: sev-guest: Add SNP guest request structure

[PATCH] vfio/type1: unpin PageReserved page
 2024-02-28 11:35 UTC  (5+ 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 

[RFC 0/8] Introduce SMP Cache Topology
 2024-02-28  9:53 UTC  (7+ 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

[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 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 v2 0/2] x86/cpu: fix invalid MTRR mask values for SEV or TME
 2024-02-28  0:07 UTC  (14+ 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).