Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2025-06-26 20:05:58 to 2025-07-08 09:45:53 UTC [more...]

[PATCH 0/2] Fix and add warning of misuse of type##_replace_bits()
 2025-07-08  9:45 UTC  (7+ messages)
` [PATCH 1/2] KVM: arm64: Fix enforcement of upper bound on MDCR_EL2.HPMN
` [PATCH 2/2] bitfield: Ensure the return value of type##_replace_bits() is checked

[kvm-unit-tests PATCH 0/2] riscv: Add kvmtool support
 2025-07-08  9:00 UTC  (9+ messages)
` [kvm-unit-tests PATCH 1/2] arm/arm64: Ensure proper host arch with kvmtool
` [kvm-unit-tests PATCH 2/2] riscv: Add kvmtool support

[PATCH v7 0/5] KVM: arm64: Support FF-A 1.2 and SEND_DIRECT2 ABI
 2025-07-08  0:06 UTC  (8+ messages)
` [PATCH v7 1/5] KVM: arm64: Correct return value on host version downgrade attempt
` [PATCH v7 2/5] KVM: arm64: Use SMCCC 1.2 for FF-A initialization and in host handler
` [PATCH v7 3/5] KVM: arm64: Mark FFA_NOTIFICATION_* calls as unsupported
` [PATCH v7 4/5] KVM: arm64: Bump the supported version of FF-A to 1.2
` [PATCH v7 5/5] KVM: arm64: Support FFA_MSG_SEND_DIRECT_REQ2 in host handler

[PATCH v12 00/18] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
 2025-07-08  0:05 UTC  (13+ messages)
` [PATCH v12 10/18] KVM: x86/mmu: Handle guest page faults for guest_memfd with shared memory

[PATCH v10 0/6] KVM: arm64: Map GPU device memory as cacheable
 2025-07-07 23:57 UTC  (16+ messages)
` [PATCH v10 1/6] KVM: arm64: Rename the device variable to s2_force_noncacheable
` [PATCH v10 2/6] KVM: arm64: Update the check to detect device memory
` [PATCH v10 3/6] KVM: arm64: Block cacheable PFNMAP mapping
` [PATCH v10 4/6] KVM: arm64: New function to determine hardware cache management support
` [PATCH v10 5/6] KVM: arm64: Allow cacheable stage 2 mapping using VMA flags
` [PATCH v10 6/6] KVM: arm64: Expose new KVM cap for cacheable PFNMAP

[PATCH v3 00/22] ARM64 PMU Partitioning
 2025-07-07 19:07 UTC  (40+ messages)
` [PATCH v3 01/22] arm64: cpufeature: Add cpucap for HPMN0
` [PATCH v3 02/22] arm64: Generate sign macro for sysreg Enums
` [PATCH v3 03/22] KVM: arm64: Define PMI{CNTR,FILTR}_EL0 as undef_access
` [PATCH v3 04/22] KVM: arm64: Cleanup PMU includes
` [PATCH v3 06/22] perf: arm_pmuv3: Introduce method to partition the PMU
` [PATCH v3 07/22] perf: arm_pmuv3: Generalize counter bitmasks
` [PATCH v3 08/22] perf: arm_pmuv3: Keep out of guest counter partition
` [PATCH v3 09/22] KVM: arm64: Correct kvm_arm_pmu_get_max_counters()
` [PATCH v3 10/22] KVM: arm64: Set up FGT for Partitioned PMU
` [PATCH v3 11/22] KVM: arm64: Writethrough trapped PMEVTYPER register
` [PATCH v3 12/22] KVM: arm64: Use physical PMSELR for PMXEVTYPER if partitioned
` [PATCH v3 13/22] KVM: arm64: Writethrough trapped PMOVS register
` [PATCH v3 14/22] KVM: arm64: Write fast path PMU register handlers
` [PATCH v3 15/22] KVM: arm64: Setup MDCR_EL2 to handle a partitioned PMU
` [PATCH v3 16/22] KVM: arm64: Account for partitioning in PMCR_EL0 access
` [PATCH v3 17/22] KVM: arm64: Context swap Partitioned PMU guest registers
` [PATCH v3 18/22] KVM: arm64: Enforce PMU event filter at vcpu_load()
` [PATCH v3 19/22] perf: arm_pmuv3: Handle IRQs for Partitioned PMU guest counters
` [PATCH v3 20/22] KVM: arm64: Inject recorded guest interrupts
` [PATCH v3 21/22] KVM: arm64: Add ioctl to partition the PMU when supported
` [PATCH v3 22/22] KVM: arm64: selftests: Add test case for partitioned PMU

[PATCH v23 0/4] arm64/perf: Enable branch stack sampling
 2025-07-07 15:57 UTC  (5+ messages)
` [PATCH v23 4/4] perf: arm_pmuv3: Add support for the Branch Record Buffer Extension (BRBE)

[PATCH v9 0/6] KVM: arm64: Map GPU device memory as cacheable
 2025-07-04 16:56 UTC  (32+ messages)
` [PATCH v9 1/6] KVM: arm64: Rename the device variable to s2_force_noncacheable
` [PATCH v9 2/6] KVM: arm64: Update the check to detect device memory
` [PATCH v9 3/6] KVM: arm64: Block cacheable PFNMAP mapping
` [PATCH v9 4/6] KVM: arm64: New function to determine hardware cache management support
` [PATCH v9 5/6] KVM: arm64: Allow cacheable stage 2 mapping using VMA flags
` [PATCH v9 6/6] KVM: arm64: Expose new KVM cap for cacheable PFNMAP

[kvm-unit-tests PATCH v4 00/13] arm/arm64: Add kvmtool to the runner script
 2025-07-04  8:41 UTC  (3+ messages)

[kvm-unit-tests PATCH 0/2] scripts: extra_params rework
 2025-07-04  8:41 UTC  (7+ messages)
` [kvm-unit-tests PATCH 1/2] scripts: unittests.cfg: Rename 'extra_params' to 'qemu_params'
` [kvm-unit-tests PATCH 2/2] scripts: Add 'test_args' test definition parameter

[PATCH v9 00/43] arm64: Support for Arm CCA in KVM
 2025-07-04  4:58 UTC  (27+ messages)
` [PATCH v9 06/43] arm64: RME: Define the user ABI
` [PATCH v9 09/43] KVM: arm64: Allow passing machine type in KVM creation
` [PATCH v9 11/43] arm64: RME: Allocate/free RECs to match vCPUs
` [PATCH v9 12/43] KVM: arm64: vgic: Provide helper for number of list registers
` [PATCH v9 13/43] arm64: RME: Support for the VGIC in realms
` [PATCH v9 14/43] KVM: arm64: Support timers in realm RECs
` [PATCH v9 15/43] arm64: RME: Allow VMM to set RIPAS
` [PATCH v9 16/43] arm64: RME: Handle realm enter/exit
` [PATCH v9 17/43] arm64: RME: Handle RMI_EXIT_RIPAS_CHANGE
` [PATCH v9 20/43] arm64: RME: Runtime faulting of memory

[PATCH V5 0/2] arm64/debug: Drop redundant DBG_MDSCR_* macros
 2025-07-03 19:02 UTC  (2+ messages)

[PATCH v6 00/28] KVM: arm64: Implement support for SME
 2025-07-03 18:03 UTC  (6+ messages)
` [PATCH v6 17/28] KVM: arm64: Support SME identification registers for guests
` [PATCH v6 18/28] KVM: arm64: Support SME priority registers

[PATCH v2 0/3] arm64: Support FEAT_LSFE (Large System Float Extension)
 2025-07-03 16:23 UTC  (4+ messages)
` [PATCH v2 1/3] arm64/hwcap: Add hwcap for FEAT_LSFE
` [PATCH v2 2/3] KVM: arm64: Expose FEAT_LSFE to guests
` [PATCH v2 3/3] kselftest/arm64: Add lsfe to the hwcaps test

[PATCH] ARM64: errata: Add workaround for HIP10/HIP10C erratum 162200803
 2025-07-03 10:44 UTC  (6+ messages)

[GIT PULL] KVM/arm64 fixes for 6.16, take #5
 2025-07-03 10:05 UTC 

[PATCH] KVM: arm64: Fix handling of FEAT_GTG for unimplemented granule sizes
 2025-07-03  9:41 UTC  (4+ messages)

[PATCH] KVM: arm64: Remove kvm_arch_vcpu_run_map_fp()
 2025-07-03  9:40 UTC  (2+ messages)

[PATCH v2 0/5] KVM: arm64: Enable GICv3 guests on GICv5 hosts using FEAT_GCIE_LEGACY
 2025-07-03  8:58 UTC  (10+ messages)
` [PATCH v2 3/5] arm64/sysreg: Add ICH_VCTLR_EL2
` [PATCH v2 2/5] irqchip/gic-v5: Populate struct gic_kvm_info
` [PATCH v2 1/5] irqchip/gic-v5: Skip deactivate for forwarded PPI interrupts
` [PATCH v2 4/5] KVM: arm64: gic-v5: Support GICv3 compat
` [PATCH v2 5/5] KVM: arm64: gic-v5: Probe for GICv5

[PATCH] KVM: arm64: preserve pending during kvm_irqfd_deassign
 2025-07-02 15:19 UTC  (2+ messages)

[PATCH v8 00/14] arm: rework id register storage
 2025-07-02  9:01 UTC  (9+ messages)
` [PATCH v8 13/14] arm/cpu: switch to a generated cpu-sysregs.h.inc

[PATCH v3 00/10] kvm/arm: Introduce a customizable aarch64 KVM host model
 2025-07-02  8:46 UTC  (4+ messages)
` [PATCH v3 07/10] arm/kvm: write back modified ID regs to KVM

[PATCH v2 0/6] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
 2025-07-01 17:35 UTC  (3+ messages)
` [PATCH v2 1/6] KVM: arm64: VM exit to userspace to handle SEA

[PATCH 0/2] KVM: arm64: Fixes and clarifications for FEAT_S1POE
 2025-07-01 15:16 UTC  (3+ messages)
` [PATCH 1/2] KVM: arm64: Remove the wi->{e0,}poe vs wr->{p,u}ov confusion
` [PATCH 2/2] KVM: arm64: Follow specification when implementing WXN

[PATCH v7] coccinelle: misc: Add field_modify script
 2025-07-01 12:38 UTC 

[PATCH v3 0/7] Add support for FEAT_{LS64, LS64_V} and related tests
 2025-07-01 12:31 UTC  (6+ messages)
` [PATCH v3 3/7] KVM: arm64: Handle DABT caused by LS64* instructions on unsupported memory

[PATCH v3 00/10] perf: arm_spe: Armv8.8 SPE features
 2025-06-30 15:38 UTC  (8+ messages)
` [PATCH v3 06/10] perf: Add perf_event_attr::config4
` [PATCH v3 08/10] tools headers UAPI: Sync linux/perf_event.h with the kernel sources
` [PATCH v3 10/10] perf docs: arm-spe: Document new SPE filtering features

[PATCH 0/3] arm64: Support FEAT_LSFE (Large System Float Extension)
 2025-06-30 10:21 UTC  (7+ messages)
` [PATCH 1/3] arm64/hwcap: Add hwcap for FEAT_LSFE
` [PATCH 2/3] KVM: arm64: Expose FEAT_LSFE to guests
` [PATCH 3/3] kselftest/arm64: Add lsfe to the hwcaps test

[PATCH v6 0/5] KVM: arm64: Support FF-A 1.2 and SEND_DIRECT2 ABI
 2025-06-30  8:41 UTC  (7+ messages)
` [PATCH v6 1/5] KVM: arm64: Correct return value on host version downgrade attempt
` [PATCH v6 2/5] KVM: arm64: Use SMCCC 1.2 for FF-A initialization and in host handler
` [PATCH v6 3/5] KVM: arm64: Mark FFA_NOTIFICATION_* calls as unsupported
` [PATCH v6 4/5] KVM: arm64: Bump the supported version of FF-A to 1.2
` [PATCH v6 5/5] KVM: arm64: Support FFA_MSG_SEND_DIRECT_REQ2 in host handler

[PATCH 0/5] KVM: arm64: Enable GICv3 guests on GICv5 hosts using FEAT_GCIE_LEGACY
 2025-06-27  9:49 UTC  (7+ messages)
` [PATCH 1/5] irqchip/gic-v5: Skip deactivate for forwarded PPI interrupts
` [PATCH 2/5] irqchip/gic-v5: Populate struct gic_kvm_info

kselftest kvm/arm/page_fault_test hangs if pagesize is 16KB
 2025-06-27  6:34 UTC 

[PATCH v6] coccinelle: misc: Add field_modify script
 2025-06-27  4:33 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox