Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2024-02-05 15:34:09 to 2024-02-13 09:33:14 UTC [more...]

[PATCH v2 00/23] KVM: arm64: Improvements to LPI injection
 2024-02-13  9:32 UTC 

[PATCH v9 0/6] KVM: allow mapping non-refcounted pages
 2024-02-13  3:44 UTC  (26+ messages)
` [PATCH v9 2/6] KVM: mmu: Introduce __kvm_follow_pfn function
` [PATCH v9 3/6] KVM: mmu: Improve handling of non-refcounted pfns
` [PATCH v9 6/6] KVM: x86/mmu: Handle non-refcounted pages

[PATCH v7 0/4] kvm: arm64: allow the VM to select DEVICE_* and NORMAL_NC for IO memory
 2024-02-13  3:41 UTC  (17+ messages)
` [PATCH v7 1/4] kvm: arm64: introduce new flag for non-cacheable "
` [PATCH v7 2/4] mm: introduce new flag to indicate wc safe
` [PATCH v7 3/4] kvm: arm64: set io memory s2 pte as normalnc for vfio pci device
` [PATCH v7 4/4] vfio: convey kvm that the vfio-pci device is wc safe

[PATCH] KVM: selftests: Print timer ctl register in ISTATUS assertion
 2024-02-13  1:43 UTC  (3+ messages)

[PATCH v5 0/4] arm64: ptdump: View the second stage page-tables
 2024-02-13  0:56 UTC  (7+ messages)
` [PATCH v5 1/4] arm64: ptdump: Expose the attribute parsing functionality
` [PATCH v5 2/4] arm64: ptdump: Use the mask from the state structure
` [PATCH v5 3/4] KVM: arm64: Register ptdump with debugfs on guest creation
` [PATCH v5 4/4] KVM: arm64: Initialize the ptdump parser with stage-2 attributes

[PATCH] KVM: selftests: Fix GUEST_PRINTF() format warnings in ARM code
 2024-02-12 20:56 UTC  (7+ messages)

[PATCH v1 0/2] small kern_hyp_va() cleanups
 2024-02-12 20:55 UTC  (8+ messages)
` [PATCH v1 1/2] KVM: arm64: add comments to __kern_hyp_va
` [PATCH v1 2/2] KVM: arm64: removed unused kern_hyp_va asm macro

[PATCH v1] KVM: arm64: print Hyp mode
 2024-02-12 20:52 UTC  (3+ messages)

[PATCH v3 00/26] KVM/arm64: VM configuration enforcement
 2024-02-12 20:40 UTC  (11+ messages)
` [PATCH v3 02/26] KVM: arm64: Add feature checking helpers
` [PATCH v3 04/26] KVM: arm64: nv: Add sanitising to EL2 configuration registers
` [PATCH v3 05/26] KVM: arm64: nv: Add sanitising to VNCR-backed FGT sysregs

[RFC PATCH] KVM: arm64: Fix double-free following kvm_pgtable_stage2_free_unlinked()
 2024-02-12 20:19 UTC  (3+ messages)

[PATCH 0/2] ARM64: Fixes for FEAT_E2H0 handling
 2024-02-12 18:05 UTC  (4+ messages)
` [PATCH 1/2] arm64: cpufeatures: Add missing ID_AA64MMFR4_EL1 to __read_sysreg_by_encoding()
` [PATCH 2/2] arm64: cpufeatures: Only check for NV1 if NV is present

[PATCH v4 00/10] arm64: Add support for FEAT_E2H0, or lack thereof
 2024-02-12 14:21 UTC  (26+ messages)
` [PATCH v4 01/10] arm64: Add macro to compose a sysreg field value
` [PATCH v4 02/10] arm64: cpufeatures: Correctly handle signed values
` [PATCH v4 03/10] arm64: cpufeature: Correctly display signed override values
` [PATCH v4 04/10] arm64: sysreg: Add layout for ID_AA64MMFR4_EL1
` [PATCH v4 05/10] arm64: cpufeature: Add ID_AA64MMFR4_EL1 handling
` [PATCH v4 06/10] arm64: cpufeature: Detect HCR_EL2.NV1 being RES0
` [PATCH v4 07/10] arm64: Treat HCR_EL2.E2H as RES1 when ID_AA64MMFR4_EL1.E2H0 is negative
` [PATCH v4 10/10] KVM: arm64: Handle Apple M2 as not having HCR_EL2.NV1 implemented

[PATCH v5 00/12] RISCV: Add kvm Sstc timer selftests
 2024-02-12 12:23 UTC  (5+ messages)

[RFC PATCH] KVM: arm64: Override Microsoft Azure Cobalt 100 MIDR value with ARM Neoverse N2
 2024-02-09 18:58 UTC  (9+ messages)

[kvm-unit-tests PATCH v4 0/8] Multi-migration support
 2024-02-09 18:09 UTC  (12+ messages)
` [kvm-unit-tests PATCH v4 1/8] arch-run: Fix TRAP handler recursion to remove temporary files properly
` [kvm-unit-tests PATCH v4 2/8] arch-run: Clean up initrd cleanup
` [kvm-unit-tests PATCH v4 3/8] migration: use a more robust way to wait for background job
` [kvm-unit-tests PATCH v4 4/8] migration: Support multiple migrations
` [kvm-unit-tests PATCH v4 5/8] arch-run: rename migration variables
` [kvm-unit-tests PATCH v4 6/8] migration: Add quiet migration support
` [kvm-unit-tests PATCH v4 7/8] Add common/ directory for architecture-independent tests
` [kvm-unit-tests PATCH v4 8/8] migration: add a migration selftest

[PATCH v6 00/14] Improve KVM + userfaultfd performance via KVM_MEMORY_FAULT_EXITs on stage-2 faults
 2024-02-09 16:00 UTC  (31+ messages)
` [PATCH v6 01/14] KVM: Documentation: Clarify meaning of hva_to_pfn()'s 'atomic' parameter
` [PATCH v6 02/14] KVM: Documentation: Add docstrings for __kvm_read/write_guest_page()
` [PATCH v6 04/14] KVM: Define and communicate KVM_EXIT_MEMORY_FAULT RWX flags to userspace
` [PATCH v6 05/14] KVM: Try using fast GUP to resolve read faults
` [PATCH v6 06/14] KVM: Add memslot flag to let userspace force an exit on missing hva mappings
` [PATCH v6 08/14] KVM: arm64: Enable KVM_CAP_MEMORY_FAULT_INFO
` [PATCH v6 09/14] KVM: arm64: Enable KVM_CAP_EXIT_ON_MISSING and annotate an EFAULT from stage-2 fault-handler

[PATCH v6 0/4] kvm: arm64: allow the VM to select DEVICE_* and NORMAL_NC for IO memory
 2024-02-09 14:12 UTC  (19+ messages)
` [PATCH v6 1/4] kvm: arm64: introduce new flag for non-cacheable "
` [PATCH v6 2/4] mm: introduce new flag to indicate wc safe
` [PATCH v6 3/4] kvm: arm64: set io memory s2 pte as normalnc for vfio pci device
` [PATCH v6 4/4] vfio: convey kvm that the vfio-pci device is wc safe

[RFC PATCH v2 0/7] iommu/arm-smmu-v3: Use pinned KVM VMID for stage 2
 2024-02-09 13:54 UTC  (20+ messages)
` [RFC PATCH v2 1/7] KVM: Add generic infrastructure to support pinned VMIDs
` [RFC PATCH v2 2/7] KVM: arm64: Introduce support to pin VMIDs
` [RFC PATCH v2 3/7] KVM: arm64: Add interfaces for pinned VMID support
` [RFC PATCH v2 4/7] iommufd: Associate kvm pointer to iommufd ctx
` [RFC PATCH v2 5/7] iommu: Pass in kvm pointer to domain_alloc_user
` [RFC PATCH v2 6/7] iommu/arm-smmu-v3: Use KVM VMID for s2 stage
` [RFC PATCH v2 7/7] iommu/arm-smmu-v3: Enable broadcast TLB maintenance

[kvm-unit-tests PATCH v3 0/8] Multi-migration support
 2024-02-09  8:44 UTC  (20+ messages)
` [kvm-unit-tests PATCH v3 1/8] arch-run: Fix TRAP handler recursion to remove temporary files properly
` [kvm-unit-tests PATCH v3 2/8] arch-run: Clean up initrd cleanup
` [kvm-unit-tests PATCH v3 3/8] migration: use a more robust way to wait for background job
` [kvm-unit-tests PATCH v3 4/8] migration: Support multiple migrations
` [kvm-unit-tests PATCH v3 5/8] arch-run: rename migration variables
` [kvm-unit-tests PATCH v3 6/8] migration: Add quiet migration support
` [kvm-unit-tests PATCH v3 7/8] Add common/ directory for architecture-independent tests
` [kvm-unit-tests PATCH v3 8/8] migration: add a migration selftest

[kvm-unit-tests PATCH v2 0/9] Multi-migration support
 2024-02-09  5:01 UTC  (10+ messages)
` [kvm-unit-tests PATCH v2 2/9] arch-run: Clean up temporary files properly
` [kvm-unit-tests PATCH v2 3/9] arch-run: Clean up initrd cleanup
` [kvm-unit-tests PATCH v2 4/9] migration: use a more robust way to wait for background job

[PATCH 0/2] KVM/arm64 fixes for 6.8, take #1
 2024-02-07 14:46 UTC 

[PATCH v8 00/10] KVM: selftests: Add SEV smoke test
 2024-02-06 20:36 UTC  (3+ messages)
` [PATCH v8 10/10] KVM: selftests: Add a basic "

[PATCH] [RFC] KVM: arm64/vgic: Populate GICR_TYPER with Aff3
 2024-02-06 10:29 UTC  (3+ messages)

[PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
 2024-02-05 16:58 UTC  (6+ messages)
` [PATCH v8 13/38] KVM: arm64: Manage GCS registers for guests

[PATCH v4 0/7] kvm/coresight: Support exclude guest and exclude host
 2024-02-05 16:38 UTC  (12+ messages)
` [PATCH v4 2/7] arm64: KVM: Use shared area to pass PMU event state to hypervisor

[PATCH RFC v3 00/35] Add support for arm64 MTE dynamic tag storage reuse
 2024-02-05 16:30 UTC  (4+ messages)
` [PATCH RFC v3 22/35] arm64: mte: Enable tag storage if CMA areas have been activated

[PATCH v4 00/10] arm64: ptdump: View the second stage page-tables
 2024-02-05 16:05 UTC  (6+ messages)
` [PATCH v4 02/10] KVM: arm64: Add ptdump registration with debugfs for the stage-2 pagetables


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