messages from 2026-07-01 17:28:11 to 2026-07-03 16:09:05 UTC [more...]
[PATCH v3 00/40] KVM: arm64: Add GICv5 IRS support
2026-07-03 16:07 UTC (35+ messages)
` [PATCH v3 01/40] irqchip/gic-v5: Allow KVM setup without a maintenance IRQ
` [PATCH v3 02/40] irqchip/gic-v5: Provide OF IRS config frame attrs to KVM
` [PATCH v3 03/40] irqchip/gic-v5: Set up gic_kvm_info on ACPI hosts
` [PATCH v3 04/40] KVM: arm64: gic-v5: Define remaining IRS MMIO registers
` [PATCH v3 05/40] arm64/sysreg: Add GICv5 GIC VDPEND and VDRCFG encodings
` [PATCH v3 06/40] arm64/sysreg: Update ICC_CR0_EL1 with LINK and LINK_IDLE fields
` [PATCH v3 07/40] KVM: arm64: gic-v5: Extract host IRS caps from IRS config frame
` [PATCH v3 08/40] KVM: arm64: gic-v5: Add VPE doorbell domain
` [PATCH v3 09/40] KVM: arm64: gic-v5: Create and manage VM and VPE tables
` [PATCH v3 10/40] KVM: arm64: gic-v5: Introduce guest IST alloc and management
` [PATCH v3 11/40] KVM: arm64: gic-v5: Implement VMT/vIST IRS MMIO Ops
` [PATCH v3 12/40] KVM: arm64: gic-v5: Keep GICv5 vCPU limit model-specific
` [PATCH v3 13/40] KVM: arm64: gic-v5: Implement VPE IRS MMIO Ops
` [PATCH v3 14/40] KVM: arm64: gic-v5: Set up VMTEs and VPE doorbells
` [PATCH v3 15/40] KVM: arm64: gic-v5: Add resident/non-resident hyp calls
` [PATCH v3 16/40] KVM: arm64: gic-v5: Request doorbells when VPEs enter WFI
` [PATCH v3 17/40] KVM: arm64: gic-v5: Introduce struct vgic_v5_irs and IRS base address
` [PATCH v3 18/40] KVM: arm64: gic-v5: Add IRS IODEV support to MMIO handlers
` [PATCH v3 19/40] KVM: arm64: gic-v5: Add KVM_VGIC_V5_ADDR_TYPE_IRS to UAPI
` [PATCH v3 20/40] KVM: arm64: gic-v5: Add GICv5 IRS IODEV and MMIO emulation
` [PATCH v3 21/40] KVM: arm64: gic-v5: Initialise per-VM IRS state
` [PATCH v3 22/40] KVM: arm64: gic-v5: Register the IRS IODEV
` [PATCH v3 23/40] KVM: arm64: gic-v5: Set IRICHPPIDIS based on IRS enable state
` [PATCH v3 24/40] KVM: arm64: selftests: Update vGICv5 selftest to set IRS address
` [PATCH v3 25/40] KVM: arm64: gic-v5: Introduce SPI AP list
` [PATCH v3 26/40] KVM: arm64: gic-v5: Add GIC VDPEND and GIC VDRCFG hyp calls
` [PATCH v3 27/40] KVM: arm64: gic-v5: Track SPI state for in-flight SPIs
` [PATCH v3 28/40] KVM: arm64: gic: Introduce set_pending_state() to irq_op
` [PATCH v3 29/40] KVM: arm64: gic-v5: Support SPI injection
` [PATCH v3 30/40] Documentation: KVM: Extend VGICv5 docs for KVM_VGIC_V5_ADDR_TYPE_IRS
` [PATCH v3 31/40] KVM: arm64: gic-v5: Add GICv5 SPI injection to irqfd
` [PATCH v3 32/40] KVM: arm64: gic-v5: Mask per-vcpu PPI state in vgic_v5_finalize_ppi_state()
` [PATCH v3 33/40] KVM: arm64: gic-v5: Add GICv5 EL1 sysreg userspace accessors
` [PATCH v3 34/40] KVM: arm64: gic-v5: Handle userspace accesses to IRS MMIO region
[PATCH v12 00/16] Direct Map Removal Support for guest_memfd
2026-07-03 14:54 UTC (5+ messages)
` [PATCH v12 02/16] set_memory: add folio_{zap,restore}_direct_map helpers
[PATCH 00/17] arm64: Support FEAT_NMI and Rework Exception Masking
2026-07-03 14:15 UTC (32+ messages)
` [PATCH 01/17] arm64: Move DAIF macros to ptrace.h and use them centrally
` [PATCH 02/17] arm64: Rework exception masking into abstract logical mask
` [PATCH 03/17] arm64: entry: arm64: entry: Move DAIF masking for EL1 exit to C code
` [PATCH 04/17] arm64: entry: Add entry-specific helpers
` [PATCH 05/17] arm64: Introduce helpers for restoring standard exception masks
` [PATCH 06/17] arm64/booting: Document boot requirements for FEAT_NMI
` [PATCH 07/17] arm64/sysreg: Add definitions for immediate versions of MSR ALLINT
` [PATCH 08/17] arm64/hyp-stub: Enable access to ALLINT
` [PATCH 09/17] arm64/idreg: Add an override for FEAT_NMI
` [PATCH 10/17] arm64/cpufeature: Detect PE support "
` [PATCH 11/17] KVM: arm64: Hide FEAT_NMI from guests
` [PATCH 12/17] arm64/nmi: Manage masking for superpriority interrupts along with DAIF
` [PATCH 13/17] arm64/entry: Don't call preempt_schedule_irq() with NMIs masked
` [PATCH 14/17] arm64/irq: Document handling of FEAT_NMI in irqflags.h
` [PATCH 15/17] arm64/nmi: Add handling of superpriority interrupts as NMIs
` [PATCH 16/17] arm64/nmi: Add Kconfig for NMI
` [PATCH 17/17] irqchip/gic-v3: Implement FEAT_GICv3_NMI support
[PATCH v4 0/2] KVM: arm64: vgic: Fix racy LPI release and re-registration handling
2026-07-03 12:26 UTC (3+ messages)
` [PATCH v4 1/2] KVM: arm64: vgic: Fix race between LPI release and re-registration
` [PATCH v4 2/2] KVM: arm64: vgic: Mitigate potential LPI registration failure
[PATCH v3 0/2] KVM: arm64: vgic: Fix racy LPI release and re-registration handling
2026-07-03 11:18 UTC (4+ messages)
` [PATCH v3 1/2] KVM: arm64: vgic: Fix race between LPI release and re-registration
` [PATCH v3 2/2] KVM: arm64: vgic: Mitigate potential LPI registration failure
[PATCH v9 0/6] arm_ffa, KVM: Fix FF-A emad offset calculations
2026-07-03 10:35 UTC (9+ messages)
` [PATCH v9 1/6] firmware: arm_ffa: Fix out-of-bound writes in ffa_setup_and_transmit()
` [PATCH v9 2/6] firmware: arm_ffa: Fix Endpoint Memory Access Descriptor offset calculation
` [PATCH v9 3/6] KVM: arm64: Fix bounds checking in do_ffa_mem_reclaim()
` [PATCH v9 4/6] KVM: arm64: Validate the offset to the mem access descriptor
` [PATCH v9 5/6] KVM: arm64: Ensure FFA ranges are page aligned
` [PATCH v9 6/6] KVM: arm64: Zero out the stack initialized data in the FFA handler
[PATCH v2 0/6] KVM: arm64: ptdump: Shadow ptdump fixes
2026-07-03 10:27 UTC (16+ messages)
` [PATCH v2 3/6] KVM: arm64: ptdump: Fix UAF when mmu->pgt is freed
` [PATCH v2 6/6] KVM: arm64: ptdump: Introduce the shadow ptdump file
[PATCH v2] KVM: arm64: vgic: Fix race between LPI release and re-registration
2026-07-03 9:16 UTC (4+ messages)
[PATCH] KVM: arm64: vgic: Fix race between LPI release and re-registration
2026-07-03 1:49 UTC (3+ messages)
[PATCH 00/28] KVM: arm64: Add support for FEAT_NV2p1 and FEAT_NV3
2026-07-02 21:10 UTC (55+ messages)
` [PATCH 01/28] arm64: sysreg: Emit RESx/UNKN values for Mapping definitions
` [PATCH 02/28] arm64: Update ID_AA64MMFR4_EL1 description to 2026-03 JSON release
` [PATCH 03/28] KVM: arm64: Merge guest's HCRX_EL2 using NV_HCRX_GUEST_EXCLUDE
` [PATCH 04/28] KVM: arm64: Drop __HCRX_EL2_* masks
` [PATCH 05/28] KVM: arm64: Plumb HCRX_EL2.SRMASKEn in HCRX_EL2 sanitisation
` [PATCH 06/28] KVM: arm64: Classify CPTR_EL2 as a SR_LOC_SPECIAL register
` [PATCH 07/28] KVM: arm64: Don't evaluate HCR_EL2.NV on ERET fast path
` [PATCH 08/28] arm64: Add ARM64_HAS_NV2P1 capability
` [PATCH 09/28] KVM: arm64: Relax CPTR_EL2 handling when FEAT_NV2p1 is present
` [PATCH 10/28] KVM: arm64: Relax CNTHCTL_EL2 "
` [PATCH 11/28] KVM: arm64: Expose FEAT_NV2p1 to NV guests
` [PATCH 12/28] arm64: Add FEAT_NV2p1 detection
` [PATCH 13/28] arm64: sysreg: Add NVHCR_EL2 description as a mirror of HCR_EL2
` [PATCH 14/28] arm64: sysreg: Add HCRX_EL2 bits related to FEAT_NV3
` [PATCH 15/28] arm64: Add ARM64_HAS_NV3 capability
` [PATCH 16/28] KVM: arm64: Split NV-specific exit fixups from the non-NV handling
` [PATCH 17/28] KVM: arm64: Add NV3 control bits to HCRX_EL2 sanitisation
` [PATCH 18/28] KVM: arm64: Add kvm_has_nv{2,3}() predicates
` [PATCH 19/28] KVM: arm64: Make HCR_EL2 a non-VNCR register
` [PATCH 20/28] KVM: arm64: Add sanitisation for NVHCR_EL2
` [PATCH 21/28] KVM: arm64: Add NVHCR_EL2 handling to the sysreg array
` [PATCH 22/28] KVM: arm64: Add routing for NVHCR_EL2 trap
` [PATCH 23/28] KVM: arm64: Add NVHCR_EL2 context switching
` [PATCH 24/28] KVM: arm64: Engage NV3 ERET trap elision
` [PATCH 25/28] KVM: arm64: Engage NV3 TLBI "
` [PATCH 26/28] KVM: arm64: Add FEAT_NV3 detection
` [PATCH 27/28] KVM: arm64: Expose FEAT_NV3 to guests
` [PATCH 28/28] arm64: Add override for ID_AA64MMFR4_EL1.NV_frac
[PATCH v2 0/3] KVM: arm64: Expose PMMIR_EL1.SLOTS to guests
2026-07-02 19:29 UTC (5+ messages)
` [PATCH v2 1/3] KVM: arm64: Add KVM_ARM_VCPU_PMU_V3_STRICT vCPU feature
` [PATCH v2 2/3] KVM: arm64: Expose PMMIR_EL1.SLOTS under strict PMUv3 UAPI
` [PATCH v2 3/3] KVM: arm64: Advertise STALL_SLOT* in PMCEID1 "
[PATCH v5 0/5] KVM: arm64: Add KVM_PRE_FAULT_MEMORY support
2026-07-02 16:36 UTC
[RFC PATCH 0/3] KVM: Dirty page logging for guest_memfd-only memslots
2026-07-02 16:09 UTC (6+ messages)
` [RFC PATCH 1/3] KVM: guest_memfd: Use memslot id to keep track of associated memslots
` [RFC PATCH 2/3] KVM: Implement dirty page logging for guest_memfd-only memslots
` [RFC PATCH 3/3] KVM: arm64: Allow "
[PATCH v4] KVM: arm64: Record whether pKVM stage 2 mapping is cacheable
2026-07-02 15:34 UTC (6+ messages)
[PATCH v14 00/44] arm64: Support for Arm CCA in KVM
2026-07-02 13:49 UTC (4+ messages)
[PATCH v3 0/3] KVM: arm64: fix pKVM mapping cache corner cases
2026-07-02 10:43 UTC (9+ messages)
` [PATCH v3 1/3] KVM: arm64: skip pKVM cache flushes for non cacheable mappings
[PATCH 0/2] KVM: arm64: Fixes for S2 permission relaxation
2026-07-02 7:16 UTC (4+ messages)
` [PATCH 1/2] KVM: arm64: Ensure level is always initialized when relaxing perms
` [PATCH 2/2] KVM: arm64: Only update XN attr when requested during S2 relaxation
[PATCH 00/22] KVM: arm64: nv: Implement FEAT_HAFDBS, FEAT_HAFT
2026-07-02 6:50 UTC (5+ messages)
` [PATCH 22/22] HACK: KVM: arm64: nv: Set the dirty state for CMOs that fetch for write
[PATCH 0/5] Backport ARM64 VHE boot fixes to 6.6.y
2026-07-02 6:16 UTC (15+ messages)
` [PATCH 1/5] arm64: sysreg: Add layout for ID_AA64MMFR4_EL1
` [PATCH 2/5] arm64: Treat HCR_EL2.E2H as RES1 when ID_AA64MMFR4_EL1.E2H0 is negative
` [PATCH 3/5] arm64: Fix early handling of FEAT_E2H0 not being implemented
` [PATCH 4/5] KVM: arm64: Initialize HCR_EL2.E2H early
` [PATCH 5/5] arm64: Revamp HCR_EL2.E2H RES1 detection
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