public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-02-06 21:14:52 to 2024-02-08 14:53:55 UTC [more...]

[PATCH v6 0/4] kvm: arm64: allow the VM to select DEVICE_* and NORMAL_NC for IO memory
 2024-02-08 14:53 UTC  (13+ messages)
` [PATCH v6 1/4] kvm: arm64: introduce new flag for non-cacheable "
` [PATCH v6 2/4] mm: introduce new flag to indicate wc safe
` [PATCH v6 3/4] kvm: arm64: set io memory s2 pte as normalnc for vfio pci device
` [PATCH v6 4/4] vfio: convey kvm that the vfio-pci device is wc safe

[RFC PATCH] KVM: s390: remove extra copy of access registers into KVM_RUN
 2024-02-08 13:51 UTC  (5+ messages)

[PATCH 0/8] KVM: cleanup linux/kvm.h
 2024-02-08 13:39 UTC  (3+ messages)

[PATCH v18 000/121] KVM TDX basic feature support
 2024-02-08 13:30 UTC  (3+ messages)
` [PATCH v18 002/121] x86/virt/tdx: Export SEAMCALL functions

[PATCH v2] KVM: x86: nSVM/nVMX: Fix handling triple fault on RSM instruction
 2024-02-08 13:18 UTC  (5+ messages)

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

[PATCH v17 0/3] vfio/nvgrace-gpu: Add vfio pci variant module for grace hopper
 2024-02-08 11:13 UTC  (15+ messages)
` [PATCH v17 1/3] vfio/pci: rename and export do_io_rw()
` [PATCH v17 2/3] vfio/pci: rename and export range_intesect_range
` [PATCH v17 3/3] vfio/nvgrace-gpu: Add vfio pci variant module for grace hopper

[PATCH RFC gmem v1 0/8] KVM: gmem hooks/changes needed for x86 (other archs?)
 2024-02-08 10:57 UTC  (6+ messages)
` [PATCH RFC gmem v1 3/8] KVM: x86: Add gmem hook for initializing memory
` [PATCH RFC gmem v1 8/8] KVM: x86: Determine shared/private faults based on vm_type

[PATCH] iommu/vt-d: Set SSADE when attaching to a parent with dirty tracking
 2024-02-08 10:31 UTC  (2+ messages)

[PATCH rc 0/8] Add missing cache flush and dirty tracking set for nested parent domain
 2024-02-08 10:29 UTC  (21+ messages)
` [PATCH rc 1/8] iommu/vt-d: Track nested domains in parent
` [PATCH rc 2/8] iommu/vt-d: Add __iommu_flush_iotlb_psi()
` [PATCH rc 3/8] iommu/vt-d: Add missing iotlb flush for parent domain
` [PATCH rc 4/8] iommu/vt-d: Update iotlb in nested domain attach
` [PATCH rc 5/8] iommu/vt-d: Add missing device iotlb flush for parent domain
` [PATCH rc 6/8] iommu/vt-d: Remove @domain parameter from intel_pasid_setup_dirty_tracking()
` [PATCH rc 7/8] iommu/vt-d: Wrap the dirty tracking loop to be a helper
` [PATCH rc 8/8] iommu/vt-d: Add missing dirty tracking set for parent domain

[PATCH 1/1] vhost: Added pad cleanup if vnet_hdr is not present
 2024-02-08  9:34 UTC  (3+ messages)

[PATCH v12 00/16] iommu: Prepare to deliver page faults to user space
 2024-02-08  9:11 UTC  (23+ messages)
` [PATCH v12 01/16] iommu: Move iommu fault data to linux/iommu.h
` [PATCH v12 02/16] iommu/arm-smmu-v3: Remove unrecoverable faults reporting
` [PATCH v12 03/16] iommu: Remove unrecoverable fault data
` [PATCH v12 04/16] iommu: Cleanup iopf data structure definitions
` [PATCH v12 05/16] iommu: Merge iopf_device_param into iommu_fault_param
` [PATCH v12 06/16] iommu: Remove iommu_[un]register_device_fault_handler()
` [PATCH v12 07/16] iommu: Merge iommu_fault_event and iopf_fault
` [PATCH v12 08/16] iommu: Prepare for separating SVA and IOPF
` [PATCH v12 09/16] iommu: Make iommu_queue_iopf() more generic
` [PATCH v12 10/16] iommu: Separate SVA and IOPF
` [PATCH v12 11/16] iommu: Refine locking for per-device fault data management
` [PATCH v12 12/16] iommu: Use refcount for fault data access
` [PATCH v12 13/16] iommu: Improve iopf_queue_remove_device()
` [PATCH v12 14/16] iommu: Track iopf group instead of last fault
` [PATCH v12 15/16] iommu: Make iopf_group_response() return void
` [PATCH v12 16/16] iommu: Make iommu_report_device_fault() "

[v3 0/3] KVM: irqchip: synchronize srcu only if needed
 2024-02-08  9:06 UTC  (2+ messages)

[PATCH v2 0/4] eventfd: simplify signal helpers
 2024-02-08  9:02 UTC  (6+ messages)
` [PATCH v2 2/4] eventfd: simplify eventfd_signal()

[PATCH v12 00/20] KVM: xen: update shared_info and vcpu_info handling
 2024-02-08  8:52 UTC  (29+ messages)
` [PATCH v12 03/20] KVM: xen: mark guest pages dirty with the pfncache lock held
` [PATCH v12 04/20] KVM: pfncache: add a mark-dirty helper
` [PATCH v12 08/20] KVM: pfncache: allow a cache to be activated with a fixed (userspace) HVA
` [PATCH v12 11/20] KVM: xen: allow shared_info to be mapped by fixed HVA
` [PATCH v12 13/20] KVM: selftests / xen: map shared_info using HVA rather than GFN
` [PATCH v12 17/20] KVM: xen: don't block on pfncache locks in kvm_xen_set_evtchn_fast()
` [PATCH v12 18/20] KVM: pfncache: check the need for invalidation under read lock first

[PATCH V1 vfio 0/5] Improve mlx5 driver to better handle some error cases
 2024-02-08  8:16 UTC  (4+ messages)

[PATCH 00/17] vfio/pci: Remove duplicate code and logic from VFIO PCI interrupt management
 2024-02-07 23:30 UTC  (25+ messages)
` [PATCH 03/17] vfio/pci: Consistently acquire mutex for "
` [PATCH 06/17] vfio/pci: Remove interrupt index interpretation from wrappers
` [PATCH 07/17] vfio/pci: Preserve per-interrupt contexts
` [PATCH 12/17] vfio/pci: Remove msi term from generic code
` [PATCH 15/17] vfio/pci: Let enable and disable of interrupt types use same signature
` [PATCH 17/17] vfio/pci: Remove duplicate interrupt management flow

[PATCH v6 00/14] Improve KVM + userfaultfd performance via KVM_MEMORY_FAULT_EXITs on stage-2 faults
 2024-02-07 22:07 UTC  (23+ messages)
` [PATCH v6 01/14] KVM: Documentation: Clarify meaning of hva_to_pfn()'s 'atomic' parameter
` [PATCH v6 02/14] KVM: Documentation: Add docstrings for __kvm_read/write_guest_page()
` [PATCH v6 04/14] KVM: Define and communicate KVM_EXIT_MEMORY_FAULT RWX flags to userspace
` [PATCH v6 06/14] KVM: Add memslot flag to let userspace force an exit on missing hva mappings
` [PATCH v6 08/14] KVM: arm64: Enable KVM_CAP_MEMORY_FAULT_INFO

[GIT PULL] KVM changes for 6.8-rc4
 2024-02-07 18:08 UTC  (2+ messages)

[PATCH v2 00/25] Enable FRED with KVM VMX
 2024-02-07 17:26 UTC  (26+ messages)
` [PATCH v2 01/25] KVM: VMX: Cleanup VMX basic information defines and usages
` [PATCH v2 02/25] KVM: VMX: Cleanup VMX misc "
` [PATCH v2 03/25] KVM: VMX: Add support for the secondary VM exit controls
` [PATCH v2 04/25] KVM: x86: Mark CR4.FRED as not reserved
` [PATCH v2 05/25] KVM: VMX: Initialize FRED VM entry/exit controls in vmcs_config
` [PATCH v2 06/25] KVM: VMX: Defer enabling FRED MSRs save/load until after set CPUID
` [PATCH v2 07/25] KVM: VMX: Set intercept for FRED MSRs
` [PATCH v2 08/25] KVM: VMX: Initialize VMCS FRED fields
` [PATCH v2 09/25] KVM: VMX: Switch FRED RSP0 between host and guest
` [PATCH v2 10/25] KVM: VMX: Add support for FRED context save/restore
` [PATCH v2 11/25] KVM: x86: Add kvm_is_fred_enabled()
` [PATCH v2 12/25] KVM: VMX: Handle FRED event data
` [PATCH v2 13/25] KVM: VMX: Handle VMX nested exception for FRED
` [PATCH v2 14/25] KVM: VMX: Disable FRED if FRED consistency checks fail
` [PATCH v2 15/25] KVM: VMX: Dump FRED context in dump_vmcs()
` [PATCH v2 16/25] KVM: VMX: Invoke vmx_set_cpu_caps() before nested setup
` [PATCH v2 17/25] KVM: nVMX: Add support for the secondary VM exit controls
` [PATCH v2 18/25] KVM: nVMX: Add a prerequisite to SHADOW_FIELD_R[OW] macros
` [PATCH v2 19/25] KVM: nVMX: Add FRED VMCS fields
` [PATCH v2 20/25] KVM: nVMX: Add support for VMX FRED controls
` [PATCH v2 21/25] KVM: nVMX: Add VMCS FRED states checking
` [PATCH v2 22/25] KVM: x86: Allow FRED/LKGS/WRMSRNS to be exposed to guests
` [PATCH v2 23/25] KVM: selftests: Run debug_regs test with FRED enabled
` [PATCH v2 24/25] KVM: selftests: Add a new VM guest mode to run user level code
` [PATCH v2 25/25] KVM: selftests: Add fred exception tests

[PATCH] KVM: s390: only deliver the set service event bits
 2024-02-07 16:20 UTC  (2+ messages)

[PATCH v3] KVM: x86/xen: improve accuracy of Xen timers
 2024-02-07 16:08 UTC  (2+ messages)

[PATCH] KVM: VMX: Report up-to-date exit qualification to userspace
 2024-02-07 16:04 UTC  (2+ messages)

[PATCH] KVM: selftests: Fix a semaphore imbalance in the dirty ring logging test
 2024-02-07 15:43 UTC  (5+ messages)

[RFC 00/18] Pkernfs: Support persistence for live update
 2024-02-07 15:28 UTC  (7+ messages)

[PATCH 0/8] KVM: x86/mmu: Allow TDP MMU (un)load to run in parallel
 2024-02-07 15:13 UTC  (10+ messages)
` [PATCH 6/8] KVM: x86/mmu: Check for usable TDP MMU root while holding mmu_lock for read
` [PATCH 7/8] KVM: x86/mmu: Alloc TDP MMU roots "

[PATCH 0/2] KVM/arm64 fixes for 6.8, take #1
 2024-02-07 14:46 UTC 

[kvm-unit-tests PATCH v4 0/7] s390x: Add base AP support
 2024-02-07 14:30 UTC  (7+ messages)
` [kvm-unit-tests PATCH v4 1/7] lib: s390x: Add ap library

[PATCH] arm64: errata: Minimize tlb flush due to vttbr writes on AmpereOne
 2024-02-07  9:45 UTC  (2+ messages)

[PATCH] vhost-vdpa: fail enabling virtqueue in certain conditions
 2024-02-07  8:39 UTC  (3+ messages)
  `  "

[PATCH v11 00/35] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-02-07  8:03 UTC  (10+ messages)
` [PATCH v11 15/35] KVM: SEV: Add KVM_SNP_INIT command
` [PATCH v11 18/35] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_UPDATE command

[kvm-unit-tests PATCH v2 0/9] Multi-migration support
 2024-02-07  7:58 UTC  (3+ messages)
` [kvm-unit-tests PATCH v2 2/9] arch-run: Clean up temporary files properly

[PATCH v2 0/2] x86/asyncpf: Fixes the size of asyncpf PV data and related docs
 2024-02-07  6:26 UTC  (3+ messages)

[PATCH v8 00/21] Introduce smp.modules for x86 in QEMU
 2024-02-07  6:00 UTC  (5+ messages)
` [PATCH v8 08/21] i386/cpu: Consolidate the use of topo_info in cpu_x86_cpuid()
` [PATCH v8 10/21] i386: Split topology types of CPUID[0x1F] from the definitions of CPUID[0xB]

[PATCH v4] KVM: PPC: Book3S HV: Fix L2 guest reboot failure due to empty 'arch_compat'
 2024-02-07  5:45 UTC 

[PATCH v3] KVM: PPC: Book3S HV: Fix L2 guest reboot failure due to empty 'arch_compat'
 2024-02-07  5:28 UTC  (3+ messages)
  `  "

[PATCH v3] KVM: x86: Use fast path for Xen timer delivery
 2024-02-07  4:36 UTC  (7+ messages)

[PATCH v4 0/4] Add support for allowing zero SEV ASIDs
 2024-02-06 21:36 UTC  (2+ messages)

[PATCH] KVM: selftests: Don't assert on exact number of 4KiB in dirty log split test
 2024-02-06 21:36 UTC  (2+ messages)

[PATCH 0/4] KVM: Async #PF fixes and cleanups
 2024-02-06 21:36 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