public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-02-07 15:30:24 to 2024-02-09 15:04:59 UTC [more...]

[PATCH v2] KVM: x86: nSVM/nVMX: Fix handling triple fault on RSM instruction
 2024-02-09 15:04 UTC  (7+ messages)

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

[PATCH v11 00/35] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-02-09 14:34 UTC  (8+ messages)
` [PATCH v11 18/35] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_UPDATE command

[PATCH v6 0/4] kvm: arm64: allow the VM to select DEVICE_* and NORMAL_NC for IO memory
 2024-02-09 14:12 UTC  (19+ 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

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

[GIT PULL] KVM/riscv fixes for 6.8, take #1
 2024-02-09 11:57 UTC 

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

[PATCH] vfio: mdev: make mdev_bus_type const
 2024-02-09 10:32 UTC  (2+ messages)

[v3 0/3] KVM: irqchip: synchronize srcu only if needed
 2024-02-09 10:17 UTC  (4+ messages)

[PATCH v17 0/3] vfio/nvgrace-gpu: Add vfio pci variant module for grace hopper
 2024-02-09  9:24 UTC  (18+ 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

[kvm-unit-tests PATCH v4 0/8] Multi-migration support
 2024-02-09  9:11 UTC  (9+ messages)
` [kvm-unit-tests PATCH v4 1/8] arch-run: Fix TRAP handler recursion to remove temporary files properly
` [kvm-unit-tests PATCH v4 2/8] arch-run: Clean up initrd cleanup
` [kvm-unit-tests PATCH v4 3/8] migration: use a more robust way to wait for background job
` [kvm-unit-tests PATCH v4 4/8] migration: Support multiple migrations
` [kvm-unit-tests PATCH v4 5/8] arch-run: rename migration variables
` [kvm-unit-tests PATCH v4 6/8] migration: Add quiet migration support
` [kvm-unit-tests PATCH v4 7/8] Add common/ directory for architecture-independent tests
` [kvm-unit-tests PATCH v4 8/8] migration: add a migration selftest

[kvm-unit-tests PATCH v3 0/8] Multi-migration support
 2024-02-09  8:44 UTC  (20+ messages)
` [kvm-unit-tests PATCH v3 1/8] arch-run: Fix TRAP handler recursion to remove temporary files properly
` [kvm-unit-tests PATCH v3 2/8] arch-run: Clean up initrd cleanup
` [kvm-unit-tests PATCH v3 3/8] migration: use a more robust way to wait for background job
` [kvm-unit-tests PATCH v3 4/8] migration: Support multiple migrations
` [kvm-unit-tests PATCH v3 5/8] arch-run: rename migration variables
` [kvm-unit-tests PATCH v3 6/8] migration: Add quiet migration support
` [kvm-unit-tests PATCH v3 7/8] Add common/ directory for architecture-independent tests
` [kvm-unit-tests PATCH v3 8/8] migration: add a migration selftest

[kvm-unit-tests PATCH v2 0/9] Multi-migration support
 2024-02-09  5:01 UTC  (4+ messages)
` [kvm-unit-tests PATCH v2 2/9] arch-run: Clean up temporary files properly

[PATCH rc 0/8] Add missing cache flush and dirty tracking set for nested parent domain
 2024-02-09  2:40 UTC  (23+ 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 v12 00/16] iommu: Prepare to deliver page faults to user space
 2024-02-09  2:39 UTC  (9+ messages)
` [PATCH v12 13/16] iommu: Improve iopf_queue_remove_device()

[PATCH v6 00/14] Improve KVM + userfaultfd performance via KVM_MEMORY_FAULT_EXITs on stage-2 faults
 2024-02-09  1:21 UTC  (28+ 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
` [PATCH v6 09/14] KVM: arm64: Enable KVM_CAP_EXIT_ON_MISSING and annotate an EFAULT from stage-2 fault-handler

[PATCH] KVM: x86: make KVM_REQ_NMI request iff NMI pending for vcpu
 2024-02-09  0:34 UTC  (4+ messages)

[PATCH] KVM: VMX: Report up-to-date exit qualification to userspace
 2024-02-09  0:22 UTC  (3+ messages)

[PATCH 1/2] KVM: x86: Fix partially uninitialized integer in emulate_pop
 2024-02-09  0:22 UTC  (3+ messages)
` [PATCH v2 "

[PATCH] KVM: x86/emulator: emulate movbe with operand-size prefix
 2024-02-09  0:22 UTC  (2+ messages)

[PATCH] Kconfig: Explicitly disable asm goto w/ outputs on gcc-11 (and earlier)
 2024-02-08 22:06 UTC 

[PATCH 00/17] vfio/pci: Remove duplicate code and logic from VFIO PCI interrupt management
 2024-02-08 21:08 UTC  (9+ messages)
` [PATCH 15/17] vfio/pci: Let enable and disable of interrupt types use same signature

[PATCH v3 0/8] Use TAP in some more x86 KVM selftests
 2024-02-08 20:48 UTC  (9+ messages)
` [PATCH v3 1/8] KVM: selftests: x86: sync_regs_test: Use vcpu_run() where appropriate
` [PATCH v3 2/8] KVM: selftests: x86: sync_regs_test: Get regs structure before modifying it
` [PATCH v3 3/8] KVM: selftests: Move setting a vCPU's entry point to a dedicated API
` [PATCH v3 4/8] KVM: selftests: Add a macro to define a test with one vcpu
` [PATCH v3 5/8] KVM: selftests: x86: Use TAP interface in the sync_regs test
` [PATCH v3 6/8] KVM: selftests: x86: Use TAP interface in the fix_hypercall test
` [PATCH v3 7/8] KVM: selftests: x86: Use TAP interface in the vmx_pmu_caps test
` [PATCH v3 8/8] KVM: selftests: x86: Use TAP interface in the userspace_msr_exit test

[PATCH v2 0/7] Use TAP in some more x86 KVM selftests
 2024-02-08 19:31 UTC  (4+ messages)
` [PATCH v2 7/7] KVM: selftests: x86: Use TAP interface in the userspace_msr_exit test

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

[PATCH 0/8] KVM: cleanup linux/kvm.h
 2024-02-08 17:32 UTC  (5+ messages)

[PATCH v12 00/20] KVM: xen: update shared_info and vcpu_info handling
 2024-02-08 17:26 UTC  (7+ messages)
` [PATCH v12 11/20] KVM: xen: allow shared_info to be mapped by fixed HVA

[PATCH v8 00/21] Introduce smp.modules for x86 in QEMU
 2024-02-08 16:52 UTC  (6+ messages)

[PATCH 00/15] Coalesced Interrupt Delivery with posted MSI
 2024-02-08 15:34 UTC  (2+ 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 1/1] vhost: Added pad cleanup if vnet_hdr is not present
 2024-02-08  9:34 UTC  (3+ messages)

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

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

[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: selftests: Fix a semaphore imbalance in the dirty ring logging test
 2024-02-07 15:43 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox