messages from 2026-05-01 11:20:23 to 2026-05-08 09:06:19 UTC [more...]
[RFC PATCH v3 0/4] Fix IMA + TPM initialisation ordering issue
2026-05-08 9:06 UTC (30+ messages)
` [PATCH] ima: debugging late_initcall_sync measurements
[RFC PATCH] KVM: arm64: Align KVM_EXIT_MEMORY_FAULT error codes with documentation
2026-05-08 8:55 UTC (5+ messages)
[PATCH v12 10/16] KVM: guest_memfd: Add flag to remove from direct map
2026-05-08 8:18 UTC (2+ messages)
[PATCH 0/5] KVM: Fix race conditions in kvm_arch_flush_shadow_all()
2026-05-08 7:21 UTC (16+ messages)
` [PATCH 1/5] KVM: arm64: Grab KVM MMU write lock "
` [PATCH 2/5] KVM: loongarch: Grab MMU "
` [PATCH 3/5] KVM: mips: "
` [PATCH 4/5] KVM: Hold MMU lock exclusively when calling kvm_arch_flush_shadow_all()
` [PATCH 5/5] DO NOT MERGE: KVM: selftests: Reproducer for arm64 double-free
[PATCH v4 00/17] kvm/arm: Introduce a customizable aarch64 KVM host model
2026-05-07 19:44 UTC (28+ messages)
` [PATCH v4 01/17] scripts: introduce scripts/update-aarch64-cpu-sysregs-header.py
` [PATCH v4 02/17] target/arm/cpu-sysregs.h.inc: Sort by name alphabetical order
` [PATCH v4 03/17] target/arm/cpu-sysregs.h.inc: Update with automatic generation
` [PATCH v4 04/17] arm/cpu: Add infra to handle generated ID register definitions
` [PATCH v4 05/17] scripts: Introduce scripts/aarch64_sysreg_helpers module
` [PATCH v4 06/17] scripts: Introduce scripts/update-aarch64-cpu-sysreg-properties.py
` [PATCH v4 07/17] target/arm/cpu-sysreg-properties.c: Generate code with new script
` [PATCH v4 08/17] target/arm/kvm: Introduce kvm_get_writable_id_regs
` [PATCH v4 09/17] arm/cpu: accessors for writable id registers
` [PATCH v4 10/17] arm/kvm: Allow reading all the writable ID registers
` [PATCH v4 11/17] arm/kvm: write back modified ID regs to KVM
` [PATCH v4 12/17] target/arm/kvm: Introduce kvm_arm_expose_idreg_properties
` [PATCH v4 13/17] target/arm/kvm: Special case REVIDR_EL1 and AIDR_EL1
` [PATCH v4 14/17] target/arm/kvm: Special case ID_AA64ISAR0_EL1 RES0 [24, 27] bits
` [PATCH v4 15/17] arm/cpu: Expose writable ID reg field properties on the kvm host vcpu model
` [PATCH v4 16/17] arm-qmp-cmds: introspection for ID register props
` [PATCH v4 17/17] arm/cpu-features: document ID reg properties
[GIT PULL] KVM/arm64 fixes for 7.1, take #2
2026-05-07 15:42 UTC
[PATCH 00/43] KVM: arm64: Add GICv5 IRS support
2026-05-07 15:10 UTC (22+ messages)
` [PATCH 03/43] KVM: arm64: gic-v5: Add resident/non-resident hyp calls
` [PATCH 04/43] irqchip/gic-v5: Provide IRS config frame attrs to KVM
` [PATCH 05/43] KVM: arm64: gic-v5: Extract host IRS caps from IRS config frame
` [PATCH 06/43] KVM: arm64: gic-v5: Add VPE doorbell domain
` [PATCH 07/43] KVM: arm64: gic-v5: Create & manage VM and VPE tables
` [PATCH 17/43] KVM: arm64: gic-v5: Enable VPE DBs on VPE reset and disable on teardown
` [PATCH 18/43] KVM: arm64: gic-v5: Define remaining IRS MMIO registers
` [PATCH 36/43] KVM: arm64: gic-v5: Implement save/restore mechanisms for ISTs
[PATCH] KVM: arm64: Forward FFA_NOTIFICATION* calls to TrustZone
2026-05-07 14:21 UTC (6+ messages)
[PATCH v2 0/6] KVM: arm64: EL2 synchronisation and pKVM stage-2 error propagation fixes
2026-05-07 13:20 UTC (11+ messages)
` [PATCH v2 1/6] KVM: arm64: Make EL2 exception entry and exit context-synchronization events
` [PATCH v2 2/6] KVM: arm64: Guard against NULL vcpu on VHE hyp panic path
` [PATCH v2 3/6] KVM: arm64: Fix __deactivate_fgt macro parameter typo
` [PATCH v2 4/6] KVM: arm64: Seed pkvm_ownership_selftest vcpu memcache
` [PATCH v2 5/6] KVM: arm64: Pre-check vcpu memcache for host->guest share
` [PATCH v2 6/6] KVM: arm64: Pre-check vcpu memcache for host->guest donate
[PATCH v6 00/25] KVM: arm64: SMMUv3 driver for pKVM (trap and emulate)
2026-05-07 10:13 UTC (37+ messages)
` [PATCH v6 03/25] iommu/arm-smmu-v3: Split code with hyp
` [PATCH v6 04/25] iommu/arm-smmu-v3: Move TLB range invalidation into common code
` [PATCH v6 05/25] iommu/arm-smmu-v3: Move IDR parsing to common functions
` [PATCH v6 06/25] iommu/io-pgtable-arm: Rework to use the iommu-pages API
` [PATCH v6 08/25] KVM: arm64: iommu: Shadow host stage-2 page table
` [PATCH v6 13/25] iommu/arm-smmu-v3-kvm: Probe SMMU HW
` [PATCH v6 16/25] iommu/arm-smmu-v3-kvm: Add CMDQ functions
` [PATCH v6 17/25] iommu/arm-smmu-v3-kvm: Emulate CMDQ for host
` [PATCH v6 18/25] iommu/arm-smmu-v3-kvm: Shadow stream table
` [PATCH v6 19/25] iommu/arm-smmu-v3-kvm: Shadow STEs
` [PATCH v6 20/25] iommu/arm-smmu-v3-kvm: Share other queues
` [PATCH v6 21/25] iommu/arm-smmu-v3-kvm: Emulate GBPA
` [PATCH v6 22/25] iommu/io-pgtable-arm: Support io-pgtable-arm in the hypervisor
` [PATCH v6 23/25] iommu/arm-smmu-v3-kvm: Shadow the CPU stage-2 page table
` [PATCH v6 24/25] iommu/arm-smmu-v3-kvm: Enable nesting
` [PATCH v6 25/25] KVM: arm64: Add documentation for pKVM DMA isolation
[RFC PATCH v2 00/28] KVM: s390: Introduce arm64 KVM - using symlinks
2026-05-06 16:36 UTC (3+ messages)
` [RFC PATCH v2 15/28] MAINTAINERS: Add Steffen as reviewer for KVM/arm64
` (subset) "
[PATCH] KVM: arm64: nv: Consider the DS bit when translating TCR_EL2
2026-05-06 16:14 UTC (2+ messages)
[PATCH] KVM: arm64: Harden clock for nvhe/pKVM
2026-05-06 16:14 UTC (6+ messages)
[PATCH v2] KVM: arm64: Work around C1-Pro erratum 4193714 for protected guests
2026-05-06 16:14 UTC (6+ messages)
[PATCH v2] KVM: arm64: Handle permission faults with guest_memfd
2026-05-06 16:14 UTC (3+ messages)
[PATCH v4 0/3] Enforce host page-size alignment for shared buffers
2026-05-06 14:23 UTC (6+ messages)
` [PATCH v4 3/3] coco: guest: arm64: Query host IPA-change alignment via RHI
[RFC PATCH 0/3] initalise ff-a after finalising pKVM
2026-05-06 9:58 UTC (21+ messages)
` [RFC PATCH 1/3] arm64: KVM: defer kvm_init() to finalise_pkvm() when pKVM is enabled
` [RFC PATCH 2/3] firmware: arm_ffa: initialise ff-a after finalising pKVM initialisation
` [RFC PATCH 3/3] security: integrity: call load_uefi_certs() at late_initcall_sync
[kvm-unit-tests PATCH] arm: add wfx test case
2026-05-06 9:00 UTC (4+ messages)
[PATCH v12 00/16] Direct Map Removal Support for guest_memfd
2026-05-06 8:07 UTC (2+ messages)
[PATCH v1 00/12] KVM Dirty-bit cleaning accelerator (HACDBS)
2026-05-05 11:03 UTC (4+ messages)
` [PATCH v1 04/12] arm64/sysreg: Add HACDBS consumer and base registers
[PATCH v7 00/20] ARM64 PMU Partitioning
2026-05-04 21:18 UTC (21+ messages)
` [PATCH v7 01/20] arm64: cpufeature: Add cpucap for HPMN0
` [PATCH v7 02/20] KVM: arm64: Reorganize PMU includes
` [PATCH v7 03/20] KVM: arm64: Reorganize PMU functions
` [PATCH v7 04/20] perf: arm_pmuv3: Generalize counter bitmasks
` [PATCH v7 05/20] perf: arm_pmuv3: Check cntr_mask before using pmccntr
` [PATCH v7 06/20] perf: arm_pmuv3: Add method to partition the PMU
` [PATCH v7 07/20] KVM: arm64: Set up FGT for Partitioned PMU
` [PATCH v7 08/20] KVM: arm64: Add Partitioned PMU register trap handlers
` [PATCH v7 09/20] KVM: arm64: Set up MDCR_EL2 to handle a Partitioned PMU
` [PATCH v7 10/20] KVM: arm64: Context swap Partitioned PMU guest registers
` [PATCH v7 11/20] KVM: arm64: Enforce PMU event filter at vcpu_load()
` [PATCH v7 12/20] perf: Add perf_pmu_resched_update()
` [PATCH v7 13/20] KVM: arm64: Apply dynamic guest counter reservations
` [PATCH v7 14/20] KVM: arm64: Implement lazy PMU context swaps
` [PATCH v7 15/20] perf: arm_pmuv3: Handle IRQs for Partitioned PMU guest counters
` [PATCH v7 16/20] KVM: arm64: Detect overflows for the Partitioned PMU
` [PATCH v7 17/20] KVM: arm64: Add vCPU device attr to partition the PMU
` [PATCH v7 18/20] KVM: selftests: Add find_bit to KVM library
` [PATCH v7 19/20] KVM: arm64: selftests: Add test case for Partitioned PMU
` [PATCH v7 20/20] KVM: arm64: selftests: Relax testing for exceptions when partitioned
[RFC] proposal: KVM: Orphaned VMs: The Caretaker approach for Live Update
2026-05-03 16:57 UTC (8+ messages)
[PATCH] KVM: arm64: Handle permission faults with guest_memfd
2026-05-01 14:18 UTC (3+ messages)
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