kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-09 08:28:07 to 2023-03-10 11:50:45 UTC [more...]

[PATCH v4 0/5] Add IO page table replacement support
 2023-03-10 11:50 UTC  (3+ messages)
` [PATCH v4 3/5] iommufd: Add replace support in iommufd_access_set_ioas()

[PATCH v2 00/17] Add iommufd physical device operations for replace and alloc hwpt
 2023-03-10 11:48 UTC  (21+ 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 11:40 UTC  (11+ messages)
` [RFC PATCH v4 1/4] virtio/vsock: don't use skbuff state to account credit
` [RFC PATCH v4 2/4] virtio/vsock: remove redundant 'skb_pull()' call
` [RFC PATCH v4 3/4] virtio/vsock: don't drop skbuff on copy failure
` [RFC PATCH v4 4/4] test/vsock: copy to user failure test

[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 v6 00/24] cover-letter: Add vfio_device cdev for iommufd support
 2023-03-10 10:06 UTC  (31+ messages)
` [PATCH v6 07/24] vfio: Block device access via device fd until device is opened
` [PATCH v6 09/24] vfio/pci: Only need to check opened devices in the dev_set for hot reset
` [PATCH v6 10/24] vfio/pci: Rename the helpers and data in hot reset path to accept device fd
` [PATCH v6 11/24] vfio/pci: Accept device fd in VFIO_DEVICE_PCI_HOT_RESET ioctl
` [PATCH v6 12/24] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET
` [PATCH v6 13/24] vfio/iommufd: Split the compat_ioas attach out from vfio_iommufd_bind()
` [PATCH v6 16/24] vfio: Make vfio_device_first_open() to cover the noiommu mode in cdev path
` [PATCH v6 17/24] vfio-iommufd: Make vfio_iommufd_bind() selectively return devid
` [PATCH v6 20/24] vfio: Add cdev for vfio_device
` [PATCH v6 21/24] vfio: Add VFIO_DEVICE_BIND_IOMMUFD
` [PATCH v6 23/24] vfio: Compile group optionally

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

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

[PATCH 00/45] Add RISC-V vector cryptographic instruction set support
 2023-03-10  9:12 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

[PATCHv4 00/11] SVM: virtual NMI
 2023-03-10  9:19 UTC  (2+ messages)

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

[PATCH] vhost_net: revert upend_idx only on retriable error
 2023-03-10  8:55 UTC  (4+ messages)

[PATCH net-next v3 0/3] vsock: add support for sockmap
 2023-03-10  8:53 UTC  (2+ messages)

[PATCH] vhost-vdpa: cleanup memory maps when closing vdpa fds
 2023-03-10  8:37 UTC  (8+ messages)

[PATCH v2 0/6] use canonical ftrace path whenever possible
 2023-03-10  8:29 UTC  (2+ messages)

[PATCH v2 0/4] iommufd: Add iommu hardware info reporting
 2023-03-10  8:06 UTC  (7+ messages)
` [PATCH v2 1/4] iommu: Move dev_iommu_ops() to private header
` [PATCH v2 3/4] iommufd: Add IOMMU_DEVICE_GET_HW_INFO

[PATCH 00/12] iommufd: Add nesting infrastructure
 2023-03-10  7:45 UTC  (20+ messages)
` [PATCH 01/12] iommu: Add new iommu op to create domains owned by userspace
` [PATCH 03/12] iommufd/hw_pagetable: Use domain_alloc_user op for domain allocation
` [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 06/12] iommufd: IOMMU_HWPT_ALLOC allocation with user data
` [PATCH 07/12] iommufd: Add IOMMU_HWPT_INVALIDATE
` [PATCH 08/12] iommufd/device: Report supported hwpt_types

[PATCH v5 00/19] Add vfio_device cdev for iommufd support
 2023-03-10  5:49 UTC  (4+ messages)
` [PATCH v5 16/19] vfio: Add VFIO_DEVICE_BIND_IOMMUFD

[PATCH v3 0/6] Support writable CPU ID registers from userspace
 2023-03-10  2:38 UTC  (7+ messages)
` [PATCH v3 2/6] KVM: arm64: Save ID registers' sanitized value per guest
` [PATCH v3 4/6] KVM: arm64: Use per guest ID register for ID_AA64DFR0_EL1.PMUVer

[REPOST PATCH 00/16] Add support for vPMU selftests
 2023-03-10  2:28 UTC  (16+ messages)
` [REPOST PATCH 06/16] tools: arm64: perf_event: Define Cycle counter enable/overflow bits
` [REPOST PATCH 07/16] selftests: KVM: aarch64: Add PMU cycle counter helpers
` [REPOST PATCH 08/16] selftests: KVM: aarch64: Consider PMU event filters for VM creation
` [REPOST PATCH 09/16] selftests: KVM: aarch64: Add KVM PMU event filter test
` [REPOST PATCH 11/16] selftests: KVM: aarch64: Add vCPU migration test for PMU

[PATCH v1 0/5] vfio: Make emulated devices prepared for vfio device cdev
 2023-03-10  2:15 UTC  (9+ messages)
` [PATCH v1 1/5] iommufd: Create access in vfio_iommufd_emulated_bind()
` [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()

Bug: Intel Arc A-Series GPUs VFIO pass through no video out
 2023-03-10  1:17 UTC  (2+ messages)

[Patch v4 00/18] NUMA aware page table allocation
 2023-03-10  1:09 UTC  (25+ messages)
` [Patch v4 03/18] KVM: x86/mmu: Track count of pages in KVM MMU page caches globally
` [Patch v4 05/18] KVM: x86/mmu: Add split_shadow_page_cache pages to global count of MMU cache pages
` [Patch v4 06/18] KVM: x86/mmu: Shrink split_shadow_page_cache via MMU shrinker
` [Patch v4 07/18] KVM: x86/mmu: Unconditionally count allocations from MMU page caches

[RFC PATCH v3 0/4] several updates to virtio/vsock
 2023-03-09 20:34 UTC  (13+ messages)
` [RFC PATCH v3 1/4] virtio/vsock: don't use skbuff state to account credit
` [RFC PATCH v3 2/4] virtio/vsock: remove redundant 'skb_pull()' call
` [RFC PATCH v3 3/4] virtio/vsock: don't drop skbuff on copy failure
` [RFC PATCH v3 4/4] test/vsock: copy to user failure test

[PATCH v2 0/4] Reenable VFIO support on POWER systems
 2023-03-09 19:28 UTC  (5+ messages)

[PATCH] vfio/pci: Propagate ACPI notifications to the user-space
 2023-03-09 18:25 UTC  (11+ messages)

[PATCH] KVM: SVM: Disable TDP MMU when running on Hyper-V
 2023-03-09 17:58 UTC  (7+ messages)

payment for renewal insurance policy 8 Mar 2023
 2023-03-09  5:32 UTC 

[PATCH 0/3] powerpc/kvm: Enable HV KVM guests to use prefixed instructions to access emulated MMIO
 2023-03-09 13:00 UTC  (3+ messages)
` [PATCH 3/3] powerpc/kvm: Enable prefixed instructions for HV KVM and disable for PR KVM

[PATCH v2 01/17] iommufd: Move isolated msi enforcement to iommufd_device_bind()
 2023-03-09 12:53 UTC  (3+ messages)

[PATCH v17 00/12] s390x: CPU Topology
 2023-03-09 12:15 UTC  (13+ messages)
` [PATCH v17 01/12] s390x/cpu topology: add s390 specifics to CPU topology
` [PATCH v17 02/12] s390x/cpu topology: add topology entries on CPU hotplug
` [PATCH v17 03/12] target/s390x/cpu topology: handle STSI(15) and build the SYSIB
` [PATCH v17 04/12] s390x/sclp: reporting the maximum nested topology entries
` [PATCH v17 05/12] s390x/cpu topology: resetting the Topology-Change-Report
` [PATCH v17 06/12] s390x/cpu topology: interception of PTF instruction
` [PATCH v17 07/12] target/s390x/cpu topology: activate CPU topology
` [PATCH v17 08/12] qapi/s390x/cpu topology: set-cpu-topology qmp command
` [PATCH v17 09/12] machine: adding s390 topology to query-cpu-fast
` [PATCH v17 10/12] machine: adding s390 topology to info hotpluggable-cpus
` [PATCH v17 11/12] qapi/s390x/cpu topology: CPU_POLARIZATION_CHANGE qapi event
` [PATCH v17 12/12] docs/s390x/cpu topology: document s390x cpu topology

[RFC PATCH V3 00/16] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2023-03-09 11:48 UTC  (3+ messages)
` [RFC PATCH V3 12/16] x86/sev: Add a #HV exception handler

[PATCH] KVM: selftests: Add coverage of MTE system registers
 2023-03-09  9:07 UTC  (2+ messages)

[PATCH v12 000/106] KVM TDX basic feature support
 2023-03-09  9:03 UTC  (3+ messages)
` [PATCH v12 050/106] KVM: TDX: MTRR: implement get_mt_mask() for TDX

[PATCH 15/16] KVM: arm64: selftests: Augment existing timer test to handle variable offsets
 2023-03-09  9:01 UTC  (3+ messages)

[PATCH 00/16] KVM: arm64: Rework timer offsetting for fun and profit
 2023-03-09  8:29 UTC  (12+ messages)
` [PATCH 08/16] KVM: arm64: timers: Allow userspace to set the counter offsets


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