messages from 2026-02-28 16:46:05 to 2026-03-06 14:02:39 UTC [more...]
[PATCH v1 00/13] KVM: arm64: Refactor user_mem_abort() into a state-object model
2026-03-06 14:02 UTC (4+ messages)
` [PATCH v1 01/13] KVM: arm64: Extract VMA size resolution in user_mem_abort()
` [PATCH v1 02/13] KVM: arm64: Introduce struct kvm_s2_fault to user_mem_abort()
` [PATCH v1 03/13] KVM: arm64: Extract PFN resolution in user_mem_abort()
[PATCH 0/4] arm64: Work around C1-Pro erratum 4193714 (CVE-2026-0995)
2026-03-06 12:52 UTC (15+ 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 v10 00/15] Direct Map Removal Support for guest_memfd
2026-03-06 12:49 UTC (17+ messages)
` [PATCH v10 01/15] set_memory: set_direct_map_* to take address
` [PATCH v10 02/15] set_memory: add folio_{zap,restore}_direct_map helpers
` [PATCH v10 02/15] set_memory: add folio_{zap, restore}_direct_map helpers
` [PATCH v10 04/15] mm/gup: drop local variable in gup_fast_folio_allowed
` [PATCH v10 07/15] KVM: x86: define kvm_arch_gmem_supports_no_direct_map()
` [PATCH v10 08/15] KVM: arm64: "
` [PATCH v10 09/15] KVM: guest_memfd: Add flag to remove from direct map
[PATCH v2 00/35] KVM: arm64: Add support for protected guest memory with pKVM
2026-03-06 11:34 UTC (15+ 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
[GIT PULL] KVM/arm64 fixes for 7.0, take #2
2026-03-06 11:22 UTC
[PATCH] KVM: arm64: Remove the redundant ISB in __kvm_at_s1e2()
2026-03-06 10:48 UTC (2+ messages)
[PATCH v1 0/2] KVM: arm64: Fix a couple of latent bugs in user_mem_abort()
2026-03-06 10:48 UTC (10+ 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 0/3] KVM: arm64: minor fixes about S2 page table walker
2026-03-06 10:48 UTC (2+ messages)
[PATCH v3 0/5] Support the FEAT_HDBSS introduced in Armv9.5
2026-03-06 9:27 UTC (10+ messages)
` [PATCH v3 4/5] KVM: arm64: Enable HDBSS support and handle HDBSSF events
[PATCH] arm64: clear_page[s] using memset
2026-03-06 8:57 UTC
[PATCH v12 00/30] Tracefs support for pKVM
2026-03-05 18:35 UTC (5+ messages)
[PATCH v2 00/10] KVM: selftests: Use kernel-style integer and g[vp]a_t types
2026-03-05 17:26 UTC (6+ messages)
` [PATCH v2 04/10] KVM: selftests: Use u64 instead of uint64_t
[PATCH v2 0/3] KVM: arm64: Read PMUVer as unsigned
2026-03-05 16:28 UTC (4+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] arm64: cpufeature: Make PMUVer and PerfMon unsigned
` [PATCH v2 3/3] arm64: cpufeature: Use pmuv3_implemented() function
[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 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 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 (15+ 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 (8+ 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] KVM: arm64: Disable TRBE Trace Buffer Unit when running in guest context
2026-03-03 10:47 UTC (12+ 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 (4+ 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
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