kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-06 10:28:52 to 2022-04-07 11:07:45 UTC [more...]

[PATCH v3 12/35] x86/msi: Provide msi message shadow structs
 2022-04-07 11:06 UTC  (6+ messages)
  ` [PATCH] x86/msi: Fix msi message data shadow struct

[PATCH v3 0/3] KVM: Fix use-after-free in debugfs
 2022-04-07  9:47 UTC  (5+ messages)
` [PATCH v3 1/3] KVM: Don't create VM debugfs files outside of the VM directory
` [PATCH v3 2/3] selftests: KVM: Don't leak GIC FD across dirty log test iterations
` [PATCH v3 3/3] selftests: KVM: Free the GIC FD when cleaning up in arch_timer

[kvm-unit-tests PATCH v2 0/9] s390x: Cleanup and maintenance 4
 2022-04-07  9:42 UTC  (13+ messages)
` [kvm-unit-tests PATCH v2 1/9] lib: s390x: hardware: Add host_is_qemu() function
` [kvm-unit-tests PATCH v2 2/9] s390x: css: Skip if we're not run by qemu
` [kvm-unit-tests PATCH v2 3/9] s390x: diag308: Only test subcode 2 under QEMU
` [kvm-unit-tests PATCH v2 4/9] s390x: pfmf: Initialize pfmf_r1 union on declaration
` [kvm-unit-tests PATCH v2 5/9] s390x: snippets: asm: Add license and copyright headers
` [kvm-unit-tests PATCH v2 6/9] s390x: pv-diags: Cleanup includes
` [kvm-unit-tests PATCH v2 7/9] s390x: css: "
` [kvm-unit-tests PATCH v2 8/9] s390x: iep: "
` [kvm-unit-tests PATCH v2 9/9] s390x: mvpg: "

[PATCH v5 00/10] KVM: arm64: Add support for hypercall services selection
 2022-04-07  9:06 UTC  (12+ messages)
` [PATCH v5 01/10] KVM: arm64: Factor out firmware register handling from psci.c
` [PATCH v5 02/10] KVM: arm64: Setup a framework for hypercall bitmap firmware registers
` [PATCH v5 03/10] KVM: arm64: Add standard hypervisor firmware register
` [PATCH v5 04/10] KVM: arm64: Add vendor "
` [PATCH v5 05/10] Docs: KVM: Rename psci.rst to hypercalls.rst
` [PATCH v5 06/10] Docs: KVM: Add doc for the bitmap firmware registers
` [PATCH v5 07/10] tools: Import ARM SMCCC definitions
` [PATCH v5 08/10] selftests: KVM: aarch64: Introduce hypercall ABI test
` [PATCH v5 09/10] selftests: KVM: aarch64: Add the bitmap firmware registers to get-reg-list
` [PATCH v5 10/10] selftests: KVM: aarch64: Add KVM_REG_ARM_FW_REG(3) "

[PATCH 0/5] Make the iommu driver no-snoop block feature consistent
 2022-04-07  8:53 UTC  (26+ messages)
` [PATCH 1/5] iommu: Replace uses of IOMMU_CAP_CACHE_COHERENCY with dev_is_dma_coherent()
` [PATCH 2/5] vfio: Require that devices support DMA cache coherence
` [PATCH 3/5] iommu: Introduce the domain op enforce_cache_coherency()

[PATCH 0/3] KVM: x86: Nested fixes (mostly #DF/#TF)
 2022-04-07  8:42 UTC  (6+ messages)
` [PATCH 1/3] KVM: x86: Drop WARNs that assert a triple fault never "escapes" from L2
` [PATCH 2/3] KVM: nVMX: Leave most VM-Exit info fields unmodified on failed VM-Entry
` [PATCH 3/3] KVM: nVMX: Clear IDT vectoring on nested VM-Exit for double/triple fault

[syzbot] upstream build error (17)
 2022-04-07  7:18 UTC  (4+ messages)

[PATCH] KVM: x86: Deplete Paolo's brown paper bag supply by one
 2022-04-07  7:07 UTC  (2+ messages)

[PATCH v5 0/3] Introduce Notify VM exit
 2022-04-07  6:12 UTC  (11+ messages)
` [PATCH v5 1/3] KVM: X86: Save&restore the triple fault request
` [PATCH v5 2/3] KVM: VMX: Enable Notify VM exit

[RFC PATCH v5 000/104] KVM TDX basic feature support
 2022-04-07  4:15 UTC  (61+ messages)
` [RFC PATCH v5 023/104] x86/cpu: Add helper functions to allocate/free MKTME keyid
` [RFC PATCH v5 026/104] KVM: TDX: x86: Add vm ioctl to get TDX systemwide parameters
` [RFC PATCH v5 027/104] KVM: TDX: initialize VM with TDX specific parameters
` [RFC PATCH v5 033/104] KVM: x86: Add infrastructure for stolen GPA bits
` [RFC PATCH v5 042/104] KVM: x86/mmu: Track shadow MMIO value/mask on a per-VM basis
` [RFC PATCH v5 045/104] KVM: x86/tdp_mmu: make REMOVED_SPTE include shadow_initial value
` [RFC PATCH v5 047/104] KVM: x86/mmu: add a private pointer to struct kvm_mmu_page
` [RFC PATCH v5 048/104] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU
` [RFC PATCH v5 051/104] KVM: TDX: TDP MMU TDX support
` [RFC PATCH v5 054/104] KVM: x86/tdp_mmu: Keep PRIVATE_PROHIBIT bit when zapping
` [RFC PATCH v5 058/104] KVM: x86/mmu: Focibly use TDP MMU for TDX
` [RFC PATCH v5 060/104] KVM: TDX: Create initial guest memory
` [RFC PATCH v5 074/104] KVM: x86: Add a switch_db_regs flag to handle TDX's auto-switched behavior
` [RFC PATCH v5 078/104] KVM: TDX: Implement interrupt injection
` [RFC PATCH v5 079/104] KVM: TDX: Implements vcpu request_immediate_exit
` [RFC PATCH v5 080/104] KVM: TDX: Implement methods to inject NMI
` [RFC PATCH v5 081/104] KVM: VMX: Modify NMI and INTR handlers to take intr_info as function argument
` [RFC PATCH v5 086/104] KVM: TDX: handle ept violation/misconfig exit
` [RFC PATCH v5 088/104] KVM: TDX: Add TDG.VP.VMCALL accessors to access guest vcpu registers
` [RFC PATCH v5 089/104] KVM: TDX: Add a placeholder for handler of TDX hypercalls (TDG.VP.VMCALL)

[kvm-unit-tests PATCH] x86: cet: Fix #DF exception triggered by the application
 2022-04-06 13:24 UTC 

[PATCH RESEND v1] trace: Split address space and slot id in trace_kvm_set_user_memory()
 2022-04-07  2:46 UTC  (2+ messages)

[PATCH 00/12] Introducing AMD x2APIC Virtualization (x2AVIC) support
 2022-04-07  2:44 UTC  (3+ messages)
` [PATCH 07/12] KVM: SVM: Adding support for configuring x2APIC MSRs interception

[PATCH] KVM: x86/mmu: remove unnecessary kvm_shadow_root_allocated() check
 2022-04-07  1:40 UTC 

[PATCH AUTOSEL 5.15 16/27] vhost_vdpa: don't setup irq offloading when irq_num < 0
 2022-04-07  1:12 UTC 

[PATCH AUTOSEL 5.16 19/30] vhost_vdpa: don't setup irq offloading when irq_num < 0
 2022-04-07  1:11 UTC 

[PATCH AUTOSEL 5.10 15/25] vhost_vdpa: don't setup irq offloading when irq_num < 0
 2022-04-07  1:14 UTC 

[PATCH AUTOSEL 5.17 19/31] vhost_vdpa: don't setup irq offloading when irq_num < 0
 2022-04-07  1:10 UTC 

[PATCH v4 1/8] KVM: nVMX: Keep KVM updates to BNDCFGS ctrl bits across MSR write
 2022-04-07  0:34 UTC  (14+ messages)

[PATCH v4 0/8] KVM: x86: VMX ctrl MSR + KVM quirk fixes
 2022-04-07  0:28 UTC  (5+ messages)
` [PATCH v4 2/8] KVM: nVMX: Keep KVM updates to PERF_GLOBAL_CTRL ctrl bits across MSR write
` [PATCH v4 5/8] KVM: nVMX: Add a quirk for KVM tweaks to VMX control MSRs

[Bug 199727] CPU freezes in KVM guests during high IO load on host
 2022-04-06 23:52 UTC  (2+ messages)

[PATCH 0/8] KVM: SVM: Fix soft int/ex re-injection
 2022-04-06 23:03 UTC  (14+ messages)
` [PATCH 5/8] KVM: SVM: Re-inject INT3/INTO instead of retrying the instruction

linux-next: Fixes tag needs some work in the kvm-fixes tree
 2022-04-06 21:48 UTC 

[PATCH v12 00/46] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-04-06 21:19 UTC  (3+ messages)
` [PATCH v12 29/46] x86/boot: Add Confidential Computing type to setup_data

[PATCH v3 00/11] KVM: x86: Add a cap to disable NX hugepages on a VM
 2022-04-06 20:48 UTC  (7+ messages)
` [PATCH v3 02/11] KVM: selftests: Dump VM stats in binary stats test
` [PATCH v3 03/11] KVM: selftests: Test reading a single stat

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-04-06 18:42 UTC  (15+ messages)

[PATCH] KVM: avoid NULL pointer dereference in kvm_dirty_ring_push
 2022-04-06 17:19 UTC 

[PATCH] KVM: SEV: Add cond_resched() to loop in sev_clflush_pages()
 2022-04-06 18:34 UTC  (6+ messages)

[PATCH v2] KVM: SEV: Mark nested locking of vcpu->mutex
 2022-04-06 18:05 UTC  (2+ messages)

[PATCH v2 0/3] KVM: Fix use-after-free in debugfs
 2022-04-06 17:59 UTC  (4+ messages)
` [PATCH v2 1/3] KVM: Don't create VM debugfs files outside of the VM directory

[RFC PATCH 000/105] KVM: selftests: Overhaul APIs, purge VCPU_ID
 2022-04-06 16:50 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/8] s390x: Cleanup and maintenance 4
 2022-04-06 15:27 UTC  (4+ messages)
` [kvm-unit-tests PATCH 5/8] s390x: pv-diags: Cleanup includes

drivers/platform/x86/amd-pmc.c requires CONFIG_SUSPEND
 2022-04-06 13:56 UTC  (2+ messages)

[PATCH v2 0/3] KVM: arm64: Limit feature register reads from AArch32
 2022-04-06 15:07 UTC  (3+ messages)
` [PATCH v2 1/3] KVM: arm64: Wire up CP15 feature registers to their AArch64 equivalents

[kvm-unit-tests PATCH v3 00/11] Add #VC exception handling for AMD SEV-ES
 2022-04-06  1:50 UTC  (5+ messages)
` [kvm-unit-tests PATCH v3 04/11] lib: x86: Import insn decoder from Linux
` [kvm-unit-tests PATCH v3 11/11] x86: AMD SEV-ES: Handle string IO for IOIO #VC

[PATCH v9 00/32] virtio pci support VIRTIO_F_RING_RESET (refactor vring)
 2022-04-06  3:43 UTC  (24+ messages)
` [PATCH v9 01/32] virtio: add helper virtqueue_get_vring_max_size()
` [PATCH v9 02/32] virtio: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v9 03/32] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset
` [PATCH v9 05/32] virtio_ring: extract the logic of freeing vring
` [PATCH v9 06/32] virtio_ring: split: extract the logic of alloc queue
` [PATCH v9 07/32] virtio_ring: split: extract the logic of alloc state and extra
` [PATCH v9 08/32] virtio_ring: split: extract the logic of attach vring
` [PATCH v9 10/32] virtio_ring: split: introduce virtqueue_reinit_split()
` [PATCH v9 11/32] virtio_ring: split: introduce virtqueue_resize_split()
` [PATCH v9 13/32] virtio_ring: packed: extract the logic of alloc state and extra
` [PATCH v9 14/32] virtio_ring: packed: extract the logic of attach vring
` [PATCH v9 15/32] virtio_ring: packed: extract the logic of vq init
` [PATCH v9 16/32] virtio_ring: packed: introduce virtqueue_reinit_packed()
` [PATCH v9 17/32] virtio_ring: packed: introduce virtqueue_resize_packed()
` [PATCH v9 18/32] virtio_ring: introduce virtqueue_resize()
` [PATCH v9 19/32] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v9 23/32] virtio_pci: queue_reset: support VIRTIO_F_RING_RESET
` [PATCH v9 25/32] virtio_pci: support the arg sizes of find_vqs()
` [PATCH v9 26/32] virtio_mmio: "
` [PATCH v9 28/32] virtio_net: set the default max ring size by find_vqs()
` [PATCH v9 29/32] virtio_net: get ringparam by virtqueue_get_vring_max_size()
` [PATCH v9 31/32] virtio_net: support rx/tx queue resize
` [PATCH v9 32/32] virtio_net: support set_ringparam

[PATCH v3 00/21] TDX host kernel support
 2022-04-06  4:49 UTC  (16+ messages)
` [PATCH v3 01/21] x86/virt/tdx: Detect SEAM
` [PATCH v3 02/21] x86/virt/tdx: Detect TDX private KeyIDs
` [PATCH v3 03/21] x86/virt/tdx: Implement the SEAMCALL base function
` [PATCH v3 04/21] x86/virt/tdx: Add skeleton for detecting and initializing TDX on demand
` [PATCH v3 05/21] x86/virt/tdx: Detect P-SEAMLDR and TDX module
` [PATCH v3 06/21] x86/virt/tdx: Shut down TDX module in case of error
` [PATCH v3 07/21] x86/virt/tdx: Do TDX module global initialization
` [PATCH v3 08/21] x86/virt/tdx: Do logical-cpu scope TDX module initialization
` [PATCH v3 09/21] x86/virt/tdx: Get information about TDX module and convertible memory
` [PATCH v3 10/21] x86/virt/tdx: Add placeholder to coveret all system RAM as TDX memory
` [PATCH v3 11/21] x86/virt/tdx: Choose to use "
` [PATCH v3 12/21] x86/virt/tdx: Create TDMRs to cover all system RAM
` [PATCH v3 13/21] x86/virt/tdx: Allocate and set up PAMTs for TDMRs
` [PATCH v3 14/21] x86/virt/tdx: Set up reserved areas for all TDMRs
` [PATCH v3 15/21] x86/virt/tdx: Reserve TDX module global KeyID

[kvm-unit-tests PATCH 0/2] s390x: Add tests for SIGP store adtl status
 2022-04-06 13:31 UTC  (3+ messages)
` [kvm-unit-tests PATCH 2/2] s390x: add test for SIGP STORE_ADTL_STATUS order

[PATCH v2] KVM: arm64: Don't split hugepages outside of MMU write lock
 2022-04-06 13:22 UTC  (2+ messages)

[PATCH v6 0/2] KVM: arm64: mixed-width check should be skipped for uninitialized vCPUs
 2022-04-06 13:21 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86: cstart64: Serialize ap_start64 with a spin lock
 2022-04-06 12:40 UTC 

[PATCH v3 0/3] KVM: Dirty quota-based throttling
 2022-04-06 12:44 UTC  (13+ messages)
` [PATCH v3 1/3] KVM: Implement dirty quota-based throttling of vcpus
` [PATCH v3 2/3] KVM: Documentation: Update kvm_run structure for dirty quota

[kvm-unit-tests PATCH] x86: efi: Fix pagetable creation
 2022-04-06 12:33 UTC 

[PATCH 32/32] Remove qemu-common.h include from most units
 2022-04-06 11:14 UTC  (2+ messages)

[PATCH][v2] KVM: VMX: optimize pi_wakeup_handler
 2022-04-06 11:25 UTC 

[RFC PATCH v3 0/5] x86/kvm: Virtual suspend time injection support
 2022-04-06  3:48 UTC  (5+ messages)

[PATCH v18 00/17] s390/vfio-ap: dynamic configuration support
 2022-04-06  8:23 UTC  (5+ messages)
` [PATCH v18 17/18] s390/Docs: new doc describing lock usage by the vfio_ap device driver


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