Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2024-10-29 09:53:04 to 2024-11-08 22:25:01 UTC [more...]

[PATCH 00/15] KVM: arm64: Debug cleanups
 2024-11-08 22:24 UTC  (9+ messages)
` [PATCH 01/15] KVM: arm64: Drop MDSCR_EL1_DEBUG_MASK
` [PATCH 02/15] KVM: arm64: Get rid of __kvm_get_mdcr_el2() and related warts
` [PATCH 03/15] KVM: arm64: Track presence of SPE/TRBE in kvm_host_data instead of vCPU
` [PATCH 04/15] KVM: arm64: Move host SME/SVE tracking flags to host data
` [PATCH 05/15] KVM: arm64: Evaluate debug owner at vcpu_load()
` [PATCH 06/15] KVM: arm64: Advance debug_owner state machine for sysreg traps
` [PATCH 07/15] KVM: arm64: Clean up KVM_SET_GUEST_DEBUG handler
` [PATCH 08/15] KVM: arm64: Select debug state to save/restore based on debug owner

[RFC PATCH v1] KVM: arm64: Introduce KVM_CAP_ARM_SIGBUS_ON_SEA
 2024-11-08 21:18 UTC  (6+ messages)

[PATCH] arm64: kvm: Make nvhe stack size configurable
 2024-11-08 21:14 UTC 

[PATCH 0/3] KVM: arm64: Handle KVM_REQ_VM_DEAD in vgic_init test
 2024-11-08 17:18 UTC  (13+ messages)
` [PATCH 1/3] KVM: selftests: Introduce vm_dead()
` [PATCH 2/3] KVM: selftests: Introduce kvm_vm_dead_free
` [PATCH 3/3] KVM: selftests: Handle dead VM in vgic_init test

[RFC PATCH 0/1] KVM selftests runner for running more than just default
 2024-11-08 11:05 UTC  (4+ messages)

[PATCH 0/4] Add support for NoTagAccess memory attribute
 2024-11-08  7:59 UTC  (6+ messages)
` [PATCH 4/4] arm64: mte: Use stage-2 NoTagAccess memory attribute if supported

[PATCH v4 0/5] Some fixes about vgic-its
 2024-11-08  5:13 UTC  (7+ messages)
` [PATCH v4 1/5] KVM: selftests: aarch64: Add VGIC selftest for save/restore ITS table mappings
` [PATCH v4 2/5] KVM: arm64: vgic-its: Add read/write helpers on ITS table entries
` [PATCH v4 3/5] KVM: arm64: vgic-its: Add a data length check in vgic_its_save_*
` [PATCH v4 4/5] KVM: arm64: vgic-its: Clear DTE when MAPD unmaps a device
` [PATCH v4 5/5] KVM: arm64: vgic-its: Clear ITE when DISCARD frees an ITE

[PATCH] KVM: arm64: VHE: Initialize PMSCR_EL1
 2024-11-07 17:59 UTC  (4+ messages)

[kvm-unit-tests PATCH v2 0/3] lib/on-cpus: A couple of fixes
 2024-11-07 17:55 UTC  (8+ messages)
` [kvm-unit-tests PATCH v2 1/3] lib/on-cpus: Correct and simplify synchronization
` [kvm-unit-tests PATCH v2 2/3] lib/on-cpus: Add barrier after func call
` [kvm-unit-tests PATCH v2 3/3] lib/on-cpus: Fix on_cpumask

[PATCH v2] KVM: arm64: Make L1Ip feature in CTR_EL0 writable from userspace
 2024-11-07  9:05 UTC  (2+ messages)

[PATCH v3 0/4] Some fixes about vgic-its
 2024-11-06 18:41 UTC  (11+ messages)
` [PATCH v3 1/4] KVM: arm64: vgic-its: Add a data length check in vgic_its_save_*
` [PATCH v3 2/4] KVM: arm64: vgic-its: Clear DTE when MAPD unmaps a device
` [PATCH v3 3/4] KVM: arm64: vgic-its: Clear ITE when DISCARD frees an ITE
` [PATCH v3 4/4] KVM: selftests: aarch64: Test VGIC ITS tables save/restore

[PATCH 00/18] KVM: arm64: Non-protected guest stage-2 support for pKVM
 2024-11-06 16:58 UTC  (24+ messages)
` [PATCH 01/18] KVM: arm64: Change the layout of enum pkvm_page_state
` [PATCH 02/18] KVM: arm64: Move enum pkvm_page_state to memory.h
` [PATCH 03/18] KVM: arm64: Make hyp_page::order a u8
` [PATCH 04/18] KVM: arm64: Move host page ownership tracking to the hyp vmemmap
` [PATCH 05/18] KVM: arm64: Pass walk flags to kvm_pgtable_stage2_mkyoung
` [PATCH 06/18] KVM: arm64: Pass walk flags to kvm_pgtable_stage2_relax_perms
` [PATCH 07/18] KVM: arm64: Make kvm_pgtable_stage2_init() a static inline function
` [PATCH 08/18] KVM: arm64: Introduce pkvm_vcpu_{load,put}()
` [PATCH 09/18] KVM: arm64: Introduce {get,put}_pkvm_hyp_vm() helpers
` [PATCH 10/18] KVM: arm64: Introduce __pkvm_host_share_guest()
` [PATCH 11/18] KVM: arm64: Introduce __pkvm_host_unshare_guest()
` [PATCH 12/18] KVM: arm64: Introduce __pkvm_host_relax_guest_perms()
` [PATCH 13/18] KVM: arm64: Introduce __pkvm_host_wrprotect_guest()
` [PATCH 14/18] KVM: arm64: Introduce __pkvm_host_test_clear_young_guest()
` [PATCH 15/18] KVM: arm64: Introduce __pkvm_host_mkyoung_guest()
` [PATCH 16/18] KVM: arm64: Introduce __pkvm_tlb_flush_vmid()
` [PATCH 17/18] KVM: arm64: Introduce the EL1 pKVM MMU
` [PATCH 18/18] KVM: arm64: Plumb the pKVM MMU in KVM

[PATCH] irqchip/gic-v3: Force propagation of the active state with a read-back
 2024-11-06  8:44 UTC 

[PATCH v1 0/4] Fix a bug in VGIC ITS tables' save/restore
 2024-11-05 21:58 UTC  (8+ messages)
` [PATCH v1 1/4] KVM: selftests: aarch64: Test VGIC ITS tables save/restore
` [PATCH v1 2/4] KVM: arm64: vgic-its: Add a dummy DTE/ITE if necessary in ITS tables save operation
` [PATCH v1 3/4] KVM: arm64: vgic-its: Return device/event id instead of offset in ITS tables restore
` [PATCH v1 4/4] KVM: arm64: vgic-its: Utilize the dummy entry in ITS tables restoring

[PATCH v3 00/14] KVM: selftests: Morph max_guest_mem to mmu_stress
 2024-11-05  5:53 UTC  (13+ messages)
` [PATCH v3 03/14] KVM: selftests: Return a value from vcpu_get_reg() instead of using an out-param

[RFC 00/21] kvm/arm: Introduce a customizable aarch64 KVM host model
 2024-11-04 18:29 UTC  (40+ messages)
` [RFC 14/21] arm/cpu: Add sysreg generation scripts
` [RFC 18/21] arm/cpu: Introduce a customizable kvm host cpu model
` [RFC 21/21] arm/cpu-features: Document custom vcpu model

[PATCH v6 0/6] Add PSCI v1.3 SYSTEM_OFF2 support for hibernation
 2024-11-04 15:11 UTC  (20+ messages)
` [PATCH v6 6/6] arm64: Use SYSTEM_OFF2 PSCI call to power off for hibernate
` (subset) [PATCH v6 0/6] Add PSCI v1.3 SYSTEM_OFF2 support for hibernation

[PATCH] arm64: Expose ID_AA64ISAR1_EL1.XS to sanitised feature consumers
 2024-11-01 17:36 UTC  (6+ messages)

[PATCH v5 00/43] arm64: Support for Arm CCA in KVM
 2024-11-01 16:35 UTC  (10+ messages)
` [PATCH v5 09/43] arm64: RME: ioctls to create and configure realms
` [PATCH v5 13/43] arm64: RME: RTT tear down
` [PATCH v5 17/43] arm64: RME: Allow VMM to set RIPAS

[PATCH v2] KVM: arm64: Get rid of userspace_irqchip_in_use
 2024-10-31 19:56 UTC  (9+ messages)

[PATCH 0/2] KVM: Protect vCPU's PID with a rwlock
 2024-10-31 19:51 UTC  (2+ messages)

[PATCH v4 00/18] KVM: arm64: nv: Support for EL2 PMU controls
 2024-10-31 19:34 UTC  (3+ messages)

[PATCH v2 0/4] KVM: arm64: Fix initialization of trap register values in pKVM
 2024-10-31 18:53 UTC  (2+ messages)

[PATCH v6 0/7] KVM: arm64: Hide unsupported MPAM from the guest
 2024-10-31 18:42 UTC  (16+ messages)
` [PATCH v6 1/7] arm64/sysreg: Convert existing MPAM sysregs and add the remaining entries
` [PATCH v6 2/7] arm64: head.S: Initialise MPAM EL2 registers and disable traps
` [PATCH v6 3/7] arm64: cpufeature: discover CPU support for MPAM
` [PATCH v6 4/7] KVM: arm64: Fix missing traps of guest accesses to the MPAM registers
` [PATCH v6 5/7] KVM: arm64: Add a macro for creating filtered sys_reg_descs entries
` [PATCH v6 6/7] KVM: arm64: Disable MPAM visibility by default and ignore VMM writes
` [PATCH v6 7/7] KVM: arm64: selftests: Test ID_AA64PFR0.MPAM isn't completely ignored

[PATCH v2 0/9] arm64: Support 2024 dpISA extensions
 2024-10-31 18:03 UTC  (11+ messages)
` [PATCH v2 1/9] arm64/sysreg: Update ID_AA64PFR2_EL1 to DDI0601 2024-09
` [PATCH v2 2/9] arm64/sysreg: Update ID_AA64ISAR3_EL1 "
` [PATCH v2 3/9] arm64/sysreg: Update ID_AA64FPFR0_EL1 "
` [PATCH v2 4/9] arm64/sysreg: Update ID_AA64ZFR0_EL1 "
` [PATCH v2 5/9] arm64/sysreg: Update ID_AA64SMFR0_EL1 "
` [PATCH v2 6/9] arm64/sysreg: Update ID_AA64ISAR2_EL1 "
` [PATCH v2 7/9] arm64/hwcap: Describe 2024 dpISA extensions to userspace
` [PATCH v2 8/9] KVM: arm64: Allow control of dpISA extensions in ID_AA64ISAR3_EL1
` [PATCH v2 9/9] kselftest/arm64: Add 2024 dpISA extensions to hwcap test

[kvm-unit-tests PATCH 0/2] lib/on-cpus: A couple of fixes
 2024-10-31 12:33 UTC  (6+ messages)
` [kvm-unit-tests PATCH 1/2] lib/on-cpus: Correct and simplify synchronization

[PATCH v5 00/37] KVM: arm64: Add EL2 support to FEAT_S1PIE/S1POE
 2024-10-31  3:04 UTC  (2+ messages)

[RFC PATCH v2 0/3] KVM: arm64: Errata management for VM Live migration
 2024-10-30  4:39 UTC  (9+ messages)
` [RFC PATCH v2 1/3] KVM: arm64: Add hypercall support for retrieving migration targets
` [RFC PATCH v2 3/3] KVM: arm64: Enable errata based on migration target CPUs

[PATCH 0/9] arm64: Support 2024 dpISA extensions
 2024-10-29 19:01 UTC  (4+ messages)
` [PATCH 8/9] KVM: arm64: Allow control of dpISA extensions in ID_AA64ISAR3_EL1

[PATCH 0/3] arm64/hw_breakpoint: Enable FEAT_Debugv8p9
 2024-10-29 16:20 UTC  (7+ messages)
` [PATCH 3/3] "

Supporting KVM_GUESTDBG_BLOCKIRQ or something similar on ARM64
 2024-10-29 15:36 UTC  (7+ messages)


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