messages from 2025-07-29 09:58:01 to 2025-08-02 10:54:41 UTC [more...]
[RFC PATCH v1 00/38] ARM CCA Device Assignment support
2025-08-02 10:54 UTC (95+ messages)
` [RFC PATCH v1 04/38] tsm: Support DMA Allocation from private memory
` [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 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 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 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 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 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] KVM: arm64: ptdump: Fix exec attribute printing
2025-08-02 10:40 UTC
[PATCH v3 00/29] KVM: arm64: SMMUv3 driver for pKVM
2025-08-01 18:59 UTC (9+ messages)
` [PATCH v3 29/29] iommu/arm-smmu-v3-kvm: Add IOMMU ops
[PATCH 0/5] KVM: Drop vm_dead, pivot on vm_bugged for -EIO
2025-08-01 16:44 UTC (19+ messages)
` [PATCH 1/5] KVM: Never clear KVM_REQ_VM_DEAD from a vCPU's requests
` [PATCH 2/5] KVM: TDX: Exit with MEMORY_FAULT on unexpected pending S-EPT Violation
` [PATCH 3/5] KVM: Reject ioctls only if the VM is bugged, not simply marked dead
` [PATCH 4/5] KVM: selftests: Use for-loop to handle all successful SEV migrations
` [PATCH 5/5] KVM: TDX: Add sub-ioctl KVM_TDX_TERMINATE_VM
[RFC PATCH 00/34] Running Qualcomm's Gunyah Guests via KVM in EL1
2025-08-01 12:25 UTC (3+ messages)
` [RFC PATCH 06/34] KVM: gunyah: Add initial Gunyah backend support
[PATCH 0/2] Dump instructions on panic for pKVM/nvhe
2025-08-01 8:00 UTC (5+ messages)
` [PATCH 1/2] KVM: arm64: Dump instruction on hyp panic
[PATCH v9 00/43] arm64: Support for Arm CCA in KVM
2025-08-01 1:56 UTC (3+ messages)
` [PATCH v9 19/43] arm64: RME: Allow populating initial contents
[PATCH v1 0/4] A couple of improvements for VMM to inject external abort to guest
2025-07-31 21:20 UTC (5+ messages)
` [PATCH v1 1/4] KVM: arm64: Allow userspace to inject external instruction abort
` [PATCH v1 2/4] KVM: arm64: Allow userspace to supply ESR when injecting SEA
` [PATCH v1 3/4] KVM: selftests: Test injecting external abort with ISS
` [PATCH v1 4/4] Documentation: kvm: update UAPI for injecting SEA
[PATCH v2 0/6] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
2025-07-31 21:06 UTC (9+ messages)
` [PATCH v2 1/6] KVM: arm64: VM exit to userspace to handle SEA
[PATCH v3 0/3] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
2025-07-31 20:58 UTC (4+ messages)
` [PATCH v3 1/3] KVM: arm64: VM exit to userspace to handle SEA
` [PATCH v3 2/3] KVM: selftests: Test for KVM_EXIT_ARM_SEA
` [PATCH v3 3/3] Documentation: kvm: new UAPI for handling SEA
[PATCH] KVM: arm64: nv: Properly check ESR_EL2.VNCR on taking a VNCR_EL2 related fault
2025-07-31 10:07 UTC (2+ messages)
[PATCH v17 00/24] KVM: Enable mmap() for guest_memfd
2025-07-31 8:33 UTC (48+ messages)
` [PATCH v17 01/24] KVM: Rename CONFIG_KVM_PRIVATE_MEM to CONFIG_KVM_GUEST_MEMFD
` [PATCH v17 02/24] KVM: x86: Have all vendor neutral sub-configs depend on KVM_X86, not just KVM
` [PATCH v17 03/24] KVM: x86: Select KVM_GENERIC_PRIVATE_MEM directly from KVM_SW_PROTECTED_VM
` [PATCH v17 04/24] KVM: x86: Select TDX's KVM_GENERIC_xxx dependencies iff CONFIG_KVM_INTEL_TDX=y
` [PATCH v17 05/24] KVM: Rename CONFIG_KVM_GENERIC_PRIVATE_MEM to CONFIG_HAVE_KVM_ARCH_GMEM_POPULATE
` [PATCH v17 06/24] KVM: Rename kvm_slot_can_be_private() to kvm_slot_has_gmem()
` [PATCH v17 07/24] KVM: Fix comments that refer to slots_lock
` [PATCH v17 08/24] KVM: Fix comment that refers to kvm uapi header path
` [PATCH v17 09/24] KVM: x86: Enable KVM_GUEST_MEMFD for all 64-bit builds
` [PATCH v17 10/24] KVM: guest_memfd: Add plumbing to host to map guest_memfd pages
` [PATCH v17 11/24] KVM: guest_memfd: Track guest_memfd mmap support in memslot
` [PATCH v17 12/24] KVM: x86/mmu: Rename .private_max_mapping_level() to .gmem_max_mapping_level()
` [PATCH v17 13/24] KVM: x86/mmu: Hoist guest_memfd max level/order helpers "up" in mmu.c
` [PATCH v17 14/24] KVM: x86/mmu: Enforce guest_memfd's max order when recovering hugepages
` [PATCH v17 15/24] KVM: x86/mmu: Extend guest_memfd's max mapping level to shared mappings
` [PATCH v17 16/24] KVM: x86/mmu: Handle guest page faults for guest_memfd with shared memory
` [PATCH v17 17/24] KVM: arm64: Refactor user_mem_abort()
` [PATCH v17 18/24] KVM: arm64: Handle guest_memfd-backed guest page faults
` [PATCH v17 19/24] KVM: arm64: nv: Handle VNCR_EL2-triggered faults backed by guest_memfd
` [PATCH v17 20/24] KVM: arm64: Enable support for guest_memfd backed memory
` [PATCH v17 21/24] KVM: Allow and advertise support for host mmap() on guest_memfd files
` [PATCH v17 22/24] KVM: selftests: Do not use hardcoded page sizes in guest_memfd test
` [PATCH v17 23/24] KVM: selftests: guest_memfd mmap() test when mmap is supported
` [PATCH v17 24/24] KVM: selftests: Add guest_memfd testcase to fault-in on !mmap()'d memory
[PATCH v7 0/5] KVM: arm64: Support FF-A 1.2 and SEND_DIRECT2 ABI
2025-07-31 7:56 UTC (4+ messages)
` [PATCH v7 4/5] KVM: arm64: Bump the supported version of FF-A to 1.2
KVM selftest for L2 guest execution fails
2025-07-30 21:40 UTC (3+ messages)
[PATCH v9 0/6] KVM: arm64: Support FF-A 1.2
2025-07-30 21:15 UTC (7+ messages)
` [PATCH v9 1/6] KVM: arm64: Correct return value on host version downgrade attempt
` [PATCH v9 2/6] KVM: arm64: Use SMCCC 1.2 for FF-A initialization and in host handler
` [PATCH v9 3/6] KVM: arm64: Mark FFA_NOTIFICATION_* calls as unsupported
` [PATCH v9 4/6] KVM: arm64: Mark optional FF-A 1.2 interfaces "
` [PATCH v9 5/6] KVM: arm64: Mask response to FFA_FEATURE call
` [PATCH v9 6/6] KVM: arm64: Bump the supported version of FF-A to 1.2
[PATCH v3 05/15] KVM: x86: Add support for KVM userfault exits
2025-07-30 21:11 UTC (2+ messages)
[PATCH] KVM: arm64: nv: Handle SEAs due to VNCR redirection
2025-07-30 17:34 UTC (3+ messages)
[PATCH v2] KVM: arm64: Move bundling vLPI and vSGI to vgic_supports_direct_msis()
2025-07-29 21:23 UTC (2+ messages)
[Bug Report] external_aborts failure related to efa1368ba9f4 ("KVM: arm64: Commit exceptions from KVM_SET_VCPU_EVENTS immediately")
2025-07-29 18:33 UTC (4+ messages)
[PATCH] KVM: arm64: Set/unset vGIC v4 forwarding if direct IRQs are supported
2025-07-29 18:02 UTC (4+ messages)
[GIT PULL] KVM/arm64 changes for 6.17, round #1
2025-07-29 17:48 UTC (4+ messages)
[PATCH 0/2] KVM: arm64: Destroy the stage-2 page-table periodically
2025-07-29 16:01 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
[PATCH v8 0/7] KVM: arm64: Support FF-A 1.2 and SEND_DIRECT2 ABI
2025-07-29 15:54 UTC (9+ messages)
` [PATCH v8 4/7] KVM: arm64: Mark optional FF-A 1.2 interfaces as unsupported
` [PATCH v8 5/7] KVM: arm64: Mask response to FFA_FEATURE call
` [PATCH v8 6/7] KVM: arm64: Bump the supported version of FF-A to 1.2
` [PATCH v8 7/7] KVM: arm64: Support FFA_MSG_SEND_DIRECT_REQ2 in host handler
[PATCH] Documentation: KVM: Use unordered list for pre-init VGIC registers
2025-07-29 15:22 UTC
[PATCH v1 0/8] KVM: arm64: Reserve pKVM VM handle during initial VM setup
2025-07-29 12:00 UTC (9+ messages)
` [PATCH v1 1/8] KVM: arm64: Rename pkvm.enabled to pkvm.is_protected
` [PATCH v1 2/8] KVM: arm64: Rename 'host_kvm' to 'kvm' in pKVM host code
` [PATCH v1 3/8] KVM: arm64: Clarify comments to distinguish pKVM mode from protected VMs
` [PATCH v1 4/8] KVM: arm64: Decouple hyp VM creation state from its handle
` [PATCH v1 5/8] KVM: arm64: Separate allocation and insertion of pKVM VM table entries
` [PATCH v1 6/8] KVM: arm64: Consolidate pKVM hypervisor VM initialization logic
` [PATCH v1 7/8] KVM: arm64: Introduce separate hypercalls for pKVM VM reservation and initialization
` [PATCH v1 8/8] KVM: arm64: Reserve pKVM handle during pkvm_init_host_vm()
[PATCH kvmtool v3 0/6] arm64: Nested virtualization support
2025-07-29 10:03 UTC (5+ messages)
` [PATCH kvmtool v3 2/6] arm64: Initial nested virt support
` [PATCH kvmtool v3 3/6] arm64: nested: add support for setting maintenance IRQ
` [PATCH kvmtool v3 6/6] arm64: Generate HYP timer interrupt specifiers
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox