Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2024-02-26 11:33:45 to 2024-03-04 10:01:53 UTC [more...]

[kvm-unit-tests PATCH v2 00/18] arm64: EFI improvements
 2024-03-04 10:01 UTC  (41+ 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

[PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
 2024-03-02 15:05 UTC  (12+ messages)
  ` [musl] "

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

[PATCH 0/5] KVM: arm64: Move host-specific data out of kvm_vcpu_arch
 2024-03-02 11:19 UTC  (6+ messages)
` [PATCH 1/5] KVM: arm64: Add accessor for per-CPU state
` [PATCH 2/5] KVM: arm64: Exclude host_debug_data from vcpu_arch
` [PATCH 3/5] KVM: arm64: Exclude mdcr_el2_host from kvm_vcpu_arch
` [PATCH 4/5] KVM: arm64: Exclude host_fpsimd_state pointer "
` [PATCH 5/5] KVM: arm64: Exclude FP ownership "

[PATCH] KVM: arm64: Only save S1PIE registers when dirty
 2024-03-02 10:28 UTC  (4+ messages)

[PATCH v2 00/13] KVM/arm64: Add NV support for ERET and PAuth
 2024-03-01 20:15 UTC  (8+ messages)
` [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] KVM: arm64: Fix TRFCR_EL1/PMSCR_EL1 access in hVHE mode
 2024-03-01 19:03 UTC  (5+ messages)

[PATCH V16 2/8] KVM: arm64: Prevent guest accesses into BRBE system registers/instructions
 2024-03-01 12:49 UTC  (13+ messages)
` [PATCH V16 5/8] KVM: arm64: nvhe: Disable branch generation in nVHE guests

[RFC PATCH v1 00/26] KVM: Restricted mapping of guest_memfd at the host and pKVM/arm64 support
 2024-03-01 11:16 UTC  (32+ messages)
` [RFC PATCH v1 03/26] KVM: Add restricted support for mapping guestmem by the host
  ` folio_mmapped
      ` folio_mmapped

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

[PATCH v11 0/8] KVM: allow mapping non-refcounted pages
 2024-02-29 13:36 UTC  (10+ messages)
` [PATCH v11 1/8] KVM: Assert that a page's refcount is elevated when marking accessed/dirty
` [PATCH v11 2/8] KVM: Relax BUG_ON argument validation
` [PATCH v11 3/8] KVM: mmu: Introduce kvm_follow_pfn()
` [PATCH v11 4/8] KVM: mmu: Improve handling of non-refcounted pfns
` [PATCH v11 5/8] KVM: Migrate kvm_vcpu_map() to kvm_follow_pfn()
` [PATCH v11 6/8] KVM: x86: Migrate "
` [PATCH v11 7/8] KVM: x86/mmu: Track if sptes refer to refcounted pages
` [PATCH v11 8/8] KVM: x86/mmu: Handle non-refcounted pages

[kvm-unit-tests PATCH 03/13] treewide: lib/stack: Fix backtrace
 2024-02-29 11:54 UTC  (7+ messages)
` [kvm-unit-tests PATCH 04/13] treewide: lib/stack: Make base_address arch specific

[PATCH v5 0/3] KVM: selftests: aarch64: Introduce pmu_event_filter_test
 2024-02-29  6:56 UTC  (4+ messages)
` [PATCH v5 1/3] KVM: selftests: aarch64: Add helper function for the vpmu vcpu creation
` [PATCH v5 2/3] KVM: selftests: aarch64: Introduce pmu_event_filter_test
` [PATCH v5 3/3] KVM: selftests: aarch64: Add invalid filter test in pmu_event_filter_test

[PATCH] KVM: selftests: aarch64: Remove unused functions from vpmu test
 2024-02-29  6:37 UTC  (2+ messages)

[PATCH v9 00/11] KVM: selftests: Add SEV and SEV-ES smoke tests
 2024-02-29  0:55 UTC  (9+ messages)
` [PATCH v9 07/11] KVM: selftests: Allow tagging protected memory in guest page tables

[PATCH 00/20] KVM: arm64: Transition to a per-ITS translation cache
 2024-02-28 21:07 UTC  (28+ 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 12/20] KVM: arm64: vgic-its: Get rid of the lpi_list_lock
` [PATCH 13/20] KVM: selftests: Align with kernel's GIC definitions
` [PATCH 14/20] KVM: selftests: Standardise layout of GIC frames
` [PATCH 15/20] KVM: selftests: Add quadword MMIO accessors
` [PATCH 16/20] KVM: selftests: Add a minimal library for interacting with an ITS
` [PATCH 17/20] KVM: selftests: Add helper for enabling LPIs on a redistributor
` [PATCH 18/20] KVM: selftests: Use MPIDR_HWID_BITMASK from cputype.h
` [PATCH 19/20] KVM: selftests: Hack in support for aligned page allocations
` [PATCH 20/20] KVM: selftests: Add stress test for LPI injection

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

[PATCH] KVM: arm64: vgic-v3: Don't load pending state when enabling LPIs on RD
 2024-02-28  0:01 UTC 

[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] arm64: Improve unhandled exception traces
 2024-02-27 19:09 UTC 

[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 v9 0/4] KVM: arm64: Allow the VM to select DEVICE_* and NORMAL_NC for IO memory
 2024-02-27  9:42 UTC  (5+ messages)

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

[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 v6 0/8] kvm/coresight: Support exclude guest and exclude host
 2024-02-26 18:26 UTC  (15+ messages)
` [PATCH v6 2/8] arm64/sysreg: Add a comment that the sysreg file should be sorted
` [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  (6+ messages)
` [PATCH v5 5/7] arm64: KVM: Add interface to set guest value for TRFCR register


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