kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-05 01:10:57 to 2022-07-06 17:54:04 UTC [more...]

[PATCH v5 0/5] cover-letter: Simplify vfio_iommu_type1 attach/detach routine
 2022-07-06 17:53 UTC  (3+ messages)

[PATCH v2 00/21] KVM: x86: Event/exception fixes and cleanups
 2022-07-06 17:52 UTC  (49+ messages)
` [PATCH v2 01/21] KVM: nVMX: Unconditionally purge queued/injected events on nested "exit"
` [PATCH v2 02/21] KVM: VMX: Drop bits 31:16 when shoving exception error code into VMCS
` [PATCH v2 03/21] KVM: x86: Don't check for code breakpoints when emulating on exception
` [PATCH v2 04/21] KVM: nVMX: Treat General Detect #DB (DR7.GD=1) as fault-like
` [PATCH v2 05/21] KVM: nVMX: Prioritize TSS T-flag #DBs over Monitor Trap Flag
` [PATCH v2 06/21] KVM: x86: Treat #DBs from the emulator as fault-like (code and DR7.GD=1)
` [PATCH v2 07/21] KVM: x86: Use DR7_GD macro instead of open coding check in emulator
` [PATCH v2 08/21] KVM: nVMX: Ignore SIPI that arrives in L2 when vCPU is not in WFS
` [PATCH v2 09/21] KVM: nVMX: Unconditionally clear mtf_pending on nested VM-Exit
` [PATCH v2 10/21] KVM: VMX: Inject #PF on ENCLS as "emulated" #PF
` [PATCH v2 11/21] KVM: x86: Rename kvm_x86_ops.queue_exception to inject_exception
` [PATCH v2 12/21] KVM: x86: Make kvm_queued_exception a properly named, visible struct
` [PATCH v2 13/21] KVM: x86: Formalize blocking of nested pending exceptions
` [PATCH v2 14/21] KVM: x86: Use kvm_queue_exception_e() to queue #DF
` [PATCH v2 15/21] KVM: x86: Hoist nested event checks above event injection logic
` [PATCH v2 16/21] KVM: x86: Evaluate ability to inject SMI/NMI/IRQ after potential VM-Exit
` [PATCH v2 17/21] KVM: x86: Morph pending exceptions to pending VM-Exits at queue time
` [PATCH v2 18/21] KVM: x86: Treat pending TRIPLE_FAULT requests as pending exceptions
` [PATCH v2 20/21] KVM: selftests: Use uapi header to get VMX and SVM exit reasons/codes
` [PATCH v2 21/21] KVM: selftests: Add an x86-only test to verify nested exception queueing

[RFT][PATCH v2 0/9] Update vfio_pin/unpin_pages API
 2022-07-06 17:49 UTC  (23+ messages)
` [RFT][PATCH v2 1/9] vfio: Make vfio_unpin_pages() return void
` [RFT][PATCH v2 2/9] vfio/ap: Pass in physical address of ind to ap_aqic()
` [RFT][PATCH v2 3/9] vfio/ccw: Only pass in contiguous pages
` [RFT][PATCH v2 4/9] vfio: Pass in starting IOVA to vfio_pin/unpin_pages API
` [RFT][PATCH v2 5/9] vfio/ap: Remove redundant pfn
` [RFT][PATCH v2 6/9] vfio/ccw: Change pa_pfn list to pa_iova list
` [RFT][PATCH v2 7/9] vfio: Rename user_iova of vfio_dma_rw()
` [RFT][PATCH v2 8/9] vfio/ccw: Add kmap_local_page() for memcpy
` [RFT][PATCH v2 9/9] vfio: Replace phys_pfn with pages for vfio_pin_pages()

[PATCH v2 0/4] kvm: x86/pmu: Introduce and test masked events
 2022-07-06 17:23 UTC  (5+ messages)
` [PATCH v2 1/4] kvm: x86/pmu: Introduce masked events to the pmu event filter

[PATCH 00/19] KVM: arm64: vgic-v3 userspace access consolidation (and other goodies)
 2022-07-06 16:43 UTC  (20+ messages)
` [PATCH 01/19] KVM: arm64: Add get_reg_by_id() as a sys_reg_desc retrieving helper
` [PATCH 02/19] KVM: arm64: Reorder handling of invariant sysregs from userspace
` [PATCH 03/19] KVM: arm64: Introduce generic get_user/set_user helpers for system registers
` [PATCH 04/19] KVM: arm64: Push checks for 64bit registers into the low-level accessors
` [PATCH 05/19] KVM: arm64: Consolidate sysreg userspace accesses
` [PATCH 06/19] KVM: arm64: Get rid of reg_from/to_user()
` [PATCH 07/19] KVM: arm64: vgic-v3: Simplify vgic_v3_has_cpu_sysregs_attr()
` [PATCH 08/19] KVM: arm64: vgic-v3: Push user access into vgic_v3_cpu_sysregs_uaccess()
` [PATCH 09/19] KVM: arm64: vgic-v3: Make the userspace accessors use sysreg API
` [PATCH 10/19] KVM: arm64: vgic-v3: Convert userspace accessors over to FIELD_GET/FIELD_PREP
` [PATCH 11/19] KVM: arm64: vgic-v3: Use u32 to manage the line level from userspace
` [PATCH 12/19] KVM: arm64: vgic-v3: Consolidate userspace access for MMIO registers
` [PATCH 13/19] KVM: arm64: vgic-v2: "
` [PATCH 14/19] KVM: arm64: vgic: Use {get,put}_user() instead of copy_{from.to}_user
` [PATCH 15/19] KVM: arm64: vgic-v2: Add helper for legacy dist/cpuif base address setting
` [PATCH 16/19] KVM: arm64: vgic: Consolidate userspace access for "
` [PATCH 17/19] KVM: arm64: Get rid of find_reg_by_id()
` [PATCH 18/19] KVM: arm64: Descope kvm_arm_sys_reg_{get,set}_reg()
` [PATCH 19/19] KVM: arm64: Get rid or outdated comments

[kvm-unit-tests PATCH v2 0/8] s390x: uv-host: Access check extensions and improvements
 2022-07-06 16:33 UTC  (10+ messages)
` [kvm-unit-tests PATCH v2 1/8] s390x: uv-host: Add access checks for donated memory
` [kvm-unit-tests PATCH v2 2/8] s390x: uv-host: Add uninitialized UV tests
` [kvm-unit-tests PATCH v2 3/8] s390x: uv-host: Test uv immediate parameter
` [kvm-unit-tests PATCH v2 4/8] s390x: uv-host: Add access exception test
` [kvm-unit-tests PATCH v2 5/8] s390x: uv-host: Add a set secure config parameters test function
` [kvm-unit-tests PATCH v2 6/8] s390x: uv-host: Remove duplicated +
` [kvm-unit-tests PATCH v2 7/8] s390x: uv-host: Fence against being run as a PV guest
` [kvm-unit-tests PATCH v2 8/8] s390x: uv-host: Fix init storage origin and length check

[PATCH] vfio: hisi_acc_vfio_pci: fix integer overflow check in hisi_acc_vf_resume_write()
 2022-07-06 16:18 UTC  (4+ messages)

[PATCH v2 1/2] KVM: x86: Initialize nr_lvt_entries to a proper default value
 2022-07-06 16:08 UTC  (3+ messages)
` [PATCH v2 2/2] KVM: x86: Fix access to vcpu->arch.apic when the irqchip is not in kernel

[PATCH v4 0/6] vfio/pci: power management changes
 2022-07-06 15:40 UTC  (13+ messages)
` [PATCH v4 1/6] vfio/pci: Mask INTx during runtime suspend
` [PATCH v4 2/6] vfio: Add a new device feature for the power management
` [PATCH v4 3/6] vfio: Increment the runtime PM usage count during IOCTL call
` [PATCH v4 4/6] vfio/pci: Add the support for PCI D3cold state
` [PATCH v4 5/6] vfio/pci: Prevent low power re-entry without guest driver
` [PATCH v4 6/6] vfio/pci: Add support for virtual PME

[PATCH 0/4] Fix filename reporting in guest asserts
 2022-07-06 15:29 UTC  (5+ messages)
` [PATCH 4/4] KVM: selftests: "

Add vfio-platform support for ONESHOT irq forwarding?
 2022-07-06 15:25 UTC  (9+ messages)

[PATCH 1/2] KVM: x86: Initialize nr_lvt_entries to a proper default value
 2022-07-06 15:07 UTC  (4+ messages)
` [PATCH 2/2] KVM: x86: Fix access to vcpu->arch.apic when the irqchip is not in kernel

simplify the mdev interface v5
 2022-07-06 14:38 UTC  (21+ messages)
` [PATCH 01/15] drm/i915/gvt: fix a memory leak in intel_gvt_init_vgpu_types
` [PATCH 02/15] drm/i915/gvt: simplify vgpu configuration management
` [PATCH 03/15] vfio/mdev: make mdev.h standalone includable
` [PATCH 04/15] vfio/mdev: embedd struct mdev_parent in the parent data structure
` [PATCH 05/15] vfio/mdev: simplify mdev_type handling
` [PATCH 06/15] vfio/mdev: remove mdev_from_dev
` [PATCH 07/15] vfio/mdev: unexport mdev_bus_type
` [PATCH 08/15] vfio/mdev: remove mdev_parent_dev
` [PATCH 09/15] vfio/mdev: remove mtype_get_parent_dev
` [PATCH 10/15] vfio/mdev: consolidate all the device_api sysfs into the core code
` [PATCH 11/15] vfio/mdev: consolidate all the name "
` [PATCH 12/15] vfio/mdev: consolidate all the available_instance "
` [PATCH 13/15] vfio/mdev: consolidate all the description "
` [PATCH 14/15] vfio/mdev: add mdev available instance checking to the core
` [PATCH 15/15] vfio/mdev: remove an extra parent kobject reference

[PATCH] s390x: split migration test into vector and gs test
 2022-07-06 10:56 UTC  (2+ messages)

[PATCH] KVM: LAPIC: Separate the variable declaration and code logic
 2022-07-03  4:54 UTC 

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-07-06  8:20 UTC  (15+ messages)
` [PATCH v7 01/14] mm: Add F_SEAL_AUTO_ALLOCATE seal to memfd
` [PATCH v7 02/14] selftests/memfd: Add tests for F_SEAL_AUTO_ALLOCATE
` [PATCH v7 03/14] mm: Introduce memfile_notifier
` [PATCH v7 04/14] mm/shmem: Support memfile_notifier
` [PATCH v7 05/14] mm/memfd: Introduce MFD_INACCESSIBLE flag
` [PATCH v7 06/14] KVM: Rename KVM_PRIVATE_MEM_SLOTS to KVM_INTERNAL_MEM_SLOTS
` [PATCH v7 07/14] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v7 08/14] KVM: Rename mmu_notifier_*
` [PATCH v7 09/14] KVM: Extend the memslot to support fd-based private memory
` [PATCH v7 10/14] KVM: Add KVM_EXIT_MEMORY_FAULT exit
` [PATCH v7 11/14] KVM: Register/unregister the guest private memory regions
` [PATCH v7 12/14] KVM: Handle page fault for private memory
` [PATCH v7 13/14] KVM: Enable and expose KVM_MEM_PRIVATE
` [PATCH v7 14/14] memfd_create.2: Describe MFD_INACCESSIBLE flag

[PATCH] RISC-V: KVM: Improve ISA extension by using a bitmap
 2022-07-06  5:34 UTC  (4+ messages)

[PATCH] x86/compressed/64: Add identity mappings for setup_data entries
 2022-07-06  2:53 UTC 

[PATCH rc] vfio: Move IOMMU_CAP_CACHE_COHERENCY test to after we know we have a group
 2022-07-05 22:11 UTC  (4+ messages)

[PATCHv2] vgaarb: Add module param to allow for choosing the boot VGA device
 2022-07-05 20:42 UTC  (5+ messages)

[PATCH v3 00/11] s390/vfio-ccw rework
 2022-07-05 20:17 UTC  (11+ messages)
` [PATCH v3 07/11] vfio/ccw: Update trace data for not operational event
` [PATCH v3 08/11] vfio/ccw: Create an OPEN FSM Event
` [PATCH v3 09/11] vfio/ccw: Create a CLOSE FSM event
` [PATCH v3 10/11] vfio/ccw: Refactor vfio_ccw_mdev_reset
` [PATCH v3 11/11] vfio/ccw: Move FSM open/close to MDEV open/close

[RFC] kvm: reverse call order of kvm_arch_destroy_vm() and kvm_destroy_devices()
 2022-07-05 19:30 UTC  (2+ messages)

[PATCH 2/2] kvm: rename KVM_MAX_VCPU_ID to, KVM_MAX_VCPU_IDS
 2022-07-05 16:07 UTC  (2+ messages)

[PATCH V1 vfio 00/11] Add device DMA logging support for mlx5 driver
 2022-07-05 16:05 UTC  (16+ messages)
` [PATCH V1 vfio 01/11] net/mlx5: Introduce ifc bits for page tracker
` [PATCH V1 vfio 02/11] net/mlx5: Query ADV_VIRTUALIZATION capabilities
` [PATCH V1 vfio 03/11] vfio: Introduce DMA logging uAPIs
` [PATCH V1 vfio 04/11] vfio: Move vfio.c to vfio_main.c
` [PATCH V1 vfio 05/11] vfio: Add an IOVA bitmap support
` [PATCH V1 vfio 06/11] vfio: Introduce the DMA logging feature support
` [PATCH V1 vfio 07/11] vfio/mlx5: Init QP based resources for dirty tracking
` [PATCH V1 vfio 08/11] vfio/mlx5: Create and destroy page tracker object
` [PATCH V1 vfio 09/11] vfio/mlx5: Report dirty pages from tracker
` [PATCH V1 vfio 10/11] vfio/mlx5: Manage error scenarios on tracker
` [PATCH V1 vfio 11/11] vfio/mlx5: Set the driver DMA logging callbacks

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-07-05 14:53 UTC  (6+ messages)
` [PATCH Part2 v6 02/49] iommu/amd: Introduce function to check SEV-SNP support

[PATCH] Documentation: KVM: Describe guest TSC scaling in migration algorithm
 2022-07-05 14:43 UTC  (6+ messages)

[PATCH v7 000/102] KVM TDX basic feature support
 2022-07-05 14:06 UTC  (3+ messages)
` [PATCH v7 037/102] KVM: x86/mmu: Track shadow MMIO value/mask on a per-VM basis

[PATCH v2 00/11] SMM emulation and interrupt shadow fixes
 2022-07-05 13:51 UTC  (8+ messages)
` [PATCH v2 11/11] KVM: x86: emulator/smm: preserve interrupt shadow in SMRAM

[PATCH v11 0/3] s390x: KVM: CPU Topology
 2022-07-05 12:38 UTC  (6+ messages)
` [PATCH v11 3/3] KVM: s390: resetting the Topology-Change-Report

[PATCH kernel] powerpc/iommu: Add simple iommu_ops to report capabilities
 2022-07-05 11:57 UTC  (3+ messages)

[kvm-unit-tests PATCH v3] s390x: Add strict mode to specification exception interpretation test
 2022-07-05 11:17 UTC 

[PATCH v3 0/2] Remove the VFIO_IOMMU_NOTIFY_DMA_UNMAP notifier
 2022-07-05  8:31 UTC  (3+ messages)
` [PATCH v3 1/2] vfio: Replace the DMA unmapping notifier with a callback

[PATCH] KVM: x86: Add EOI exit bitmap handlers for Hyper-V SynIC vectors
 2022-07-05  8:37 UTC 

simplify the mdev interface v4
 2022-07-05  8:25 UTC  (10+ messages)
` [PATCH 02/14] drm/i915/gvt: simplify vgpu configuration management
` [PATCH 14/14] vfio/mdev: add mdev available instance checking to the core

[kvm-unit-tests PATCH v2 0/4] Add panic test support
 2022-07-05  8:20 UTC  (3+ messages)
` [kvm-unit-tests PATCH v2 2/4] lib: s390x: add CPU timer functions to time.h

[PATCH v20 19/20] s390/Docs: new doc describing lock usage by the vfio_ap device driver
 2022-07-05  7:46 UTC  (3+ messages)

[PATCH v4 0/4] KVM: Dirty quota-based throttling
 2022-07-05  7:21 UTC  (10+ messages)
` [PATCH v4 1/4] KVM: Implement dirty quota-based throttling of vcpus

[PATCH v11 00/40] virtio pci support VIRTIO_F_RING_RESET
 2022-07-05  2:12 UTC  (12+ messages)
` [PATCH v11 08/40] virtio_ring: split: extract the logic of alloc queue
` [PATCH v11 38/40] virtio_net: support rx queue resize
` [PATCH v11 39/40] virtio_net: support tx "

[PATCH] vfio/spapr_tce: Remove the unused parameters container
 2022-07-02  6:46 UTC 


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).