Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2023-06-26 09:23:27 to 2023-07-10 19:31:50 UTC [more...]

[PATCH v2 0/4] KVM: arm64: Use 'generic' vCPU target across all uarches
 2023-07-10 19:31 UTC  (2+ messages)
` [PATCH v2 1/4] KVM: arm64: Delete pointless switch statement in kvm_reset_vcpu()

[PATCH v5 0/6] Enable writable for idregs DFR0,PFR0, MMFR{0,1,2, 3}
 2023-07-10 19:24 UTC  (7+ messages)
` [PATCH v5 1/6] KVM: arm64: Use guest ID register values for the sake of emulation
` [PATCH v5 2/6] KVM: arm64: Enable writable for ID_AA64DFR0_EL1 and ID_DFR0_EL1
` [PATCH v5 3/6] KVM: arm64: Reject attempts to set invalid debug arch version
` [PATCH v5 4/6] KVM: arm64: Enable writable for ID_AA64PFR0_EL1
` [PATCH v5 5/6] KVM: arm64: Enable writable for ID_AA64MMFR{0, 1, 2, 3}_EL1
` [PATCH v5 6/6] KVM: arm64: selftests: Test for setting ID register from usersapce

[PATCH 0/4] KVM: arm64: Consistently use 'generic' vCPU target across all uarches
 2023-07-10 18:35 UTC  (8+ messages)
` [PATCH 1/4] KVM: arm64: Delete pointless switch statement in kvm_reset_vcpu()
` [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

[PATCH] KVM: arm64: Disable preemption in kvm_arch_hardware_enable()
 2023-07-10 18:20 UTC  (7+ messages)

[PATCH] KVM: arm64: vgic-v4: Consistently request doorbell irq for blocking vCPU
 2023-07-10 17:55 UTC 

[PATCH v4 00/16] Improve scalability of KVM + userfaultfd live migration via annotated memory faults
 2023-07-10 17:40 UTC  (28+ messages)
` [PATCH v4 03/16] KVM: Add KVM_CAP_MEMORY_FAULT_INFO
` [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 v7 0/8] KVM: allow mapping non-refcounted pages
 2023-07-10 16:34 UTC  (35+ 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 v10 00/59] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2023-07-10 12:56 UTC  (6+ messages)

[linux-next:master] BUILD REGRESSION 296d53d8f84ce50ffaee7d575487058c8d437335
 2023-07-10  5:51 UTC  (5+ messages)

[PATCH] KVM: arm64: Keep need_db always true in vgic_v4_put() when emulating WFI
 2023-07-10  2:04 UTC  (3+ messages)

[kvm-unit-tests PATCH 0/2] arm64: fix paging issues
 2023-07-07 18:26 UTC  (3+ messages)
` [kvm-unit-tests PATCH 1/2] arm64: set sctlr_el1.SPAN

[PATCH v2] KVM: arm64: Add missing BTI instructions
 2023-07-07 10:59 UTC  (3+ messages)

Is it a good idea to allow setting invariant_sys_regs
 2023-07-07  7:10 UTC 

[PATCH v3] KVM: arm64: Use BTI for nvhe
 2023-07-06 15:23 UTC  (10+ messages)

[RESEND PATCH v5 00/11] KVM: arm64: Add support for FEAT_TLBIRANGE
 2023-07-06  0:04 UTC  (25+ 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

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

[PATCH] KVM: arm64: Add missing BTI instruction in kvm_host_psci_cpu_entry
 2023-07-05 17:16 UTC 

[PATCH] KVM: arm64: Handle kvm_arm_init failure correctly in finalize_pkvm
 2023-07-04 19:32 UTC 

[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 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  (13+ messages)
` [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 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  (5+ messages)
` [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  (4+ messages)
` [kvm-unit-tests PATCH v2 1/6] efi: keep efi debug information in a separate file


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