Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2023-06-20 16:34:40 to 2023-07-04 19:25:35 UTC [more...]

[PATCH v3] KVM: arm64: Use BTI for nvhe
 2023-07-04 19:25 UTC  (6+ messages)

[PATCH] KVM: arm64: Disable preemption in kvm_arch_hardware_enable()
 2023-07-04 18:54 UTC  (3+ messages)

[PATCH v4 0/4] Enable writable for idregs DFR0,PFR0, MMFR{0,1,2}
 2023-07-04 16:04 UTC  (8+ 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

[linux-next:master] BUILD REGRESSION 296d53d8f84ce50ffaee7d575487058c8d437335
 2023-07-04 14:11 UTC  (4+ messages)

[PATCH v10 00/59] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2023-07-04 12:31 UTC  (4+ messages)

[PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults
 2023-07-04 10:10 UTC  (3+ messages)
` [PATCH v3 05/22] KVM: Add KVM_CAP_MEMORY_FAULT_INFO

[PATCH v7 0/8] KVM: allow mapping non-refcounted pages
 2023-07-04  7:50 UTC  (9+ messages)
` [PATCH v7 1/8] KVM: Assert that a page's refcount is elevated when marking accessed/dirty
` [PATCH v7 2/8] KVM: Introduce __kvm_follow_pfn function
` [PATCH v7 3/8] KVM: Make __kvm_follow_pfn not imply FOLL_GET
` [PATCH v7 4/8] KVM: x86/mmu: Migrate to __kvm_follow_pfn
` [PATCH v7 5/8] KVM: x86/mmu: Don't pass FOLL_GET "
` [PATCH v7 6/8] KVM: arm64: Migrate "
` [PATCH v7 7/8] KVM: PPC: "
` [PATCH v7 8/8] KVM: remove __gfn_to_pfn_memslot

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

KVM CPU hotplug notifier triggers BUG_ON on arm64
 2023-07-03 16:38 UTC  (6+ messages)

[RFC PATCH 00/45] KVM: Arm SMMUv3 driver for pKVM
 2023-07-03 10:41 UTC  (4+ messages)
` [RFC PATCH 27/45] KVM: arm64: smmu-v3: Setup domains and page table configuration

[kvm-unit-tests PATCH v3 0/6] arm: pmu: Fix random failures of pmu-chain-promotion
 2023-07-03  8:08 UTC  (12+ messages)
` [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] arm64: timer: ignore ISTATUS with disabled timer
 2023-07-01 17:26 UTC  (3+ messages)

[PATCH] .debug ignore - to squash with efi:keep efi
 2023-07-01 17:18 UTC  (16+ 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  (5+ messages)
` [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 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

[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  (14+ 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 0/2] arm64: fix paging issues
 2023-06-25 19:44 UTC  (3+ messages)
` [kvm-unit-tests PATCH 1/2] arm64: set sctlr_el1.SPAN

[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

[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  (6+ 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  (5+ messages)
` [PATCH mm-unstable v2 07/10] kvm/powerpc: add kvm_arch_test_clear_young()

[PATCH v4 00/16] Improve scalability of KVM + userfaultfd live migration via annotated memory faults
 2023-06-20 21:13 UTC  (4+ messages)
` [PATCH v4 03/16] KVM: Add KVM_CAP_MEMORY_FAULT_INFO

[PATCH v2 00/20] arm64: Handle PSCI calls in userspace
 2023-06-20 16:35 UTC  (10+ messages)
` [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


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