kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-30 14:14:06 to 2022-07-04 03:27:55 UTC [more...]

[PATCH v11 00/40] virtio pci support VIRTIO_F_RING_RESET
 2022-07-04  3:27 UTC  (39+ messages)
` [PATCH v11 01/40] virtio: add helper virtqueue_get_vring_max_size()
` [PATCH v11 02/40] virtio: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v11 08/40] virtio_ring: split: extract the logic of alloc queue
` [PATCH v11 09/40] virtio_ring: split: extract the logic of alloc state and extra
` [PATCH v11 10/40] virtio_ring: split: extract the logic of attach vring
` [PATCH v11 11/40] virtio_ring: split: extract the logic of vring init
` [PATCH v11 13/40] virtio_ring: split: reserve vring_align, may_reduce_num
` [PATCH v11 14/40] virtio_ring: split: introduce virtqueue_resize_split()
` [PATCH v11 21/40] virtio_ring: packed: introduce virtqueue_resize_packed()
` [PATCH v11 22/40] virtio_ring: introduce virtqueue_resize()
` [PATCH v11 23/40] virtio_pci: move struct virtio_pci_common_cfg to virtio_pci_modern.h
` [PATCH v11 24/40] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v11 25/40] virtio: allow to unbreak/break virtqueue individually
` [PATCH v11 28/40] virtio_pci: introduce helper to get/set queue reset
` [PATCH v11 30/40] virtio_pci: support VIRTIO_F_RING_RESET

[PATCH] vfio/pci: fix the wrong word
 2022-07-04  2:36 UTC 

[PATCH v3 00/11] s390/vfio-ccw rework
 2022-07-04  2:16 UTC  (16+ messages)
` [PATCH v3 01/11] vfio/ccw: Remove UUID from s390 debug log
` [PATCH v3 02/11] vfio/ccw: Fix FSM state if mdev probe fails
` [PATCH v3 03/11] vfio/ccw: Do not change FSM state in subchannel event
` [PATCH v3 04/11] vfio/ccw: Remove private->mdev
` [PATCH v3 05/11] vfio/ccw: Pass enum to FSM event jumptable
` [PATCH v3 06/11] vfio/ccw: Flatten MDEV device (un)register
` [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

[PATCH 0/3] MSR Filtering updates
 2022-07-04  0:09 UTC  (7+ messages)
` [PATCH 1/3] KVM: x86: fix documentation for KVM_X86_SET_MSR_FILTER
` [PATCH 2/3] KVM: x86: update documentation for MSR filtering
` [PATCH 3/3] KVM: x86: Don't deflect MSRs to userspace that can't be filtered

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

[PATCH 00/12] Fix several documentation build warnings with Sphinx 2.4.4
 2022-07-03  3:26 UTC  (3+ messages)
` [PATCH 06/12] docs: virt: kvm: fix a title markup at api.rst

[RFC PATCH kernel] vfio: Skip checking for IOMMU_CAP_CACHE_COHERENCY on POWER and more
 2022-07-03  0:26 UTC  (6+ messages)

[linux-next:master] BUILD REGRESSION 6cc11d2a1759275b856e464265823d94aabd5eaf
 2022-07-02  1:03 UTC 

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

[PATCH v2 00/28] KVM: VMX: Support TscScaling and EnclsExitingBitmap with eVMCS + use vmcs_config for L1 VMX MSRs
 2022-07-01 22:54 UTC  (18+ messages)
` [PATCH v2 15/28] KVM: VMX: Check CPU_BASED_{INTR,NMI}_WINDOW_EXITING in setup_vmcs_config()
` [PATCH v2 18/28] KVM: VMX: Move CPU_BASED_CR8_{LOAD,STORE}_EXITING filtering out of setup_vmcs_config()
` [PATCH v2 19/28] KVM: VMX: Add missing VMEXIT controls to vmcs_config
` [PATCH v2 20/28] KVM: VMX: Add missing VMENTRY "
` [PATCH v2 21/28] KVM: VMX: Add missing CPU based VM execution "
` [PATCH v2 22/28] KVM: VMX: Clear controls obsoleted by EPT at runtime, not setup
` [PATCH v2 23/28] KVM: VMX: Move LOAD_IA32_PERF_GLOBAL_CTRL errata handling out of setup_vmcs_config()
` [PATCH v2 24/28] KVM: nVMX: Use sanitized allowed-1 bits for VMX control MSRs

[PATCH v5 0/5] cover-letter: Simplify vfio_iommu_type1 attach/detach routine
 2022-07-01 21:44 UTC  (6+ messages)
` [PATCH v5 1/5] iommu: Return -EMEDIUMTYPE for incompatible domain and device/group
` [PATCH v5 2/5] vfio/iommu_type1: Prefer to reuse domains vs match enforced cache coherency
` [PATCH v5 3/5] vfio/iommu_type1: Remove the domain->ops comparison
` [PATCH v5 4/5] vfio/iommu_type1: Clean up update_dirty_scope in detach_group()
` [PATCH v5 5/5] vfio/iommu_type1: Simplify group attachment

[PATCH v4 0/5] Simplify vfio_iommu_type1 attach/detach routine
 2022-07-01 19:08 UTC  (11+ messages)
` [PATCH v4 1/5] iommu: Return -EMEDIUMTYPE for incompatible domain and device/group
` [PATCH v4 2/5] vfio/iommu_type1: Prefer to reuse domains vs match enforced cache coherency
` [PATCH v4 3/5] vfio/iommu_type1: Remove the domain->ops comparison
` [PATCH v4 4/5] vfio/iommu_type1: Clean up update_dirty_scope in detach_group()
` [PATCH v4 5/5] vfio/iommu_type1: Simplify group attachment

[PATCH v5 0/8] KVM: x86: Add CMCI and UCNA emulation
 2022-07-01 16:53 UTC  (7+ messages)
` [PATCH v5 4/8] KVM: x86: Add Corrected Machine Check Interrupt (CMCI) emulation to lapic

[PATCH v12 00/46] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-07-01 16:51 UTC  (11+ messages)
` [PATCH v12 19/46] x86/kernel: Make the .bss..decrypted section shared in RMP table

[PATCH v11 0/3] s390x: KVM: CPU Topology
 2022-07-01 16:25 UTC  (4+ messages)
` [PATCH v11 1/3] KVM: s390: Cleanup ipte lock access and SIIF facility checks
` [PATCH v11 2/3] KVM: s390: guest support for topology function
` [PATCH v11 3/3] KVM: s390: resetting the Topology-Change-Report

[PATCH kvmtool v2 00/12] Virtio v1 support
 2022-07-01 15:41 UTC  (14+ messages)
` [PATCH kvmtool v2 01/12] virtio/pci: Delete MSI routes
` [PATCH kvmtool v2 02/12] virtio: Extract init_vq() for PCI and MMIO
` [PATCH kvmtool v2 03/12] virtio/pci: Make doorbell offset dynamic
` [PATCH kvmtool v2 04/12] virtio/pci: Use the correct eventfd for vhost notification
` [PATCH kvmtool v2 05/12] virtio/net: Set vhost backend after queue address
` [PATCH kvmtool v2 06/12] virtio: Prepare for more feature bits
` [PATCH kvmtool v2 07/12] virtio: Move PCI transport to pci-legacy
` [PATCH kvmtool v2 08/12] virtio: Add support for modern virtio-pci
` [PATCH kvmtool v2 09/12] virtio: Move MMIO transport to mmio-legacy
` [PATCH kvmtool v2 10/12] virtio: Add support for modern virtio-mmio
` [PATCH kvmtool v2 11/12] virtio/pci: Initialize all vectors to VIRTIO_MSI_NO_VECTOR
` [PATCH kvmtool v2 12/12] virtio/pci: Remove VIRTIO_PCI_F_SIGNAL_MSI

[PATCH kvmtool] arm: gic: fdt: fix PPI CPU mask calculation
 2022-07-01 15:41 UTC  (3+ messages)

[kvm-unit-tests PATCH v3 00/27] EFI and ACPI support for arm64
 2022-07-01 14:39 UTC  (27+ messages)
` [kvm-unit-tests PATCH v3 01/27] lib: Fix style for acpi.{c,h}
` [kvm-unit-tests PATCH v3 03/27] lib: Ensure all struct definition for ACPI tables are packed
` [kvm-unit-tests PATCH v3 04/27] lib: Add support for the XSDT ACPI table
` [kvm-unit-tests PATCH v3 06/27] devicetree: Check if fdt is NULL before returning that a DT is available
` [kvm-unit-tests PATCH v3 15/27] arm/arm64: mmu_disable: Clean and invalidate before disabling
` [kvm-unit-tests PATCH v3 22/27] arm64: Use code from the gnu-efi when booting with EFI
` [kvm-unit-tests PATCH v3 26/27] lib: arm: Print test exit status

[PATCH] KVM: x86/mmu: Return true/false from bool function
 2022-07-01 13:08 UTC  (2+ messages)

[PATCH v7 000/102] KVM TDX basic feature support
 2022-07-01 11:12 UTC  (5+ messages)
` [PATCH v7 040/102] KVM: x86/mmu: Zap only leaf SPTEs for deleted/moved memslot for private mmu
` [PATCH v7 044/102] KVM: x86/mmu: Add a private pointer to struct kvm_mmu_page

[PATCH v4 0/6] vfio/pci: power management changes
 2022-07-01 11:08 UTC  (7+ 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

[syzbot] general protection fault in kvm_arch_vcpu_ioctl
 2022-07-01 11:05 UTC 

[kvm-unit-tests PATCH v1 0/3] Add panic test support
 2022-07-01 10:49 UTC  (13+ messages)
` [kvm-unit-tests PATCH v1 1/3] runtime: add support for panic tests
` [kvm-unit-tests PATCH v1 2/3] s390x: add extint loop test
` [kvm-unit-tests PATCH v1 3/3] s390x: add pgm spec interrupt "

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

[PATCH] KVM: x86/mmu: Replace UNMAPPED_GVA with INVALID_GPA for gva_to_gpa()
 2022-07-01  9:24 UTC 

[awilliam-vfio:next 2/11] drivers/vfio/vfio_iommu_type1.c:2147:35: warning: cast to smaller integer type 'enum iommu_cap' from 'void *'
 2022-07-01  7:57 UTC 

[PATCH v2 00/21] KVM: x86: Event/exception fixes and cleanups
 2022-07-01  7:37 UTC  (6+ messages)

[PATCH] KVM: LAPIC: Fix a spelling mistake in comments
 2022-07-01  6:55 UTC 

[PATCH] RISC-V: KVM: Fix variable spelling mistake
 2022-07-01  6:28 UTC 

[PATCH v2 4/4] vfio: Require that devices support DMA cache coherence
 2022-07-01  6:24 UTC  (4+ messages)

[PATCH vfio 08/13] vfio: Introduce the DMA logging feature support
 2022-07-01  4:55 UTC  (2+ messages)

[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-07-01  1:21 UTC  (7+ messages)
` [PATCH v6 6/8] KVM: Handle page fault for "

[PATCH v2] KVM: VMX: Move VM-exit RSB stuffing out of line
 2022-06-30 22:54 UTC 

[PATCH v5 00/22] TDX host kernel support
 2022-06-30 22:45 UTC  (8+ messages)
` [PATCH v5 04/22] x86/virt/tdx: Prevent ACPI CPU hotplug and ACPI memory hotplug

[PATCH 0/4] kvm/mm: Allow GUP to respond to non fatal signals
 2022-06-30 21:27 UTC  (12+ messages)
` [PATCH 1/4] mm/gup: Add FOLL_INTERRUPTIBLE

[PATCH v6 0/4] KVM: mm: count KVM mmu usage in memory stats
 2022-06-30 21:01 UTC  (2+ messages)

[PATCH v3 00/11] KVM: x86: Add a cap to disable NX hugepages on a VM
 2022-06-30 21:00 UTC  (4+ messages)
` [PATCH v3 02/11] KVM: selftests: Dump VM stats in binary stats test

[PATCH V3 vfio 0/2] Migration few enhancements
 2022-06-30 19:51 UTC  (2+ messages)

[PATCH v3] vfio: Clear the caps->buf to NULL after free
 2022-06-30 19:51 UTC  (2+ messages)

[PATCH v2 1/1] vfio: check vfio_register_iommu_driver() return value
 2022-06-30 19:51 UTC  (2+ messages)

[PATCH] vfio: check iommu_group_set_name() return value
 2022-06-30 19:51 UTC  (2+ messages)

[PATCH] vfio: remove useless judgement
 2022-06-30 19:51 UTC  (2+ messages)

[PATCH v3 1/2] vfio/type1: Simplify bus_type determination
 2022-06-30 19:51 UTC  (2+ messages)

[PATCH v2] vfio: Move "device->open_count--" out of group_rwsem in vfio_device_open()
 2022-06-30 19:51 UTC  (2+ messages)

[PATCH] KVM: arm64: permit MAP_SHARED mappings with MTE enabled
 2022-06-30 17:24 UTC  (9+ messages)

simplify the mdev interface v3
 2022-06-30 16:24 UTC  (3+ messages)
` [PATCH 08/13] vfio/mdev: remove mtype_get_parent_dev

[PATCH v2] target/i386: Add unaccepted memory configuration
 2022-06-30 16:11 UTC  (4+ messages)

[PATCH RFC 0/2] arm: enable MTE for QEMU + kvm
 2022-06-30 16:09 UTC  (10+ messages)
` [PATCH RFC 1/2] arm/kvm: enable MTE if available

[PATCH v2 00/11] SMM emulation and interrupt shadow fixes
 2022-06-30 16:00 UTC  (5+ messages)
` [PATCH v2 11/11] KVM: x86: emulator/smm: preserve interrupt shadow in SMRAM

[PATCH v3 0/5] Simplify vfio_iommu_type1 attach/detach routine
 2022-06-30 15:47 UTC  (13+ messages)
` [PATCH v3 1/5] iommu: Return -EMEDIUMTYPE for incompatible domain and device/group

[PATCH v2] KVM: nVMX: Don't expose eVMCS unsupported fields to L1
 2022-06-30 15:19 UTC  (3+ messages)

[PATCH v2 00/24] KVM: arm64: Introduce pKVM shadow state at EL2
 2022-06-30 13:57 UTC  (15+ messages)
` [PATCH v2 09/24] KVM: arm64: Add helpers to pin memory shared with hyp
` [PATCH v2 12/24] KVM: arm64: Introduce shadow VM state at EL2
` [PATCH v2 13/24] KVM: arm64: Instantiate VM shadow data from EL1
` [PATCH v2 14/24] KVM: arm64: Add pcpu fixmap infrastructure at EL2
` [PATCH v2 15/24] KVM: arm64: Initialise hyp symbols regardless of pKVM
` [PATCH v2 16/24] KVM: arm64: Provide I-cache invalidation by VA at EL2
` [PATCH v2 17/24] KVM: arm64: Add generic hyp_memcache helpers
` [PATCH v2 18/24] KVM: arm64: Instantiate guest stage-2 page-tables at EL2
` [PATCH v2 19/24] KVM: arm64: Return guest memory from EL2 via dedicated teardown memcache
` [PATCH v2 20/24] KVM: arm64: Unmap kvm_arm_hyp_percpu_base from the host
` [PATCH v2 21/24] KVM: arm64: Maintain a copy of 'kvm_arm_vmid_bits' at EL2
` [PATCH v2 22/24] KVM: arm64: Explicitly map kvm_vgic_global_state "
` [PATCH v2 23/24] KVM: arm64: Don't map host sections in pkvm
` [RFC PATCH v2 24/24] KVM: arm64: Use the shadow vCPU structure in handle___kvm_vcpu_run()


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