Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2024-02-14 13:18:37 to 2024-02-21 03:29:18 UTC [more...]

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

[PATCH v5 00/12] RISCV: Add kvm Sstc timer selftests
 2024-02-21  2:13 UTC  (6+ messages)
` [PATCH v5 11/12] KVM: riscv: selftests: Change vcpu_has_ext to a common function

[PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
 2024-02-21  2:11 UTC  (23+ messages)
` [PATCH v8 20/38] arm64/gcs: Ensure that new threads have a GCS
` [PATCH v8 23/38] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v8 33/38] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v8 35/38] selftests/arm64: Add GCS signal tests
    ` [musl] Re: [PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace

[RFC PATCH v4 00/15] ACPI/arm64: add support for virtual cpu hotplug
 2024-02-20 20:59 UTC  (12+ messages)
` [PATCH RFC v4 01/15] ACPI: Only enumerate enabled (or functional) processor devices
` [PATCH RFC v4 02/15] ACPI: processor: Register all CPUs from acpi_processor_get_info()

[PATCH v3 00/10] KVM: arm64: Avoid serializing LPI get() / put()
 2024-02-20 17:57 UTC  (20+ messages)
` [PATCH v3 01/10] KVM: arm64: vgic: Store LPIs in an xarray
` [PATCH v3 02/10] KVM: arm64: vgic: Use xarray to find LPI in vgic_get_lpi()
` [PATCH v3 03/10] KVM: arm64: vgic-v3: Iterate the xarray to find pending LPIs
` [PATCH v3 04/10] KVM: arm64: vgic-its: Walk the LPI xarray in vgic_copy_lpi_list()
` [PATCH v3 05/10] KVM: arm64: vgic: Get rid of the LPI linked-list
` [PATCH v3 06/10] KVM: arm64: vgic: Use atomics to count LPIs
` [PATCH v3 07/10] KVM: arm64: vgic: Free LPI vgic_irq structs in an RCU-safe manner
` [PATCH v3 08/10] KVM: arm64: vgic: Rely on RCU protection in vgic_get_lpi()
` [PATCH v3 09/10] KVM: arm64: vgic: Ensure the irq refcount is nonzero when taking a ref
` [PATCH v3 10/10] KVM: arm64: vgic: Don't acquire the lpi_list_lock in vgic_put_irq()

[PATCH v5 0/7] kvm/coresight: Support exclude guest and exclude host
 2024-02-20 16:12 UTC  (10+ messages)
` [PATCH v5 1/7] arm64: KVM: Fix renamed function in comment
` [PATCH v5 2/7] arm64/sysreg/tools: Update tools copy of sysreg.h
` [PATCH v5 3/7] arm64/sysreg/tools: Move TRFCR definitions to sysreg
` [PATCH v5 4/7] arm64: KVM: Add iflag for FEAT_TRF
` [PATCH v5 5/7] arm64: KVM: Add interface to set guest value for TRFCR register
` [PATCH v5 6/7] arm64: KVM: Write TRFCR value on guest switch with nVHE
` [PATCH v5 7/7] coresight: Pass guest TRFCR value to KVM

[PATCH 00/13] KVM/arm64: Add NV support for ERET and PAuth
 2024-02-20 15:41 UTC  (25+ messages)
` [PATCH 01/13] KVM: arm64: Harden __ctxt_sys_reg() against out-of-range values
` [PATCH 02/13] KVM: arm64: Clarify ESR_ELx_ERET_ISS_ERET*
` [PATCH 03/13] KVM: arm64: nv: Drop VCPU_HYP_CONTEXT flag
` [PATCH 04/13] KVM: arm64: nv: Configure HCR_EL2 for FEAT_NV2
` [PATCH 05/13] KVM: arm64: nv: Add trap forwarding for ERET and SMC
` [PATCH 06/13] KVM: arm64: nv: Fast-track 'InHost' exception returns
` [PATCH 07/13] KVM: arm64: nv: Honor HFGITR_EL2.ERET being set
` [PATCH 08/13] KVM: arm64: nv: Handle HCR_EL2.{API,APK} independantly
` [PATCH 09/13] KVM: arm64: nv: Reinject PAC exceptions caused by HCR_EL2.API==0
` [PATCH 10/13] KVM: arm64: nv: Add kvm_has_pauth() helper
` [PATCH 11/13] KVM: arm64: nv: Add emulation for ERETAx instructions
` [PATCH 12/13] KVM: arm64: nv: Handle ERETA[AB] instructions
` [PATCH 13/13] KVM: arm64: nv: Advertise support for PAuth

[PATCH v6 0/6] arm64: ptdump: View the second stage page-tables
 2024-02-20 15:10 UTC  (7+ messages)
` [PATCH v6 1/6] KVM: arm64: Move pagetable definitions to common header
` [PATCH v6 2/6] arm64: ptdump: Expose the attribute parsing functionality
` [PATCH v6 3/6] arm64: ptdump: Use the mask from the state structure
` [PATCH v6 4/6] KVM: arm64: Register ptdump with debugfs on guest creation
` [PATCH v6 5/6] KVM: arm64: Initialize the ptdump parser with stage-2 attributes
` [PATCH v6 6/6] KVM: arm64: Expose guest stage-2 pagetable config to debugfs

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

[kvm-unit-tests PATCH] lib/arm/io: Fix calling getchar() multiple times
 2024-02-20 10:22 UTC  (11+ messages)

[PATCH 0/3] irqchip/gic-v3-its: Fix GICv4.1 initialization after kexec
 2024-02-19 18:58 UTC  (4+ messages)
` [PATCH 1/3] irqchip/gic-v3-its: Do not assume vPE tables are preallocated
` [PATCH 2/3] irqchip/gic-v3-its: Spin off GICv4 init into a separate function
` [PATCH 3/3] irqchip/gic-v3-its: Print the vPE table installed in redistributor

[PATCH v4 00/26] KVM/arm64: VM configuration enforcement
 2024-02-19 17:34 UTC  (8+ messages)
` [PATCH v4 01/26] arm64: sysreg: Add missing ID_AA64ISAR[13]_EL1 fields and variants
` [PATCH v4 24/26] KVM: arm64: Make FEAT_MOPS UNDEF if not advertised to the guest
` [PATCH v4 25/26] KVM: arm64: Snapshot all non-zero RES0/RES1 sysreg fields for later checking
` [PATCH v4 26/26] KVM: arm64: Add debugfs file for guest's ID registers

[kvm-unit-tests PATCH v4 0/8] Multi-migration support
 2024-02-19 12:02 UTC  (7+ messages)
` [kvm-unit-tests PATCH v4 8/8] migration: add a migration selftest

[PATCH] KVM: arm64: Add capability for unconditional WFx passthrough
 2024-02-19  9:38 UTC  (3+ messages)

[PATCH v7 00/14] Improve KVM + userfaultfd performance via KVM_EXIT_MEMORY_FAULTs on stage-2 faults
 2024-02-16 23:40 UTC  (18+ messages)
` [PATCH v7 01/14] KVM: Clarify meaning of hva_to_pfn()'s 'atomic' parameter
` [PATCH v7 02/14] KVM: Add function comments for __kvm_read/write_guest_page()
` [PATCH v7 03/14] KVM: Documentation: Make note of the KVM_MEM_GUEST_MEMFD memslot flag
` [PATCH v7 04/14] KVM: Simplify error handling in __gfn_to_pfn_memslot()
` [PATCH v7 05/14] KVM: Define and communicate KVM_EXIT_MEMORY_FAULT RWX flags to userspace
` [PATCH v7 06/14] KVM: Add memslot flag to let userspace force an exit on missing hva mappings
` [PATCH v7 07/14] KVM: x86: Enable KVM_CAP_EXIT_ON_MISSING and annotate EFAULTs from stage-2 fault handler
` [PATCH v7 08/14] KVM: arm64: Enable KVM_CAP_MEMORY_FAULT_INFO and annotate fault in the "
` [PATCH v7 09/14] KVM: arm64: Implement and advertise KVM_CAP_EXIT_ON_MISSING
` [PATCH v7 10/14] KVM: selftests: Report per-vcpu demand paging rate from demand paging test
` [PATCH v7 11/14] KVM: selftests: Allow many vCPUs and reader threads per UFFD in "
` [PATCH v7 12/14] KVM: selftests: Use EPOLL in userfaultfd_util reader threads and signal errors via TEST_ASSERT
` [PATCH v7 13/14] KVM: selftests: Add memslot_flags parameter to memstress_create_vm()
` [PATCH v7 14/14] KVM: selftests: Handle memory fault exits in demand_paging_test

[PATCH] KVM: Get rid of return value from kvm_arch_create_vm_debugfs()
 2024-02-16 17:13 UTC  (2+ messages)

[GIT PULL] KVM/arm64 fixes for 6.8, take #2
 2024-02-16 17:02 UTC  (2+ messages)

[kvm-unit-tests PATCH v1 00/18] arm/arm64: Rework cache maintenance at boot
 2024-02-16 15:47 UTC  (8+ messages)
` [kvm-unit-tests PATCH v1 01/18] Makefile: Define __ASSEMBLY__ for assembly files

[RFC PATCH 00/45] KVM: Arm SMMUv3 driver for pKVM
 2024-02-16 12:19 UTC  (15+ messages)
` [RFC PATCH 03/45] iommu/io-pgtable: Move fmt into io_pgtable_cfg
` [RFC PATCH 20/45] KVM: arm64: iommu: Add map() and unmap() operations
` [RFC PATCH 24/45] KVM: arm64: smmu-v3: Setup stream table
` [RFC PATCH 27/45] KVM: arm64: smmu-v3: Setup domains and page table configuration
` [RFC PATCH 30/45] iommu/arm-smmu-v3: Move queue and table allocation to arm-smmu-v3-common.c

[PATCH v2 00/23] KVM: arm64: Improvements to LPI injection
 2024-02-15 20:15 UTC  (19+ messages)
` [PATCH v2 01/23] KVM: arm64: Add tracepoints + stats for LPI cache effectiveness
` [PATCH v2 07/23] KVM: arm64: vgic: Use atomics to count LPIs
` [PATCH v2 19/23] KVM: selftests: Add a minimal library for interacting with an ITS

[PATCH v4 0/5] KVM: selftests: aarch64: Introduce pmu_event_filter_test
 2024-02-15 18:27 UTC  (6+ messages)
` [PATCH v4 4/5] "
` [PATCH v4 5/5] KVM: selftests: aarch64: Add invalid filter test in pmu_event_filter_test

[PATCH 0/2] ARM64: Fixes for FEAT_E2H0 handling
 2024-02-15 15:19 UTC  (6+ messages)
  ` [PATCH 2/2] arm64: cpufeatures: Only check for NV1 if NV is present

[PATCH v8 00/10] KVM: selftests: Add SEV smoke test
 2024-02-15  5:29 UTC  (5+ messages)
` [PATCH v8 04/10] KVM: selftests: Add support for allocating/managing protected guest memory
` [PATCH v8 05/10] KVM: selftests: Add support for protected vm_vaddr_* allocations

[PATCH v1 0/4] Get writable masks for feature ID from userspace
 2024-02-14 20:16 UTC  (6+ messages)
` [PATCH v1 2/4] KVM: arm64: Document KVM_ARM_GET_REG_WRITABLE_MASKS

[PATCH v5 0/4] arm64: ptdump: View the second stage page-tables
 2024-02-14 16:29 UTC  (6+ messages)
` [PATCH v5 4/4] KVM: arm64: Initialize the ptdump parser with stage-2 attributes


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