public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-10-24 12:35:45 to 2023-10-25 11:56:39 UTC [more...]

[kvm-unit-tests PATCH 00/10] s390x: topology: Fixes and extension
 2023-10-25 11:56 UTC  (3+ messages)
` [kvm-unit-tests PATCH 01/10] s390x: topology: Introduce enums for polarization & cpu type

[PATCH v7 0/8] Add Intel VT-d nested translation (part 1/2)
 2023-10-25 11:49 UTC  (16+ messages)
` [PATCH v7 1/8] iommufd: Add data structure for Intel VT-d stage-1 domain allocation
` [PATCH v7 2/8] iommu/vt-d: Extend dmar_domain to support nested domain
` [PATCH v7 3/8] iommu/vt-d: Add helper for nested domain allocation
` [PATCH v7 4/8] iommu/vt-d: Add helper to setup pasid nested translation
` [PATCH v7 5/8] iommu/vt-d: Make domain attach helpers to be extern
` [PATCH v7 6/8] iommu/vt-d: Set the nested domain to a device
` [PATCH v7 7/8] iommu/vt-d: Add nested domain allocation
` [PATCH v7 8/8] iommu/vt-d: Disallow read-only mappings to nest parent domain

[PATCH] iommu/vt-d: Enhance capability check for nested parent domain allocation
 2023-10-25 11:33 UTC  (4+ messages)

[kvm-unit-tests Patch 0/5] Fix PMU test failures on Sapphire Rapids
 2023-10-25 11:26 UTC  (7+ messages)
` [kvm-unit-tests Patch 2/5] x86: pmu: Change the minimum value of llc_misses event to 0
` [kvm-unit-tests Patch 4/5] x86: pmu: Support validation for Intel PMU fixed counter 3

[PATCH] KVM: x86/xsave: Remove 'return void' expression for 'void function'
 2023-10-25 11:24 UTC  (3+ messages)

[PATCH 0/12] Get Xen PV shim running in qemu
 2023-10-25 10:44 UTC  (36+ messages)
` [PATCH 01/12] i386/xen: fix per-vCPU upcall vector for Xen emulation
` [PATCH 02/12] hw/xen: select kernel mode for per-vCPU event channel upcall vector
` [PATCH 05/12] hw/xen: populate store frontend nodes with XenStore PFN/port
` [PATCH 06/12] hw/xen: add get_frontend_path() method to XenDeviceClass
` [PATCH 07/12] hw/xen: update Xen console to XenDevice model
` [PATCH 08/12] hw/xen: do not repeatedly try to create a failing backend device
` [PATCH 09/12] hw/xen: prevent duplicate device registrations
` [PATCH 12/12] hw/xen: add support for Xen primary console in emulated mode

[PATCH 0/5] KVM: arm64: NV trap forwarding fixes
 2023-10-25 10:44 UTC  (11+ messages)
` [PATCH 5/5] KVM: arm64: Handle AArch32 SPSR_{irq,abt,und,fiq} as RAZ/WI

[PATCH v3 0/5] x86/paravirt: Get rid of paravirt patching
 2023-10-25 10:34 UTC  (3+ messages)
` [PATCH v3 1/5] x86/paravirt: move some functions and defines to alternative

[PATCH V1 vfio 0/9] Introduce a vfio driver over virtio devices
 2023-10-25 10:17 UTC  (11+ messages)
` [PATCH V1 vfio 6/9] virtio-pci: Introduce APIs to execute legacy IO admin commands
` [PATCH V1 vfio 9/9] vfio/virtio: Introduce a vfio driver over virtio devices

[PATCH v6 00/10] iommufd: Add nesting infrastructure (part 1/2)
 2023-10-25 10:19 UTC  (30+ messages)
` [PATCH v6 01/10] iommu: Add IOMMU_DOMAIN_NESTED
` [PATCH v6 02/10] iommu: Pass in parent domain with user_data to domain_alloc_user op
` [PATCH v6 03/10] iommufd: Rename IOMMUFD_OBJ_HW_PAGETABLE to IOMMUFD_OBJ_HWPT_PAGING
` [PATCH v6 04/10] iommufd/device: Wrap IOMMUFD_OBJ_HWPT_PAGING-only configurations
` [PATCH v6 05/10] iommufd: Derive iommufd_hwpt_paging from iommufd_hw_pagetable
` [PATCH v6 06/10] iommufd: Share iommufd_hwpt_alloc with IOMMUFD_OBJ_HWPT_NESTED
` [PATCH v6 07/10] iommufd: Add a nested HW pagetable object
` [PATCH v6 08/10] iommu: Add iommu_copy_struct_from_user helper
` [PATCH v6 09/10] iommufd/selftest: Add nested domain allocation for mock domain
` [PATCH v6 10/10] iommufd/selftest: Add coverage for IOMMU_HWPT_ALLOC with nested HWPTs

[PATCH v5 00/20] Support smp.clusters for x86 in QEMU
 2023-10-25 10:04 UTC  (5+ messages)
` [PATCH v5 02/20] tests: Rename test-x86-cpuid.c to test-x86-topo.c

[PATCH v2 0/2] x86/asyncpf: Fixes the size of asyncpf PV data and related docs
 2023-10-25  9:10 UTC  (4+ messages)
` [PATCH v2 1/2] x86/kvm/async_pf: Use separate percpu variable to track the enabling of asyncpf
` [PATCH v2 2/2] KVM: x86: Improve documentation of MSR_KVM_ASYNC_PF_EN

[PATCH v3 0/5] KVM: selftests: Add ID reg test, update headers
 2023-10-25  9:02 UTC  (3+ messages)
` [PATCH v3 3/5] KVM: selftests: Generate sysreg-defs.h and add to include path

[PATCH] KVM: arm64: Stop printing about MMIO accesses where ISV==0
 2023-10-25  8:41 UTC  (4+ messages)

[PATCH v4] vsock/virtio: initialize the_virtio_vsock before using VQs
 2023-10-25  8:33 UTC  (2+ messages)

[PATCH v12 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper
 2023-10-25  8:28 UTC  (7+ messages)

[PATCH v2 0/6] Delay VERW
 2023-10-25  8:15 UTC  (24+ messages)
` [PATCH v2 1/6] x86/bugs: Add asm helpers for executing VERW
` [PATCH v2 5/6] KVM: VMX: Use BT+JNC, i.e. EFLAGS.CF to select VMRESUME vs. VMLAUNCH
` [PATCH v2 6/6] KVM: VMX: Move VERW closer to VMentry for MDS mitigation

[PATCH 0/6] Delay VERW
 2023-10-25  8:02 UTC  (7+ messages)
` [PATCH 1/6] x86/bugs: Add asm helpers for executing VERW
  ` [RESEND][PATCH "

[PATCH 1/2] KVM: x86: Advertise CPUID.(EAX=7,ECX=2):EDX[5:0] to userspace
 2023-10-25  7:06 UTC  (2+ messages)

[PATCH v2 0/5] riscv: cleanup assembly usage of ENTRY()/END() and use local labels
 2023-10-25  6:50 UTC  (9+ messages)
` [PATCH v2 1/5] riscv: use ".L" local labels in assembly when applicable
` [PATCH v2 2/5] riscv: Use SYM_*() assembly macros instead of deprecated ones
` [PATCH v2 3/5] riscv: kernel: Use correct SYM_DATA_*() macro for data
` [PATCH v2 4/5] riscv: kvm: Use SYM_*() assembly macros instead of deprecated ones
` [PATCH v2 5/5] riscv: kvm: use ".L" local labels in assembly when applicable

[PATCH 0/3] KVM: Fix KVM-owned file refcounting of KVM module(s)
 2023-10-25  4:25 UTC  (5+ messages)
` [PATCH 2/3] KVM: Always flush async #PF workqueue when vCPU is being destroyed

[PATCH v5 00/13] KVM: x86/pmu: selftests: Fixes and new tests
 2023-10-25  3:17 UTC  (11+ messages)
` [PATCH v5 08/13] KVM: selftests: Test Intel PMU architectural events on gp counters
` [PATCH v5 11/13] KVM: selftests: Test consistency of CPUID with num of fixed counters
` [PATCH v5 13/13] KVM: selftests: Extend PMU counters test to permute on vPMU version

[GIT PULL] LoongArch KVM changes for v6.7
 2023-10-25  2:10 UTC  (2+ messages)

[ANNOUNCE] PUCK Agenda - 2023.10.25 - No topic, but still a go
 2023-10-25  0:45 UTC 

[PATCH v8 00/13] KVM: arm64: PMU: Allow userspace to limit the number of PMCs on vCPU
 2023-10-25  0:01 UTC  (8+ messages)
` [PATCH v8 07/13] KVM: arm64: PMU: Allow userspace to limit PMCR_EL0.N for the guest
` [PATCH v8 11/13] KVM: selftests: aarch64: vPMU register test for unimplemented counters

[PATCH v3 0/2] KVM: arm64: PMU event filtering fixes
 2023-10-24 19:33 UTC  (2+ messages)

[PATCH v3 1/2] KVM: arm64: Make PMEVTYPER<n>_EL0.NSH RES0 if EL2 isn't advertised
 2023-10-24 18:58 UTC  (3+ messages)

[PATCH v2 0/24] Get Xen PV shim running in Qemu, add net & console
 2023-10-24 18:38 UTC  (15+ messages)
` [PATCH v2 03/24] hw/xen: select kernel mode for per-vCPU event channel upcall vector
` [PATCH v2 04/24] hw/xen: don't clear map_track[] in xen_gnttab_reset()
` [PATCH v2 05/24] hw/xen: fix XenStore watch delivery to guest
` [PATCH v2 10/24] hw/xen: populate store frontend nodes with XenStore PFN/port
` [PATCH v2 16/24] hw/xen: handle soft reset for primary console

[PATCH v3] vsock/virtio: initialize the_virtio_vsock before using VQs
 2023-10-24 18:27 UTC  (3+ messages)

[PATCH v6 00/18] IOMMUFD Dirty Tracking
 2023-10-24 18:11 UTC  (21+ messages)
` [PATCH v6 01/18] vfio/iova_bitmap: Export more API symbols
` [PATCH v6 02/18] vfio: Move iova_bitmap into iommufd
` [PATCH v6 03/18] iommufd/iova_bitmap: Move symbols to IOMMUFD namespace
` [PATCH v6 04/18] iommu: Add iommu_domain ops for dirty tracking
` [PATCH v6 05/18] iommufd: Add a flag to enforce dirty tracking on attach
` [PATCH v6 06/18] iommufd: Add IOMMU_HWPT_SET_DIRTY_TRACKING
` [PATCH v6 07/18] iommufd: Add IOMMU_HWPT_GET_DIRTY_BITMAP
` [PATCH v6 08/18] iommufd: Add capabilities to IOMMU_GET_HW_INFO
` [PATCH v6 09/18] iommufd: Add a flag to skip clearing of IOPTE dirty
` [PATCH v6 10/18] iommu/amd: Add domain_alloc_user based domain allocation
` [PATCH v6 11/18] iommu/amd: Access/Dirty bit support in IOPTEs
` [PATCH v6 12/18] iommu/vt-d: Access/Dirty bit support for SS domains
` [PATCH v6 13/18] iommufd/selftest: Expand mock_domain with dev_flags
` [PATCH v6 14/18] iommufd/selftest: Test IOMMU_HWPT_ALLOC_DIRTY_TRACKING
` [PATCH v6 15/18] iommufd/selftest: Test IOMMU_HWPT_SET_DIRTY_TRACKING
` [PATCH v6 16/18] iommufd/selftest: Test IOMMU_HWPT_GET_DIRTY_BITMAP
` [PATCH v6 17/18] iommufd/selftest: Test out_capabilities in IOMMU_GET_HW_INFO
` [PATCH v6 18/18] iommufd/selftest: Test IOMMU_HWPT_GET_DIRTY_BITMAP_NO_CLEAR flag

Questions about TSC virtualization in KVM
 2023-10-24 17:33 UTC  (2+ messages)

[PATCH v6 00/25] Enable CET Virtualization
 2023-10-24 17:07 UTC  (9+ messages)
` [PATCH v6 02/25] x86/fpu/xstate: Fix guest fpstate allocation size calculation
` [PATCH v6 06/25] x86/fpu/xstate: Opt-in kernel dynamic bits when calculate guest xstate size

[PATCH 00/12] PCI device authentication
 2023-10-24 17:04 UTC  (8+ messages)
` [PATCH 12/12] PCI/CMA: Grant guests exclusive control of authentication

[PATCH vhost v4 00/16] vdpa: Add support for vq descriptor mappings
 2023-10-24 14:50 UTC  (6+ messages)
` [PATCH vhost v4 12/16] vdpa/mlx5: Improve mr update flow

[PATCH v5 00/18] IOMMUFD Dirty Tracking
 2023-10-24 13:51 UTC  (6+ messages)
` [PATCH v5 12/18] iommu/intel: Access/Dirty bit support for SL domains

[PATCH v14 00/23] TDX host kernel support
 2023-10-24 13:31 UTC  (5+ messages)
` [PATCH v14 12/23] x86/virt/tdx: Allocate and set up PAMTs for TDMRs

[PATCH 1/2] iommu: Introduce a rb_tree for looking up device
 2023-10-24 12:38 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