kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-04 22:52:22 to 2022-04-06 12:41:28 UTC [more...]

[PATCH v9 00/32] virtio pci support VIRTIO_F_RING_RESET (refactor vring)
 2022-04-06  3:43 UTC  (15+ messages)
` [PATCH v9 04/32] virtio_ring: remove the arg vq of vring_alloc_desc_extra()
` [PATCH v9 09/32] virtio_ring: split: extract the logic of vq init
` [PATCH v9 12/32] virtio_ring: packed: extract the logic of alloc queue
` [PATCH v9 14/32] virtio_ring: packed: extract the logic of attach vring
` [PATCH v9 19/32] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v9 20/32] virtio: queue_reset: add VIRTIO_F_RING_RESET
` [PATCH v9 21/32] virtio_pci: queue_reset: update struct virtio_pci_common_cfg and option functions
` [PATCH v9 22/32] virtio_pci: queue_reset: extract the logic of active vq for modern pci
` [PATCH v9 23/32] virtio_pci: queue_reset: support VIRTIO_F_RING_RESET
` [PATCH v9 24/32] virtio: find_vqs() add arg sizes
` [PATCH v9 25/32] virtio_pci: support the arg sizes of find_vqs()
` [PATCH v9 27/32] virtio: add helper virtio_find_vqs_ctx_size()
` [PATCH v9 30/32] virtio_net: split free_unused_bufs()
` [PATCH v9 31/32] virtio_net: support rx/tx queue resize

[PATCH v3 00/21] TDX host kernel support
 2022-04-06  4:49 UTC  (10+ messages)
` [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 16/21] x86/virt/tdx: Configure TDX module with TDMRs and global KeyID
` [PATCH v3 17/21] x86/virt/tdx: Configure global KeyID on all packages
` [PATCH v3 18/21] x86/virt/tdx: Initialize all TDMRs
` [PATCH v3 19/21] x86: Flush cache of TDX private memory during kexec()
` [PATCH v3 20/21] x86/virt/tdx: Add kernel command line to opt-in TDX host support
` [PATCH v3 21/21] Documentation/x86: Add documentation for "

[PATCH v3 12/35] x86/msi: Provide msi message shadow structs
 2022-04-06  8:36 UTC  (2+ 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

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

[PATCH 0/5] Make the iommu driver no-snoop block feature consistent
 2022-04-06  7:09 UTC  (16+ 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 4/5] vfio: Move the Intel no-snoop control off of IOMMU_CACHE
` [PATCH 5/5] iommu: Delete IOMMU_CAP_CACHE_COHERENCY

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

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

[PATCH 0/4] kvm: minor fixes and cleanups
 2022-04-06  6:37 UTC  (5+ messages)
` [PATCH 1/4] KVM: x86/xen: Remove the redundantly included header file lapic.h
` [PATCH 2/4] selftests: kvm: add tsc_scaling_sync to .gitignore
` [PATCH 3/4] selftests: kvm/x86/xen: Replace a comma in the xen_shinfo_test with semicolon
` [PATCH 4/4] Documentation: KVM: Add SPDX-License-Identifier tag

[PATCH v6 0/4] x86/tests: Add tests for AMD SEV-ES #VC handling
 2022-04-06  1:22 UTC  (3+ messages)
` [PATCH v6 2/4] x86/tests: Add tests for AMD SEV-ES #VC handling Add KUnit based tests to validate Linux's VC handling for instructions cpuid and wbinvd. These tests: 1. install a kretprobe on the #VC handler (sev_es_ghcb_hv_call, to access GHCB before/after the resulting VMGEXIT). 2. trigger an NAE by executing either cpuid or wbinvd. 3. check that the kretprobe was hit with the right exit_code available in GHCB

[PATCH 00/12] Introducing AMD x2APIC Virtualization (x2AVIC) support
 2022-04-05 23:08 UTC  (13+ messages)
` [PATCH 01/12] x86/cpufeatures: Introduce x2AVIC CPUID bit
` [PATCH 02/12] KVM: x86: lapic: Rename [GET/SET]_APIC_DEST_FIELD to [GET/SET]_XAPIC_DEST_FIELD
` [PATCH 03/12] KVM: SVM: Detect X2APIC virtualization (x2AVIC) support
` [PATCH 04/12] KVM: SVM: Update max number of vCPUs supported for x2AVIC mode
` [PATCH 05/12] KVM: SVM: Update avic_kick_target_vcpus to support 32-bit APIC ID
` [PATCH 06/12] KVM: SVM: Do not support updating APIC ID when in x2APIC mode
` [PATCH 07/12] KVM: SVM: Adding support for configuring x2APIC MSRs interception
` [PATCH 08/12] KVM: SVM: Update AVIC settings when changing APIC mode
` [PATCH 09/12] KVM: SVM: Introduce helper functions to (de)activate AVIC and x2AVIC
` [PATCH 10/12] KVM: SVM: Do not throw warning when calling avic_vcpu_load on a running vcpu
` [PATCH 11/12] KVM: SVM: Do not inhibit APICv when x2APIC is present
` [PATCH 12/12] kvm/x86: Remove APICV activate mode inconsistency check

[PATCH v3 00/11] KVM: x86: Add a cap to disable NX hugepages on a VM
 2022-04-05 22:55 UTC  (17+ 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 v3 04/11] KVM: selftests: Add memslot parameter to elf_load
` [PATCH v3 05/11] KVM: selftests: Improve error message in vm_phy_pages_alloc
` [PATCH v3 06/11] KVM: selftests: Add NX huge pages test
` [PATCH v3 07/11] KVM: x86/MMU: Factor out updating NX hugepages state for a VM
` [PATCH v3 08/11] KVM: x86/MMU: Allow NX huge pages to be disabled on a per-vm basis
` [PATCH v3 11/11] selftests: KVM: Test disabling NX hugepages on a VM

[PATCH V4] KVM, SEV: Add KVM_EXIT_SYSTEM_EVENT metadata for SEV-ES
 2022-04-05 22:56 UTC  (2+ messages)

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-04-05 23:45 UTC  (3+ messages)
` [PATCH v5 11/13] KVM: Zap existing KVM mappings when pages changed in the private fd

[RFC PATCH v5 000/104] KVM TDX basic feature support
 2022-04-05 17:53 UTC  (73+ messages)
` [RFC PATCH v5 020/104] KVM: TDX: allocate per-package mutex
` [RFC PATCH v5 021/104] KVM: x86: Introduce hooks to free VM callback prezap and vm_free
` [RFC PATCH v5 022/104] KVM: Add max_vcpus field in common 'struct kvm'
` [RFC PATCH v5 023/104] x86/cpu: Add helper functions to allocate/free MKTME keyid
` [RFC PATCH v5 024/104] KVM: TDX: create/destroy VM structure
` [RFC PATCH v5 025/104] KVM: TDX: Add place holder for TDX VM specific mem_enc_op ioctl
` [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 029/104] KVM: TDX: allocate/free TDX vcpu structure
` [RFC PATCH v5 032/104] KVM: x86/mmu: introduce config for PRIVATE KVM MMU
` [RFC PATCH v5 033/104] KVM: x86: Add infrastructure for stolen GPA bits
` [RFC PATCH v5 035/104] KVM: x86/mmu: Disallow dirty logging for x86 TDX
` [RFC PATCH v5 036/104] KVM: x86/mmu: Explicitly check for MMIO spte in fast page fault
` [RFC PATCH v5 037/104] KVM: x86/mmu: Allow non-zero init value for shadow PTE
` [RFC PATCH v5 039/104] KVM: x86/mmu: Disallow fast page fault on private GPA
` [RFC PATCH v5 040/104] KVM: VMX: Split out guts of EPT violation to common/exposed function
` [RFC PATCH v5 041/104] KVM: VMX: Move setting of EPT MMU masks to common VT-x code
` [RFC PATCH v5 042/104] KVM: x86/mmu: Track shadow MMIO value/mask on a per-VM basis
` [RFC PATCH v5 043/104] KVM: TDX: Add load_mmu_pgd method for TDX
` [RFC PATCH v5 045/104] KVM: x86/tdp_mmu: make REMOVED_SPTE include shadow_initial value
` [RFC PATCH v5 046/104] KVM: x86/tdp_mmu: refactor kvm_tdp_mmu_map()
` [RFC PATCH v5 047/104] KVM: x86/mmu: add a private pointer to struct kvm_mmu_page
` [RFC PATCH v5 049/104] KVM: x86/tdp_mmu: Ignore unsupported mmu operation on private GFNs
` [RFC PATCH v5 074/104] KVM: x86: Add a switch_db_regs flag to handle TDX's auto-switched behavior
` [RFC PATCH v5 076/104] KVM: x86: Add option to force LAPIC expiration wait
` [RFC PATCH v5 077/104] KVM: TDX: Use vcpu_to_pi_desc() uniformly in posted_intr.c
` [RFC PATCH v5 100/104] KVM: TDX: Silently discard SMI request
` [RFC PATCH v5 101/104] KVM: TDX: Silently ignore INIT/SIPI
` [RFC PATCH v5 102/104] KVM: TDX: Add methods to ignore accesses to CPU state

[PATCH] KVM: memcg: count KVM page table pages used by KVM in memcg pagetable stats
 2022-04-05 18:43 UTC  (5+ messages)

[PATCH v5 00/21] KVM: s390: enable zPCI for interpretive execution
 2022-04-05 15:06 UTC  (10+ messages)
` [PATCH v5 08/21] s390/pci: stash associated GISA designation
` [PATCH v5 10/21] KVM: s390: pci: add basic kvm_zdev structure
` [PATCH v5 14/21] KVM: s390: pci: provide routines for enabling/disabling interrupt forwarding

[PATCH v12 00/46] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-04-05 19:41 UTC  (5+ messages)
` [PATCH v12 22/46] x86/sev: Use SEV-SNP AP creation to start secondary CPUs

[PATCH 0/3] KVM: Split huge pages mapped by the TDP MMU on fault
 2022-04-05 21:00 UTC  (8+ messages)
` [PATCH 1/3] KVM: selftests: Introduce a selftest to measure execution performance
` [PATCH 3/3] KVM: x86/mmu: Split huge pages mapped by the TDP MMU on fault

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

[PATCH] KVM: SEV: Add cond_resched() to loop in sev_clflush_pages()
 2022-04-05 19:26 UTC  (5+ messages)

[PATCH v2 0/4] KVM: arm64: vgic-v3: MMIO-based LPI invalidation and co
 2022-04-05 18:23 UTC  (5+ messages)
` [PATCH v2 1/4] irqchip/gic-v3: Exposes bit values for GICR_CTLR.{IR,CES}
` [PATCH v2 2/4] KVM: arm64: vgic-v3: Expose GICR_CTLR.RWP when disabling LPIs
` [PATCH v2 3/4] KVM: arm64: vgic-v3: Implement MMIO-based LPI invalidation
` [PATCH v2 4/4] KVM: arm64: vgic-v3: Advertise GICR_CTLR.{IR,CES} as a new GICD_IIDR revision

[PATCH v2] KVM: SEV: Mark nested locking of vcpu->mutex
 2022-04-05 17:46 UTC 

[GIT PULL] virtio: fixes, cleanups
 2022-04-05 17:48 UTC  (2+ messages)

[PATCH v2 0/5] KVM: mm: count KVM page table pages in pagetable stats
 2022-04-05 18:50 UTC  (8+ messages)
` [PATCH v2 1/5] KVM: mm: add a helper to account page table pages used by KVM
` [PATCH v2 2/5] KVM: x86: mm: count KVM page table pages in pagetable stats
` [PATCH v2 3/5] KVM: arm64: "
` [PATCH v2 4/5] KVM: riscv: "
` [PATCH v2 5/5] KVM: mips: "

[PATCH] vfio: Stop using iommu_present()
 2022-04-05 19:04 UTC  (2+ messages)

[PATCH v12 02/46] KVM: SVM: Create a separate mapping for the SEV-ES save area
 2022-04-05 18:55 UTC  (3+ messages)
` [PATCH v12 2.1/46] "

[PATCH] KVM: x86/mmu: remove unnecessary flush_workqueue()
 2022-04-05 12:12 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: Resolve nx_huge_pages when kvm.ko is loaded
 2022-04-05 12:12 UTC  (2+ messages)

[PATCH RESEND] Documentation: kvm: Add missing line break in api.rst
 2022-04-05 12:12 UTC  (2+ messages)

[RFCv2 PATCH 00/12] Introducing AMD x2APIC Virtualization (x2AVIC) support
 2022-04-05  9:36 UTC  (8+ messages)
` [RFCv2 PATCH 07/12] KVM: SVM: Introduce helper function kvm_get_apic_id
` [RFCv2 PATCH 08/12] KVM: SVM: Adding support for configuring x2APIC MSRs interception

[PATCH] KVM: VMX: optimize pi_wakeup_handler
 2022-04-05  8:26 UTC  (5+ messages)
  ` 答复: "
      ` 答复: "

[PATCH 0/3] Unexpected guest trap handling for KVM RISC-V selftests
 2022-04-05  7:18 UTC  (5+ messages)
` [PATCH 1/3] KVM: selftests: riscv: Set PTE A and D bits in VS-stage page table
` [PATCH 2/3] KVM: selftests: riscv: Fix alignment of the guest_hang() function

[PATCH 5.4 v2] KVM: x86/mmu: do compare-and-exchange of gPTE via the user address
 2022-04-05  5:11 UTC  (2+ messages)

[PATCH v4 0/4] KVM: arm64: selftests: Add edge cases tests for the arch timer
 2022-04-05  1:56 UTC  (4+ messages)
` [PATCH v4 2/4] KVM: selftests: add is_cpu_eligible_to_run() utility function

[PATCH v2 0/3] KVM: arm64: Limit feature register reads from AArch32
 2022-04-05  1:53 UTC  (10+ messages)
` [PATCH v2 2/3] KVM: arm64: Plumb cp10 ID traps through the AArch64 sysreg handler
` [PATCH v2 3/3] KVM: arm64: Start trapping ID registers for 32 bit guests

[PATCH] KVM: x86/pmu: Update AMD PMC smaple period to fix guest NMI-watchdog
 2022-04-05  0:22 UTC  (3+ messages)

[PATCH v19 00/20] s390/vfio-ap: dynamic configuration support
 2022-04-04 22:10 UTC  (12+ messages)
` [PATCH v19 03/20] s390/vfio-ap: manage link between queue struct and matrix mdev
` [PATCH v19 10/20] s390/vfio-ap: prepare for dynamic update of guest's APCB on assign/unassign
` [PATCH v19 11/20] s390/vfio-ap: prepare for dynamic update of guest's APCB on queue probe/remove
` [PATCH v19 12/20] s390/vfio-ap: allow hot plug/unplug of AP devices when assigned/unassigned
` [PATCH v19 13/20] s390/vfio-ap: hot plug/unplug of AP devices when probed/removed
` [PATCH v19 15/20] s390/vfio-ap: implement in-use callback for vfio_ap driver
` [PATCH v19 16/20] s390/vfio-ap: sysfs attribute to display the guest's matrix
` [PATCH v19 17/20] s390/vfio-ap: handle config changed and scan complete notification
` [PATCH v19 18/20] s390/vfio-ap: update docs to include dynamic config support
` [PATCH v19 19/20] s390/Docs: new doc describing lock usage by the vfio_ap device driver
` [PATCH v19 20/20] MAINTAINERS: pick up all vfio_ap docs for VFIO AP maintainers


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