kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-07 20:08:14 to 2022-07-09 10:07:57 UTC [more...]

[PATCH v3 00/21] Update Documentation/ cross references and fix issues
 2022-07-09 10:07 UTC  (2+ messages)
` [PATCH v3 18/21] docs: virt: kvm: fix a title markup at api.rst

[PATCH 00/19] KVM: arm64: vgic-v3 userspace access consolidation (and other goodies)
 2022-07-09  6:59 UTC  (14+ messages)
` [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()

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

[PATCH 00/12] Documentation: tdx: documentation fixes
 2022-07-09  4:26 UTC  (14+ messages)
` [PATCH 01/12] Documentation: kvm: Pad bullet lists with blank line
` [PATCH 02/12] Documentation: kvm: tdx: Use appropriate subbullet marker
` [PATCH 03/12] Documentation: kvm: tdx: Add footnote markers
` [PATCH 04/12] Documentation: kvm: tdx: Use bullet list for public kvm trees
` [PATCH 05/12] Documentation: kvm: tdx: title typofix
` [PATCH 06/12] Documentation: kvm: tdx-tdp-mmu: Add blank line padding for lists
` [PATCH 07/12] Documentation: kvm: tdx-tdp-mmu: Use literal code block for EPT violation diagrams
` [PATCH 08/12] Documentation: kvm: tdx-tdp-mmu: Properly format nested list for EPT state machine
` [PATCH 09/12] Documentation: kvm: tdx-tdp-mmu: Add blank line padding to lists in concurrent sections
` [PATCH 10/12] Documentation: x86: Enclose TDX initialization code inside code block
` [PATCH 11/12] Documentation: x86: Use literal code block for TDX dmesg output
` [PATCH 12/12] Documentation: kvm: Add TDX documentation to KVM table of contents

[syzbot] INFO: rcu detected stall in dummy_timer (4)
 2022-07-09  3:52 UTC 

[RFC 0/3] SCMI Vhost and Virtio backend implementation
 2022-07-09  3:28 UTC  (3+ messages)

[PATCH RFC v2 0/2] arm: enable MTE for QEMU + kvm
 2022-07-09  2:59 UTC  (2+ messages)

[PATCH kernel] powerpc/iommu: Add iommu_ops to report capabilities and allow blocking domains
 2022-07-09  2:58 UTC  (13+ messages)

[PATCH 0/3] MSR Filtering updates
 2022-07-09  2:05 UTC  (4+ messages)
` [PATCH 3/3] KVM: x86: Don't deflect MSRs to userspace that can't be filtered

[PATCH v3 0/5] kvm: x86/pmu: Introduce and test masked events
 2022-07-09  1:17 UTC  (5+ messages)
` [PATCH v3 1/5] kvm: x86/pmu: Introduce masked events to the pmu event filter
` [PATCH v3 2/5] selftests: kvm/x86: Add flags when creating a "
` [PATCH v3 4/5] selftests: kvm/x86: Add testing for inverted masked events
` [PATCH v3 5/5] selftests: kvm/x86: Add testing for KVM_SET_PMU_EVENT_FILTER

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

[PATCH v3 3/5] selftests: kvm/x86: Add testing for masked events
 2022-07-09  1:02 UTC 

[PATCH 0/2] Extend KVM trace_kvm_nested_vmrun() to support VMX
 2022-07-08 23:23 UTC  (3+ messages)
` [PATCH 1/2] KVM: nested/x86: update trace_kvm_nested_vmrun() to suppot VMX
` [PATCH 2/2] kvm: nVMX: add tracepoint for kvm:kvm_nested_vmrun

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

[PATCH v3 00/10] Update vfio_pin/unpin_pages API
 2022-07-08 22:44 UTC  (10+ messages)
` [PATCH v3 01/10] vfio: Make vfio_unpin_pages() return void
` [PATCH v3 02/10] drm/i915/gvt: Replace roundup with DIV_ROUND_UP
` [PATCH v3 03/10] vfio/ap: Pass in physical address of ind to ap_aqic()
` [PATCH v3 04/10] vfio/ccw: Only pass in contiguous pages
` [PATCH v3 05/10] vfio: Pass in starting IOVA to vfio_pin/unpin_pages API
` [PATCH v3 06/10] vfio/ap: Change saved_pfn to saved_iova
` [PATCH v3 07/10] vfio/ccw: Change pa_pfn list to pa_iova list
` [PATCH v3 08/10] vfio: Rename user_iova of vfio_dma_rw()
` [PATCH v3 09/10] vfio/ccw: Add kmap_local_page() for memcpy

[PATCH v2 0/3] KVM: arm64: support MTE in protected VMs
 2022-07-08 21:21 UTC  (4+ messages)
` [PATCH v2 1/3] KVM: arm64: add a hypercall for disowning pages
` [PATCH v2 2/3] KVM: arm64: disown unused reserved-memory regions
` [PATCH v2 3/3] KVM: arm64: allow MTE in protected VMs if the tag storage is known

[RFT][PATCH v2 0/9] Update vfio_pin/unpin_pages API
 2022-07-08 20:31 UTC  (19+ messages)
` [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 6/9] vfio/ccw: Change pa_pfn list to pa_iova list
` [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 v4 0/6] vfio/pci: power management changes
 2022-07-08 16:49 UTC  (16+ 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 6/6] vfio/pci: Add support for virtual PME

[PATCH v2 00/24] KVM: arm64: Introduce pKVM shadow state at EL2
 2022-07-08 16:23 UTC  (3+ messages)

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-07-08 15:59 UTC  (13+ messages)
` [PATCH Part2 v6 35/49] KVM: SVM: Remove the long-lived GHCB host map
` [PATCH Part2 v6 42/49] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event

[PATCH v2] KVM: x86: Fully initialize 'struct kvm_lapic_irq' in kvm_pv_kick_cpu_op()
 2022-07-08 15:58 UTC  (3+ messages)

[kvm-unit-tests PATCH v5 1/3] x86: Use report_skip to log messages when tests are skipped
 2022-07-08 15:57 UTC  (5+ messages)
` [kvm-unit-tests PATCH v5 2/3] x86: Skip perf related tests when platform cannot support
` [kvm-unit-tests PATCH v5 3/3] x86: Check platform vPMU capabilities before run lbr tests

[PATCH v7 000/102] KVM TDX basic feature support
 2022-07-08 15:30 UTC  (20+ messages)
` [PATCH v7 030/102] KVM: TDX: Do TDX specific vcpu initialization
` [PATCH v7 032/102] KVM: x86/mmu: introduce config for PRIVATE KVM MMU
` [PATCH v7 033/102] KVM: x86/mmu: Add address conversion functions for TDX shared bits
` [PATCH v7 036/102] KVM: x86/mmu: Allow non-zero value for non-present SPTE
` [PATCH v7 041/102] KVM: VMX: Introduce test mode related to EPT violation VE
` [PATCH v7 046/102] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU
` [PATCH v7 048/102] KVM: x86/mmu: Disallow dirty logging for x86 TDX
` [PATCH v7 050/102] KVM: VMX: Split out guts of EPT violation to common/exposed function
` [PATCH v7 101/102] Documentation/virtual/kvm: Document on Trust Domain Extensions(TDX)

UIO mmap on ARM/ARM64 cannot do unaligned access
 2022-07-08 15:04 UTC 

[KVM] cf8e55fe50: kvm-unit-tests.msr.fail
 2022-07-08 14:56 UTC 

[PATCH v3 00/25] KVM: VMX: Support updated eVMCSv1 revision + use vmcs_config for L1 VMX MSRs
 2022-07-08 14:42 UTC  (26+ messages)
` [PATCH v3 01/25] KVM: x86: hyper-v: Expose access to debug MSRs in the partition privilege flags
` [PATCH v3 02/25] x86/hyperv: Fix 'struct hv_enlightened_vmcs' definition
` [PATCH v3 03/25] x86/hyperv: Update "
` [PATCH v3 04/25] KVM: VMX: Define VMCS-to-EVMCS conversion for the new fields
` [PATCH v3 05/25] KVM: nVMX: Support several new fields in eVMCSv1
` [PATCH v3 06/25] KVM: x86: hyper-v: Cache HYPERV_CPUID_NESTED_FEATURES CPUID leaf
` [PATCH v3 07/25] KVM: selftests: Add ENCLS_EXITING_BITMAP{,HIGH} VMCS fields
` [PATCH v3 08/25] KVM: selftests: Switch to updated eVMCSv1 definition
` [PATCH v3 09/25] KVM: VMX: nVMX: Support TSC scaling and PERF_GLOBAL_CTRL with enlightened VMCS
` [PATCH v3 10/25] KVM: selftests: Enable TSC scaling in evmcs selftest
` [PATCH v3 11/25] KVM: VMX: Get rid of eVMCS specific VMX controls sanitization
` [PATCH v3 12/25] KVM: VMX: Check VM_ENTRY_IA32E_MODE in setup_vmcs_config()
` [PATCH v3 13/25] KVM: VMX: Check CPU_BASED_{INTR,NMI}_WINDOW_EXITING "
` [PATCH v3 14/25] KVM: VMX: Tweak the special handling of SECONDARY_EXEC_ENCLS_EXITING "
` [PATCH v3 15/25] KVM: VMX: Extend VMX controls macro shenanigans
` [PATCH v3 16/25] KVM: VMX: Move CPU_BASED_CR8_{LOAD,STORE}_EXITING filtering out of setup_vmcs_config()
` [PATCH v3 17/25] KVM: VMX: Add missing VMEXIT controls to vmcs_config
` [PATCH v3 18/25] KVM: VMX: Add missing CPU based VM execution "
` [PATCH v3 19/25] KVM: VMX: Adjust CR3/INVPLG interception for EPT=y at runtime, not setup
` [PATCH v3 20/25] KVM: x86: VMX: Replace some Intel model numbers with mnemonics
` [PATCH v3 21/25] KVM: VMX: Move LOAD_IA32_PERF_GLOBAL_CTRL errata handling out of setup_vmcs_config()
` [PATCH v3 22/25] KVM: nVMX: Always set required-1 bits of pinbased_ctls to PIN_BASED_ALWAYSON_WITHOUT_TRUE_MSR
` [PATCH v3 23/25] KVM: nVMX: Use sanitized allowed-1 bits for VMX control MSRs
` [PATCH v3 24/25] KVM: VMX: Cache MSR_IA32_VMX_MISC in vmcs_config
` [PATCH v3 25/25] KVM: nVMX: Use cached host MSR_IA32_VMX_MISC value for setting up nested MSR

[PATCH] KVM: arm64: permit MAP_SHARED mappings with MTE enabled
 2022-07-08 13:58 UTC  (10+ messages)

[PATCH v6 0/4] Implement vdpasim suspend operation
 2022-07-08 13:51 UTC  (20+ messages)
` [PATCH v6 1/4] vdpa: Add "
` [PATCH v6 2/4] vhost-vdpa: introduce SUSPEND backend feature bit
` [PATCH v6 3/4] vhost-vdpa: uAPI to suspend the device
` [PATCH v6 4/4] vdpa_sim: Implement suspend vdpa op

[PATCH] KVM: x86: Fully initialize 'struct kvm_lapic_irq' in kvm_pv_kick_cpu_op()
 2022-07-08 12:44 UTC  (3+ messages)

[PATCH v9 00/21] KVM: s390: enable zPCI for interpretive execution
 2022-07-08 11:33 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 0/8] s390x: uv-host: Access check extensions and improvements
 2022-07-08 10:19 UTC  (9+ messages)
` [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 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

[linux-next:master] BUILD REGRESSION 088b9c375534d905a4d337c78db3b3bfbb52c4a0
 2022-07-08 10:02 UTC  (4+ messages)

[PATCH v2 00/28] KVM: VMX: Support TscScaling and EnclsExitingBitmap with eVMCS + use vmcs_config for L1 VMX MSRs
 2022-07-08  7:55 UTC  (9+ messages)
` [PATCH v2 22/28] KVM: VMX: Clear controls obsoleted by EPT at runtime, not setup

[PATCH v11 00/40] virtio pci support VIRTIO_F_RING_RESET
 2022-07-08  6:23 UTC  (9+ messages)
` [PATCH v11 38/40] virtio_net: support rx queue resize
` [PATCH v11 39/40] virtio_net: support tx "

simplify the mdev interface v5
 2022-07-08  5:48 UTC  (8+ messages)
` [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 v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-07-08  3:29 UTC  (9+ messages)
` [PATCH v6 6/8] KVM: Handle page fault for "

[PATCH] vdpa: Use device_iommu_capable()
 2022-07-08  3:14 UTC  (2+ messages)

[PATCH] KVM: x86: Add EOI_INDUCED exit handlers for Hyper-V SynIC vectors
 2022-07-08  1:00 UTC  (3+ messages)
  ` 答复: "

[kvm-unit-tests PATCH v4 1/2] x86: Skip perf related tests when platform cannot support
 2022-07-08  0:57 UTC  (6+ messages)
` [kvm-unit-tests PATCH v4 2/2] x86: Check platform vPMU capabilities before run lbr tests

[PATCH] KVM: x86: VMX: Replace some Intel model numbers with mnemonics
 2022-07-08  0:13 UTC  (2+ messages)

[Bug 216212] New: KVM does not handle nested guest enable PAE paging correctly when CR3 is not mapped in EPT
 2022-07-08  0:07 UTC  (3+ messages)
` [Bug 216212] "

[PATCH v5 00/22] TDX host kernel support
 2022-07-07 23:42 UTC  (8+ messages)
` [PATCH v5 12/22] x86/virt/tdx: Convert all memory regions in memblock to TDX memory

[PATCH] selftests/kvm: Add error messages before skipping tests in vm_xsave_req_perm()
 2022-07-07 23:10 UTC  (2+ messages)

[PATCH v3] KVM: VMX: Avoid a JMP over the RSB-stuffing sequence
 2022-07-07 22:47 UTC  (2+ messages)

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

[PATCH] vfio/pci: fix the wrong word
 2022-07-07 21:32 UTC  (2+ messages)

[PATCH v4 00/11] s390/vfio-ccw rework
 2022-07-07 21:32 UTC  (2+ messages)

[PATCH] vfio/spapr_tce: Remove the unused parameters container
 2022-07-07 21:32 UTC  (2+ messages)

[PATCH v6 0/4] KVM: mm: count KVM mmu usage in memory stats
 2022-07-07 21:11 UTC  (7+ messages)
` [PATCH v6 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses
` [PATCH v6 2/4] KVM: mmu: add a helper to account memory used by KVM MMU
` [PATCH v6 3/4] KVM: x86/mmu: count KVM mmu usage in secondary pagetable stats

[PATCH v12 19/46] x86/kernel: Make the .bss..decrypted section shared in RMP table
 2022-07-07 20:43 UTC  (11+ messages)

[PATCH] KVM: x86/mmu: Replace UNMAPPED_GVA with INVALID_GPA for gva_to_gpa()
 2022-07-07 20:18 UTC  (2+ messages)


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