Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2023-06-12 01:59:29 to 2023-06-20 16:34:48 UTC [more...]

[PATCH v2 00/20] arm64: Handle PSCI calls in userspace
 2023-06-20 16:33 UTC  (17+ messages)
` [PATCH v2 01/20] update_headers: Use a list for arch-generic headers
` [PATCH v2 02/20] update_headers: Add missing entries to list of headers to copy
` [PATCH v2 03/20] Copy 64-bit alignment attrtibutes from Linux 6.4-rc1
` [PATCH v2 04/20] Update headers with "
` [PATCH v2 05/20] Import arm-smccc.h from "
` [PATCH v2 06/20] aarch64: Copy cputype.h "
` [PATCH v2 07/20] arm: Stash kvm_vcpu_init for later use
` [PATCH v2 08/20] arm: Use KVM_SET_MP_STATE ioctl to power off non-boot vCPUs
` [PATCH v2 09/20] aarch64: Expose ARM64_CORE_REG() for general use
` [PATCH v2 10/20] arm: Generalize execution state specific VM initialization
` [PATCH v2 11/20] Add helpers to pause the VM from vCPU thread
` [PATCH v2 12/20] aarch64: Add support for finding vCPU for given MPIDR
` [PATCH v2 13/20] aarch64: Add skeleton implementation for PSCI
` [PATCH v2 14/20] aarch64: psci: Implement CPU_SUSPEND
` [PATCH v2 15/20] aarch64: psci: Implement CPU_OFF
` [PATCH v2 16/20] aarch64: psci: Implement CPU_ON

[PATCH 0/3] KVM: arm64: Work around Ampere1 erratum AC03_CPU_38
 2023-06-20 13:15 UTC  (9+ messages)
` [PATCH 1/3] arm64: errata: Mitigate Ampere1 erratum AC03_CPU_38 at stage-2

[PATCH mm-unstable v2 00/10] mm/kvm: locklessly clear the accessed bit
 2023-06-20 10:49 UTC  (21+ messages)
` [PATCH mm-unstable v2 01/10] mm/kvm: add mmu_notifier_ops->test_clear_young()
` [PATCH mm-unstable v2 06/10] kvm/powerpc: make radix page tables RCU safe
` [PATCH mm-unstable v2 07/10] kvm/powerpc: add kvm_arch_test_clear_young()
` [PATCH mm-unstable v2 08/10] kvm/x86: move tdp_mmu_enabled and shadow_accessed_mask
` [PATCH mm-unstable v2 09/10] kvm/x86: add kvm_arch_test_clear_young()
` kvm/arm64: Spark benchmark
` kvm/x86: multichase benchmark

[PATCH v3 00/10] RISCV: Add KVM_GET_REG_LIST API
 2023-06-20 10:44 UTC  (13+ messages)
` [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 v3] runtime: Allow to specify properties for accelerator
 2023-06-20  9:06 UTC  (8+ messages)

[PATCH v4 00/16] Improve scalability of KVM + userfaultfd live migration via annotated memory faults
 2023-06-20  2:44 UTC  (32+ messages)
` [PATCH v4 01/16] KVM: Allow hva_pfn_fast() to resolve read-only faults
` [PATCH v4 03/16] KVM: Add KVM_CAP_MEMORY_FAULT_INFO
` [PATCH v4 04/16] KVM: Add docstrings to __kvm_write_guest_page() and __kvm_read_guest_page()
` [PATCH v4 05/16] KVM: Annotate -EFAULTs from kvm_vcpu_write_guest_page()
` [PATCH v4 06/16] KVM: Annotate -EFAULTs from kvm_vcpu_read_guest_page()
` [PATCH v4 07/16] KVM: Simplify error handling in __gfn_to_pfn_memslot()
` [PATCH v4 08/16] KVM: x86: Annotate -EFAULTs from kvm_handle_error_pfn()
` [PATCH v4 09/16] KVM: Introduce KVM_CAP_NOWAIT_ON_FAULT without implementation
` [PATCH v4 10/16] KVM: x86: Implement KVM_CAP_NOWAIT_ON_FAULT
` [PATCH v4 16/16] KVM: selftests: Handle memory fault exits in demand_paging_test

[kvm-unit-tests PATCH v3 0/6] arm: pmu: Fix random failures of pmu-chain-promotion
 2023-06-19 20:04 UTC  (7+ messages)
` [kvm-unit-tests PATCH v3 1/6] arm: pmu: pmu-chain-promotion: Improve debug messages
` [kvm-unit-tests PATCH v3 2/6] arm: pmu: pmu-chain-promotion: Introduce defines for count and margin values
` [kvm-unit-tests PATCH v3 3/6] arm: pmu: Add extra DSB barriers in the mem_access loop
` [kvm-unit-tests PATCH v3 4/6] arm: pmu: Fix chain counter enable/disable sequences
` [kvm-unit-tests PATCH v3 5/6] arm: pmu: Add pmu-mem-access-reliability test
` [kvm-unit-tests PATCH v3 6/6] arm: pmu-chain-promotion: Increase the count and margin values

[kvm-unit-tests PATCH v2 0/6] arm: pmu: Fix random failures of pmu-chain-promotion
 2023-06-19 20:00 UTC  (9+ messages)
` [kvm-unit-tests PATCH v2 3/6] arm: pmu: Add extra DSB barriers in the mem_access loop
` [kvm-unit-tests PATCH v2 4/6] arm: pmu: Fix chain counter enable/disable sequences
` [kvm-unit-tests PATCH v2 5/6] arm: pmu: Add pmu-mem-access-reliability test

[kvm-unit-tests PATCH 0/6] arm64: improve debuggability
 2023-06-17  1:52 UTC  (8+ messages)
` [kvm-unit-tests PATCH 1/6] arm: keep efi debug information in a separate file
` [kvm-unit-tests PATCH 2/6] lib/stack: print base addresses on efi
` [kvm-unit-tests PATCH 3/6] arm64: enable frame pointer and support stack unwinding
` [kvm-unit-tests PATCH 4/6] arm64: stack: update trace stack on exception
` [kvm-unit-tests PATCH 5/6] efi: Print address of image
` [kvm-unit-tests PATCH 6/6] arm64: dump stack on bad exception

[kvm-unit-tests PATCH 0/2] arm64: fix paging issues
 2023-06-17  1:31 UTC  (3+ messages)
` [kvm-unit-tests PATCH 1/2] arm64: set sctlr_el1.SPAN
` [kvm-unit-tests PATCH 2/2] arm64: ensure tlbi is safe

[PATCH v3] KVM: Avoid illegal stage2 mapping on invalid memory slot
 2023-06-16  8:35 UTC  (6+ messages)

[PATCH v5 0/7] KVM: arm64: Add support for FEAT_TLBIRANGE
 2023-06-15 17:26 UTC  (6+ messages)

[RFC PATCH 00/45] KVM: Arm SMMUv3 driver for pKVM
 2023-06-15 13:32 UTC  (5+ messages)
` [RFC PATCH 19/45] KVM: arm64: iommu: Add domains

[PATCH v12 00/11] Support writable CPU ID registers from userspace
 2023-06-15 13:30 UTC  (6+ messages)
` [PATCH v12 07/11] KVM: arm64: Use arm64_ftr_bits to sanitise ID register writes

[PATCH] KVM: arm64: Fix hVHE init on CPUs where HCR_EL2.E2H is not RES1
 2023-06-15 13:20 UTC  (2+ messages)

[PATCH kvmtool 00/21] arm64: Handle PSCI calls in userspace
 2023-06-15  8:59 UTC  (8+ messages)
` [PATCH kvmtool 12/21] Add helpers to pause the VM from vCPU thread
` [PATCH kvmtool 14/21] aarch64: Add skeleton implementation for PSCI

[kvm-unit-tests PATCH] arm64: timer: ignore ISTATUS with disabled timer
 2023-06-15  0:38 UTC 

[PATCH V3 00/14] arm64/sysreg: Convert TRBE registers to automatic generation
 2023-06-14 17:19 UTC  (24+ messages)
` [PATCH V3 01/14] arm64/sysreg: Rename TRBLIMITR_EL1 fields per auto-gen tools format
` [PATCH V3 02/14] arm64/sysreg: Rename TRBPTR_EL1 "
` [PATCH V3 03/14] arm64/sysreg: Rename TRBBASER_EL1 "
` [PATCH V3 04/14] arm64/sysreg: Rename TRBSR_EL1 "
` [PATCH V3 05/14] arm64/sysreg: Rename TRBMAR_EL1 "
` [PATCH V3 06/14] arm64/sysreg: Rename TRBTRG_EL1 "
` [PATCH V3 07/14] arm64/sysreg: Rename TRBIDR_EL1 "
` [PATCH V3 08/14] arm64/sysreg: Convert TRBLIMITR_EL1 register to automatic generation
` [PATCH V3 09/14] arm64/sysreg: Convert TRBPTR_EL1 "
` [PATCH V3 10/14] arm64/sysreg: Convert TRBBASER_EL1 "
` [PATCH V3 11/14] arm64/sysreg: Convert TRBSR_EL1 "
` [PATCH V3 12/14] arm64/sysreg: Convert TRBMAR_EL1 "
` [PATCH V3 13/14] arm64/sysreg: Convert TRBTRG_EL1 "
` [PATCH V3 14/14] arm64/sysreg: Convert TRBIDR_EL1 "

[PATCH v3 00/17] KVM: arm64: Allow using VHE in the nVHE hypervisor
 2023-06-14 16:16 UTC  (24+ messages)
` [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 09/17] KVM: arm64: Key use of VHE instructions in nVHE code off ARM64_KVM_HVHE
` [PATCH v3 16/17] arm64: Allow arm64_sw.hvhe on command line
` (subset) [PATCH v3 00/17] KVM: arm64: Allow using VHE in the nVHE hypervisor

[PATCH v2] KVM: arm64: Use different pointer authentication keys for pKVM
 2023-06-14 15:31 UTC  (2+ messages)

[PATCH v10 00/59] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2023-06-14 15:08 UTC  (5+ messages)
` [PATCH v10 07/59] arm64: Add AT operation encodings
` [PATCH v10 08/59] KVM: arm64: Add missing HCR_EL2 trap bits

[PATCH 1/1] KVM: arm64: PMU: Avoid inappropriate use of host's PMUVer
 2023-06-14 12:41 UTC  (8+ messages)

[PATCH] KVM: arm64: Use different pointer authentication keys for pKVM
 2023-06-14 12:28 UTC  (9+ messages)

[PATCH RESEND v2] KVM: move KVM_CAP_DEVICE_CTRL to the generic check
 2023-06-14 12:23 UTC  (2+ messages)

[PATCH] KVM: Avoid illegal stage2 mapping on invalid memory slot
 2023-06-14  0:01 UTC  (5+ messages)

[linux-next:master] BUILD REGRESSION 1f6ce8392d6ff486af5ca96df9ded5882c4b6977
 2023-06-13 21:38 UTC 

[kvm-unit-tests PATCH v6 00/32] EFI and ACPI support for arm64
 2023-06-13 12:54 UTC  (13+ messages)
` [kvm-unit-tests PATCH v6 23/32] arm64: Add a setup sequence for systems that boot through EFI

[PATCH v2] KVM: arm64: timers: Fix resource leaks in kvm_timer_hyp_init()
 2023-06-13 12:16 UTC  (2+ messages)

[PATCH V2 00/14] arm64/sysreg: Convert TRBE registers to automatic generation
 2023-06-13 11:03 UTC  (11+ messages)
` [PATCH V2 12/14] arm64/sysreg: Convert TRBMAR_EL1 register "
` [PATCH V2 14/14] arm64/sysreg: Convert TRBIDR_EL1 "

[PATCH] KVM: arm64: timers: Fix resource leaks in kvm_timer_hyp_init()
 2023-06-12 19:23 UTC  (4+ messages)

[PATCH v2] runtime: Allow to specify properties for accelerator
 2023-06-12 12:06 UTC  (3+ messages)

[kvm-unit-tests PATCH] runtime: Allow to specify properties for accelerator
 2023-06-12 11:18 UTC  (3+ messages)

[PATCH v2] KVM: Avoid illegal stage2 mapping on invalid memory slot
 2023-06-12  7:11 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