Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2023-06-02 19:21:59 to 2023-06-10 02:40:04 UTC [more...]

[PATCH v3 00/10] RISCV: Add KVM_GET_REG_LIST API
 2023-06-10  2:39 UTC  (16+ messages)
` [PATCH v3 01/10] KVM: arm64: selftests: Replace str_with_index with strdup_printf
` [PATCH v3 02/10] KVM: arm64: selftests: Drop SVE cap check in print_reg
` [PATCH v3 03/10] KVM: arm64: selftests: Remove print_reg's dependency on vcpu_config
` [PATCH v3 04/10] KVM: arm64: selftests: Rename vcpu_config and add to kvm_util.h
` [PATCH v3 05/10] KVM: arm64: selftests: Delete core_reg_fixup
` [PATCH v3 06/10] KVM: arm64: selftests: Split get-reg-list test code
` [PATCH v3 07/10] KVM: arm64: selftests: Finish generalizing get-reg-list
` [PATCH v3 08/10] KVM: riscv: Add KVM_GET_REG_LIST API support
` [PATCH v3 09/10] KVM: riscv: selftests: Skip some registers set operation
` [PATCH v3 10/10] KVM: riscv: selftests: Add get-reg-list test

[kvm-unit-tests PATCH v6 00/32] EFI and ACPI support for arm64
 2023-06-10  1:17 UTC  (20+ messages)
` [kvm-unit-tests PATCH v6 12/32] arm64: Add support for discovering the UART through ACPI
` [kvm-unit-tests PATCH v6 19/32] lib/efi: Add support for reading an FDT
` [kvm-unit-tests PATCH v6 23/32] arm64: Add a setup sequence for systems that boot through EFI
` [kvm-unit-tests PATCH v6 28/32] arm64: Add support for efi in Makefile

[PATCH v1 1/3] KVM: arm64: Consistently use free_removed_table() for stage-2
 2023-06-09 22:58 UTC  (7+ messages)
` [PATCH v1 2/3] KVM: arm64: Only initiate walk if page_count() > 1 in free_removed_table()
` [PATCH v1 3/3] KVM: arm64: Using rcu_read_lock() for kvm_pgtable_stage2_mkyoung()

[PATCH 0/3] KVM: arm64: Work around Ampere1 erratum AC03_CPU_38
 2023-06-09 22:01 UTC  (4+ messages)
` [PATCH 1/3] arm64: errata: Mitigate Ampere1 erratum AC03_CPU_38 at stage-2
` [PATCH 2/3] KVM: arm64: Refactor HFGxTR configuration into separate helpers
` [PATCH 3/3] KVM: arm64: Prevent guests from enabling HA/HD on Ampere1

[PATCH v12 00/11] Support writable CPU ID registers from userspace
 2023-06-09 19:08 UTC  (13+ messages)
` [PATCH v12 01/11] KVM: arm64: Separate out feature sanitisation and initialisation
` [PATCH v12 02/11] KVM: arm64: Relax invariance of KVM_ARM_VCPU_POWER_OFF
` [PATCH v12 03/11] KVM: arm64: Make vCPU feature flags consistent VM-wide
` [PATCH v12 04/11] KVM: arm64: Rewrite IMPDEF PMU version as NI
` [PATCH v12 05/11] KVM: arm64: Reuse fields of sys_reg_desc for idreg
` [PATCH v12 06/11] KVM: arm64: Save ID registers' sanitized value per guest
` [PATCH v12 07/11] KVM: arm64: Use arm64_ftr_bits to sanitise ID register writes
` [PATCH v12 08/11] KVM: arm64: Use generic sanitisation for ID_(AA64)DFR0_EL1
` [PATCH v12 09/11] KVM: arm64: Use generic sanitisation for ID_AA64PFR0_EL1
` [PATCH v12 10/11] KVM: arm64: Handle ID register reads using the VM-wide values
` [PATCH v12 11/11] KVM: arm64: Rip out the vestiges of the 'old' ID register scheme

[PATCH v2] KVM: Avoid illegal stage2 mapping on invalid memory slot
 2023-06-09 18:04 UTC  (3+ messages)

[PATCH v3 00/17] KVM: arm64: Allow using VHE in the nVHE hypervisor
 2023-06-09 16:54 UTC  (19+ messages)
` [PATCH v3 01/17] KVM: arm64: Drop is_kernel_in_hyp_mode() from __invalidate_icache_guest_page()
` [PATCH v3 02/17] arm64: Prevent the use of is_kernel_in_hyp_mode() in hypervisor code
` [PATCH v3 03/17] arm64: Turn kaslr_feature_override into a generic SW feature override
` [PATCH v3 04/17] arm64: Add KVM_HVHE capability and has_hvhe() predicate
` [PATCH v3 05/17] arm64: Don't enable VHE for the kernel if OVERRIDE_HVHE is set
` [PATCH v3 06/17] arm64: Allow EL1 physical timer access when running VHE
` [PATCH v3 07/17] arm64: Use CPACR_EL1 format to set CPTR_EL2 when E2H is set
` [PATCH v3 08/17] KVM: arm64: Remove alternatives from sysreg accessors in VHE hypervisor context
` [PATCH v3 09/17] KVM: arm64: Key use of VHE instructions in nVHE code off ARM64_KVM_HVHE
` [PATCH v3 10/17] KVM: arm64: Force HCR_EL2.E2H when ARM64_KVM_HVHE is set
` [PATCH v3 11/17] KVM: arm64: Disable TTBR1_EL2 when using ARM64_KVM_HVHE
` [PATCH v3 12/17] KVM: arm64: Adjust EL2 stage-1 leaf AP bits when ARM64_KVM_HVHE is set
` [PATCH v3 13/17] KVM: arm64: Rework CPTR_EL2 programming for HVHE configuration
` [PATCH v3 14/17] KVM: arm64: Program the timer traps with VHE layout in hVHE mode
` [PATCH v3 15/17] KVM: arm64: Force HCR_E2H in guest context when ARM64_KVM_HVHE is set
` [PATCH v3 16/17] arm64: Allow arm64_sw.hvhe on command line
` [PATCH v3 17/17] KVM: arm64: Terrible timer hack for M1 with hVHE

[PATCH 0/3] Relax break-before-make use with FEAT_BBM
 2023-06-09 15:44 UTC  (10+ messages)
` [PATCH 1/3] arm64: Add a capability for FEAT_BBM level 2
` [PATCH 2/3] KVM: arm64: Clear possible conflict aborts
` [PATCH 3/3] KVM: arm64: Skip break phase when we have FEAT_BBM level 2

[PATCH mm-unstable v2 00/10] mm/kvm: locklessly clear the accessed bit
 2023-06-09 13:04 UTC  (13+ messages)
` [PATCH mm-unstable v2 01/10] mm/kvm: add mmu_notifier_ops->test_clear_young()
` [PATCH mm-unstable v2 09/10] kvm/x86: add kvm_arch_test_clear_young()
` kvm/arm64: Spark benchmark
` kvm/powerpc: memcached benchmark
` kvm/x86: multichase benchmark

[PATCH kvmtool 00/21] arm64: Handle PSCI calls in userspace
 2023-06-09 10:59 UTC  (3+ messages)
` [PATCH kvmtool 12/21] Add helpers to pause the VM from vCPU thread

[PATCH] KVM: Avoid illegal stage2 mapping on invalid memory slot
 2023-06-09  9:02 UTC  (5+ messages)

[PATCH v2 00/11] RISCV: Add KVM_GET_REG_LIST API
 2023-06-09  1:20 UTC  (6+ messages)
` [PATCH v2 11/11] KVM: riscv: selftests: Add get-reg-list test

[PATCH] KVM: arm64: Use different pointer authentication keys for pKVM
 2023-06-08 21:55 UTC  (4+ messages)

[PATCH v2 00/16] Use MMU read lock for clear-dirty-log
 2023-06-08 20:17 UTC  (6+ messages)
` [PATCH v2 09/16] KVM: arm64: Document the page table walker actions based on the callback's return value

[PATCH v11 0/5] Support writable CPU ID registers from userspace
 2023-06-08 17:57 UTC  (16+ messages)
` [PATCH v11 5/5] KVM: arm64: Refactor writings for PMUVer/CSV2/CSV3
` [PATCH 0/3] RE: Support writable CPU ID registers from userspace [v11]
  ` [PATCH 1/3] KVM: arm64: Update id_reg limit value based on per vcpu flags
  ` [PATCH 2/3] KVM: arm64: Move non per vcpu flag checks out of kvm_arm_update_id_reg()
  ` [PATCH 3/3] KVM: arm64: Use per guest ID register for ID_AA64PFR1_EL1.MTE

[PATCH V2 00/14] arm64/sysreg: Convert TRBE registers to automatic generation
 2023-06-08 17:39 UTC  (2+ messages)

[PATCH v3 00/10] KVM: arm64: FF-A proxy for pKVM
 2023-06-08 17:28 UTC  (3+ messages)

[kvm-unit-tests PATCH v2 0/6] arm: pmu: Fix random failures of pmu-chain-promotion
 2023-06-08 16:38 UTC  (3+ messages)

[GIT PULL] KVM/arm64 fixes for 6.4, take #4
 2023-06-08 15:52 UTC 

[PATCH v4 0/4] Enable writable for idregs DFR0,PFR0, MMFR{0,1,2}
 2023-06-07 19:45 UTC  (5+ messages)
` [PATCH v4 1/4] KVM: arm64: Enable writable for ID_AA64DFR0_EL1
` [PATCH v4 2/4] KVM: arm64: Enable writable for ID_DFR0_EL1
` [PATCH v4 3/4] KVM: arm64: Enable writable for ID_AA64PFR0_EL1
` [PATCH v4 4/4] KVM: arm64: Enable writable for ID_AA64MMFR{0, 1, 2}_EL1

[kvm-unit-tests PATCH v2] arm64: Make vector_table and vector_stub weak symbols
 2023-06-07 18:53 UTC  (2+ messages)

[kvm-unit-tests] arm/arm64: psci_cpu_on_test failures with tcg
 2023-06-07 18:49 UTC  (3+ messages)

[PATCH v10 00/59] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2023-06-07 16:40 UTC  (23+ messages)
` [PATCH v10 03/59] arm64: Add missing VA CMO encodings
` [PATCH v10 04/59] arm64: Add missing ERXMISCx_EL1 encodings
` [PATCH v10 05/59] arm64: Add missing DC ZVA/GVA/GZVA encodings
` [PATCH v10 06/59] arm64: Add TLBI operation encodings

[linux-next:master] BUILD REGRESSION abbd8bb42915d9ed06df11b430bf4ecb3d8ac5ad
 2023-06-07 16:39 UTC 

[PATCH] KVM: arm64: Use raw_smp_processor_id() in kvm_pmu_probe_armpmu()
 2023-06-07 16:09 UTC  (3+ messages)

[PATCH 0/4] KVM: arm64: vgic: Locking fixes
 2023-06-07 15:42 UTC  (9+ messages)
` [PATCH 1/4] KVM: arm64: vgic: Fix a circular locking issue

[PATCH v5 0/7] KVM: arm64: Add support for FEAT_TLBIRANGE
 2023-06-06 19:28 UTC  (8+ messages)
` [PATCH v5 1/7] arm64: tlb: Refactor the core flush algorithm of __flush_tlb_range
` [PATCH v5 2/7] KVM: arm64: Implement __kvm_tlb_flush_vmid_range()
` [PATCH v5 3/7] KVM: arm64: Define kvm_tlb_flush_vmid_range()
` [PATCH v5 4/7] KVM: arm64: Implement kvm_arch_flush_remote_tlbs_range()
` [PATCH v5 5/7] KVM: arm64: Flush only the memslot after write-protect
` [PATCH v5 6/7] KVM: arm64: Invalidate the table entries upon a range
` [PATCH v5 7/7] KVM: arm64: Use TLBI range-based intructions for unmap

[PATCH v2 0/7] arm64/sysreg: More conversions to automatic generation
 2023-06-06 17:30 UTC  (2+ messages)

[PATCH] KVM: arm64: Fix smp_processor_id() call in preemptible context
 2023-06-06 17:10 UTC  (12+ messages)

[PATCH v4 00/16] Improve scalability of KVM + userfaultfd live migration via annotated memory faults
 2023-06-05 17:46 UTC  (8+ messages)
` [PATCH v4 02/16] KVM: x86: Set vCPU exit reason to KVM_EXIT_UNKNOWN at the start of KVM_RUN
` [PATCH v4 03/16] KVM: Add KVM_CAP_MEMORY_FAULT_INFO

[PATCH v2 00/11] arm64: Support for Armv8.8 memcpy instructions in userspace
 2023-06-05 17:46 UTC  (16+ messages)
` [PATCH v2 01/11] KVM: arm64: initialize HCRX_EL2
` [PATCH v2 03/11] KVM: arm64: switch HCRX_EL2 between host and guest
` [PATCH v2 06/11] KVM: arm64: hide MOPS from guests
` [PATCH v2 07/11] arm64: mops: handle MOPS exceptions

Running Protected KVM on non-Android Device
 2023-06-05  1:32 UTC 

[PATCH v5 0/2] KVM: arm64: PMU: Correct the handling of PMUSERENR_EL0
 2023-06-04 16:23 UTC  (4+ messages)
` [PATCH v5 1/2] KVM: arm64: PMU: Restore the host's PMUSERENR_EL0
` [PATCH v5 2/2] KVM: arm64: PMU: Don't overwrite PMUSERENR with vcpu loaded

[GIT PULL] KVM/arm64 fixes for 6.4, take #3
 2023-06-03 19:16 UTC  (2+ messages)

[GIC PULL] KVM/arm64 fixes for 6.4, take #2
 2023-06-03 19:14 UTC  (3+ messages)


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