Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2025-09-19 08:44:41 to 2025-09-29 16:05:07 UTC [more...]

[PATCH 00/13] KVM: arm64: De-specialise the timer UAPI
 2025-09-29 16:04 UTC  (9+ messages)
` [PATCH 01/13] KVM: arm64: Hide CNTHV_*_EL2 from userspace for nVHE guests
` [PATCH 02/13] KVM: arm64: Introduce timer_context_to_vcpu() helper
` [PATCH 03/13] KVM: arm64: Replace timer context vcpu pointer with timer_id
` [PATCH 04/13] KVM: arm64: Make timer_set_offset() generally accessible
` [PATCH 05/13] KVM: arm64: Add timer UAPI workaround to sysreg infrastructure
` [PATCH 06/13] KVM: arm64: Move CNT*_CTL_EL0 userspace accessors to generic infrastructure
` [PATCH 07/13] KVM: arm64: Move CNT*_CVAL_EL0 "
` [PATCH 08/13] KVM: arm64: Move CNT*CT_EL0 "

[PATCH 0/6] KVM ARM64 pre_fault_memory
 2025-09-29 13:59 UTC  (4+ messages)
` [PATCH 3/6] KVM: arm64: Add pre_fault_memory implementation

[PATCH v4 00/28] KVM: arm64: SMMUv3 driver for pKVM (trap and emulate)
 2025-09-29 11:10 UTC  (16+ messages)
` [PATCH v4 02/28] KVM: arm64: Donate MMIO to the hypervisor
` [PATCH v4 10/28] KVM: arm64: iommu: Shadow host stage-2 page table
` [PATCH v4 15/28] iommu/arm-smmu-v3: Load the driver later in KVM mode

[PATCH v7 00/12] Direct Map Removal Support for guest_memfd
 2025-09-29 10:20 UTC  (33+ messages)
` [PATCH v7 01/12] arch: export set_direct_map_valid_noflush to KVM module
` [PATCH v7 02/12] x86/tlb: export flush_tlb_kernel_range "
` [PATCH v7 03/12] mm: introduce AS_NO_DIRECT_MAP
  ` [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 v7 06/12] KVM: guest_memfd: add module param for disabling TLB flushing
    ` [PATCH v7 07/12] KVM: selftests: load elf via bounce buffer
    ` [PATCH v7 08/12] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
    ` [PATCH v7 09/12] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types
    ` [PATCH v7 10/12] KVM: selftests: cover GUEST_MEMFD_FLAG_NO_DIRECT_MAP in existing selftests
    ` [PATCH v7 11/12] KVM: selftests: stuff vm_mem_backing_src_type into vm_shape
    ` [PATCH v7 12/12] KVM: selftests: Test guest execution from direct map removed gmem

[PATCH] KVM: arm64: selftests: Test effective value of HCR_EL2.AMO
 2025-09-27 11:30 UTC  (2+ messages)

[PATCH] KVM: arm64: Use the in-context stage-1 in __kvm_find_s1_desc_level()
 2025-09-27 11:30 UTC  (2+ messages)

[PATCH 0/2] KVM: arm64: Fixes for NV+SVE
 2025-09-27 11:29 UTC  (4+ messages)
` [PATCH 1/2] KVM: arm64: nv: Don't treat ZCR_EL2 as a 'mapped' register
` [PATCH 2/2] KVM: arm64: nv: Don't advance PC when pending an SVE exception

[PATCH] KVM: selftests: Track width of arm64's timer counter as "int", not "uint64_t"
 2025-09-27 11:29 UTC  (3+ messages)

[PATCH v2 0/4] Add workaround for HIP10/HIP10C erratum 162200802
 2025-09-26 11:28 UTC  (6+ messages)

[RFC PATCH 0/5] Arm CCA planes support
 2025-09-26 11:02 UTC  (6+ messages)
` [RFC PATCH 1/5] arm64: RME: Add SMC definitions introduced in RMM v1.1
` [RFC PATCH 2/5] arm64: RME: Handle auxiliary RTT trees
` [RFC PATCH 3/5] arm64: RME: Support RMI_EXIT_S2AP_CHANGE
` [RFC PATCH 4/5] arm64: rme: Allocate AUX RTT PGDs and VMIDs
` [RFC PATCH 5/5] arm64: RME: Support num_aux_places & rtt_tree_pp realm parameters

[PATCH v10 00/43] arm64: Support for Arm CCA in KVM
 2025-09-26  9:10 UTC  (7+ messages)
` [PATCH v10 31/43] arm_pmu: Provide a mechanism for disabling the physical IRQ
` [PATCH v10 32/43] arm64: RME: Enable PMU support with a realm guest

[PATCH v5 00/44] KVM: x86: Add support for mediated vPMUs
 2025-09-26  7:12 UTC  (3+ messages)
` [PATCH v5 32/44] KVM: x86/pmu: Disable interception of select PMU MSRs "

KVM NV + SVE host OS warning
 2025-09-25 22:46 UTC  (4+ messages)

[GIT PULL] KVM/arm64 updates for 6.18
 2025-09-25 18:26 UTC 

[kvm-unit-tests PATCH v3 00/10] arm64: EL2 support
 2025-09-25 14:19 UTC  (11+ messages)
` [kvm-unit-tests PATCH v3 01/10] arm64: drop to EL1 if booted at EL2
` [kvm-unit-tests PATCH v3 02/10] arm64: efi: initialise SCTLR_ELx fully
` [kvm-unit-tests PATCH v3 03/10] arm64: efi: initialise the EL
` [kvm-unit-tests PATCH v3 04/10] arm64: timer: use hypervisor timers when at EL2
` [kvm-unit-tests PATCH v3 05/10] arm64: micro-bench: fix timer IRQ
` [kvm-unit-tests PATCH v3 06/10] arm64: micro-bench: use smc when at EL2
` [kvm-unit-tests PATCH v3 07/10] arm64: selftest: update test for running "
` [kvm-unit-tests PATCH v3 08/10] arm64: pmu: count EL2 cycles
` [kvm-unit-tests PATCH v3 09/10] arm64: run at EL2 if supported
` [kvm-unit-tests PATCH v3 10/10] arm64: add EL2 environment variable

[PATCH v8 00/12] perf: arm_spe: Armv8.8 SPE features
 2025-09-25 13:36 UTC  (8+ messages)
` [PATCH v8 07/12] KVM: arm64: Add trap configs for PMSDSFR_EL1
  ` (subset) "
` [PATCH v8 08/12] perf: Add perf_event_attr::config4

[PATCH 0/2] KVM: arm64: selftests: Cover ID_AA64ISAR3_EL1 in set_id_regs
 2025-09-25 11:12 UTC  (7+ messages)
` [PATCH 1/2] KVM: arm64: selftests: Remove a duplicate register listing "
` [PATCH 2/2] KVM: arm64: selftests: Cover ID_AA64ISAR3_EL1 "

[PATCH 0/2] KVM: arm64: nv: FGT traps of MDSCR_EL1
 2025-09-25 11:12 UTC  (5+ messages)
` [PATCH 1/2] KVM: arm64: Compute per-vCPU FGTs at vcpu_load()
` [PATCH 2/2] KVM: arm64: nv: Use FGT write trap of MDSCR_EL1 when available

[PATCH] kvm, selftests: ioctl to handle MSIs injected from userspace as software-bypassing vLPIs
 2025-09-25  9:25 UTC  (2+ messages)

[PATCH] KVM: arm64: Implement KVM_TRANSLATE ioctl for arm64
 2025-09-25  5:21 UTC  (9+ messages)
  `  "

[PATCH] KVM: arm64: selftests: Cope with arch silliness in EL2 selftest
 2025-09-24 18:38 UTC  (2+ messages)

[PATCH 00/13] KVM: arm64: selftests: Run selftests in VHE EL2
 2025-09-24 18:37 UTC  (2+ messages)

[PATCH kvmtool v4 0/7] arm64: Nested virtualization support
 2025-09-24 13:45 UTC  (8+ messages)
` [PATCH kvmtool v4 1/7] Sync kernel UAPI headers with v6.16
` [PATCH kvmtool v4 2/7] arm64: Initial nested virt support
` [PATCH kvmtool v4 3/7] arm64: nested: Add support for setting maintenance IRQ
` [PATCH kvmtool v4 4/7] arm64: Add counter offset control
` [PATCH kvmtool v4 5/7] arm64: Add FEAT_E2H0 support
` [PATCH kvmtool v4 6/7] arm64: Generate HYP timer interrupt specifiers
` [PATCH kvmtool v4 7/7] arm64: Handle virtio endianness reset when running nested

[syzbot] Monthly kvmarm report (Sep 2025)
 2025-09-24 12:39 UTC 

[PATCH kvmtool v3 0/6] arm64: Nested virtualization support
 2025-09-23 18:16 UTC  (5+ messages)
` [PATCH kvmtool v3 6/6] arm64: Generate HYP timer interrupt specifiers

[RFC PATCH 00/16] arm64: make alternative patching callbacks safe
 2025-09-23 17:49 UTC  (17+ messages)
` [RFC PATCH 01/16] kasan: mark kasan_(hw_)tags_enabled() __always_inline
` [RFC PATCH 02/16] arm64: kasan: make kasan_hw_tags_enable() callback safe
` [RFC PATCH 03/16] arm64/insn: always inline aarch64_insn_decode_register()
` [RFC PATCH 04/16] arm64/insn: always inline aarch64_insn_encode_register()
` [RFC PATCH 05/16] arm64/insn: always inline aarch64_insn_encode_immediate()
` [RFC PATCH 06/16] arm64/insn: always inline aarch64_insn_gen_movewide()
` [RFC PATCH 07/16] arm64/proton-pack: make alternative callbacks safe
` [RFC PATCH 08/16] arm64/insn: always inline aarch64_insn_gen_logical_immediate()
` [RFC PATCH 09/16] arm64/insn: always inline aarch64_insn_gen_add_sub_imm()
` [RFC PATCH 10/16] arm64/insn: always inline aarch64_insn_gen_branch_reg()
` [RFC PATCH 11/16] arm64/insn: always inline aarch64_insn_gen_extr()
` [RFC PATCH 12/16] kvm/arm64: make alternative callbacks safe
` [RFC PATCH 13/16] arm64/insn: introduce missing is_store/is_load helpers
` [RFC PATCH 14/16] arm64/insn: always inline aarch64_insn_encode_ldst_size()
` [RFC PATCH 15/16] arm64/insn: always inline aarch64_insn_gen_load_acq_store_rel()
` [RFC PATCH 16/16] arm64/io: rework Cortex-A57 erratum 832075 to use callback

[PATCH v3 00/15] KVM: Introduce KVM Userfault
 2025-09-23 12:13 UTC  (5+ messages)

[PATCH v9 0/6] support FEAT_LSUI and apply it on futex atomic ops
 2025-09-23  9:28 UTC  (9+ messages)
` [PATCH v9 1/5] arm64: cpufeature: add FEAT_LSUI
` [PATCH v9 2/5] KVM: arm64: expose FEAT_LSUI to guest
` [PATCH v9 3/5] arm64: Kconfig: Detect toolchain support for LSUI
` [PATCH v9 4/5] arm64: futex: refactor futex atomic operation
` [PATCH v9 5/5] arm64: futex: support futex with FEAT_LSUI

[PATCH v2] KVM: arm64: Check range args for pKVM mem transitions
 2025-09-23  9:18 UTC  (5+ messages)

[PATCH V5 0/4] arm64/sysreg: Clean up TCR_EL1 field macros
 2025-09-22 13:14 UTC  (6+ messages)
` [PATCH V5 1/4] tools: header : arm64: Replace TCR_NFD[0|1] with TCR_EL1_NFD[0|1]
` [PATCH V5 2/4] arm64/sysreg: Update TCR_EL1 register
` [PATCH V5 3/4] arm64/sysreg: Replace TCR_EL1 field macros
` [PATCH V5 4/4] KVM: arm64: Move inside all required TCR_XXX macros

[PATCH v2 00/16] KVM: arm64: TTW reporting on SEA and 52bit PA in S1 PTW
 2025-09-21 11:00 UTC  (16+ messages)
` [PATCH v2 06/16] KVM: arm64: Compute shareability for LPA2
` [PATCH v2 07/16] KVM: arm64: Populate PAR_EL1 with 52bit addresses
` [PATCH v2 10/16] KVM: arm64: Allow use of S1 PTW for non-NV vcpus
` [PATCH v2 14/16] KVM: arm64: Add S1 IPA to page table level walker
` [PATCH v2 16/16] KVM: arm64: selftest: Expand external_aborts test to look for TTW levels

[PATCH v4 0/2] arm64: Support FEAT_LSFE (Large System Float Extension)
 2025-09-19 18:38 UTC  (4+ messages)
` [PATCH v4 1/2] KVM: arm64: Expose FEAT_LSFE to guests
  ` (subset) "

[PATCH v8 00/29] KVM: arm64: Implement support for SME
 2025-09-19 15:53 UTC  (4+ messages)
` [PATCH v8 06/29] KVM: arm64: Introduce non-UNDEF FGT control

[syzbot] [kvmarm?] kernel BUG in kvm_s2_put_page
 2025-09-19 14:26 UTC  (2+ messages)

[PATCH 00/11] KVM: arm64: nv: Align feature limitations with current state of support
 2025-09-19 13:15 UTC  (2+ messages)

[PATCH v3 0/2] KVM: arm64: make EL2 feature fields writable in ID_AA64MMFR1_EL1
 2025-09-19 13:15 UTC  (2+ messages)

[PATCH v2 00/10] KVM: arm64: Handle effective RES0 behaviour of undefined registers
 2025-09-19 13:15 UTC  (5+ messages)
` [PATCH v2 10/10] KVM: arm64: Convert MDCR_EL2 RES0 handling to compute_reg_res0_bits()

[PATCH] KVM: arm64: nv: Allow userspace to de-feature stage-2 TGRANs
 2025-09-19 12:39 UTC  (2+ messages)

[PATCH 0/2] KVM: arm64: nv: Fix SError injection at EL2
 2025-09-19 12:39 UTC  (3+ messages)

[PATCH] KVM: arm64: Validate input range for pKVM mem transitions
 2025-09-19 10:06 UTC  (5+ messages)

[PATCH V4 0/2] arm64/sysreg: Clean up TCR_EL1 field macros
 2025-09-19  9:22 UTC  (4+ messages)
` [PATCH V4 2/2] arm64/sysreg: Replace "

[PATCH v6 05/11] KVM: guest_memfd: Add flag to remove from direct map
 2025-09-19  8:44 UTC  (2+ messages)


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