messages from 2026-02-27 14:10:13 to 2026-03-05 16:22:04 UTC [more...]
[PATCH v1 0/2] KVM: arm64: Fix a couple of latent bugs in user_mem_abort()
2026-03-05 16:22 UTC (7+ messages)
` [PATCH v1 1/2] KVM: arm64: Fix page leak in user_mem_abort() on atomic fault
` [PATCH v1 2/2] KVM: arm64: Fix vma_shift staleness on nested hwpoison path
[PATCH v12 00/30] Tracefs support for pKVM
2026-03-05 16:17 UTC (4+ messages)
[PATCH] KVM: arm64: pkvm: Fallback to level-3 mapping on host stage-2 fault
2026-03-05 15:20 UTC (3+ messages)
[PATCH] KVM: arm64: Eagerly init vgic dist/redist on vgic creation
2026-03-05 15:19 UTC (2+ messages)
[PATCH v3 00/36] KVM: arm64: Add support for protected guest memory with pKVM
2026-03-05 14:43 UTC (37+ messages)
` [PATCH v3 01/36] KVM: arm64: Don't leak stage-2 page-table if VM fails to init under pKVM
` [PATCH v3 02/36] KVM: arm64: Move handle check into pkvm_pgtable_stage2_destroy_range()
` [PATCH v3 03/36] KVM: arm64: Rename __pkvm_pgtable_stage2_unmap()
` [PATCH v3 04/36] KVM: arm64: Don't advertise unsupported features for protected guests
` [PATCH v3 05/36] KVM: arm64: Expose self-hosted debug regs as RAZ/WI "
` [PATCH v3 06/36] KVM: arm64: Remove is_protected_kvm_enabled() checks from hypercalls
` [PATCH v3 07/36] KVM: arm64: Ignore MMU notifier callbacks for protected VMs
` [PATCH v3 08/36] KVM: arm64: Prevent unsupported memslot operations on "
` [PATCH v3 09/36] KVM: arm64: Ignore -EAGAIN when mapping in pages for the pKVM host
` [PATCH v3 10/36] KVM: arm64: Split teardown hypercall into two phases
` [PATCH v3 11/36] KVM: arm64: Introduce __pkvm_host_donate_guest()
` [PATCH v3 12/36] KVM: arm64: Hook up donation hypercall to pkvm_pgtable_stage2_map()
` [PATCH v3 13/36] KVM: arm64: Handle aborts from protected VMs
` [PATCH v3 14/36] KVM: arm64: Introduce __pkvm_reclaim_dying_guest_page()
` [PATCH v3 15/36] KVM: arm64: Hook up reclaim hypercall to pkvm_pgtable_stage2_destroy()
` [PATCH v3 16/36] KVM: arm64: Factor out pKVM host exception injection logic
` [PATCH v3 17/36] KVM: arm64: Support translation faults in inject_host_exception()
` [PATCH v3 18/36] KVM: arm64: Inject SIGSEGV on illegal accesses
` [PATCH v3 19/36] KVM: arm64: Avoid pointless annotation when mapping host-owned pages
` [PATCH v3 20/36] KVM: arm64: Generalise kvm_pgtable_stage2_set_owner()
` [PATCH v3 21/36] KVM: arm64: Introduce host_stage2_set_owner_metadata_locked()
` [PATCH v3 22/36] KVM: arm64: Change 'pkvm_handle_t' to u16
` [PATCH v3 23/36] KVM: arm64: Annotate guest donations with handle and gfn in host stage-2
` [PATCH v3 24/36] KVM: arm64: Introduce hypercall to force reclaim of a protected page
` [PATCH v3 25/36] KVM: arm64: Reclaim faulting page from pKVM in spurious fault handler
` [PATCH v3 26/36] KVM: arm64: Return -EFAULT from VCPU_RUN on access to a poisoned pte
` [PATCH v3 27/36] KVM: arm64: Add hvc handler at EL2 for hypercalls from protected VMs
` [PATCH v3 28/36] KVM: arm64: Implement the MEM_SHARE hypercall for "
` [PATCH v3 29/36] KVM: arm64: Implement the MEM_UNSHARE "
` [PATCH v3 30/36] KVM: arm64: Allow userspace to create protected VMs when pKVM is enabled
` [PATCH v3 31/36] KVM: arm64: Add some initial documentation for pKVM
` [PATCH v3 32/36] KVM: arm64: Extend pKVM page ownership selftests to cover guest donation
` [PATCH v3 33/36] KVM: arm64: Register 'selftest_vm' in the VM table
` [PATCH v3 34/36] KVM: arm64: Extend pKVM page ownership selftests to cover forced reclaim
` [PATCH v3 35/36] KVM: arm64: Extend pKVM page ownership selftests to cover guest hvcs
` [PATCH v3 36/36] KVM: arm64: Rename PKVM_PAGE_STATE_MASK
[PATCH 0/4] arm64: Work around C1-Pro erratum 4193714 (CVE-2026-0995)
2026-03-05 14:33 UTC (10+ messages)
` [PATCH 1/4] arm64: tlb: Use __tlbi_sync_s1ish_kernel() for kernel TLB maintenance
` [PATCH 2/4] arm64: tlb: Pass the corresponding mm to __tlbi_sync_s1ish()
` [PATCH 3/4] arm64: errata: Work around early CME DVMSync acknowledgement
` [PATCH 4/4] KVM: arm64: Add SMC hook for SME dvmsync erratum
[PATCH v5 00/36] KVM: arm64: Introduce vGIC-v5 with PPI support
2026-03-05 13:35 UTC (30+ messages)
` [PATCH v5 07/36] KVM: arm64: gic: Introduce interrupt type helpers
` [PATCH v5 09/36] KVM: arm64: gic-v5: Detect implemented PPIs on boot
` [PATCH v5 10/36] KVM: arm64: gic-v5: Sanitize ID_AA64PFR2_EL1.GCIE
` [PATCH v5 12/36] KVM: arm64: gic-v5: Add emulation for ICC_IAFFIDR_EL1 accesses
` [PATCH v5 14/36] KVM: arm64: gic-v5: Add vgic-v5 save/restore hyp interface
` [PATCH v5 15/36] KVM: arm64: gic-v5: Implement GICv5 load/put and save/restore
` [PATCH v5 16/36] KVM: arm64: gic-v5: Implement direct injection of PPIs
` [PATCH v5 17/36] KVM: arm64: gic-v5: Finalize GICv5 PPIs and generate mask
` [PATCH v5 19/36] KVM: arm64: gic-v5: Implement PPI interrupt injection
` [PATCH v5 20/36] KVM: arm64: gic-v5: Init Private IRQs (PPIs) for GICv5
[PATCH] KVM: arm64: Adjust range correctly during host stage-2 faults
2026-03-05 13:22 UTC (5+ messages)
[PATCH] KVM: arm64: Read PMUVer as unsigned
2026-03-05 13:10 UTC (3+ messages)
[PATCH v6 00/19] ARM64 PMU Partitioning
2026-03-05 10:16 UTC (3+ messages)
` [PATCH v6 16/19] KVM: arm64: Add vCPU device attr to partition the PMU
[PATCH v3 0/5] Support the FEAT_HDBSS introduced in Armv9.5
2026-03-05 7:37 UTC (9+ messages)
` [PATCH v3 4/5] KVM: arm64: Enable HDBSS support and handle HDBSSF events
[PATCH v2 00/35] KVM: arm64: Add support for protected guest memory with pKVM
2026-03-04 14:08 UTC (13+ messages)
` [PATCH v2 07/35] KVM: arm64: Remove is_protected_kvm_enabled() checks from hypercalls
` [PATCH v2 14/35] KVM: arm64: Handle aborts from protected VMs
` [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 v12 00/46] arm64: Support for Arm CCA in KVM
2026-03-04 12:08 UTC (21+ messages)
` [PATCH v12 06/46] arm64: RMI: Define the user ABI
` [PATCH v12 11/46] arm64: RMI: Activate realm on first VCPU run
` [PATCH v12 20/46] arm64: RMI: Allow populating initial contents
` [PATCH v12 27/46] KVM: arm64: Handle Realm PSCI requests
[PATCH v5 00/41] arm_mpam: Add KVM/arm64 and resctrl glue code
2026-03-04 9:42 UTC (17+ messages)
` [PATCH v5 02/41] KVM: arm64: Preserve host MPAM configuration when changing traps
` [PATCH v5 03/41] KVM: arm64: Make MPAMSM_EL1 accesses UNDEF
` [PATCH v5 11/41] KVM: arm64: Force guest EL1 to use user-space's partid configuration
` [PATCH v5 12/41] KVM: arm64: Use kernel-space partid configuration for hypercalls
` [PATCH v5 38/41] arm_mpam: Add workaround for T241-MPAM-4
[PATCH] arm64: Implement clear_pages()
2026-03-04 8:49 UTC (6+ messages)
[PATCH v2 0/3] KVM: arm64: Fix SPE and TRBE nVHE world switch
2026-03-03 17:39 UTC (9+ messages)
` [PATCH v2 1/3] KVM: arm64: Disable TRBE Trace Buffer Unit when running in guest context
` [PATCH v2 2/3] KVM: arm64: Disable SPE Profiling Buffer "
` [PATCH v2 3/3] KVM: arm64: Don't pass host_debug_state to BRBE world-switch routines
[PATCH] KVM: arm64: Disable TRBE Trace Buffer Unit when running in guest context
2026-03-03 10:47 UTC (13+ messages)
[PATCH v2 00/11] arm64: Fully disable configured-out features
2026-03-02 18:07 UTC (22+ messages)
` [PATCH v2 01/11] arm64: Skip update of an idreg field affected by an override
` [PATCH v2 02/11] arm64: Add a helper setting a feature field to its safe value
` [PATCH v2 03/11] arm64: Add logic to fully remove features from sanitised id registers
` [PATCH v2 04/11] arm64: Convert CONFIG_ARM64_PTR_AUTH to FTR_CONFIG()
` [PATCH v2 05/11] arm64: Convert CONFIG_ARM64_SVE "
` [PATCH v2 06/11] arm64: Convert CONFIG_ARM64_SME "
` [PATCH v2 07/11] arm64: Convert CONFIG_ARM64_GCS "
` [PATCH v2 08/11] arm64: Convert CONFIG_ARM64_MTE "
` [PATCH v2 09/11] arm64: Convert CONFIG_ARM64_POE "
` [PATCH v2 10/11] arm64: Convert CONFIG_ARM64_BTI "
` [PATCH v2 11/11] arm64: Remove FTR_VISIBLE_IF_IS_ENABLED()
[syzbot] [kvmarm?] [kvm?] BUG: unable to handle kernel paging request in kvm_vgic_destroy
2026-03-02 13:26 UTC (5+ messages)
[PATCH] KVM: arm64: Move inside all remaining TCR_XXX macros
2026-03-02 8:16 UTC
[PATCH V2 0/2] arm64/mm: Drop TTBR_CNP_BIT and TTBR_ASID_MASK
2026-03-02 6:44 UTC (3+ messages)
` [PATCH V2 1/2] arm64/mm: Directly use TTBRx_EL1_ASID_MASK
` [PATCH V2 2/2] arm64/mm: Directly use TTBRx_EL1_CnP
[GIT PULL] KVM/arm64 fixes for 7.0, take #1
2026-02-28 15:04 UTC (2+ messages)
[PATCH v3 00/15] KVM: arm64: nv: Implement FEAT_XNX and FEAT_HAF
2026-02-28 9:43 UTC (3+ messages)
` [PATCH v3 15/15] KVM: arm64: selftests: Add test for AT emulation
[kvmtool PATCH v6 00/17] kvmtool: arm64: Handle PSCI calls in userspace
2026-02-27 16:56 UTC (18+ messages)
` [kvmtool PATCH v6 01/17] util/update_headers: Update linux/const.h from linux sources
` [kvmtool PATCH v6 02/17] util/update_headers: Clean up header copying
` [kvmtool PATCH v6 03/17] util/update_headers: Warn about missing header files
` [kvmtool PATCH v6 04/17] update_headers: arm64: Track uapi/linux/psci.h for PSCI definitions
` [kvmtool PATCH v6 05/17] arm64: Sync headers from Linux v6.19 for psci.h
` [kvmtool PATCH v6 06/17] Import arm-smccc.h from Linux v6.19
` [kvmtool PATCH v6 07/17] arm64: Stash kvm_vcpu_init for later use
` [kvmtool PATCH v6 08/17] arm64: Use KVM_SET_MP_STATE ioctl to power off non-boot vCPUs
` [kvmtool PATCH v6 09/17] arm64: Expose ARM64_CORE_REG() for general use
` [kvmtool PATCH v6 10/17] arm64: Add support for finding vCPU for given MPIDR
` [kvmtool PATCH v6 11/17] arm64: Add skeleton implementation for PSCI
` [kvmtool PATCH v6 12/17] arm64: psci: Implement CPU_SUSPEND
` [kvmtool PATCH v6 13/17] arm64: psci: Implement CPU_ON
` [kvmtool PATCH v6 14/17] arm64: psci: Implement AFFINITY_INFO
` [kvmtool PATCH v6 15/17] arm64: psci: Implement MIGRATE_INFO_TYPE
` [kvmtool PATCH v6 16/17] arm64: psci: Implement SYSTEM_{OFF,RESET}
` [kvmtool PATCH v6 17/17] arm64: smccc: Start sending PSCI to userspace
[PATCH v15 0/8] support FEAT_LSUI
2026-02-27 15:17 UTC (9+ messages)
` [PATCH v15 1/8] arm64: cpufeature: add FEAT_LSUI
` [PATCH v15 2/8] KVM: arm64: expose FEAT_LSUI to guest
` [PATCH v15 3/8] KVM: arm64: kselftest: set_id_regs: add test for FEAT_LSUI
` [PATCH v15 4/8] arm64: futex: refactor futex atomic operation
` [PATCH v15 5/8] arm64: futex: support futex with FEAT_LSUI
` [PATCH v15 6/8] arm64: armv8_deprecated: disable swp emulation when FEAT_LSUI present
` [PATCH v15 7/8] KVM: arm64: use CAST instruction for swapping guest descriptor
` [PATCH v15 8/8] arm64: Kconfig: add support for LSUI
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