Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2025-05-28 20:22:01 to 2025-06-06 07:39:44 UTC [more...]

[PATCH v11 00/18] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
 2025-06-06  7:39 UTC  (32+ messages)
` [PATCH v11 01/18] KVM: Rename CONFIG_KVM_PRIVATE_MEM to CONFIG_KVM_GMEM
` [PATCH v11 02/18] KVM: Rename CONFIG_KVM_GENERIC_PRIVATE_MEM to CONFIG_KVM_GENERIC_GMEM_POPULATE
` [PATCH v11 03/18] KVM: Rename kvm_arch_has_private_mem() to kvm_arch_supports_gmem()
` [PATCH v11 04/18] KVM: x86: Rename kvm->arch.has_private_mem to kvm->arch.supports_gmem
` [PATCH v11 05/18] KVM: Rename kvm_slot_can_be_private() to kvm_slot_has_gmem()
` [PATCH v11 06/18] KVM: Fix comments that refer to slots_lock
` [PATCH v11 07/18] KVM: Fix comment that refers to kvm uapi header path
` [PATCH v11 08/18] KVM: guest_memfd: Allow host to map guest_memfd pages
` [PATCH v11 09/18] KVM: guest_memfd: Track shared memory support in memslot
` [PATCH v11 10/18] KVM: x86/mmu: Handle guest page faults for guest_memfd with shared memory
` [PATCH v11 11/18] KVM: x86: Consult guest_memfd when computing max_mapping_level
` [PATCH v11 12/18] KVM: x86: Enable guest_memfd shared memory for SW-protected VMs
` [PATCH v11 13/18] KVM: arm64: Refactor user_mem_abort()
` [PATCH v11 14/18] KVM: arm64: Handle guest_memfd-backed guest page faults
` [PATCH v11 15/18] KVM: arm64: Enable host mapping of shared guest_memfd memory
` [PATCH v11 16/18] KVM: Introduce the KVM capability KVM_CAP_GMEM_SHARED_MEM
` [PATCH v11 17/18] KVM: selftests: Don't use hardcoded page sizes in guest_memfd test
` [PATCH v11 18/18] KVM: selftests: guest_memfd mmap() test when mapping is allowed

[PATCH v3 00/10] kvm/arm: Introduce a customizable aarch64 KVM host model
 2025-06-05 16:31 UTC  (9+ messages)

[PATCH v2 0/4] KVM: arm64: vcpu sysreg accessor rework
 2025-06-05 13:34 UTC  (16+ messages)
` [PATCH v2 1/4] KVM: arm64: Add assignment-specific sysreg accessor
` [PATCH v2 2/4] KVM: arm64: Add RMW specific "
` [PATCH v2 3/4] KVM: arm64: Don't use __vcpu_sys_reg() to get the address of a sysreg
` [PATCH v2 4/4] KVM: arm64: Make __vcpu_sys_reg() a pure rvalue operand

[PATCH v3 0/4] KVM: arm64: selftests: arch_timer_edge_cases fixes
 2025-06-05 13:33 UTC  (6+ messages)
` [PATCH v3 1/4] KVM: arm64: selftests: fix help text for arch_timer_edge_cases
` [PATCH v3 2/4] KVM: arm64: selftests: fix thread migration in arch_timer_edge_cases
` [PATCH v3 3/4] KVM: arm64: selftests: arch_timer_edge_cases - fix xval init
` [PATCH v3 4/4] KVM: arm64: selftests: arch_timer_edge_cases - determine effective counter width

[PATCH v3 00/10] perf: arm_spe: Armv8.8 SPE features
 2025-06-05 10:49 UTC  (11+ messages)
` [PATCH v3 01/10] arm64: sysreg: Add new PMSFCR_EL1 fields and PMSDSFR_EL1 register
` [PATCH v3 02/10] perf: arm_spe: Support FEAT_SPEv1p4 filters
` [PATCH v3 03/10] perf: arm_spe: Add support for FEAT_SPE_EFT extended filtering
` [PATCH v3 04/10] arm64/boot: Enable EL2 requirements for SPE_FEAT_FDS
` [PATCH v3 05/10] KVM: arm64: Add trap configs for PMSDSFR_EL1
` [PATCH v3 06/10] perf: Add perf_event_attr::config4
` [PATCH v3 07/10] perf: arm_spe: Add support for filtering on data source
` [PATCH v3 08/10] tools headers UAPI: Sync linux/perf_event.h with the kernel sources
` [PATCH v3 09/10] perf tools: Add support for perf_event_attr::config4
` [PATCH v3 10/10] perf docs: arm-spe: Document new SPE filtering features

[PATCH v2 00/11] perf: arm_spe: Armv8.8 SPE features
 2025-06-05 10:33 UTC  (20+ messages)
` [PATCH v2 01/11] arm64: sysreg: Update PMSIDR_EL1 description
` [PATCH v2 02/11] arm64: sysreg: Add new PMSFCR_EL1 fields and PMSDSFR_EL1 register
` [PATCH v2 03/11] perf: arm_spe: Support FEAT_SPEv1p4 filters
` [PATCH v2 04/11] perf: arm_spe: Add support for FEAT_SPE_EFT extended filtering
` [PATCH v2 05/11] arm64/boot: Enable EL2 requirements for SPE_FEAT_FDS
` [PATCH v2 06/11] KVM: arm64: Add trap configs for PMSDSFR_EL1
` [PATCH v2 07/11] perf: Add perf_event_attr::config4
` [PATCH v2 08/11] perf: arm_spe: Add support for filtering on data source
` [PATCH v2 09/11] tools headers UAPI: Sync linux/perf_event.h with the kernel sources
` [PATCH v2 10/11] perf tools: Add support for perf_event_attr::config4
` [PATCH v2 11/11] perf docs: arm-spe: Document new SPE filtering features

[PATCH v2 0/3] KVM: arm64: selftests: arch_timer_edge_cases fixes
 2025-06-05  6:46 UTC  (5+ messages)

[PATCH 00/17] ARM64 PMU Partitioning
 2025-06-04 20:57 UTC  (34+ messages)
` [PATCH 01/17] arm64: cpufeature: Add cpucap for HPMN0
` [PATCH 02/17] arm64: Generate sign macro for sysreg Enums
` [PATCH 03/17] arm64: cpufeature: Add cpucap for PMICNTR
` [PATCH 04/17] KVM: arm64: Cleanup PMU includes
` [PATCH 05/17] KVM: arm64: Reorganize PMU functions
` [PATCH 06/17] KVM: arm64: Introduce method to partition the PMU
` [PATCH 07/17] perf: arm_pmuv3: Generalize counter bitmasks
` [PATCH 08/17] perf: arm_pmuv3: Keep out of guest counter partition
` [PATCH 09/17] KVM: arm64: Set up FGT for Partitioned PMU
` [PATCH 10/17] KVM: arm64: Writethrough trapped PMEVTYPER register
` [PATCH 11/17] KVM: arm64: Use physical PMSELR for PMXEVTYPER if partitioned
` [PATCH 12/17] KVM: arm64: Writethrough trapped PMOVS register
` [PATCH 13/17] KVM: arm64: Context switch Partitioned PMU guest registers
` [PATCH 14/17] perf: pmuv3: Handle IRQs for Partitioned PMU guest counters
` [PATCH 15/17] KVM: arm64: Inject recorded guest interrupts
` [PATCH 16/17] KVM: arm64: Add ioctl to partition the PMU when supported
` [PATCH 17/17] KVM: arm64: selftests: Add test case for partitioned PMU

[PATCH v2 0/6] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
 2025-06-04  5:09 UTC  (7+ messages)
` [PATCH v2 1/6] KVM: arm64: VM exit to userspace to handle SEA
` [PATCH v2 2/6] KVM: arm64: Set FnV for VCPU when FAR_EL2 is invalid
` [PATCH v2 3/6] KVM: arm64: Allow userspace to inject external instruction aborts
` [PATCH v2 4/6] KVM: selftests: Test for KVM_EXIT_ARM_SEA and KVM_CAP_ARM_SEA_TO_USER
` [PATCH v2 5/6] KVM: selftests: Test for KVM_CAP_INJECT_EXT_IABT
` [PATCH v2 6/6] Documentation: kvm: new uAPI for handling SEA

[PATCH v2 0/4] KVM: arm64: Add attribute to control GICD_TYPER2.nASSGIcap
 2025-06-03 19:03 UTC  (8+ messages)
` [PATCH v2 1/4] KVM: arm64: Disambiguate support for vSGIs v. vLPIs
` [PATCH v2 2/4] KVM: arm64: vgic-v3: Consolidate MAINT_IRQ handling
` [PATCH v2 3/4] KVM: arm64: Introduce attribute to control GICD_TYPER2.nASSGIcap
` [PATCH v2 4/4] KVM: arm64: selftests: Add test for nASSGIcap attribute

[RFC PATCH v2 0/9] KVM: Enable Nested Virt selftests
 2025-06-02 15:38 UTC  (13+ messages)
` [RFC PATCH v2 1/9] KVM: arm64: nv: selftests: Add support to run guest code in vEL2
  ` [PATCH RFC "
` [RFC PATCH v2 8/9] KVM: selftests: arm64: Extend kvm_page_table_test "

[PATCH v8 00/43] arm64: Support for Arm CCA in KVM
 2025-06-02 15:16 UTC  (5+ messages)
` [PATCH v8 16/43] arm64: RME: Handle realm enter/exit

[PATCH v6 0/5] KVM: arm64: Map GPU device memory as cacheable
 2025-06-02  4:42 UTC  (5+ messages)
` [PATCH v6 3/5] kvm: arm64: New memslot flag to indicate cacheable mapping

[PATCH] KVM: arm64: Add helper to identify a nested context
 2025-06-01  6:54 UTC  (3+ messages)

[PATCH 0/4] KVM: arm64: nv: Fixes for external abort exception routing
 2025-05-31 17:51 UTC  (7+ messages)
` [PATCH 1/4] KVM: arm64: nv: Respect exception routing rules for SEAs
` [PATCH 2/4] KVM: arm64: nv: Ensure Address size faults affect correct ESR
` [PATCH 3/4] KVM: arm64: nv: Honor SError exception routing / masking
` [PATCH 4/4] KVM: arm64: Treat vCPU with pending SError as runnable

[PATCH v1 0/6] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
 2025-05-30 17:29 UTC  (4+ messages)
` [PATCH v1 1/6] KVM: arm64: VM exit to userspace to handle SEA

[GIT PULL] KVM/arm64 fixes for 6.16, take #1
 2025-05-30 15:11 UTC  (2+ messages)

[PATCH v2 0/5] KVM: arm64: Some VGIC-related fixes
 2025-05-30  9:27 UTC  (2+ messages)

[PATCH] KVM: arm64: vgic-debug: Avoid dereferencing NULL ITE pointer
 2025-05-30  9:27 UTC  (2+ messages)

[PATCH] KVM: arm64: Mask out non-VA bits from TLBI VA* on VNCR invalidation
 2025-05-30  9:27 UTC  (2+ messages)

[PATCH] arm64: sysreg: Drag linux/kconfig.h to work around vdso build issue
 2025-05-30  9:27 UTC  (2+ messages)

[PATCH v3 00/13] KVM: Make irqfd registration globally unique
 2025-05-30  8:49 UTC  (4+ messages)
` [PATCH v3 08/13] sched/wait: Add a waitqueue helper for fully exclusive priority waiters

[PATCH v22 0/5] arm64/perf: Enable branch stack sampling
 2025-05-29 17:27 UTC  (9+ messages)
` [PATCH v22 2/5] arm64: el2_setup.h: Make __init_el2_fgt labels consistent, again
` [PATCH v22 5/5] perf: arm_pmuv3: Add support for the Branch Record Buffer Extension (BRBE)

[PATCH v2 00/13] KVM: Introduce KVM Userfault
 2025-05-29 16:17 UTC  (11+ messages)
` [PATCH v2 05/13] KVM: x86/mmu: Add support for KVM_MEM_USERFAULT

[kvm-unit-tests PATCH v2 0/9] arm64: support EL2
 2025-05-29 13:55 UTC  (10+ messages)
` [kvm-unit-tests PATCH v2 1/9] arm64: drop to EL1 if booted at EL2
` [kvm-unit-tests PATCH v2 2/9] arm64: efi: initialise SCTLR_ELx fully
` [kvm-unit-tests PATCH v2 3/9] arm64: efi: initialise the EL
` [kvm-unit-tests PATCH v2 4/9] arm64: timer: use hypervisor timers when at EL2
` [kvm-unit-tests PATCH v2 5/9] arm64: micro-bench: fix timer IRQ
` [kvm-unit-tests PATCH v2 6/9] arm64: micro-bench: use smc when at EL2
` [kvm-unit-tests PATCH v2 7/9] arm64: selftest: update test for running "
` [kvm-unit-tests PATCH v2 8/9] arm64: pmu: count EL2 cycles
` [kvm-unit-tests PATCH v2 9/9] arm64: run at EL2 if supported

[bug report] KVM: arm64: vgic-its: Add debugfs interface to expose ITS tables
 2025-05-29 13:01 UTC  (2+ messages)

[PATCH v4 0/5] KVM: arm64: Support FF-A 1.2 and SEND_DIRECT2 ABI
 2025-05-29 12:17 UTC  (7+ messages)
` [PATCH v4 1/5] KVM: arm64: Restrict FF-A host version renegotiation
` [PATCH v4 2/5] KVM: arm64: Zero x4-x7 in ffa_set_retval
` [PATCH v4 3/5] KVM: arm64: Mark FFA_NOTIFICATION_* calls as unsupported

[PATCH v2 06/13] KVM: arm64: Add support for KVM_MEM_USERFAULT
 2025-05-28 23:25 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