public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-07-07 09:17:10 to 2022-07-08 20:21:17 UTC [more...]

[RFT][PATCH v2 0/9] Update vfio_pin/unpin_pages API
 2022-07-08 20:20 UTC  (16+ messages)
` [RFT][PATCH v2 1/9] vfio: Make vfio_unpin_pages() return void
` [RFT][PATCH v2 4/9] vfio: Pass in starting IOVA to vfio_pin/unpin_pages API
` [RFT][PATCH v2 9/9] vfio: Replace phys_pfn with pages for vfio_pin_pages()

[PATCH 00/19] KVM: arm64: vgic-v3 userspace access consolidation (and other goodies)
 2022-07-08 19:38 UTC  (12+ 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()

[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 kernel] powerpc/iommu: Add iommu_ops to report capabilities and allow blocking domains
 2022-07-08 13:59 UTC  (12+ messages)

[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  (13+ 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 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  (28+ messages)
` [PATCH v2 06/28] KVM: nVMX: Introduce KVM_CAP_HYPERV_ENLIGHTENED_VMCS2
` [PATCH v2 08/28] KVM: VMX: Support TSC scaling with enlightened VMCS
` [PATCH v2 13/28] KVM: VMX: Get rid of eVMCS specific VMX controls sanitization
` [PATCH v2 20/28] KVM: VMX: Add missing VMENTRY controls to vmcs_config
` [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 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  (14+ messages)
` [PATCH 04/15] vfio/mdev: embedd struct mdev_parent in the parent data structure
` [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  (3+ 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  (4+ 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  (13+ messages)
` [PATCH v4 01/11] vfio/ccw: Remove UUID from s390 debug log
` [PATCH v4 02/11] vfio/ccw: Fix FSM state if mdev probe fails
` [PATCH v4 03/11] vfio/ccw: Do not change FSM state in subchannel event
` [PATCH v4 04/11] vfio/ccw: Remove private->mdev
` [PATCH v4 05/11] vfio/ccw: Pass enum to FSM event jumptable
` [PATCH v4 06/11] vfio/ccw: Flatten MDEV device (un)register
` [PATCH v4 07/11] vfio/ccw: Update trace data for not operational event
` [PATCH v4 08/11] vfio/ccw: Create an OPEN FSM Event
` [PATCH v4 09/11] vfio/ccw: Create a CLOSE FSM event
` [PATCH v4 10/11] vfio/ccw: Refactor vfio_ccw_mdev_reset
` [PATCH v4 11/11] vfio/ccw: Move FSM open/close to MDEV open/close

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

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

[PATCH v2] KVM: VMX: Move VM-exit RSB stuffing out of line
 2022-07-07 19:47 UTC  (2+ messages)

[PATCH] vfio/mlx5: clean up overflow check
 2022-07-07 19:37 UTC  (2+ messages)

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

[PATCH v2 00/20] Update Documentation/ cross-references
 2022-07-07 19:12 UTC  (2+ messages)

Add vfio-platform support for ONESHOT irq forwarding?
 2022-07-07 17:38 UTC  (15+ messages)

[PATCH v2 00/21] KVM: x86: Event/exception fixes and cleanups
 2022-07-07 17:19 UTC  (7+ messages)
` [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] KVM: x86: Increase KVM_MAX_VCPUS to 2048
 2022-07-07 17:03 UTC  (4+ messages)
` [PATCH v2] KVM: x86: Increase KVM_MAX_VCPUS to 4096

[PATCH] Documentation: KVM: Describe guest TSC scaling in migration algorithm
 2022-07-07 16:43 UTC  (3+ messages)
` [PATCH 1/2] KVM: x86: add KVM clock time reference arg to kvm_write_tsc()
  ` [PATCH 2/2] KVM: x86: add KVM_VCPU_TSC_VALUE attribute

[PATCH RFC v2 0/2] arm: enable MTE for QEMU + kvm
 2022-07-07 16:16 UTC  (3+ messages)
` [PATCH RFC v2 1/2] arm/kvm: add support for MTE
` [PATCH RFC v2 2/2] qtests/arm: add some mte tests

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

[PATCH] vfio: hisi_acc_vfio_pci: fix integer overflow check in hisi_acc_vf_resume_write()
 2022-07-07 14:58 UTC  (5+ messages)

[PATCH -fixes v2] riscv: Fix missing PAGE_PFN_MASK
 2022-07-07 14:56 UTC  (3+ messages)

[PATCH 0/5] KVM RISC-V Svpbmt support
 2022-07-07 14:52 UTC  (6+ messages)
` [PATCH 1/5] KVM: Add gfp_custom flag in struct kvm_mmu_memory_cache
` [PATCH 2/5] riscv: Fix missing PAGE_PFN_MASK
` [PATCH 3/5] RISC-V: KVM: Add G-stage ioremap() and iounmap() functions
` [PATCH 4/5] RISC-V: KVM: Use PAGE_KERNEL_IO in kvm_riscv_gstage_ioremap()
` [PATCH 5/5] RISC-V: KVM: Add support for Svpbmt inside Guest/VM

[PATCH v3 00/11] s390/vfio-ccw rework
 2022-07-07 13:11 UTC  (9+ messages)

[PATCH] KVM: x86: Add EOI_INDUCED_EXIT handlers for Hyper-V SynIC vectors
 2022-07-07 12:50 UTC 

撤回: [PATCH] KVM: x86: Add EOI_INDUCED exit handlers for Hyper-V SynIC vectors
 2022-07-07 12:32 UTC 

[PATCH] KVM: x86: Add EOI exit bitmap handlers for Hyper-V SynIC vectors
 2022-07-07  9:27 UTC  (3+ messages)
  ` 答复: "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox