kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-10 09:41:46 to 2023-03-11 00:25:02 UTC [more...]

[PATCH v2 00/27] drm/i915/gvt: KVM: KVMGT fixes and page-track cleanups
 2023-03-11  0:22 UTC  (17+ messages)
` [PATCH v2 01/27] drm/i915/gvt: Verify pfn is "valid" before dereferencing "struct page"
` [PATCH v2 02/27] KVM: x86/mmu: Factor out helper to get max mapping size of a memslot
` [PATCH v2 03/27] drm/i915/gvt: remove interface intel_gvt_is_valid_gfn
` [PATCH v2 04/27] drm/i915/gvt: Incorporate KVM memslot info into check for 2MiB GTT entry
` [PATCH v2 05/27] drm/i915/gvt: Verify VFIO-pinned page is THP when shadowing 2M gtt entry
` [PATCH v2 06/27] drm/i915/gvt: Put the page reference obtained by KVM's gfn_to_pfn()
` [PATCH v2 07/27] drm/i915/gvt: Don't rely on KVM's gfn_to_pfn() to query possible 2M GTT
` [PATCH v2 08/27] drm/i915/gvt: Use an "unsigned long" to iterate over memslot gfns
` [PATCH v2 09/27] drm/i915/gvt: Drop unused helper intel_vgpu_reset_gtt()
` [PATCH v2 10/27] drm/i915/gvt: Protect gfn hash table with vgpu_lock
` [PATCH v2 11/27] KVM: x86/mmu: Don't rely on page-track mechanism to flush on memslot change
` [PATCH v2 12/27] KVM: x86/mmu: Don't bounce through page-track mechanism for guest PTEs
` [PATCH v2 13/27] KVM: drm/i915/gvt: Drop @vcpu from KVM's ->track_write() hook
` [PATCH v2 14/27] KVM: x86: Reject memslot MOVE operations if KVMGT is attached
` [PATCH v2 16/27] KVM: x86: Add a new page-track hook to handle memslot deletion
` [PATCH v2 21/27] KVM: x86/mmu: Drop infrastructure for multiple page-track modes

[PATCH] KVM: nVMX: add missing consistency checks for CR0 and CR4
 2023-03-11  0:08 UTC  (2+ messages)

[PATCH v4 0/5] Add IO page table replacement support
 2023-03-11  0:06 UTC  (11+ messages)
` [PATCH v4 1/5] vfio: Do not allow !ops->dma_unmap in vfio_pin/unpin_pages()
` [PATCH v4 2/5] iommufd/selftest: Add IOMMU_TEST_OP_ACCESS_SET_IOAS coverage
` [PATCH v4 3/5] iommufd: Add replace support in iommufd_access_set_ioas()
` [PATCH v4 5/5] vfio: Support IO page table replacement

[REPOST PATCH 00/16] Add support for vPMU selftests
 2023-03-10 23:58 UTC  (7+ messages)
` [REPOST PATCH 10/16] selftests: KVM: aarch64: Add KVM EVTYPE filter PMU test
` [REPOST PATCH 12/16] selftests: KVM: aarch64: Test PMU overflow/IRQ functionality

[PATCH v6 00/24] cover-letter: Add vfio_device cdev for iommufd support
 2023-03-10 23:42 UTC  (14+ messages)
` [PATCH v6 12/24] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET
` [PATCH v6 19/24] vfio-iommufd: Add detach_ioas support for emulated VFIO devices
` [PATCH v6 20/24] vfio: Add cdev for vfio_device
` [PATCH v6 21/24] vfio: Add VFIO_DEVICE_BIND_IOMMUFD

[PATCH 00/12] iommufd: Add nesting infrastructure
 2023-03-10 23:31 UTC  (18+ messages)
` [PATCH 04/12] iommufd: Pass parent hwpt and user_data to iommufd_hw_pagetable_alloc()
` [PATCH 05/12] iommufd/hw_pagetable: Do not populate user-managed hw_pagetables
` [PATCH 07/12] iommufd: Add IOMMU_HWPT_INVALIDATE
` [PATCH 08/12] iommufd/device: Report supported hwpt_types

[PATCH 0/6] bus: fsl-mc: Make remove function return void
 2023-03-10 22:41 UTC  (2+ messages)
` [PATCH 6/6] "

[PATCH 0/2] KVM: Fix race between reboot and hardware enabling
 2023-03-10 22:14 UTC  (3+ messages)
` [PATCH 1/2] KVM: Use syscore_ops instead of reboot_notifier to hook restart/shutdown
` [PATCH 2/2] KVM: Don't enable hardware after a restart/shutdown is initiated

[PATCH v2 00/18] x86/reboot: KVM: Clean up "emergency" virt code
 2023-03-10 21:42 UTC  (19+ messages)
` [PATCH v2 01/18] x86/reboot: VMCLEAR active VMCSes before emergency reboot
` [PATCH v2 02/18] x86/reboot: Expose VMCS crash hooks if and only if KVM_INTEL is enabled
` [PATCH v2 03/18] x86/reboot: Harden virtualization hooks for emergency reboot
` [PATCH v2 04/18] x86/reboot: KVM: Handle VMXOFF in KVM's reboot callback
` [PATCH v2 05/18] x86/reboot: KVM: Disable SVM during reboot via virt/KVM "
` [PATCH v2 06/18] x86/reboot: Hoist "disable virt" helpers above "emergency reboot" path
` [PATCH v2 07/18] x86/reboot: Disable virtualization during reboot iff callback is registered
` [PATCH v2 08/18] x86/reboot: Assert that IRQs are disabled when turning off virtualization
` [PATCH v2 09/18] x86/virt: KVM: Open code cpu_has_vmx() in KVM VMX
` [PATCH v2 10/18] x86/virt: KVM: Move VMXOFF helpers into "
` [PATCH v2 11/18] KVM: SVM: Make KVM_AMD depend on CPU_SUP_AMD or CPU_SUP_HYGON
` [PATCH v2 12/18] x86/virt: Drop unnecessary check on extended CPUID level in cpu_has_svm()
` [PATCH v2 13/18] x86/virt: KVM: Open code cpu_has_svm() into kvm_is_svm_supported()
` [PATCH v2 14/18] KVM: SVM: Check that the current CPU supports SVM in kvm_is_svm_supported()
` [PATCH v2 15/18] KVM: VMX: Ensure CPU is stable when probing basic VMX support
` [PATCH v2 16/18] x86/virt: KVM: Move "disable SVM" helper into KVM SVM
` [PATCH v2 17/18] KVM: x86: Force kvm_rebooting=true during emergency reboot/crash
` [PATCH v2 18/18] KVM: SVM: Use "standard" stgi() helper when disabling SVM

[PATCH v4 0/8] Export platform features from ccp driver
 2023-03-10 21:19 UTC  (2+ messages)
` [PATCH v4 2/8] crypto: ccp: Add a header for multiple drivers to use `__psp_pa`

[PATCH v12 000/106] KVM TDX basic feature support
 2023-03-10 21:18 UTC  (4+ messages)
` [PATCH v12 050/106] KVM: TDX: MTRR: implement get_mt_mask() for TDX

[PATCH v5 0/5] Linear Address Masking (LAM) KVM Enabling
 2023-03-10 20:26 UTC  (13+ messages)
` [PATCH v5 2/5] [Trivial]KVM: x86: Explicitly cast ulong to bool in kvm_set_cr3()
` [PATCH v5 3/5] KVM: x86: Virtualize CR3.LAM_{U48,U57}
` [PATCH v5 4/5] KVM: x86: emulation: Apply LAM mask when emulating data access in 64-bit mode

[PATCH v14 00/12] Parallel CPU bringup for x86_64
 2023-03-10 20:18 UTC  (3+ messages)

[PATCH v2 0/6] use canonical ftrace path whenever possible
 2023-03-10 19:37 UTC  (4+ messages)

[PATCH 15/16] KVM: arm64: selftests: Augment existing timer test to handle variable offsets
 2023-03-10 19:26 UTC  (2+ messages)

[PATCH v3 0/3] use canonical ftrace path whenever possible
 2023-03-10 19:20 UTC  (4+ messages)
` [PATCH v3 1/3] selftests: use canonical ftrace path
` [PATCH v3 2/3] leaking_addresses: also skip "
` [PATCH v3 3/3] tools/kvm_stat: use "

[kvm-unit-tests PATCH v5] s390x: Add tests for execute-type instructions
 2023-03-10 18:11 UTC 

[PATCH v1 0/5] vfio: Make emulated devices prepared for vfio device cdev
 2023-03-10 17:39 UTC  (15+ messages)
` [PATCH v1 1/5] iommufd: Create access in vfio_iommufd_emulated_bind()
` [PATCH v1 2/5] vfio-iommufd: No need to record iommufd_ctx in vfio_device
` [PATCH v1 3/5] vfio-iommufd: Make vfio_iommufd_emulated_bind() return iommufd_access ID
` [PATCH v1 4/5] Samples/mdev: Uses the vfio emulated iommufd ops set in the mdev sample drivers
` [PATCH v1 5/5] vfio: Check the presence for iommufd callbacks in __vfio_register_dev()

[PATCHv4 00/11] SVM: virtual NMI
 2023-03-10 17:02 UTC  (3+ messages)

[PATCH] KVM: VMX: fix lockdep warning on posted intr wakeup
 2023-03-10 17:00 UTC  (2+ messages)

[PATCH 00/45] Add RISC-V vector cryptographic instruction set support
 2023-03-10 16:03 UTC  (46+ messages)
` [PATCH 01/45] target/riscv: Add zvkb cpu property
` [PATCH 02/45] target/riscv: Refactor some of the generic vector functionality
` [PATCH 03/45] target/riscv: Add vclmul.vv decoding, translation and execution support
` [PATCH 04/45] target/riscv: Refactor some of the generic vector functionality
` [PATCH 05/45] target/riscv: Add vclmul.vx decoding, translation and execution support
` [PATCH 06/45] target/riscv: Add vclmulh.vv "
` [PATCH 07/45] target/riscv: Add vclmulh.vx "
` [PATCH 08/45] target/riscv: Refactor some of the generic vector functionality
` [PATCH 09/45] qemu/bitops.h: Limit rotate amounts
` [PATCH 10/45] target/riscv: Add vrol.[vv,vx] and vror.[vv,vx,vi] decoding, translation and execution support
` [PATCH 11/45] target/riscv: Refactor some of the generic vector functionality
` [PATCH 12/45] target/riscv: Add vbrev8.v decoding, translation and execution support
` [PATCH 13/45] target/riscv: Add vrev8.v "
` [PATCH 14/45] target/riscv: Add vandn.[vv,vx] "
` [PATCH 15/45] target/riscv: Expose zvkb cpu property
` [PATCH 16/45] target/riscv: Add zvkned "
` [PATCH 17/45] target/riscv: Add vaesef.vv decoding, translation and execution support
` [PATCH 18/45] target/riscv: Add vaesef.vs "
` [PATCH 19/45] target/riscv: Add vaesdf.vv "
` [PATCH 20/45] target/riscv: Add vaesdf.vs "
` [PATCH 21/45] target/riscv: Add vaesdm.vv "
` [PATCH 22/45] target/riscv: Add vaesdm.vs "
` [PATCH 23/45] target/riscv: Add vaesz.vs "
` [PATCH 24/45] target/riscv: Add vaesem.vv "
` [PATCH 25/45] target/riscv: Add vaesem.vs "
` [PATCH 26/45] target/riscv: Add vaeskf1.vi "
` [PATCH 27/45] target/riscv: Add vaeskf2.vi "
` [PATCH 28/45] target/riscv: Expose zvkned cpu property
` [PATCH 29/45] target/riscv: Add zvknh cpu properties
` [PATCH 30/45] target/riscv: Add vsha2ms.vv decoding, translation and execution support
` [PATCH 31/45] target/riscv: Add vsha2c[hl].vv "
` [PATCH 32/45] target/riscv: Expose zvknh cpu properties
` [PATCH 33/45] target/riscv: Add zvksh cpu property
` [PATCH 34/45] target/riscv: Add vsm3me.vv decoding, translation and execution support
` [PATCH 35/45] target/riscv: Add vsm3c.vi "
` [PATCH 36/45] target/riscv: Expose zvksh cpu property
` [PATCH 37/45] target/riscv: Add zvkg "
` [PATCH 38/45] target/riscv: Add vgmul.vv decoding, translation and execution support
` [PATCH 39/45] target/riscv: Add vghsh.vv "
` [PATCH 40/45] target/riscv: Expose zvkg cpu property
` [PATCH 41/45] crypto: Create sm4_subword
` [PATCH 42/45] crypto: Add SM4 constant parameter CK
` [PATCH 43/45] target/riscv: Add zvksed cfg property
` [PATCH 44/45] target/riscv: Add Zvksed support
` [PATCH 45/45] target/riscv: Expose Zvksed property

[PATCH 0/3] Some code refactor surround CR4.UMIP virtualization
 2023-03-10 16:27 UTC  (7+ messages)
` [PATCH 1/3] KVM: VMX: Rename vmx_umip_emulated() to cpu_has_vmx_desc()
` [PATCH 2/3] KVM: VMX: Remove a unnecessary cpu_has_vmx_desc() check in vmx_set_cr4()
` [PATCH 3/3] KVM: VMX: Use the canonical interface to read CR4.UMIP bit

[PATCH v9 7/8] x86/cpu: Support AMD Automatic IBRS
 2023-03-10 16:22 UTC  (11+ messages)
    ` [PATCH] x86/CPU/AMD: Make sure EFER[AIBRSE] is set
                  ` [PATCH -v2] "

[RFC PATCH V3 00/16] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2023-03-10 16:19 UTC  (15+ messages)
` [RFC PATCH V3 12/16] x86/sev: Add a #HV exception handler
` [RFC PATCH V3 13/16] x86/sev: Add Check of #HV event in path
` [RFC PATCH V3 16/16] x86/sev: Fix interrupt exit code paths from #HV exception

[PATCH kvmtool 1/1] Add virtio-transport option and deprecate force-pci and virtio-legacy
 2023-03-10 16:04 UTC  (3+ messages)

[PATCH v2 0/2] Documentation/process: Add a maintainer handbook for KVM x86
 2023-03-10 15:51 UTC  (4+ messages)
` [PATCH v2 2/2] "

[RFC] Support for Arm CCA VMs on Linux
 2023-03-10 15:47 UTC  (14+ messages)
` [RFC PATCH 00/28] arm64: Support for Arm CCA in KVM
  ` [RFC PATCH 06/28] arm64: RME: ioctls to create and configure realms
  ` [RFC PATCH 15/28] KVM: arm64: Handle realm MMIO emulation
  ` [RFC PATCH 16/28] arm64: RME: Allow populating initial contents
  ` [RFC PATCH 17/28] arm64: RME: Runtime faulting of memory

[PATCH v2 00/17] Add iommufd physical device operations for replace and alloc hwpt
 2023-03-10 15:04 UTC  (22+ messages)
` [PATCH v2 02/17] iommufd: Add iommufd_group
` [PATCH v2 03/17] iommufd: Replace the hwpt->devices list with iommufd_group
` [PATCH v2 04/17] iommu: Export iommu_get_resv_regions()
` [PATCH v2 05/17] iommufd: Keep track of each device's reserved regions instead of groups
` [PATCH v2 06/17] iommufd: Use the iommufd_group to avoid duplicate MSI setup
` [PATCH v2 07/17] iommufd: Make sw_msi_start a group global
` [PATCH v2 08/17] iommufd: Move putting a hwpt to a helper function
` [PATCH v2 10/17] iommufd: Reorganize iommufd_device_attach into iommufd_device_change_pt
` [PATCH v2 12/17] iommufd: Add iommufd_device_replace()

[RFC PATCH v4 0/4] several updates to virtio/vsock
 2023-03-10 12:40 UTC  (5+ messages)

[PATCH v2] vhost/vdpa: Add MSI translation tables to iommu for software-managed MSI
 2023-03-10 12:36 UTC  (9+ messages)

[PATCH v2] KVM: x86/pmu/misc: Fix a typo on kvm_pmu_request_counter_reprogam()
 2023-03-10 11:33 UTC 

[PATCH v7 0/4] Add zoned storage emulation to virtio-blk driver
 2023-03-10 10:54 UTC  (5+ messages)
` [PATCH v7 1/4] include: update virtio_blk headers to v6.3-rc1
` [PATCH v7 2/4] virtio-blk: add zoned storage emulation for zoned devices
` [PATCH v7 3/4] block: add accounting for zone append operation
` [PATCH v7 4/4] virtio-blk: add some trace events for zoned emulation

[PATCH 0/5] KVM: x86/pmu: Hide guest counter updates from the VMRUN instruction
 2023-03-10 10:53 UTC  (6+ messages)
` [PATCH 1/5] KVM: x86/pmu: Emulate CTR overflow directly in kvm_pmu_handle_event()
` [PATCH 2/5] KVM: x86/pmu: Add a helper to check if pmc has PEBS mode enabled
` [PATCH 3/5] KVM: x86/pmu: Move the overflow of a normal counter out of PMI context
` [PATCH 4/5] KVM: x86/pmu: Reorder functions to reduce unnecessary declarations
` [PATCH 5/5] KVM: x86/pmu: Hide guest counter updates from the VMRUN instruction

[patch] docs: vfio: fix header path
 2023-03-10 10:06 UTC  (2+ messages)

[PATCH 00/45] Add RISC-V vector cryptographic instruction set support
 2023-03-10  9:12 UTC  (13+ messages)
` [PATCH 30/45] target/riscv: Add vsha2ms.vv decoding, translation and execution support
` [PATCH 33/45] target/riscv: Add zvksh cpu property
` [PATCH 34/45] target/riscv: Add vsm3me.vv decoding, translation and execution support
` [PATCH 36/45] target/riscv: Expose zvksh cpu property
` [PATCH 37/45] target/riscv: Add zvkg "
` [PATCH 38/45] target/riscv: Add vgmul.vv decoding, translation and execution support
` [PATCH 39/45] target/riscv: Add vghsh.vv "
` [PATCH 40/45] target/riscv: Expose zvkg cpu property
` [PATCH 41/45] crypto: Create sm4_subword
` [PATCH 42/45] crypto: Add SM4 constant parameter CK
` [PATCH 44/45] target/riscv: Add Zvksed support
` [PATCH 45/45] target/riscv: Expose Zvksed property


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