Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2024-02-12 13:06:41 to 2024-02-19 09:38:48 UTC [more...]

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

[PATCH 00/13] KVM/arm64: Add NV support for ERET and PAuth
 2024-02-19  9:20 UTC  (14+ 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

[kvm-unit-tests PATCH] lib/arm/io: Fix calling getchar() multiple times
 2024-02-19  6:59 UTC  (4+ messages)

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

[PATCH v3 00/10] KVM: arm64: Avoid serializing LPI get() / put()
 2024-02-18 18:05 UTC  (14+ 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 00/12] RISCV: Add kvm Sstc timer selftests
 2024-02-18  6:41 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 v4 00/26] KVM/arm64: VM configuration enforcement
 2024-02-15 21:03 UTC  (29+ messages)
` [PATCH v4 01/26] arm64: sysreg: Add missing ID_AA64ISAR[13]_EL1 fields and variants
` [PATCH v4 02/26] KVM: arm64: Add feature checking helpers
` [PATCH v4 03/26] KVM: arm64: nv: Add sanitising to VNCR-backed sysregs
` [PATCH v4 04/26] KVM: arm64: nv: Add sanitising to EL2 configuration registers
` [PATCH v4 05/26] KVM: arm64: nv: Add sanitising to VNCR-backed FGT sysregs
` [PATCH v4 06/26] KVM: arm64: nv: Add sanitising to VNCR-backed HCRX_EL2
` [PATCH v4 07/26] KVM: arm64: nv: Drop sanitised_sys_reg() helper
` [PATCH v4 08/26] KVM: arm64: Unify HDFG[WR]TR_GROUP FGT identifiers
` [PATCH v4 09/26] KVM: arm64: nv: Correctly handle negative polarity FGTs
` [PATCH v4 10/26] KVM: arm64: nv: Turn encoding ranges into discrete XArray stores
` [PATCH v4 11/26] KVM: arm64: Drop the requirement for XARRAY_MULTI
` [PATCH v4 12/26] KVM: arm64: nv: Move system instructions to their own sys_reg_desc array
` [PATCH v4 13/26] KVM: arm64: Always populate the trap configuration xarray
` [PATCH v4 14/26] KVM: arm64: Register AArch64 system register entries with the sysreg xarray
` [PATCH v4 15/26] KVM: arm64: Use the xarray as the primary sysreg/sysinsn walker
` [PATCH v4 16/26] KVM: arm64: Rename __check_nv_sr_forward() to triage_sysreg_trap()
` [PATCH v4 17/26] KVM: arm64: Add Fine-Grained UNDEF tracking information
` [PATCH v4 18/26] KVM: arm64: Propagate and handle Fine-Grained UNDEF bits
` [PATCH v4 19/26] KVM: arm64: Move existing feature disabling over to FGU infrastructure
` [PATCH v4 20/26] KVM: arm64: Streamline save/restore of HFG[RW]TR_EL2
` [PATCH v4 21/26] KVM: arm64: Make TLBI OS/Range UNDEF if not advertised to the guest
` [PATCH v4 22/26] KVM: arm64: Make PIR{,E0}_EL1 UNDEF if S1PIE is "
` [PATCH v4 23/26] KVM: arm64: Make AMU sysreg UNDEF if FEAT_AMU "
` [PATCH v4 24/26] KVM: arm64: Make FEAT_MOPS UNDEF if "
` [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

[PATCH v2 00/23] KVM: arm64: Improvements to LPI injection
 2024-02-15 20:15 UTC  (41+ messages)
` [PATCH v2 01/23] KVM: arm64: Add tracepoints + stats for LPI cache effectiveness
` [PATCH v2 02/23] KVM: arm64: vgic: Store LPIs in an xarray
` [PATCH v2 03/23] KVM: arm64: vgic: Use xarray to find LPI in vgic_get_lpi()
` [PATCH v2 04/23] KVM: arm64: vgic-v3: Iterate the xarray to find pending LPIs
` [PATCH v2 05/23] KVM: arm64: vgic-its: Walk the LPI xarray in vgic_copy_lpi_list()
` [PATCH v2 06/23] KVM: arm64: vgic: Get rid of the LPI linked-list
` [PATCH v2 07/23] KVM: arm64: vgic: Use atomics to count LPIs
` [PATCH v2 08/23] KVM: arm64: vgic: Free LPI vgic_irq structs in an RCU-safe manner
` [PATCH v2 09/23] KVM: arm64: vgic: Rely on RCU protection in vgic_get_lpi()
` [PATCH v2 10/23] KVM: arm64: vgic: Ensure the irq refcount is nonzero when taking a ref
` [PATCH v2 11/23] KVM: arm64: vgic: Don't acquire the lpi_list_lock in vgic_put_irq()
` [PATCH v2 12/23] KVM: arm64: vgic-its: Lazily allocate LPI translation cache
` [PATCH v2 13/23] KVM: arm64: vgic-its: Pick cache victim based on usage count
` [PATCH v2 14/23] KVM: arm64: vgic-its: Protect cached vgic_irq pointers with RCU
` [PATCH v2 15/23] KVM: arm64: vgic-its: Treat the LPI translation cache as an rculist
` [PATCH v2 16/23] KVM: arm64: vgic-its: Rely on RCU to protect translation cache reads
` [PATCH v2 17/23] KVM: selftests: Align with kernel's GIC definitions
` [PATCH v2 18/23] KVM: selftests: Standardise layout of GIC frames
` [PATCH v2 19/23] KVM: selftests: Add a minimal library for interacting with an ITS
` [PATCH v2 20/23] KVM: selftests: Add helper for enabling LPIs on a redistributor
` [PATCH v2 21/23] KVM: selftests: Use MPIDR_HWID_BITMASK from cputype.h
` [PATCH v2 22/23] KVM: selftests: Hack in support for aligned page allocations
` [PATCH v2 23/23] KVM: selftests: Add stress test for LPI injection

[RFC PATCH v4 00/15] ACPI/arm64: add support for virtual cpu hotplug
 2024-02-15 20:10 UTC  (5+ 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 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  (10+ 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 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  (10+ messages)
` [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

[RFC PATCH] KVM: arm64: Fix double-free following kvm_pgtable_stage2_free_unlinked()
 2024-02-13 19:25 UTC  (8+ messages)

[PATCH v9 0/6] KVM: allow mapping non-refcounted pages
 2024-02-13  3:44 UTC  (12+ 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 v7 0/4] kvm: arm64: allow the VM to select DEVICE_* and NORMAL_NC for IO memory
 2024-02-13  3:41 UTC  (15+ messages)
` [PATCH v7 2/4] mm: introduce new flag to indicate wc safe
` [PATCH v7 4/4] vfio: convey kvm that the vfio-pci device is "

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

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

[PATCH v1 0/2] small kern_hyp_va() cleanups
 2024-02-12 20:55 UTC  (2+ messages)

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

[PATCH v3 00/26] KVM/arm64: VM configuration enforcement
 2024-02-12 20:40 UTC  (2+ messages)

[PATCH v4 00/10] arm64: Add support for FEAT_E2H0, or lack thereof
 2024-02-12 14:21 UTC  (5+ messages)
` [PATCH v4 06/10] arm64: cpufeature: Detect HCR_EL2.NV1 being RES0


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