Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2023-06-15 21:24:41 to 2023-07-01 12:51:02 UTC [more...]

KVM CPU hotplug notifier triggers BUG_ON on arm64
 2023-07-01 12:50 UTC 

[kvm-unit-tests PATCH v3 0/6] arm: pmu: Fix random failures of pmu-chain-promotion
 2023-07-01 12:20 UTC  (15+ 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

[PATCH] .debug ignore - to squash with efi:keep efi
 2023-07-01 12:19 UTC  (15+ messages)
` [kvm-unit-tests PATCH v3 0/6] arm64: improve debuggability
` [kvm-unit-tests PATCH v3 1/6] efi: keep efi debug information in a separate file
` [kvm-unit-tests PATCH v3 2/6] lib/stack: print base addresses on relocation setups
` [kvm-unit-tests PATCH v3 3/6] arm64: enable frame pointer and support stack unwinding
` [kvm-unit-tests PATCH v3 4/6] arm64: stack: update trace stack on exception
` [kvm-unit-tests PATCH v3 5/6] efi: print address of image
` [kvm-unit-tests PATCH v3 6/6] arm64: dump stack on bad exception

[kvm-unit-tests PATCH v6 00/32] EFI and ACPI support for arm64
 2023-07-01 12:18 UTC  (2+ messages)

[GIT PULL] KVM/arm64 updates for 6.5
 2023-07-01 11:07 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 0/6] arm: pmu: Fix random failures of pmu-chain-promotion
 2023-06-30 14:43 UTC  (10+ 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

[PATCH] KVM: arm64: Reject attempts to set invalid debug arch version
 2023-06-29 20:52 UTC  (6+ messages)

[PATCH v10 00/59] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2023-06-29  7:03 UTC  (3+ messages)

[kvm-unit-tests PATCH] arm64: timer: ignore ISTATUS with disabled timer
 2023-06-28 11:40 UTC  (2+ messages)

[PATCH v4 00/12] RISCV: Add KVM_GET_REG_LIST API
 2023-06-28 10:29 UTC  (21+ messages)
` [PATCH v4 01/12] KVM: arm64: selftests: Replace str_with_index with strdup_printf
` [PATCH v4 02/12] KVM: arm64: selftests: Drop SVE cap check in print_reg
` [PATCH v4 03/12] KVM: arm64: selftests: Remove print_reg's dependency on vcpu_config
` [PATCH v4 04/12] KVM: arm64: selftests: Rename vcpu_config and add to kvm_util.h
` [PATCH v4 05/12] KVM: arm64: selftests: Delete core_reg_fixup
` [PATCH v4 06/12] KVM: arm64: selftests: Split get-reg-list test code
` [PATCH v4 07/12] KVM: arm64: selftests: Finish generalizing get-reg-list
` [PATCH v4 08/12] KVM: arm64: selftests: Move reject_set check logic to a function
` [PATCH v4 09/12] KVM: selftests: Only do get/set tests on present blessed list
` [PATCH v4 10/12] KVM: riscv: Add KVM_GET_REG_LIST API support
` [PATCH v4 11/12] KVM: riscv: selftests: Add finalize_vcpu check in run_test
` [PATCH v4 12/12] KVM: riscv: selftests: Add get-reg-list test

[PATCH v2] KVM: arm64: Correctly handle page aging notifiers for unaligned memslot
 2023-06-28  0:00 UTC  (2+ messages)

[PATCH] KVM: arm64: timers: Use CNTHCTL_EL2 when setting non-CNTKCTL_EL1 bits
 2023-06-27 17:14 UTC  (3+ messages)

[kvm-unit-tests PATCH 0/2] Rework LDFLAGS and link with noexecstack
 2023-06-26 22:34 UTC  (7+ messages)
` [kvm-unit-tests PATCH 1/2] Rework the common LDFLAGS to become more useful again
` [kvm-unit-tests PATCH 2/2] Link with "-z noexecstack" to avoid warning from newer versions of ld

[PATCH v4 0/4] Enable writable for idregs DFR0,PFR0, MMFR{0,1,2}
 2023-06-26 20:52 UTC  (6+ messages)
` [PATCH v4 1/4] KVM: arm64: Enable writable for ID_AA64DFR0_EL1
` [PATCH v4 3/4] KVM: arm64: Enable writable for ID_AA64PFR0_EL1

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

[kvm-unit-tests PATCH 0/6] arm64: improve debuggability
 2023-06-26  5:42 UTC  (17+ 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-25 19:44 UTC  (4+ messages)
` [kvm-unit-tests PATCH 1/2] arm64: set sctlr_el1.SPAN
` [kvm-unit-tests PATCH 2/2] arm64: ensure tlbi is safe

[PATCH 0/4] KVM: arm64: Consistently use 'generic' vCPU target across all uarches
 2023-06-24  0:55 UTC  (7+ messages)
` [PATCH 1/4] KVM: arm64: Delete pointless switch statement in kvm_reset_vcpu()
` [PATCH 2/4] KVM: arm64: Remove pointless check for changed init target
` [PATCH 3/4] KVM: arm64: Replace vCPU target with a configuration flag
` [PATCH 4/4] KVM: arm64: Always return generic v8 as the preferred target

[RFC PATCH 00/45] KVM: Arm SMMUv3 driver for pKVM
 2023-06-23 19:12 UTC  (3+ messages)
` [RFC PATCH 27/45] KVM: arm64: smmu-v3: Setup domains and page table configuration

[kvm-unit-tests] arm/arm64: psci_cpu_on_test failures with tcg
 2023-06-23 15:42 UTC  (3+ messages)

[kvm-unit-tests PATCH] arm/flat.lds: Specify program headers with flags to avoid linker warnings
 2023-06-23 15:38 UTC  (2+ messages)

[kvm-unit-tests PATCH v4] runtime: Allow to specify properties for accelerator
 2023-06-23 15:38 UTC  (3+ messages)

[kvm-unit-tests PATCH v3] runtime: Allow to specify properties for accelerator
 2023-06-23  7:36 UTC  (10+ messages)

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

[bug report] KVM: arm64: Relax invariance of KVM_ARM_VCPU_POWER_OFF
 2023-06-22 17:20 UTC  (2+ messages)

[PATCH] KVM: arm64: Fix misuse of KVM_ARM_VCPU_POWER_OFF bit index
 2023-06-22 17:17 UTC  (3+ messages)

[RESEND PATCH v5 00/11] KVM: arm64: Add support for FEAT_TLBIRANGE
 2023-06-21 17:50 UTC  (12+ messages)
` [RESEND PATCH v5 01/11] KVM: Rename kvm_arch_flush_remote_tlb() to kvm_arch_flush_remote_tlbs()
` [RESEND PATCH v5 02/11] KVM: arm64: Use kvm_arch_flush_remote_tlbs()
` [RESEND PATCH v5 03/11] KVM: Allow range-based TLB invalidation from common code
` [RESEND PATCH v5 04/11] KVM: Move kvm_arch_flush_remote_tlbs_memslot() to "
` [RESEND PATCH v5 05/11] arm64: tlb: Refactor the core flush algorithm of __flush_tlb_range
` [RESEND PATCH v5 06/11] KVM: arm64: Implement __kvm_tlb_flush_vmid_range()
` [RESEND PATCH v5 07/11] KVM: arm64: Define kvm_tlb_flush_vmid_range()
` [RESEND PATCH v5 08/11] KVM: arm64: Implement kvm_arch_flush_remote_tlbs_range()
` [RESEND PATCH v5 09/11] KVM: arm64: Flush only the memslot after write-protect
` [RESEND PATCH v5 10/11] KVM: arm64: Invalidate the table entries upon a range
` [RESEND PATCH v5 11/11] KVM: arm64: Use TLBI range-based intructions for unmap

[PATCH v3 00/10] RISCV: Add KVM_GET_REG_LIST API
 2023-06-21  8:45 UTC  (8+ messages)
` [PATCH v3 10/10] KVM: riscv: selftests: Add get-reg-list test

[PATCH mm-unstable v2 00/10] mm/kvm: locklessly clear the accessed bit
 2023-06-21  2:51 UTC  (18+ 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()
` kvm/arm64: Spark benchmark
` kvm/x86: multichase benchmark

[PATCH v4 00/16] Improve scalability of KVM + userfaultfd live migration via annotated memory faults
 2023-06-20 21:13 UTC  (11+ messages)
` [PATCH v4 03/16] KVM: Add KVM_CAP_MEMORY_FAULT_INFO
` [PATCH v4 09/16] KVM: Introduce KVM_CAP_NOWAIT_ON_FAULT without implementation
` [PATCH v4 16/16] KVM: selftests: Handle memory fault exits in demand_paging_test

[PATCH v2 00/20] arm64: Handle PSCI calls in userspace
 2023-06-20 16:35 UTC  (21+ 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 v2 17/20] aarch64: psci: Implement AFFINITY_INFO
` [PATCH v2 18/20] aarch64: psci: Implement MIGRATE_INFO_TYPE
` [PATCH v2 19/20] aarch64: psci: Implement SYSTEM_{OFF,RESET}
` [PATCH v2 20/20] aarch64: smccc: Start sending PSCI to userspace

[PATCH 0/3] KVM: arm64: Work around Ampere1 erratum AC03_CPU_38
 2023-06-20 13:15 UTC  (2+ messages)

[PATCH v3] KVM: Avoid illegal stage2 mapping on invalid memory slot
 2023-06-16  8:35 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