public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-03-04 14:09:02 to 2024-03-05 16:46:31 UTC [more...]

[kvm-unit-tests PATCH v3 00/18] arm64: EFI improvements
 2024-03-05 16:46 UTC  (2+ messages)
` [kvm-unit-tests PATCH v3 01/18] runtime: Update MAX_SMP probe

[RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps
 2024-03-05 16:39 UTC  (22+ messages)
` [RFC RESEND 01/16] mm/hmm: let users to tag specific PFNs
` [RFC RESEND 02/16] dma-mapping: provide an interface to allocate IOVA
` [RFC RESEND 03/16] dma-mapping: provide callbacks to link/unlink pages to specific IOVA
` [RFC RESEND 04/16] iommu/dma: Provide an interface to allow preallocate IOVA
` [RFC RESEND 05/16] iommu/dma: Prepare map/unmap page functions to receive IOVA
` [RFC RESEND 06/16] iommu/dma: Implement link/unlink page callbacks
` [RFC RESEND 07/16] RDMA/umem: Preallocate and cache IOVA for UMEM ODP
` [RFC RESEND 08/16] RDMA/umem: Store ODP access mask information in PFN
` [RFC RESEND 09/16] RDMA/core: Separate DMA mapping to caching IOVA and page linkage
` [RFC RESEND 10/16] RDMA/umem: Prevent UMEM ODP creation with SWIOTLB
` [RFC RESEND 11/16] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [RFC RESEND 12/16] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [RFC RESEND 13/16] vfio/mlx5: Explicitly store page list
` [RFC RESEND 14/16] vfio/mlx5: Convert vfio to use DMA link API
` [RFC RESEND 15/16] block: add dma_link_range() based API
` [RFC RESEND 16/16] nvme-pci: use blk_rq_dma_map() for NVMe SGL

[PATCH v2] kvm: set guest physical bits in CPUID.0x80000008
 2024-03-05 16:35 UTC  (2+ messages)

[syzbot] [kvm?] WARNING in kvm_mmu_notifier_invalidate_range_start (3)
 2024-03-05 15:49 UTC  (3+ messages)

[PATCH v7 00/14] Improve KVM + userfaultfd performance via KVM_EXIT_MEMORY_FAULTs on stage-2 faults
 2024-03-05 15:39 UTC  (9+ messages)
` [PATCH v7 08/14] KVM: arm64: Enable KVM_CAP_MEMORY_FAULT_INFO and annotate fault in the stage-2 fault handler

[RFC PATCH] kvm: nv: Optimize the unmapping of shadow S2-MMU tables
 2024-03-05 15:03 UTC  (6+ messages)

[PATCH] KVM:SVM: Flush cache only on CPUs running SEV guest
 2024-03-05 14:57 UTC 

[kvm-unit-tests PATCH v1] arch-run: Wait for incoming socket being removed
 2024-03-05 14:11 UTC 

[kvmtool PATCH 00/10] More ISA extensions
 2024-03-05 13:52 UTC  (17+ messages)
` [kvmtool PATCH 03/10] riscv: Add Zbc extension support
` [kvmtool PATCH 04/10] riscv: Add scalar crypto extensions support
` [kvmtool PATCH 05/10] riscv: Add vector "
` [kvmtool PATCH 06/10] riscv: Add Zfh[min] "
` [kvmtool PATCH 07/10] riscv: Add Zihintntl extension support
` [kvmtool PATCH 08/10] riscv: Add Zvfh[min] extensions support
` [kvmtool PATCH 09/10] riscv: Add Zfa extensiona support
` [kvmtool PATCH 10/10] riscv: Allow disabling SBI STA extension for Guest

[PATCH-for-9.1 00/18] hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines
 2024-03-05 13:42 UTC  (19+ messages)
` [PATCH-for-9.1 01/18] hw/i386/pc: Remove deprecated pc-i440fx-2.0 machine
` [PATCH-for-9.1 02/18] hw/usb/hcd-xhci: Enumerate xhci_flags setting values
` [PATCH-for-9.1 03/18] hw/usb/hcd-xhci: Remove XHCI_FLAG_FORCE_PCIE_ENDCAP flag
` [PATCH-for-9.1 04/18] hw/usb/hcd-xhci: Remove XHCI_FLAG_SS_FIRST flag
` [PATCH-for-9.1 05/18] hw/i386/acpi: Remove PCMachineClass::legacy_acpi_table_size
` [PATCH-for-9.1 06/18] hw/i386/pc: Remove deprecated pc-i440fx-2.1 machine
` [PATCH-for-9.1 07/18] target/i386/kvm: Remove x86_cpu_change_kvm_default() and 'kvm-cpu.h'
` [PATCH-for-9.1 08/18] hw/i386/pc: Remove PCMachineClass::smbios_uuid_encoded
` [PATCH-for-9.1 09/18] hw/i386/pc: Remove PCMachineClass::enforce_aligned_dimm
` [PATCH-for-9.1 10/18] hw/mem/pc-dimm: Remove legacy_align argument from pc_dimm_pre_plug()
` [PATCH-for-9.1 11/18] hw/mem/memory-device: Remove legacy_align from memory_device_pre_plug()
` [PATCH-for-9.1 12/18] hw/i386/pc: Remove deprecated pc-i440fx-2.2 machine
` [PATCH-for-9.1 13/18] hw/i386/pc: Remove PCMachineClass::resizable_acpi_blob
` [PATCH-for-9.1 14/18] hw/i386/pc: Remove PCMachineClass::rsdp_in_ram
` [PATCH-for-9.1 15/18] hw/i386/acpi: Remove AcpiBuildState::rsdp field
` [PATCH-for-9.1 16/18] hw/i386/pc: Remove deprecated pc-i440fx-2.3 machine
` [PATCH-for-9.1 17/18] target/i386: Remove X86CPU::kvm_no_smi_migration field
` [PATCH-for-9.1 18/18] hw/i386/pc: Replace PCMachineClass::acpi_data_size by PC_ACPI_DATA_SIZE

[PATCH 00/21] TDX/SNP part 1 of n, for 6.9
 2024-03-05 13:42 UTC  (16+ 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 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 09/21] KVM: VMX: Modify NMI and INTR handlers to take intr_info as function argument
` [PATCH 13/21] KVM: x86/mmu: Pass around full 64-bit error code for KVM page faults

[PATCH v3 00/15] KVM: SEV: allow customizing VMSA features
 2024-03-05 13:34 UTC  (7+ messages)
` [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

[kvm-unit-tests PATCH 00/32] powerpc improvements
 2024-03-05 12:12 UTC  (27+ messages)
` [kvm-unit-tests PATCH 03/32] powerpc: Fix stack backtrace termination
` [kvm-unit-tests PATCH 04/32] powerpc: interrupt stack backtracing
` [kvm-unit-tests PATCH 07/32] powerpc/sprs: Don't fail changed SPRs that are used by the test harness
` [kvm-unit-tests PATCH 12/32] powerpc: Fix emulator illegal instruction test for powernv
` [kvm-unit-tests PATCH 14/32] powerpc: general interrupt tests

[RFC PATCH v5 00/29] TDX KVM selftests
 2024-03-05 11:09 UTC  (14+ messages)
` [RFC PATCH v5 15/29] KVM: selftests: TDX: Add TDX MSR read/write tests
` [RFC PATCH v5 16/29] KVM: selftests: TDX: Add TDX HLT exit test
` [RFC PATCH v5 17/29] KVM: selftests: TDX: Add TDX MMIO reads test
` [RFC PATCH v5 18/29] KVM: selftests: TDX: Add TDX MMIO writes test
` [RFC PATCH v5 22/29] KVM: selftests: Add functions to allow mapping as shared
` [RFC PATCH v5 28/29] KVM: selftests: TDX: Add TDX UPM selftest

[PATCH vhost 0/4] refactor the params of find_vqs()
 2024-03-05 11:36 UTC  (10+ messages)
` [PATCH vhost 1/4] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost 2/4] virtio: vring_create_virtqueue: "
` [PATCH vhost 3/4] virtio: vring_new_virtqueue(): "

[PATCH] LoongArch: KVM: Set reserved bit as zero about cpucfg
 2024-03-05 11:33 UTC 

[PATCH v2 0/2] kvm: add support for guest physical bits
 2024-03-05 10:54 UTC  (4+ messages)
` [PATCH v2 1/2] [debug] log kvm supported cpuid
` [PATCH v2 2/2] kvm: add support for guest physical bits

[PATCH vfio] vfio/mlx5: Enforce PRE_COPY support
 2024-03-05 10:30 UTC 

[RFC 00/16] Split IOMMU DMA mapping operation to two steps
 2024-03-05 10:23 UTC  (35+ messages)
` [RFC 01/16] mm/hmm: let users to tag specific PFNs
  ` [RFC 02/16] dma-mapping: provide an interface to allocate IOVA
  ` [RFC 03/16] dma-mapping: provide callbacks to link/unlink pages to specific IOVA
  ` [RFC 04/16] iommu/dma: Provide an interface to allow preallocate IOVA
  ` [RFC 05/16] iommu/dma: Prepare map/unmap page functions to receive IOVA
  ` [RFC 06/16] iommu/dma: Implement link/unlink page callbacks
  ` [RFC 07/16] RDMA/umem: Preallocate and cache IOVA for UMEM ODP
  ` [RFC 08/16] RDMA/umem: Store ODP access mask information in PFN
  ` [RFC 09/16] RDMA/core: Separate DMA mapping to caching IOVA and page linkage
  ` [RFC 10/16] RDMA/umem: Prevent UMEM ODP creation with SWIOTLB
  ` [RFC 11/16] vfio/mlx5: Explicitly use number of pages instead of allocated length
  ` [RFC 12/16] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
  ` [RFC 13/16] vfio/mlx5: Explicitly store page list
  ` [RFC 14/16] vfio/mlx5: Convert vfio to use DMA link API
  ` [RFC 15/16] block: add dma_link_range() based API
  ` [RFC 16/16] nvme-pci: use blk_rq_dma_map() for NVMe SGL

[PATCH] KVM: Drop unused @may_block param from gfn_to_pfn_cache_invalidate_start()
 2024-03-05  9:32 UTC  (2+ messages)

[PATCH v2 0/8] KVM: x86/xen updates
 2024-03-05  9:29 UTC  (7+ messages)
` [PATCH v2 1/8] KVM: x86/xen: improve accuracy of Xen timers
` [PATCH v2 4/8] KVM: pfncache: simplify locking and make more self-contained

[PATCH v5 00/65] QEMU Guest memfd + QEMU TDX support
 2024-03-05  9:10 UTC  (3+ messages)
` [PATCH v5 08/65] kvm: handle KVM_EXIT_MEMORY_FAULT

[PATCH v19 000/130] KVM TDX basic feature support
 2024-03-05  8:35 UTC  (11+ messages)
` [PATCH v19 008/130] x86/tdx: Warning with 32bit build shift-count-overflow
` [PATCH v19 027/130] KVM: TDX: Define TDX architectural definitions
` [PATCH v19 091/130] KVM: TDX: remove use of struct vcpu_vmx from posted_interrupt.c

[PATCH v4 00/10] crypto: qat - enable QAT GEN4 SRIOV VF live migration for QAT GEN4
 2024-03-05  7:43 UTC  (6+ messages)
` [PATCH v4 10/10] vfio/qat: Add vfio_pci driver for Intel QAT VF devices

[PATCH 3/3] s390: supplement for ptdesc conversion
 2024-03-05  7:21 UTC  (2+ messages)
` [PATCH v2 "

[kvm-unit-tests PATCH 0/7] more migration enhancements and tests
 2024-03-05  6:52 UTC  (17+ messages)
` [kvm-unit-tests PATCH 1/7] arch-run: Keep infifo open
` [kvm-unit-tests PATCH 5/7] arch-run: Add a "continuous" migration option for tests
` [kvm-unit-tests PATCH 6/7] gitlab-ci: Run migration selftest on s390x and powerpc
` [kvm-unit-tests PATCH 7/7] common: add memory dirtying vs migration test

[linus:master] [x86/bugs] 6613d82e61: stress-ng.mutex.ops_per_sec -7.9% regression
 2024-03-05  5:37 UTC  (3+ messages)

[PATCH v4 1/2] genirq/msi: add wrapper msi allocation API and export msi functions
 2024-03-05  4:30 UTC  (2+ messages)
` [PATCH v4 2/2] vfio/cdx: add interrupt support

[PATCH 00/16] KVM: x86/mmu: Page fault and MMIO cleanups
 2024-03-05  3:55 UTC  (8+ messages)
` [PATCH 04/16] KVM: x86/mmu: Pass full 64-bit error code when handling page faults
` [PATCH 08/16] KVM: x86/mmu: WARN and skip MMIO cache on private, reserved "

Why does the vmovdqu works for passthrough device but crashes for emulated device with "illegal operand" error (in x86_64 QEMU, -accel = kvm) ?
 2024-03-05  3:10 UTC  (4+ messages)

[PATCH 0/1] kvm: add support for guest physical bits
 2024-03-05  3:03 UTC  (5+ messages)
` [PATCH 1/1] "

[PATCH 0/3] kvm: add support for KVM_CAP_VM_GPA_BITS
 2024-03-05  2:59 UTC  (4+ messages)
` [PATCH 1/3] kvm: wire up KVM_CAP_VM_GPA_BITS for x86

[PATCH] KVM: x86/svm/pmu: Set PerfMonV2 global control bits correctly
 2024-03-05  2:31 UTC  (8+ messages)

[PATCH] hisi_acc_vfio_pci: Remove the deferred_reset logic
 2024-03-05  0:17 UTC  (4+ messages)

folio_mmapped
 2024-03-04 21:58 UTC  (19+ messages)
` folio_mmapped

[PATCH] KVM: x86: Do not mask LVTPC when handling a PMI on AMD platforms
 2024-03-04 20:49 UTC  (3+ messages)

[PATCH 0/5] KVM: arm64: Move host-specific data out of kvm_vcpu_arch
 2024-03-04 20:45 UTC  (5+ messages)
` [PATCH 4/5] KVM: arm64: Exclude host_fpsimd_state pointer from kvm_vcpu_arch
` [PATCH 5/5] KVM: arm64: Exclude FP ownership "

[PATCH 00/12] PCI device authentication
 2024-03-04 19:19 UTC  (5+ messages)
` [PATCH 03/12] X.509: Move certificate length retrieval into new helper

[PATCH] KVM:SVM: Flush cache only on CPUs running SEV guest
 2024-03-04 17:55 UTC  (2+ messages)

[PATCH] KVM: s390: vsie: retry SIE instruction on host intercepts
 2024-03-04 15:37 UTC  (4+ messages)

[PATCH v2 1/1] vfio/nvgrace-gpu: Convey kvm to map device memory region as noncached
 2024-03-04 14:53 UTC  (2+ messages)

[PATCH kvmtool] Fix 9pfs open device file security flaw
 2024-03-04 14:12 UTC  (2+ messages)

[PATCH kvmtool] x86: Fix bios memory size in e820_setup
 2024-03-04 14:08 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