Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2024-02-22 16:11:28 to 2024-02-27 22:43:21 UTC [more...]

[PATCH 00/20] KVM: arm64: Transition to a per-ITS translation cache
 2024-02-27 22:42 UTC  (12+ messages)
` [PATCH 01/20] KVM: Treat the device list as an rculist
` [PATCH 02/20] KVM: arm64: vgic-its: Walk LPI xarray in its_sync_lpi_pending_table()
` [PATCH 03/20] KVM: arm64: vgic-its: Walk LPI xarray in vgic_its_invall()
` [PATCH 04/20] KVM: arm64: vgic-its: Walk LPI xarray in vgic_its_cmd_handle_movall()
` [PATCH 05/20] KVM: arm64: vgic-debug: Use an xarray mark for debug iterator
` [PATCH 06/20] KVM: arm64: vgic-its: Get rid of vgic_copy_lpi_list()
` [PATCH 07/20] KVM: arm64: vgic-its: Scope translation cache invalidations to an ITS
` [PATCH 08/20] KVM: arm64: vgic-its: Spin off helper for finding ITS by doorbell addr
` [PATCH 09/20] KVM: arm64: vgic-its: Maintain a translation cache per ITS
` [PATCH 10/20] KVM: arm64: vgic-its: Use the per-ITS translation cache for injection
` [PATCH 11/20] KVM: arm64: vgic-its: Rip out the global translation cache

[PATCH 0/2] KVM: arm64: Fix splat relating to idregs debugfs
 2024-02-27 19:24 UTC  (5+ messages)
` [PATCH 1/2] KVM: arm64: Fail the idreg iterator if idregs aren't initialized
` [PATCH 2/2] KVM: arm64: Don't initialize idreg debugfs w/ preemption disabled

[kvm-unit-tests PATCH v2 00/18] arm64: EFI improvements
 2024-02-27 19:21 UTC  (19+ messages)
` [kvm-unit-tests PATCH v2 01/18] runtime: Update MAX_SMP probe
` [kvm-unit-tests PATCH v2 02/18] runtime: Add yet another 'no kernel' error message
` [kvm-unit-tests PATCH v2 03/18] arm64: efi: Don't create dummy test
` [kvm-unit-tests PATCH v2 04/18] arm64: efi: Make running tests on EFI can be parallel
` [kvm-unit-tests PATCH v2 05/18] arm64: efi: Remove redundant dtb generation
` [kvm-unit-tests PATCH v2 06/18] arm64: efi: Move run code into a function
` [kvm-unit-tests PATCH v2 07/18] arm64: efi: Remove EFI_USE_DTB
` [kvm-unit-tests PATCH v2 08/18] arm64: efi: Improve device tree discovery
` [kvm-unit-tests PATCH v2 09/18] lib/efi: Add support for loading the initrd
` [kvm-unit-tests PATCH v2 10/18] arm64: efi: Allow running tests directly
` [kvm-unit-tests PATCH v2 11/18] arm/arm64: Factor out some initial setup
` [kvm-unit-tests PATCH v2 12/18] arm/arm64: Factor out allocator init from mem_init
` [kvm-unit-tests PATCH v2 13/18] arm64: Simplify efi_mem_init
` [kvm-unit-tests PATCH v2 14/18] arm64: Add memregions_efi_init
` [kvm-unit-tests PATCH v2 15/18] arm64: efi: Don't map reserved regions
` [kvm-unit-tests PATCH v2 16/18] arm64: efi: Fix _start returns from failed _relocate
` [kvm-unit-tests PATCH v2 17/18] arm64: efi: Switch to our own stack
` [kvm-unit-tests PATCH v2 18/18] arm64: efi: Add gitlab CI

[kvm-unit-tests PATCH] arm64: Improve unhandled exception traces
 2024-02-27 19:09 UTC 

[PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
 2024-02-27 19:08 UTC  (7+ messages)
` [PATCH v8 33/38] kselftest/arm64: Add a GCS test program built with the system libc

[RFC PATCH v1 00/26] KVM: Restricted mapping of guest_memfd at the host and pKVM/arm64 support
 2024-02-27 14:59 UTC  (31+ messages)
` [RFC PATCH v1 03/26] KVM: Add restricted support for mapping guestmem by the host
` [RFC PATCH v1 15/26] KVM: arm64: Rename kvm_pinned_page to kvm_guest_page
` [RFC PATCH v1 16/26] KVM: arm64: Add a field to indicate whether the guest page was pinned
` [RFC PATCH v1 17/26] KVM: arm64: Do not allow changes to private memory slots
` [RFC PATCH v1 18/26] KVM: arm64: Skip VMA checks for slots without userspace address
` [RFC PATCH v1 19/26] KVM: arm64: Handle guest_memfd()-backed guest page faults
` [RFC PATCH v1 20/26] KVM: arm64: Track sharing of memory from protected guest to host
` [RFC PATCH v1 21/26] KVM: arm64: Mark a protected VM's memory as unmappable at initialization
` [RFC PATCH v1 22/26] KVM: arm64: Handle unshare on way back to guest entry rather than exit
` [RFC PATCH v1 23/26] KVM: arm64: Check that host unmaps memory unshared by guest
` [RFC PATCH v1 24/26] KVM: arm64: Add handlers for kvm_arch_*_set_memory_attributes()
` [RFC PATCH v1 25/26] KVM: arm64: Enable private memory support when pKVM is enabled
` [RFC PATCH v1 26/26] KVM: arm64: Enable private memory kconfig for arm64
  ` folio_mmapped
      ` folio_mmapped

[PATCH 0/2] KVM: arm64: Store a cpu_fp_state directly in the vCPU data
 2024-02-27 12:19 UTC  (5+ messages)
` [PATCH 1/2] KVM: arm64: Rename variable for tracking ownership of FP state
` [PATCH 2/2] KVM: arm64: Reuse struct cpu_fp_state to track the guest "

[PATCH V16 2/8] KVM: arm64: Prevent guest accesses into BRBE system registers/instructions
 2024-02-27 11:13 UTC  (5+ messages)

[PATCH v9 0/4] KVM: arm64: Allow the VM to select DEVICE_* and NORMAL_NC for IO memory
 2024-02-27  9:42 UTC  (9+ messages)
` [PATCH v9 1/4] KVM: arm64: Introduce new flag for non-cacheable "
` [PATCH v9 2/4] mm: Introduce new flag to indicate wc safe
` [PATCH v9 3/4] KVM: arm64: Set io memory s2 pte as normalnc for vfio pci device
` [PATCH v9 4/4] vfio: Convey kvm that the vfio-pci device is wc safe

[PATCH 0/1] KVM: arm64: Affinity level 3 support
 2024-02-27  8:10 UTC  (5+ messages)
` [PATCH 1/1] "

[PATCH v4 0/5] KVM: selftests: aarch64: Introduce pmu_event_filter_test
 2024-02-27  4:24 UTC  (7+ messages)
` [PATCH v4 1/5] KVM: selftests: aarch64: Make the [create|destroy]_vpmu_vm() public
` [PATCH v4 4/5] KVM: selftests: aarch64: Introduce pmu_event_filter_test

[PATCH v9 00/11] KVM: selftests: Add SEV and SEV-ES smoke tests
 2024-02-27  2:21 UTC  (14+ messages)
` [PATCH v9 01/11] KVM: selftests: Extend VM creation's @shape to allow control of VM subtype
` [PATCH v9 02/11] KVM: selftests: Make sparsebit structs const where appropriate
` [PATCH v9 03/11] KVM: selftests: Add a macro to iterate over a sparsebit range
` [PATCH v9 04/11] KVM: selftests: Add support for allocating/managing protected guest memory
` [PATCH v9 05/11] KVM: selftests: Add support for protected vm_vaddr_* allocations
` [PATCH v9 06/11] KVM: selftests: Explicitly ucall pool from shared memory
` [PATCH v9 07/11] KVM: selftests: Allow tagging protected memory in guest page tables
` [PATCH v9 08/11] KVM: selftests: Add library for creating and interacting with SEV guests
` [PATCH v9 09/11] KVM: selftests: Use the SEV library APIs in the intra-host migration test
` [PATCH v9 10/11] KVM: selftests: Add a basic SEV smoke test
` [PATCH v9 11/11] KVM: selftests: Add a basic SEV-ES "

[PATCH v6 0/8] kvm/coresight: Support exclude guest and exclude host
 2024-02-26 18:26 UTC  (17+ messages)
` [PATCH v6 1/8] arm64: KVM: Fix renamed function in comment
` [PATCH v6 2/8] arm64/sysreg: Add a comment that the sysreg file should be sorted
` [PATCH v6 3/8] tools: arm64: Update sysreg.h header files
` [PATCH v6 4/8] arm64/sysreg/tools: Move TRFCR definitions to sysreg
` [PATCH v6 5/8] arm64: KVM: Add iflag for FEAT_TRF
` [PATCH v6 6/8] arm64: KVM: Add interface to set guest value for TRFCR register
` [PATCH v6 7/8] arm64: KVM: Write TRFCR value on guest switch with nVHE
` [PATCH v6 8/8] coresight: Pass guest TRFCR value to KVM

[RFC PATCH 00/45] KVM: Arm SMMUv3 driver for pKVM
 2024-02-26 14:19 UTC  (17+ messages)
` [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 v5 0/7] kvm/coresight: Support exclude guest and exclude host
 2024-02-26 11:36 UTC  (10+ messages)
` [PATCH v5 2/7] arm64/sysreg/tools: Update tools copy of sysreg.h
` [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

[kvm-unit-tests PATCH 29/32] configure: Fail on unknown arch
 2024-02-26 10:12 UTC  (2+ messages)
` [kvm-unit-tests PATCH 30/32] configure: Make arch_libdir a first-class entity

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

[kvm-unit-tests PATCH v5 0/8] Multi-migration support
 2024-02-26  9:08 UTC  (4+ messages)

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

[PATCH 0/3] irqchip/gic-v3-its: Fix GICv4.1 initialization after kexec
 2024-02-24 11:31 UTC  (9+ messages)
` [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 5/8] KVM: arm64: Fix typos
 2024-02-24  9:15 UTC  (4+ messages)
  ` (subset) "

[PATCH v4 00/10] KVM: arm64: Avoid serializing LPI get() / put()
 2024-02-23 21:52 UTC  (3+ messages)

[PATCH] KVM: Get rid of return value from kvm_arch_create_vm_debugfs()
 2024-02-23 21:51 UTC  (3+ messages)

[PATCH v10 0/8] KVM: allow mapping non-refcounted pages
 2024-02-23 18:03 UTC  (9+ messages)
` [PATCH v10 4/8] KVM: mmu: Improve handling of non-refcounted pfns
` [PATCH v10 7/8] KVM: x86/mmu: Track if sptes refer to refcounted pages

[PATCH v8 0/4] kvm: arm64: allow the VM to select DEVICE_* and NORMAL_NC for IO memory
 2024-02-23 17:07 UTC  (6+ messages)
` [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 00/14] arm64: EFI improvements
 2024-02-23 15:51 UTC  (15+ messages)
` [kvm-unit-tests PATCH 01/14] runtime: Update MAX_SMP probe
` [kvm-unit-tests PATCH 02/14] runtime: Add yet another 'no kernel' error message
` [kvm-unit-tests PATCH 03/14] arm64: efi: Don't create dummy test
` [kvm-unit-tests PATCH 04/14] arm64: efi: Make running tests on EFI can be parallel
` [kvm-unit-tests PATCH 05/14] arm64: efi: Remove redundant dtb generation
` [kvm-unit-tests PATCH 06/14] arm64: efi: Move run code into a function
` [kvm-unit-tests PATCH 07/14] arm64: efi: Remove EFI_USE_DTB
` [kvm-unit-tests PATCH 08/14] arm64: efi: Improve device tree discovery
` [kvm-unit-tests PATCH 09/14] lib/efi: Add support for loading the initrd
` [kvm-unit-tests PATCH 10/14] arm64: efi: Allow running tests directly
` [kvm-unit-tests PATCH 11/14] arm/arm64: Factor out some initial setup
` [kvm-unit-tests PATCH 12/14] arm/arm64: Factor out allocator init from mem_init
` [kvm-unit-tests PATCH 13/14] arm64: Simplify efi_mem_init
` [kvm-unit-tests PATCH 14/14] arm64: Add memregions_efi_init

[PATCH v4 00/14] arm64: Support for 2023 DPISA extensions
 2024-02-23 14:46 UTC  (10+ messages)
` [PATCH v4 02/14] arm64/fpsimd: Enable host kernel access to FPMR
` [PATCH v4 03/14] arm64/fpsimd: Support FEAT_FPMR
` [PATCH v4 11/14] KVM: arm64: Add newly allocated ID registers to register descriptions
` [PATCH v4 12/14] KVM: arm64: Support FEAT_FPMR for guests

[PATCH v8 00/10] KVM: selftests: Add SEV smoke test
 2024-02-22 22:55 UTC  (5+ messages)
` [PATCH v8 10/10] KVM: selftests: Add a basic "


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