Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2025-07-23 08:33:56 to 2025-07-28 17:53:55 UTC [more...]

[PATCH v3 00/29] KVM: arm64: SMMUv3 driver for pKVM
 2025-07-28 17:53 UTC  (26+ messages)
` [PATCH v3 01/29] KVM: arm64: Add a new function to donate memory with prot
` [PATCH v3 02/29] KVM: arm64: Donate MMIO to the hypervisor
` [PATCH v3 03/29] KVM: arm64: pkvm: Add pkvm_time_get()
` [PATCH v3 04/29] iommu/io-pgtable-arm: Split the page table driver
` [PATCH v3 05/29] iommu/io-pgtable-arm: Split initialization
` [PATCH v3 06/29] iommu/arm-smmu-v3: Move some definitions to a new common file
` [PATCH v3 07/29] iommu/arm-smmu-v3: Extract driver-specific bits from probe function
` [PATCH v3 08/29] iommu/arm-smmu-v3: Move some functions to arm-smmu-v3-common.c
` [PATCH v3 09/29] iommu/arm-smmu-v3: Move queue and table allocation "
` [PATCH v3 10/29] iommu/arm-smmu-v3: Move firmware probe to arm-smmu-v3-common
` [PATCH v3 11/29] iommu/arm-smmu-v3: Move IOMMU registration to arm-smmu-v3-common.c
` [PATCH v3 12/29] iommu/arm-smmu-v3: Split cmdq code with hyp
` [PATCH v3 13/29] iommu/arm-smmu-v3: Move TLB range invalidation into a macro
` [PATCH v3 14/29] KVM: arm64: iommu: Introduce IOMMU driver infrastructure
` [PATCH v3 15/29] KVM: arm64: iommu: Shadow host stage-2 page table
` [PATCH v3 16/29] KVM: arm64: iommu: Add a memory pool
` [PATCH v3 17/29] KVM: arm64: iommu: Add enable/disable hypercalls
` [PATCH v3 18/29] iommu/arm-smmu-v3-kvm: Add SMMUv3 driver
` [PATCH v3 19/29] iommu/arm-smmu-v3-kvm: Initialize registers
` [PATCH v3 20/29] iommu/arm-smmu-v3-kvm: Setup command queue
` [PATCH v3 21/29] iommu/arm-smmu-v3-kvm: Setup stream table
` [PATCH v3 22/29] iommu/arm-smmu-v3-kvm: Reset the device
` [PATCH v3 23/29] iommu/arm-smmu-v3-kvm: Support io-pgtable
` [PATCH v3 24/29] iommu/arm-smmu-v3-kvm: Shadow the CPU stage-2 page table
` [PATCH v3 25/29] iommu/arm-smmu-v3-kvm: Add enable/disable device HVCs

[PATCH v5 0/6] KVM: arm64: Allow userspace to write GICD_TYPER2.nASSGIcap
 2025-07-28 17:15 UTC  (12+ messages)
` [PATCH v5 1/6] KVM: arm64: Disambiguate support for vSGIs v. vLPIs
` [PATCH v5 2/6] KVM: arm64: vgic-v3: Consolidate MAINT_IRQ handling
` [PATCH v5 3/6] KVM: arm64: vgic-v3: Allow access to GICD_IIDR prior to initialization
` [PATCH v5 4/6] KVM: arm64: vgic-v3: Allow userspace to write GICD_TYPER2.nASSGIcap
` [PATCH v5 5/6] KVM: arm64: selftests: Add test for nASSGIcap attribute
` [PATCH v5 6/6] Documentation: KVM: arm64: Describe VGICv3 registers writable pre-init

[PATCH] KVM: arm64: selftests: Add FEAT_RAS EL2 registers to get-reg-list
 2025-07-28 17:15 UTC  (3+ messages)

[PATCH 0/4] KVM: arm64: Userspace GICv3 sysreg access fixes and testing
 2025-07-28 17:15 UTC  (13+ messages)
` [PATCH 1/4] KVM: arm64: vgic-v3: Fix ordering of ICH_HCR_EL2
` [PATCH 2/4] KVM: arm64: Clarify the check for reset callback in check_sysreg_table()
` [PATCH 3/4] KVM: arm64: Enforce the sorting of the GICv3 system register table
` [PATCH 4/4] KVM: arm64: selftest: vgic-v3: Add basic GICv3 sysreg userspace access test

[bug report] KVM: arm64: Add a range to __pkvm_host_unshare_guest()
 2025-07-28 15:38 UTC  (2+ messages)

[RFC PATCH v1 00/38] ARM CCA Device Assignment support
 2025-07-28 14:33 UTC  (43+ messages)
` [RFC PATCH v1 01/38] tsm: Add tsm_bind/unbind helpers
` [RFC PATCH v1 02/38] tsm: Move tsm core outside the host directory
` [RFC PATCH v1 03/38] tsm: Move dsm_dev from pci_tdi to pci_tsm
` [RFC PATCH v1 04/38] tsm: Support DMA Allocation from private memory
` [RFC PATCH v1 05/38] tsm: Don't overload connect
` [RFC PATCH v1 06/38] iommufd: Add and option to request for bar mapping with IORESOURCE_EXCLUSIVE
` [RFC PATCH v1 07/38] iommufd/viommu: Add support to associate viommu with kvm instance
` [RFC PATCH v1 08/38] iommufd/tsm: Add tsm_op iommufd ioctls
` [RFC PATCH v1 09/38] iommufd/vdevice: Add TSM Guest request uAPI
` [RFC PATCH v1 10/38] iommufd/vdevice: Add TSM map ioctl
` [RFC PATCH v1 11/38] KVM: arm64: CCA: register host tsm platform device
` [RFC PATCH v1 12/38] coco: host: arm64: CCA host platform device driver
` [RFC PATCH v1 13/38] coco: host: arm64: Create a PDEV with rmm
` [RFC PATCH v1 14/38] coco: host: arm64: Device communication support
` [RFC PATCH v1 15/38] coco: host: arm64: Stop and destroy the physical device
` [RFC PATCH v1 16/38] X.509: Make certificate parser public
` [RFC PATCH v1 17/38] X.509: Parse Subject Alternative Name in certificates
` [RFC PATCH v1 18/38] X.509: Move certificate length retrieval into new helper
` [RFC PATCH v1 19/38] coco: host: arm64: set_pubkey support
` [RFC PATCH v1 20/38] coco: host: arm64: Add support for creating a virtual device
` [RFC PATCH v1 21/38] coco: host: arm64: Add support for virtual device communication
` [RFC PATCH v1 22/38] coco: host: arm64: Stop and destroy virtual device
` [RFC PATCH v1 23/38] coco: guest: arm64: Update arm CCA guest driver
` [RFC PATCH v1 24/38] arm64: CCA: Register guest tsm callback
` [RFC PATCH v1 25/38] cca: guest: arm64: Realm device lock support
` [RFC PATCH v1 26/38] KVM: arm64: Add exit handler related to device assignment
` [RFC PATCH v1 27/38] coco: host: arm64: add RSI_RDEV_GET_INSTANCE_ID related exit handler
` [RFC PATCH v1 28/38] coco: host: arm64: Add support for device communication "
` [RFC PATCH v1 29/38] coco: guest: arm64: Add support for collecting interface reports
` [RFC PATCH v1 30/38] coco: host: arm64: Add support for realm host interface (RHI)
` [RFC PATCH v1 31/38] coco: guest: arm64: Add support for fetching interface report and certificate chain from host
` [RFC PATCH v1 32/38] coco: guest: arm64: Add support for guest initiated TDI bind/unbind
` [RFC PATCH v1 33/38] KVM: arm64: CCA: handle dev mem map/unmap
` [RFC PATCH v1 34/38] coco: guest: arm64: Validate mmio range found in the interface report
` [RFC PATCH v1 35/38] coco: guest: arm64: Add Realm device start and stop support
` [RFC PATCH v1 36/38] KVM: arm64: CCA: enable DA in realm create parameters
` [RFC PATCH v1 37/38] coco: guest: arm64: Add support for fetching device measurements
` [RFC PATCH v1 38/38] coco: guest: arm64: Add support for fetching device info

[PATCH v16 00/22] KVM: Enable host userspace mapping for guest_memfd-backed memory for non-CoCo VMs
 2025-07-28  7:05 UTC  (62+ messages)
` [PATCH v16 01/22] KVM: Rename CONFIG_KVM_PRIVATE_MEM to CONFIG_KVM_GUEST_MEMFD
` [PATCH v16 02/22] KVM: x86: Have all vendor neutral sub-configs depend on KVM_X86, not just KVM
` [PATCH v16 03/22] KVM: x86: Select KVM_GENERIC_PRIVATE_MEM directly from KVM_SW_PROTECTED_VM
` [PATCH v16 04/22] KVM: x86: Select TDX's KVM_GENERIC_xxx dependencies iff CONFIG_KVM_INTEL_TDX=y
` [PATCH v16 05/22] KVM: Rename CONFIG_KVM_GENERIC_PRIVATE_MEM to CONFIG_HAVE_KVM_ARCH_GMEM_POPULATE
` [PATCH v16 06/22] KVM: Rename kvm_slot_can_be_private() to kvm_slot_has_gmem()
` [PATCH v16 07/22] KVM: Fix comments that refer to slots_lock
` [PATCH v16 08/22] KVM: Fix comment that refers to kvm uapi header path
` [PATCH v16 09/22] KVM: x86: Enable KVM_GUEST_MEMFD for all 64-bit builds
` [PATCH v16 10/22] KVM: guest_memfd: Add plumbing to host to map guest_memfd pages
` [PATCH v16 11/22] KVM: guest_memfd: Track guest_memfd mmap support in memslot
` [PATCH v16 12/22] KVM: x86/mmu: Rename .private_max_mapping_level() to .gmem_max_mapping_level()
` [PATCH v16 13/22] KVM: x86/mmu: Hoist guest_memfd max level/order helpers "up" in mmu.c
` [PATCH v16 14/22] KVM: x86/mmu: Enforce guest_memfd's max order when recovering hugepages
` [PATCH v16 15/22] KVM: x86/mmu: Extend guest_memfd's max mapping level to shared mappings
` [PATCH v16 16/22] KVM: arm64: Refactor user_mem_abort()
` [PATCH v16 17/22] KVM: arm64: Handle guest_memfd-backed guest page faults
` [PATCH v16 18/22] KVM: arm64: nv: Handle VNCR_EL2-triggered faults backed by guest_memfd
` [PATCH v16 19/22] KVM: arm64: Enable support for guest_memfd backed memory
` [PATCH v16 20/22] KVM: Allow and advertise support for host mmap() on guest_memfd files
` [PATCH v16 21/22] KVM: selftests: Do not use hardcoded page sizes in guest_memfd test
` [PATCH v16 22/22] KVM: selftests: guest_memfd mmap() test when mmap is supported

[PATCH kvmtool v2 0/6] arm64: Nested virtualization support
 2025-07-26 10:34 UTC  (13+ messages)
` [PATCH kvmtool v2 1/6] Sync kernel UAPI headers with v6.16-rc1
` [PATCH kvmtool v2 2/6] arm64: Initial nested virt support
` [PATCH kvmtool v2 3/6] arm64: nested: add support for setting maintenance IRQ
` [PATCH kvmtool v2 4/6] arm64: Add counter offset control
` [PATCH kvmtool v2 5/6] arm64: add FEAT_E2H0 support (TBC)
` [PATCH kvmtool v2 6/6] arm64: Generate HYP timer interrupt specifiers

[Bug Report] external_aborts failure related to efa1368ba9f4 ("KVM: arm64: Commit exceptions from KVM_SET_VCPU_EVENTS immediately")
 2025-07-26  9:18 UTC  (3+ messages)

[PATCH v2 0/6] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
 2025-07-25 22:54 UTC  (7+ messages)
` [PATCH v2 1/6] KVM: arm64: VM exit to userspace to handle SEA

[PATCH 6.1.y] KVM: arm64: silence -Wuninitialized-const-pointer warning
 2025-07-25 17:08 UTC  (8+ messages)

[PATCH 0/2] KVM: arm64: Destroy the stage-2 page-table periodically
 2025-07-25 16:22 UTC  (5+ messages)
` [PATCH 1/2] KVM: arm64: Split kvm_pgtable_stage2_destroy()
` [PATCH 2/2] KVM: arm64: Destroy the stage-2 page-table periodically

[RFC PATCH v2 0/9] KVM: Enable Nested Virt selftests
 2025-07-25 10:59 UTC  (10+ messages)

[PATCH v9 00/43] arm64: Support for Arm CCA in KVM
 2025-07-24 10:47 UTC  (5+ messages)
` [PATCH v9 34/43] arm64: RME: Propagate number of breakpoints and watchpoints to userspace
` [PATCH v9 36/43] arm64: RME: Initialize PMCR.N with number counter supported by RMM

[PATCH 0/5] KVM: arm64: Config driven dependencies for TCR2/SCTLR/MDCR
 2025-07-24  6:51 UTC  (4+ messages)

[PATCH 0/2] KVM: arm64: Fixes and clarifications for FEAT_S1POE
 2025-07-24  6:49 UTC  (2+ messages)

[resend][PATCH 2/2] arm64: kvm: trace_handle_exit: use string choices helper
 2025-07-24  6:49 UTC  (2+ messages)

KVM: arm64: vgic-its: Return -ENXIO to invalid KVM_DEV_ARM_VGIC_GRP_CTRL attrs
 2025-07-24  6:49 UTC  (2+ messages)

[resend][PATCH 1/2] arm64: kvm: sys_regs: use string choices helper
 2025-07-24  6:49 UTC  (2+ messages)

[PATCH v15 00/21] KVM: Enable host userspace mapping for guest_memfd-backed memory for non-CoCo VMs
 2025-07-23 14:46 UTC  (30+ messages)
` [PATCH v15 02/21] KVM: Rename CONFIG_KVM_GENERIC_PRIVATE_MEM to CONFIG_KVM_GENERIC_GMEM_POPULATE
` [PATCH v15 14/21] KVM: x86: Enable guest_memfd mmap for default VM type
` [PATCH v15 16/21] KVM: arm64: Handle guest_memfd-backed guest page faults
` [PATCH v15 18/21] KVM: arm64: Enable host mapping of shared guest_memfd memory

[RFC PATCH 1/2] KVM: Add arch hooks for KVM syscore ops
 2025-07-23  9:42 UTC  (4+ messages)
` [RFC PATCH 2/2] KVM: arm64: vgic-its: Unmap all vPEs on shutdown


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