Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2024-12-12 07:41:19 to 2024-12-16 17:58:08 UTC [more...]

[PATCH v3 00/18] KVM: arm64: Non-protected guest stage-2 support for pKVM
 2024-12-16 17:57 UTC  (2+ messages)
` [PATCH v3 01/18] KVM: arm64: Change the layout of enum pkvm_page_state

[PATCH v6 00/43] arm64: Support for Arm CCA in KVM
 2024-12-16 17:51 UTC  (47+ messages)
` [PATCH v6 01/43] KVM: Prepare for handling only shared mappings in mmu_notifier events
` [PATCH v6 02/43] kvm: arm64: Include kvm_emulate.h in kvm/arm_psci.h
` [PATCH v6 03/43] arm64: RME: Handle Granule Protection Faults (GPFs)
` [PATCH v6 04/43] arm64: RME: Add SMC definitions for calling the RMM
` [PATCH v6 05/43] arm64: RME: Add wrappers for RMI calls
` [PATCH v6 06/43] arm64: RME: Check for RME support at KVM init
` [PATCH v6 07/43] arm64: RME: Define the user ABI
` [PATCH v6 08/43] arm64: RME: ioctls to create and configure realms
` [PATCH v6 09/43] kvm: arm64: Expose debug HW register numbers for Realm
` [PATCH v6 10/43] arm64: kvm: Allow passing machine type in KVM creation
` [PATCH v6 11/43] arm64: RME: RTT tear down
` [PATCH v6 12/43] arm64: RME: Allocate/free RECs to match vCPUs
` [PATCH v6 13/43] KVM: arm64: vgic: Provide helper for number of list registers
` [PATCH v6 14/43] arm64: RME: Support for the VGIC in realms
` [PATCH v6 15/43] KVM: arm64: Support timers in realm RECs
` [PATCH v6 16/43] arm64: RME: Allow VMM to set RIPAS
` [PATCH v6 17/43] arm64: RME: Handle realm enter/exit
` [PATCH v6 18/43] KVM: arm64: Handle realm MMIO emulation
` [PATCH v6 19/43] arm64: RME: Allow populating initial contents
` [PATCH v6 20/43] arm64: RME: Runtime faulting of memory
` [PATCH v6 21/43] KVM: arm64: Handle realm VCPU load
` [PATCH v6 22/43] KVM: arm64: Validate register access for a Realm VM
` [PATCH v6 23/43] KVM: arm64: Handle Realm PSCI requests
` [PATCH v6 24/43] KVM: arm64: WARN on injected undef exceptions
` [PATCH v6 25/43] arm64: Don't expose stolen time for realm guests
` [PATCH v6 26/43] arm64: rme: allow userspace to inject aborts
` [PATCH v6 27/43] arm64: rme: support RSI_HOST_CALL
` [PATCH v6 28/43] arm64: rme: Allow checking SVE on VM instance
` [PATCH v6 29/43] arm64: RME: Always use 4k pages for realms
` [PATCH v6 30/43] arm64: rme: Prevent Device mappings for Realms
` [PATCH v6 31/43] arm_pmu: Provide a mechanism for disabling the physical IRQ
` [PATCH v6 32/43] arm64: rme: Enable PMU support with a realm guest
` [PATCH v6 33/43] kvm: rme: Hide KVM_CAP_READONLY_MEM for realm guests
` [PATCH v6 34/43] arm64: RME: Propagate number of breakpoints and watchpoints to userspace
` [PATCH v6 35/43] arm64: RME: Set breakpoint parameters through SET_ONE_REG
` [PATCH v6 36/43] arm64: RME: Initialize PMCR.N with number counter supported by RMM
` [PATCH v6 37/43] arm64: RME: Propagate max SVE vector length from RMM
` [PATCH v6 38/43] arm64: RME: Configure max SVE vector length for a Realm
` [PATCH v6 39/43] arm64: RME: Provide register list for unfinalized RME RECs
` [PATCH v6 40/43] arm64: RME: Provide accurate register list
` [PATCH v6 41/43] arm64: kvm: Expose support for private memory
` [PATCH v6 42/43] KVM: arm64: Expose KVM_ARM_VCPU_REC to user space
` [PATCH v6 43/43] KVM: arm64: Allow activating realms

[PATCH RFCv2 00/20] kvm/arm: Introduce a customizable aarch64 KVM host model
 2024-12-16 16:58 UTC  (23+ messages)
` [PATCH RFCv2 01/20] kvm: kvm_get_writable_id_regs
` [PATCH RFCv2 02/20] arm/cpu: Add sysreg definitions in cpu-sysregs.h

[PATCH V2 00/46] KVM: arm64: Enable FGU (Fine Grained Undefined) for FEAT_FGT2 registers
 2024-12-16 15:20 UTC  (9+ messages)
` [PATCH V2 03/46] arm64/sysreg: Update register fields for ID_AA64PFR0_EL1
` [PATCH V2 04/46] arm64/sysreg: Update register fields for TRBIDR_EL1
` [PATCH V2 07/46] arm64/sysreg: Add register fields for HFGITR2_EL2
` [PATCH V2 08/46] arm64/sysreg: Add register fields for HFGRTR2_EL2

[PATCH V3 0/7] arm64/hw_breakpoint: Enable FEAT_Debugv8p9
 2024-12-16 10:58 UTC  (9+ messages)
` [PATCH V3 1/7] arm64/sysreg: Update register fields for ID_AA64MMFR0_EL1
` [PATCH V3 2/7] arm64/sysreg: Add register fields for MDSELR_EL1
` [PATCH V3 3/7] arm64/sysreg: Add register fields for HDFGRTR2_EL2
` [PATCH V3 4/7] arm64/sysreg: Add register fields for HDFGWTR2_EL2
` [PATCH V3 5/7] arm64/cpufeature: Add field details for ID_AA64DFR1_EL1 register
` [PATCH V3 6/7] arm64/boot: Enable EL2 requirements for FEAT_Debugv8p9
` [PATCH V3 7/7] arm64/hw_breakpoint: Enable FEAT_Debugv8p9

[PATCH v5 00/17] KVM: arm64: Rework guest VM fixed feature handling and trapping in pKVM
 2024-12-16 10:50 UTC  (18+ messages)
` [PATCH v5 01/17] KVM: arm64: Consolidate allowed and restricted VM feature checks
` [PATCH v5 02/17] KVM: arm64: Group setting traps for protected VMs by control register
` [PATCH v5 03/17] KVM: arm64: Move checking protected vcpu features to a separate function
` [PATCH v5 04/17] KVM: arm64: Remove KVM_ARM_VCPU_POWER_OFF from protected VMs allowed features in pKVM
` [PATCH v5 05/17] KVM: arm64: Use KVM extension checks for allowed protected VM capabilities
` [PATCH v5 06/17] KVM: arm64: Initialize feature id registers for protected VMs
` [PATCH v5 07/17] KVM: arm64: Fix RAS trapping in pKVM "
` [PATCH v5 08/17] KVM: arm64: Set protected VM traps based on its view of feature registers
` [PATCH v5 09/17] KVM: arm64: Rework specifying restricted features for protected VMs
` [PATCH v5 10/17] KVM: arm64: Remove fixed_config.h header
` [PATCH v5 11/17] KVM: arm64: Remove redundant setting of HCR_EL2 trap bit
` [PATCH v5 12/17] KVM: arm64: Calculate cptr_el2 traps on activating traps
` [PATCH v5 13/17] KVM: arm64: Refactor kvm_reset_cptr_el2()
` [PATCH v5 14/17] KVM: arm64: Fix the value of the CPTR_EL2 RES1 bitmask for nVHE
` [PATCH v5 15/17] KVM: arm64: Remove PtrAuth guest vcpu flag
` [PATCH v5 16/17] KVM: arm64: Convert the SVE guest vcpu flag to a vm flag
` [PATCH v5 17/17] KVM: arm64: Use kvm_vcpu_has_feature() directly for struct kvm

[syzbot] [kvmarm?] BUG: unable to handle kernel paging request in __hwasan_check_x0_ADDR
 2024-12-16  9:38 UTC  (3+ messages)

[PATCH 6.6 v1] KVM: arm64: Disable MPAM visibility by default and ignore VMM writes
 2024-12-16  8:52 UTC  (4+ messages)

[PATCH v6.12] KVM: arm64: Disable MPAM visibility by default and ignore VMM writes
 2024-12-16  8:50 UTC 

[PATCH 1/3] KVM: arm64: timers: Fix percpu address space issues in kvm_timer_hyp_init()
 2024-12-16  7:37 UTC  (7+ messages)
` [PATCH 2/3] irqchip/gic: Correct declaration of *percpu_base pointer in union gic_base
` [PATCH 3/3] mailbox: zynqmp: Remove invalid __percpu annotation in zynqmp_ipi_probe()

[PATCH v1 10/13] KVM: selftests: Add KVM Userfault mode to demand_paging_test
 2024-12-14 22:46 UTC  (2+ messages)

[RFC PATCH v2 00/58] KVM: Arm SMMUv3 driver for pKVM
 2024-12-13 19:48 UTC  (63+ messages)
` [RFC PATCH v2 01/58] iommu/io-pgtable-arm: Split the page table driver
` [RFC PATCH v2 02/58] iommu/io-pgtable-arm: Split initialization
` [RFC PATCH v2 03/58] iommu/io-pgtable: Add configure() operation
` [RFC PATCH v2 04/58] iommu/arm-smmu-v3: Move some definitions to arm64 include/
` [RFC PATCH v2 05/58] iommu/arm-smmu-v3: Extract driver-specific bits from probe function
` [RFC PATCH v2 06/58] iommu/arm-smmu-v3: Move some functions to arm-smmu-v3-common.c
` [RFC PATCH v2 07/58] iommu/arm-smmu-v3: Move queue and table allocation "
` [RFC PATCH v2 08/58] iommu/arm-smmu-v3: Move firmware probe to arm-smmu-v3-common
` [RFC PATCH v2 09/58] iommu/arm-smmu-v3: Move IOMMU registration to arm-smmu-v3-common.c
` [RFC PATCH v2 10/58] iommu/arm-smmu-v3: Move common irq code to common file
` [RFC PATCH v2 11/58] KVM: arm64: pkvm: Add pkvm_udelay()
` [RFC PATCH v2 12/58] KVM: arm64: Add __pkvm_{use, unuse}_dma()
` [RFC PATCH v2 13/58] KVM: arm64: Introduce IOMMU driver infrastructure
` [RFC PATCH v2 14/58] KVM: arm64: pkvm: Add IOMMU hypercalls
` [RFC PATCH v2 15/58] KVM: arm64: iommu: Add a memory pool for the IOMMU
` [RFC PATCH v2 16/58] KVM: arm64: iommu: Add domains
` [RFC PATCH v2 17/58] KVM: arm64: iommu: Add {attach, detach}_dev
` [RFC PATCH v2 18/58] KVM: arm64: iommu: Add map/unmap() operations
` [RFC PATCH v2 19/58] KVM: arm64: iommu: support iommu_iotlb_gather
` [RFC PATCH v2 20/58] KVM: arm64: Support power domains
` [RFC PATCH v2 21/58] KVM: arm64: pkvm: Add __pkvm_host_add_remove_page()
` [RFC PATCH v2 22/58] KVM: arm64: pkvm: Support SCMI power domain
` [RFC PATCH v2 23/58] KVM: arm64: iommu: Support power management
` [RFC PATCH v2 24/58] KVM: arm64: iommu: Support DABT for IOMMU
` [RFC PATCH v2 25/58] KVM: arm64: iommu: Add SMMUv3 driver
` [RFC PATCH v2 26/58] KVM: arm64: smmu-v3: Initialize registers
` [RFC PATCH v2 27/58] KVM: arm64: smmu-v3: Setup command queue
` [RFC PATCH v2 28/58] KVM: arm64: smmu-v3: Setup stream table
` [RFC PATCH v2 29/58] KVM: arm64: smmu-v3: Setup event queue
` [RFC PATCH v2 30/58] KVM: arm64: smmu-v3: Reset the device
` [RFC PATCH v2 31/58] KVM: arm64: smmu-v3: Support io-pgtable
` [RFC PATCH v2 32/58] KVM: arm64: smmu-v3: Add {alloc/free}_domain
` [RFC PATCH v2 33/58] KVM: arm64: smmu-v3: Add TLB ops
` [RFC PATCH v2 34/58] KVM: arm64: smmu-v3: Add context descriptor functions
` [RFC PATCH v2 35/58] KVM: arm64: smmu-v3: Add attach_dev
` [RFC PATCH v2 36/58] KVM: arm64: smmu-v3: Add detach_dev
` [RFC PATCH v2 37/58] iommu/io-pgtable: Generalize walker interface
` [RFC PATCH v2 38/58] iommu/io-pgtable-arm: Add post table walker callback
` [RFC PATCH v2 39/58] drivers/iommu: io-pgtable: Add IO_PGTABLE_QUIRK_UNMAP_INVAL
` [RFC PATCH v2 40/58] KVM: arm64: smmu-v3: Add map/unmap pages and iova_to_phys
` [RFC PATCH v2 41/58] KVM: arm64: smmu-v3: Add DABT handler
` [RFC PATCH v2 42/58] iommu/arm-smmu-v3-kvm: Add host driver for pKVM
` [RFC PATCH v2 43/58] iommu/arm-smmu-v3-kvm: Pass a list of SMMU devices to the hypervisor
` [RFC PATCH v2 44/58] iommu/arm-smmu-v3-kvm: Validate device features
` [RFC PATCH v2 45/58] iommu/arm-smmu-v3-kvm: Allocate structures and reset device
` [RFC PATCH v2 46/58] KVM: arm64: Add function to topup generic allocator
` [RFC PATCH v2 47/58] KVM: arm64: Add macro for SMCCC call with all returns
` [RFC PATCH v2 48/58] iommu/arm-smmu-v3-kvm: Add function to topup IOMMU allocator
` [RFC PATCH v2 49/58] iommu/arm-smmu-v3-kvm: Add IOMMU ops
` [RFC PATCH v2 50/58] iommu/arm-smmu-v3-kvm: Add map, unmap and iova_to_phys operations
` [RFC PATCH v2 51/58] iommu/arm-smmu-v3-kvm: Support PASID operations
` [RFC PATCH v2 52/58] iommu/arm-smmu-v3-kvm: Add IRQs for the driver
` [RFC PATCH v2 53/58] iommu/arm-smmu-v3-kvm: Probe power domains
` [RFC PATCH v2 54/58] iommu/arm-smmu-v3-kvm: Enable runtime PM
` [RFC PATCH v2 55/58] drivers/iommu: Add deferred map_sg operations
` [RFC PATCH v2 56/58] KVM: arm64: iommu: Add hypercall for map_sg
` [RFC PATCH v2 57/58] iommu/arm-smmu-v3-kvm: Implement sg operations
` [RFC PATCH v2 58/58] iommu/arm-smmu-v3-kvm: Support command queue batching

[RESEND RFC PATCH v1 0/5] Initial BBML2 support for contpte_convert()
 2024-12-13 16:53 UTC  (16+ messages)
` [RESEND RFC PATCH v1 1/5] arm64: Add TLB Conflict Abort Exception handler to KVM
` [RESEND RFC PATCH v1 2/5] arm64: Add BBM Level 2 cpu feature

[PATCH v3 0/3] KVM: arm64: Errata management for VM Live migration
 2024-12-13 16:45 UTC  (7+ messages)
` [PATCH v3 1/3] arm64: Modify _midr_range() functions to read MIDR/REVIDR internally
` [PATCH v3 2/3] KVM: arm64: Introduce hypercall support for retrieving target implementations
` [PATCH v3 3/3] arm64: paravirt: Enable errata based on implementation CPUs

[RFC PATCH v1 3/5] arm64: Add errata and workarounds for systems with broken BBML2
 2024-12-13 16:21 UTC 

[PATCH v2 00/18] KVM: arm64: Non-protected guest stage-2 support for pKVM
 2024-12-12 12:03 UTC  (4+ messages)
` [PATCH v2 17/18] KVM: arm64: Introduce the EL1 pKVM MMU

[PATCH v3 0/9] arm64: Support 2024 dpISA extensions
 2024-12-12 11:33 UTC  (6+ messages)
` [PATCH v3 2/9] arm64/sysreg: Update ID_AA64ISAR3_EL1 to DDI0601 2024-09

[kvm-unit-tests PATCH v2] arm64: Add basic MTE test
 2024-12-12 10:34 UTC 

[PATCH RESEND kvmtool 0/4] arm: Payload memory layout change
 2024-12-12  9:41 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