messages from 2025-11-09 17:16:30 to 2025-11-14 16:07:54 UTC [more...]
[RFC PATCH v6 00/35] KVM: arm64: Add Statistical Profiling Extension (SPE) support
2025-11-14 16:06 UTC (9+ messages)
` [RFC PATCH v6 01/35] arm64/sysreg: Add new SPE fields
` [RFC PATCH v6 02/35] arm64/sysreg: Define MDCR_EL2.E2PB values
` [RFC PATCH v6 03/35] KVM: arm64: Add CONFIG_KVM_ARM_SPE Kconfig option
` [RFC PATCH v6 04/35] perf: arm_spe_pmu: Move struct arm_spe_pmu to a separate header file
` [RFC PATCH v6 05/35] KVM: arm64: Add KVM_CAP_ARM_SPE capability
` [RFC PATCH v6 06/35] KVM: arm64: Add KVM_ARM_VCPU_SPE VCPU feature
` [RFC PATCH v6 07/35] HACK! KVM: arm64: Disable SPE virtualization if protected KVM is enabled
` [RFC PATCH v6 08/35] HACK! KVM: arm64: Enable SPE virtualization only in VHE mode
[kvm-unit-tests PATCH v2 0/4] Better backtraces for leaf functions
2025-11-14 15:58 UTC (2+ messages)
[PATCH v2 00/45] KVM: arm64: Add LR overflow infrastructure
2025-11-14 15:53 UTC (72+ messages)
` [PATCH v2 03/45] irqchip/apple-aic: Spit out ICH_MISR_EL2 value on spurious vGIC MI
` [PATCH v2 04/45] KVM: arm64: Turn vgic-v3 errata traps into a patched-in constant
` [PATCH v2 05/45] KVM: arm64: GICv3: Detect and work around the lack of ICV_DIR_EL1 trapping
` [PATCH v2 06/45] KVM: arm64: Repack struct vgic_irq fields
` [PATCH v2 07/45] KVM: arm64: Add tracking of vgic_irq being present in a LR
` [PATCH v2 08/45] KVM: arm64: Add LR overflow handling documentation
` [PATCH v2 09/45] KVM: arm64: GICv3: Drop LPI active state when folding LRs
` [PATCH v2 10/45] KVM: arm64: GICv3: Preserve EOIcount on exit
` [PATCH v2 11/45] KVM: arm64: GICv3: Decouple ICH_HCR_EL2 programming from LRs
` [PATCH v2 12/45] KVM: arm64: GICv3: Extract LR folding primitive
` [PATCH v2 13/45] KVM: arm64: GICv3: Extract LR computing primitive
` [PATCH v2 14/45] KVM: arm64: GICv2: Preserve EOIcount on exit
` [PATCH v2 15/45] KVM: arm64: GICv2: Decouple GICH_HCR programming from LRs being loaded
` [PATCH v2 16/45] KVM: arm64: GICv2: Extract LR folding primitive
` [PATCH v2 17/45] KVM: arm64: GICv2: Extract LR computing primitive
` [PATCH v2 18/45] KVM: arm64: Compute vgic state irrespective of the number of interrupts
` [PATCH v2 19/45] KVM: arm64: Eagerly save VMCR on exit
` [PATCH v2 20/45] KVM: arm64: Revamp vgic maintenance interrupt configuration
` [PATCH v2 21/45] KVM: arm64: Turn kvm_vgic_vcpu_enable() into kvm_vgic_vcpu_reset()
` [PATCH v2 22/45] KVM: arm64: Make vgic_target_oracle() globally available
` [PATCH v2 23/45] KVM: arm64: Invert ap_list sorting to push active interrupts out
` [PATCH v2 24/45] KVM: arm64: Move undeliverable interrupts to the end of ap_list
` [PATCH v2 25/45] KVM: arm64: Use MI to detect groups being enabled/disabled
` [PATCH v2 26/45] KVM: arm64: GICv3: Handle LR overflow when EOImode==0
` [PATCH v2 27/45] KVM: arm64: GICv3: Handle deactivation via ICV_DIR_EL1 traps
` [PATCH v2 28/45] KVM: arm64: GICv3: Add GICv2 SGI handling to deactivation primitive
` [PATCH v2 29/45] KVM: arm64: GICv3: Set ICH_HCR_EL2.TDIR when interrupts overflow LR capacity
` [PATCH v2 30/45] KVM: arm64: GICv3: Add SPI tracking to handle asymmetric deactivation
` [PATCH v2 31/45] KVM: arm64: GICv3: Handle in-LR deactivation when possible
` [PATCH v2 32/45] KVM: arm64: GICv3: Avoid broadcast kick on CPUs lacking TDIR
` [PATCH v2 33/45] KVM: arm64: GICv2: Handle LR overflow when EOImode==0
` [PATCH v2 34/45] KVM: arm64: GICv2: Handle deactivation via GICV_DIR traps
` [PATCH v2 35/45] KVM: arm64: GICv2: Always trap GICV_DIR register
` [PATCH v2 36/45] KVM: arm64: selftests: gic_v3: Add irq group setting helper
` [PATCH v2 37/45] KVM: arm64: selftests: gic_v3: Disable Group-0 interrupts by default
` [PATCH v2 38/45] KVM: arm64: selftests: vgic_irq: Fix GUEST_ASSERT_IAR_EMPTY() helper
` [PATCH v2 39/45] KVM: arm64: selftests: vgic_irq: Change configuration before enabling interrupt
` [PATCH v2 40/45] KVM: arm64: selftests: vgic_irq: Exclude timer-controlled interrupts
` [PATCH v2 41/45] KVM: arm64: selftests: vgic_irq: Remove LR-bound limitation
` [PATCH v2 42/45] KVM: arm64: selftests: vgic_irq: Perform EOImode==1 deactivation in ack order
` [PATCH v2 43/45] KVM: arm64: selftests: vgic_irq: Add asymmetric SPI deaectivation test
` [PATCH v2 44/45] KVM: arm64: selftests: vgic_irq: Add Group-0 enable test
` [PATCH v2 45/45] KVM: arm64: selftests: vgic_irq: Add timer deactivation test
[PATCH] KVM: selftests: Add SYNC after guest ITS setup in vgic_lpi_stress
2025-11-14 15:42 UTC (2+ messages)
[PATCH v2 0/4] KVM: selftests: arm64: Improve diagnostics from set_id_regs
2025-11-14 15:35 UTC (5+ messages)
` [PATCH v2 1/4] KVM: selftests: arm64: Report set_id_reg reads of test registers as tests
` [PATCH v2 2/4] KVM: selftests: arm64: Report register reset tests individually
` [PATCH v2 3/4] KVM: selftests: arm64: Make set_id_regs bitfield validatity checks non-fatal
` [PATCH v2 4/4] KVM: selftests: arm64: Skip all 32 bit IDs when set_id_regs is aarch64 only
[PATCH] KVM: arm64: GICv3: Don't advertise ICH_HCR_EL2.En==1 when no vgic is configured
2025-11-14 15:04 UTC (2+ messages)
[GIT PULL] KVM/arm64 fix for 6.18, take #3
2025-11-14 11:34 UTC
[PATCH] KVM: arm64: Fix error checking for FFA_VERSION
2025-11-14 11:11 UTC
[PATCH v7 0/7] Add support for FEAT_{LS64, LS64_V} and related tests
2025-11-14 9:37 UTC (15+ messages)
` [PATCH v7 1/7] KVM: arm64: Add exit to userspace on {LD,ST}64B* outside of memslots
` [PATCH v7 5/7] arm64: Add support for FEAT_{LS64, LS64_V}
` [PATCH v7 6/7] KVM: arm64: Enable FEAT_{LS64, LS64_V} in the supported guest
[PATCH v5 00/44] KVM: x86: Add support for mediated vPMUs
2025-11-14 6:19 UTC (3+ messages)
` [PATCH v5 44/44] KVM: x86/pmu: Elide WRMSRs when loading guest PMCs if values already match
[PATCH v4 0/3] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
2025-11-14 0:53 UTC (14+ messages)
` [PATCH v4 1/3] KVM: arm64: VM exit to userspace to handle SEA
[PATCH 00/10] KVM: selftests: Convert to kernel-style types
2025-11-14 0:52 UTC (4+ messages)
[PATCH] KVM: arm64: GICv3: Check the implementation before accessing ICH_VTR_EL2
2025-11-13 21:37 UTC (2+ messages)
[PATCH v3 0/5] arm64/sysreg: Introduce Prefix descriptor and generated ICH_VMCR_EL2 support
2025-11-13 19:01 UTC (2+ messages)
` (subset) "
[PATCH V6 0/3] arm64/sysreg: Clean up TCR_EL1 field macros
2025-11-13 18:59 UTC (6+ messages)
` [PATCH V6 1/3] tools: header: arm64: Replace TCR_NFD[0|1] with TCR_EL1_NFD[0|1]
` (subset) [PATCH V6 0/3] arm64/sysreg: Clean up TCR_EL1 field macros
[PATCH v3 0/2] arm: add kvm-psci-version vcpu property
2025-11-13 12:05 UTC (5+ messages)
` [PATCH v3 1/2] target/arm/kvm: add constants for new PSCI versions
` [PATCH v3 2/2] target/arm/kvm: add kvm-psci-version vcpu property
[PATCH v2 0/4] KVM ARM64 pre_fault_memory
2025-11-13 11:34 UTC (8+ messages)
` [PATCH v2 2/4] KVM: selftests: Fix unaligned mmap allocations
[PATCH V2 0/2] arm64/mm: Add remaining TLBI_XXX_MASK macros
2025-11-13 9:15 UTC (2+ messages)
[PATCH 0/3] KVM: arm64: Reschedule as needed when destroying the stage-2 page-tables
2025-11-13 5:24 UTC (4+ messages)
` [PATCH 1/3] KVM: arm64: Only drop references on empty tables in stage2_free_walker
` [PATCH 2/3] KVM: arm64: Split kvm_pgtable_stage2_destroy()
` [PATCH 3/3] KVM: arm64: Reschedule as needed when destroying the stage-2 page-tables
[PATCH 00/12] KVM: arm64: nv: Implement FEAT_XNX and FEAT_HAF
2025-11-12 18:34 UTC (13+ messages)
` [PATCH 01/12] arm64: Detect FEAT_XNX
` [PATCH 02/12] KVM: arm64: Add support for FEAT_XNX stage-2 permissions
` [PATCH 03/12] KVM: arm64: nv: Forward FEAT_XNX permissions to the shadow stage-2
` [PATCH 04/12] KVM: arm64: Teach ptdump about FEAT_XNX permissions
` [PATCH 05/12] KVM: arm64: nv: Advertise support for FEAT_XNX
` [PATCH 06/12] KVM: arm64: Call helper for reading descriptors directly
` [PATCH 07/12] KVM: arm64: Handle endianness in read helper for emulated PTW
` [PATCH 08/12] KVM: arm64: nv: Use pgtable definitions in stage-2 walk
` [PATCH 09/12] KVM: arm64: Add helper for swapping guest descriptor
` [PATCH 10/12] KVM: arm64: Implement HW access flag management in stage-1 SW PTW
` [PATCH 11/12] KVM: arm64: nv: Implement HW access flag management in stage-2 "
` [PATCH 12/12] KVM: arm64: nv: Expose hardware access flag management to NV guests
[PATCH] arm64: Fix double word in comments
2025-11-12 18:33 UTC (2+ messages)
[PATCH v2 0/2] arm: add kvm-psci-version vcpu property
2025-11-12 17:20 UTC (6+ messages)
` [PATCH v2 1/2] target/arm/kvm: add constants for new PSCI versions
` [PATCH v2 2/2] target/arm/kvm: add kvm-psci-version vcpu property
[PATCH] KVM: arm64: VHE: Compute fgt traps before activating them
2025-11-12 10:56 UTC (4+ messages)
[PATCH v4 0/8] KVM: arm64: Fixes for guest CPU feature trapping and enabling
2025-11-12 10:51 UTC (12+ messages)
` [PATCH v4 1/8] KVM: arm64: Fix Trace Buffer trapping for protected VMs
` [PATCH v4 2/8] KVM: arm64: Fix Trace Buffer trap polarity "
` [PATCH v4 3/8] KVM: arm64: Fix MTE flag initialization "
` [PATCH v4 4/8] KVM: arm64: Introduce helper to calculate fault IPA offset
` [PATCH v4 5/8] KVM: arm64: Include VM type when checking VM capabilities in pKVM
` [PATCH v4 6/8] KVM: arm64: Do not allow KVM_CAP_ARM_MTE for any guest "
` [PATCH v4 7/8] KVM: arm64: Check whether a VM IOCTL is allowed "
` [PATCH v4 8/8] KVM: arm64: Prevent host from managing timer offsets for protected VMs
[PATCH v2 0/2] arm64: Replace __ASSEMBLY__ with __ASSEMBLER__ in headers
2025-11-11 20:16 UTC (2+ messages)
[PATCH] KVM: arm64: add missing newline to sysreg init log
2025-11-11 18:54 UTC (3+ messages)
[PATCH] KVM: arm64: drop sysreg init error log
2025-11-11 18:50 UTC
[PATCH] KVM: arm64: Finalize ID registers only once per VM
2025-11-11 12:25 UTC (3+ messages)
[PATCH v10 0/5] perf: arm_spe: Armv8.8 SPE features
2025-11-11 11:37 UTC (6+ messages)
` [PATCH v10 1/5] perf: Add perf_event_attr::config4
` [PATCH v10 2/5] perf: arm_spe: Add support for filtering on data source
` [PATCH v10 3/5] tools headers UAPI: Sync linux/perf_event.h with the kernel sources
` [PATCH v10 4/5] perf tools: Add support for perf_event_attr::config4
` [PATCH v10 5/5] perf docs: arm-spe: Document new SPE filtering features
[PATCH v9 0/5] perf: arm_spe: Armv8.8 SPE features
2025-11-11 10:55 UTC (8+ messages)
` [PATCH v9 1/5] perf: Add perf_event_attr::config4
` [PATCH v9 2/5] perf: arm_spe: Add support for filtering on data source
[PATCH v2 0/3] KVM: arm64: Fix handling of ID_PFR1_EL1.GIC
2025-11-10 17:20 UTC (7+ messages)
` [PATCH v2 3/3] KVM: arm64: Limit clearing of ID_{AA64PFR0,PFR1}_EL1.GIC to userspace irqchip
[PATCH v4 00/28] KVM: x86/mmu: TDX post-populate cleanups
2025-11-10 15:37 UTC (2+ messages)
[PATCH v7 00/12] Direct Map Removal Support for guest_memfd
2025-11-10 15:36 UTC (6+ messages)
[PATCH v3 0/8] KVM: arm64: Fixes for guest CPU feature trapping and enabling
2025-11-10 15:03 UTC (11+ messages)
` [PATCH v3 1/8] KVM: arm64: Fix Trace Buffer trapping for protected VMs
` [PATCH v3 2/8] KVM: arm64: Fix Trace Buffer trap polarity "
` [PATCH v3 3/8] KVM: arm64: Fix MTE flag initialization "
` [PATCH v3 4/8] KVM: arm64: Introduce helper to calculate fault IPA offset
` [PATCH v3 5/8] KVM: arm64: Include VM type when checking VM capabilities in pKVM
` [PATCH v3 6/8] KVM: arm64: Do not allow KVM_CAP_ARM_MTE for any guest "
` [PATCH v3 7/8] KVM: arm64: Check whether a VM IOCTL is allowed "
` [PATCH v3 8/8] KVM: arm64: Prevent host from managing timer offsets for protected VMs
[PATCH v7 03/12] mm: introduce AS_NO_DIRECT_MAP
2025-11-10 12:34 UTC (9+ messages)
` [PATCH v7 04/12] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
` [PATCH v7 05/12] KVM: guest_memfd: Add flag to remove from direct map
[PATCH v2 0/5] KVM: arm64: Fixes for guest CPU feature trapping and enabling
2025-11-09 19:51 UTC (7+ messages)
` [PATCH v2 4/5] KVM: arm64: Prevent host from managing timer offsets for protected VMs
` [PATCH v2 5/5] KVM: arm64: Define FAR_MASK for fault IPA offset
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