KVM Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-02 11:19:58 to 2024-03-05 10:24:14 UTC [more...]

[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

[RFC PATCH v5 00/29] TDX KVM selftests
 2024-03-05  8:58 UTC  (20+ messages)
` [RFC PATCH v5 10/29] KVM: selftests: TDX: Adding test case for TDX port IO
` [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 24/29] KVM: selftests: Expose _vm_vaddr_alloc
` [RFC PATCH v5 26/29] KVM: selftests: TDX: Add support for TDG.VP.VEINFO.GET
` [RFC PATCH v5 28/29] KVM: selftests: TDX: Add TDX UPM selftest

[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

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

[PATCH 00/21] TDX/SNP part 1 of n, for 6.9
 2024-03-05  8:35 UTC  (28+ 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 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 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 16/21] KVM: guest_memfd: pass error up from filemap_grab_folio
` [PATCH 17/21] filemap: add FGP_CREAT_ONLY
` [PATCH 19/21] KVM: guest_memfd: add API to undo kvm_gmem_get_uninit_pfn

[PATCH v19 000/130] KVM TDX basic feature support
 2024-03-05  8:35 UTC  (13+ 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 v19 101/130] KVM: TDX: handle ept violation/misconfig exit

[PATCH v4 00/10] crypto: qat - enable QAT GEN4 SRIOV VF live migration for QAT GEN4
 2024-03-05  7:43 UTC  (8+ messages)
` [PATCH v4 01/10] crypto: qat - adf_get_etr_base() helper
` [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 00/32] powerpc improvements
 2024-03-05  6:59 UTC  (26+ 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

[kvm-unit-tests PATCH 0/7] more migration enhancements and tests
 2024-03-05  6:52 UTC  (19+ messages)
` [kvm-unit-tests PATCH 1/7] arch-run: Keep infifo open
` [kvm-unit-tests PATCH 2/7] migration: Add a migrate_skip command
` [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  (6+ messages)
` [PATCH 1/1] "

[PATCH 0/3] kvm: add support for KVM_CAP_VM_GPA_BITS
 2024-03-05  2:59 UTC  (8+ 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 v7 00/14] Improve KVM + userfaultfd performance via KVM_EXIT_MEMORY_FAULTs on stage-2 faults
 2024-03-05  1:01 UTC  (8+ messages)
` [PATCH v7 08/14] KVM: arm64: Enable KVM_CAP_MEMORY_FAULT_INFO and annotate fault in the stage-2 fault handler

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

folio_mmapped
 2024-03-04 21:58 UTC  (20+ 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  (9+ messages)
` [PATCH 1/5] KVM: arm64: Add accessor for per-CPU state
` [PATCH 2/5] KVM: arm64: Exclude host_debug_data from vcpu_arch
` [PATCH 3/5] KVM: arm64: Exclude mdcr_el2_host from kvm_vcpu_arch
` [PATCH 4/5] KVM: arm64: Exclude host_fpsimd_state pointer "
` [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 v3 00/15] KVM: SEV: allow customizing VMSA features
 2024-03-04 16:37 UTC  (8+ messages)
` [PATCH v3 02/15] KVM: x86: use u64_to_user_addr()
` [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] 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)

[PATCH net-next v2 1/3] xsk: Remove non-zero 'dma_page' check in xp_assign_dev
 2024-03-04 13:58 UTC  (4+ messages)

[PATCH net-next v2 3/3] tun: AF_XDP Tx zero-copy support
 2024-03-04 13:45 UTC  (7+ messages)

[PATCH vhost 0/4] refactor the params of find_vqs()
 2024-03-04 11:47 UTC  (5+ 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 vhost 4/4] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()

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

[kvm-unit-tests PATCH v2 00/18] arm64: EFI improvements
 2024-03-04 10:01 UTC  (41+ 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 v6 0/7] LoongArch: Add pv ipi support on LoongArch VM
 2024-03-04  9:10 UTC  (4+ messages)
` [PATCH v6 7/7] Documentation: KVM: Add hypercall for LoongArch

[PATCH] Revert "vfio/type1: Unpin zero pages"
 2024-03-04  8:06 UTC  (2+ messages)

[PATCH v4 00/15] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-03-02 12:35 UTC  (7+ messages)
` [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


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 read-only IMAP folder(s) and NNTP newsgroup(s).