public inbox for kvmarm@lists.cs.columbia.edu
 help / color / mirror / Atom feed
 messages from 2026-01-16 18:27:30 to 2026-01-23 12:37:20 UTC [more...]

[PATCH 0/6] KVM: arm64: ... and FWB for all
 2026-01-23 12:37 UTC  (18+ messages)
` [PATCH 1/6] arm64: Add MT_S2{,_FWB}_AS_S1 encodings
` [PATCH 2/6] KVM: arm64: Add KVM_PGTABLE_S2_AS_S1 flag
` [PATCH 3/6] KVM: arm64: Make stage2_pte_cacheable() return false when S2_AS_S1 is set
` [PATCH 4/6] KVM: arm64: Switch pKVM host S2 over to KVM_PGTABLE_S2_AS_S1
` [PATCH 5/6] KVM: arm64: Kill KVM_PGTABLE_S2_NOFWB
` [PATCH 6/6] KVM: arm64: Simplify PAGE_S2_MEMATTR

[PATCH v9 00/30] Tracefs support for pKVM
 2026-01-23 12:21 UTC  (8+ messages)
` [PATCH v9 25/30] KVM: arm64: Sync boot clock with the nVHE/pKVM hyp
` [PATCH v9 29/30] KVM: arm64: Add selftest event support to "

[PATCH v3 0/4] KVM: arm64: Enforce MTE disablement at EL2
 2026-01-23 11:47 UTC  (6+ messages)
` [PATCH v3 1/4] KVM: arm64: Remove dead code resetting HCR_EL2 for pKVM
` [PATCH v3 2/4] KVM: arm64: Trap MTE access and discovery when MTE is disabled
` [PATCH v3 3/4] KVM: arm64: Inject UNDEF when accessing MTE sysregs with MTE disabled
` [PATCH v3 4/4] KVM: arm64: Use kvm_has_mte() in pKVM trap initialization

[PATCH v2 0/5] Support the FEAT_HDBSS introduced in Armv9.5
 2026-01-23 10:15 UTC  (6+ messages)
` [PATCH v2 1/5] arm64/sysreg: Add HDBSS related register information

[PATCH v9 00/13] Direct Map Removal Support for guest_memfd
 2026-01-23  0:01 UTC  (23+ messages)
` [PATCH v9 02/13] mm/gup: drop secretmem optimization from gup_fast_folio_allowed
` [PATCH v9 07/13] KVM: guest_memfd: Add flag to remove from direct map

[PATCH v3 00/62] KVM: iommu: Overhaul device posted IRQs support
 2026-01-22 18:47 UTC  (10+ messages)
` [PATCH v3 38/62] KVM: SVM: Take and hold ir_list_lock across IRTE updates in IOMMU
    ` possible deadlock due to irq_set_thread_affinity() calling into the scheduler (was Re: [PATCH v3 38/62] KVM: SVM: Take and hold ir_list_lock across IRTE updates in IOMMU)

[PATCH 0/3] arm64: Unconditionally compile LSE/PAN/EPAN support
 2026-01-22 17:02 UTC  (8+ messages)
` [PATCH 2/3] arm64: Unconditionally enable PAN support
` [PATCH 3/3] arm64: Unconditionally enable EPAN support

[PATCH v8 RESEND 0/7] Add support for FEAT_{LS64, LS64_V} and related tests
 2026-01-22 16:59 UTC  (9+ messages)
` [PATCH v8 RESEND 1/7] KVM: arm64: Add exit to userspace on {LD,ST}64B* outside of memslots
` [PATCH v8 RESEND 2/7] KVM: arm64: Add documentation for KVM_EXIT_ARM_LDST64B
` [PATCH v8 RESEND 3/7] KVM: arm64: Handle DABT caused by LS64* instructions on unsupported memory
` [PATCH v8 RESEND 4/7] arm64: Provide basic EL2 setup for FEAT_{LS64, LS64_V} usage at EL0/1
` [PATCH v8 RESEND 5/7] KVM: arm64: Enable FEAT_{LS64, LS64_V} in the supported guest
` [PATCH v8 RESEND 6/7] arm64: Add support for FEAT_{LS64, LS64_V}
` [PATCH v8 RESEND 7/7] kselftest/arm64: Add HWCAP test for FEAT_LS64

[PATCH kvmtool v4 0/7] arm64: Nested virtualization support
 2026-01-22 16:45 UTC  (9+ messages)
` [PATCH kvmtool v4 3/7] arm64: nested: Add support for setting maintenance IRQ
` [PATCH kvmtool v4 5/7] arm64: Add FEAT_E2H0 support

[PATCH] KVM: arm64: nv: Return correct RES0 bits for FGT registers
 2026-01-22  9:11 UTC  (3+ messages)

[PATCH] KVM: arm64: Always populate FGT masks at boot time
 2026-01-22  9:11 UTC  (2+ messages)

[PATCH v2 0/6] KVM: arm64: VTCR_EL2 conversion to feature dependency framework
 2026-01-21 23:32 UTC  (5+ messages)
` [PATCH v2 4/6] KVM: arm64: Account for RES1 bits in DECLARE_FEAT_MAP() and co

[PATCH v12 0/7] support FEAT_LSUI
 2026-01-21 19:06 UTC  (8+ messages)
` [PATCH v12 1/7] arm64: Kconfig: add support for LSUI
` [PATCH v12 2/7] arm64: cpufeature: add FEAT_LSUI
` [PATCH v12 3/7] KVM: arm64: expose FEAT_LSUI to guest
` [PATCH v12 4/7] KVM: arm64: kselftest: set_id_regs: add test for FEAT_LSUI
` [PATCH v12 5/7] arm64: futex: refactor futex atomic operation
` [PATCH v12 6/7] arm64: futex: support futex with FEAT_LSUI
` [PATCH v12 7/7] arm64: armv8_deprecated: disable swp emulation when FEAT_LSUI present

[PATCH v3 00/47] arm_mpam: Add KVM/arm64 and resctrl glue code
 2026-01-21 17:58 UTC  (67+ messages)
` [PATCH v3 06/47] arm64: mpam: Context switch the MPAM registers
` [PATCH v3 07/47] arm64: mpam: Re-initialise MPAM regs when CPU comes online
` [PATCH v3 08/47] arm64: mpam: Advertise the CPUs MPAM limits to the driver
` [PATCH v3 09/47] arm64: mpam: Add cpu_pm notifier to restore MPAM sysregs
` [PATCH v3 10/47] arm64: mpam: Initialise and context switch the MPAMSM_EL1 register
` [PATCH v3 11/47] arm64: mpam: Add helpers to change a task or cpu's MPAM PARTID/PMG values
` [PATCH v3 14/47] arm_mpam: resctrl: Add boilerplate cpuhp and domain allocation
` [PATCH v3 27/47] arm_mpam: resctrl: Add support for 'MB' resource
` [PATCH v3 28/47] arm_mpam: resctrl: Add support for csu counters
` [PATCH v3 29/47] arm_mpam: resctrl: Pick classes for use as mbm counters
` [PATCH v3 30/47] arm_mpam: resctrl: Pre-allocate free running monitors
` [PATCH v3 31/47] arm_mpam: resctrl: Pre-allocate assignable monitors
` [PATCH v3 43/47] arm_mpam: Add quirk framework
` [PATCH v3 44/47] arm_mpam: Add workaround for T241-MPAM-1
` [PATCH v3 45/47] arm_mpam: Add workaround for T241-MPAM-4
` [PATCH v3 47/47] arm_mpam: Quirk CMN-650's CSU NRDY behaviour

[PATCH v11 RESEND 0/9] support FEAT_LSUI
 2026-01-21 16:51 UTC  (31+ messages)
` [PATCH v11 RESEND 4/9] arm64: Kconfig: Detect toolchain support for LSUI
` [PATCH v11 RESEND 5/9] arm64: futex: refactor futex atomic operation
` [PATCH v11 RESEND 6/9] arm64: futex: support futex with FEAT_LSUI
` [PATCH v11 RESEND 9/9] arm64: armv8_deprecated: apply FEAT_LSUI for swpX emulation

[PATCH v4 0/2] arm: add kvm-psci-version vcpu property
 2026-01-21  9:39 UTC  (2+ messages)

[PATCH v5 0/2] KVM: arm64: Support FF-A direct messaging interfaces
 2026-01-21  8:27 UTC  (3+ messages)
` [PATCH v5 1/2] KVM: arm64: Support FFA_MSG_SEND_DIRECT_REQ in host handler
` [PATCH v5 2/2] KVM: arm64: Support FFA_MSG_SEND_DIRECT_REQ2 "

[PATCH v2 0/5] KVM: arm64: Enforce MTE disablement at EL2
 2026-01-20 15:11 UTC  (6+ messages)
` [PATCH v2 2/5] arm64: Clear HCR_EL2.ATA when MTE is not supported or disabled
` [PATCH v2 3/5] KVM: arm64: Refactor enter_exception64()

[PATCH v4 0/2] KVM: arm64: Support FF-A direct messaging interfaces
 2026-01-20 14:10 UTC  (3+ messages)
` [PATCH v4 1/2] KVM: arm64: Support FFA_MSG_SEND_DIRECT_REQ in host handler

[PATCH v2 00/35] KVM: arm64: Add support for protected guest memory with pKVM
 2026-01-19 12:46 UTC  (36+ messages)
` [PATCH v2 01/35] KVM: arm64: Invert KVM_PGTABLE_WALK_HANDLE_FAULT to fix pKVM walkers
` [PATCH v2 02/35] KVM: arm64: Don't leak stage-2 page-table if VM fails to init under pKVM
` [PATCH v2 03/35] KVM: arm64: Move handle check into pkvm_pgtable_stage2_destroy_range()
` [PATCH v2 04/35] KVM: arm64: Rename __pkvm_pgtable_stage2_unmap()
` [PATCH v2 05/35] KVM: arm64: Don't advertise unsupported features for protected guests
` [PATCH v2 06/35] KVM: arm64: Expose self-hosted debug regs as RAZ/WI "
` [PATCH v2 07/35] KVM: arm64: Remove is_protected_kvm_enabled() checks from hypercalls
` [PATCH v2 08/35] KVM: arm64: Ignore MMU notifier callbacks for protected VMs
` [PATCH v2 09/35] KVM: arm64: Prevent unsupported memslot operations on "
` [PATCH v2 10/35] KVM: arm64: Ignore -EAGAIN when mapping in pages for the pKVM host
` [PATCH v2 11/35] KVM: arm64: Split teardown hypercall into two phases
` [PATCH v2 12/35] KVM: arm64: Introduce __pkvm_host_donate_guest()
` [PATCH v2 13/35] KVM: arm64: Hook up donation hypercall to pkvm_pgtable_stage2_map()
` [PATCH v2 14/35] KVM: arm64: Handle aborts from protected VMs
` [PATCH v2 15/35] KVM: arm64: Introduce __pkvm_reclaim_dying_guest_page()
` [PATCH v2 16/35] KVM: arm64: Hook up reclaim hypercall to pkvm_pgtable_stage2_destroy()
` [PATCH v2 17/35] KVM: arm64: Refactor enter_exception64()
` [PATCH v2 18/35] KVM: arm64: Inject SIGSEGV on illegal accesses
` [PATCH v2 19/35] KVM: arm64: Avoid pointless annotation when mapping host-owned pages
` [PATCH v2 20/35] KVM: arm64: Generalise kvm_pgtable_stage2_set_owner()
` [PATCH v2 21/35] KVM: arm64: Introduce host_stage2_set_owner_metadata_locked()
` [PATCH v2 22/35] KVM: arm64: Change 'pkvm_handle_t' to u16
` [PATCH v2 23/35] KVM: arm64: Annotate guest donations with handle and gfn in host stage-2
` [PATCH v2 24/35] KVM: arm64: Introduce hypercall to force reclaim of a protected page
` [PATCH v2 25/35] KVM: arm64: Reclaim faulting page from pKVM in spurious fault handler
` [PATCH v2 26/35] KVM: arm64: Return -EFAULT from VCPU_RUN on access to a poisoned pte
` [PATCH v2 27/35] KVM: arm64: Add hvc handler at EL2 for hypercalls from protected VMs
` [PATCH v2 28/35] KVM: arm64: Implement the MEM_SHARE hypercall for "
` [PATCH v2 29/35] KVM: arm64: Implement the MEM_UNSHARE "
` [PATCH v2 30/35] KVM: arm64: Allow userspace to create protected VMs when pKVM is enabled
` [PATCH v2 31/35] KVM: arm64: Add some initial documentation for pKVM
` [PATCH v2 32/35] KVM: arm64: Extend pKVM page ownership selftests to cover guest donation
` [PATCH v2 33/35] KVM: arm64: Register 'selftest_vm' in the VM table
` [PATCH v2 34/35] KVM: arm64: Extend pKVM page ownership selftests to cover forced reclaim
` [PATCH v2 35/35] KVM: arm64: Extend pKVM page ownership selftests to cover guest hvcs

[PATCH v4 0/3] KVM ARM64 pre_fault_memory
 2026-01-19 11:10 UTC  (6+ messages)
` [PATCH v4 1/3] KVM: arm64: Add pre_fault_memory implementation

[PATCH 00/30] KVM: arm64: Add support for protected guest memory with pKVM
 2026-01-17  0:03 UTC  (5+ messages)
` [PATCH 17/30] KVM: arm64: Generalise kvm_pgtable_stage2_set_owner()

[PATCH kvmtool v2 00/17] arm64: Support GICv5-based guests
 2026-01-16 18:27 UTC  (16+ messages)
` [PATCH kvmtool v2 03/17] arm64: Simplify GICv5 type checks by adding gic__is_v5()
` [PATCH kvmtool v2 04/17] arm64: Introduce GICv5 FDT IRQ types
` [PATCH kvmtool v2 05/17] arm64: Generate GICv5 FDT node
` [PATCH kvmtool v2 06/17] arm64: Update PMU IRQ and FDT code for GICv5
` [PATCH kvmtool v2 07/17] arm64: Update timer FDT IRQsfor GICv5
` [PATCH kvmtool v2 08/17] irq: Add interface to override default irq offset
` [PATCH kvmtool v2 09/17] arm64: Add phandle for each CPU
` [PATCH kvmtool v2 10/17] Sync kernel headers with v6.19-rc5 for GICv5 IRS and ITS support in KVM
` [PATCH kvmtool v2 11/17] arm64: Add GICv5 IRS support
` [PATCH kvmtool v2 12/17] arm64: Generate FDT node for GICv5's IRS
` [PATCH kvmtool v2 13/17] arm64: Update generic FDT interrupt desc generator for GICv5
` [PATCH kvmtool v2 14/17] arm64: Bump PCI FDT code "
` [PATCH kvmtool v2 15/17] arm64: Introduce gicv5-its irqchip
` [PATCH kvmtool v2 16/17] arm64: Add GICv5 ITS node to FDT
` [PATCH kvmtool v2 17/17] arm64: Update PCI FDT generation for GICv5 ITS MSIs


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