Linux KVM/arm64 development list
 help / color / mirror / Atom feed
 messages from 2021-12-05 19:10:59 to 2021-12-15 16:13:10 UTC [more...]

[PATCH v4 00/14] KVM: arm64: Introduce kvm_{un}share_hyp()
 2021-12-15 16:12 UTC  (8+ messages)
` [PATCH v4 01/14] KVM: arm64: Provide {get, put}_page() stubs for early hyp allocator
` [PATCH v4 02/14] KVM: arm64: Refcount hyp stage-1 pgtable pages
` [PATCH v4 03/14] KVM: arm64: Fixup hyp stage-1 refcount
` [PATCH v4 04/14] KVM: arm64: Hook up ->page_count() for hypervisor stage-1 page-table
` [PATCH v4 05/14] KVM: arm64: Implement kvm_pgtable_hyp_unmap() at EL2
` [PATCH v4 06/14] KVM: arm64: Introduce kvm_share_hyp()
` [PATCH v4 07/14] KVM: arm64: pkvm: Refcount the pages shared with EL2

[PATCH v3 00/15] KVM: arm64: Introduce kvm_share_hyp()
 2021-12-15 16:02 UTC  (34+ messages)
` [PATCH v3 01/15] KVM: arm64: Check if running in VHE from kvm_host_owns_hyp_mappings()
` [PATCH v3 02/15] KVM: arm64: Provide {get, put}_page() stubs for early hyp allocator
  ` [PATCH v3 02/15] KVM: arm64: Provide {get,put}_page() "
` [PATCH v3 03/15] KVM: arm64: Refcount hyp stage-1 pgtable pages
` [PATCH v3 04/15] KVM: arm64: Fixup hyp stage-1 refcount
` [PATCH v3 06/15] KVM: arm64: Implement kvm_pgtable_hyp_unmap() at EL2
` [PATCH v3 07/15] KVM: arm64: Introduce kvm_share_hyp()
` [PATCH v3 08/15] KVM: arm64: pkvm: Refcount the pages shared with EL2
` [PATCH v3 09/15] KVM: arm64: Extend pkvm_page_state enumeration to handle absent pages
` [PATCH v3 10/15] KVM: arm64: Introduce wrappers for host and hyp spin lock accessors
` [PATCH v3 11/15] KVM: arm64: Implement do_share() helper for sharing memory
` [PATCH v3 13/15] KVM: arm64: Implement do_unshare() helper for unsharing memory
` [PATCH v3 15/15] KVM: arm64: pkvm: Unshare guest structs during teardown

[PATCH v4 0/6] KVM: arm64: Emulate the OS Lock
 2021-12-15 14:32 UTC  (12+ messages)
` [PATCH v4 1/6] KVM: arm64: Correctly treat writes to OSLSR_EL1 as undefined
` [PATCH v4 2/6] KVM: arm64: Stash OSLSR_EL1 in the cpu context
` [PATCH v4 3/6] KVM: arm64: Allow guest to set the OSLK bit
` [PATCH v4 4/6] KVM: arm64: Emulate the OS Lock
` [PATCH v4 5/6] selftests: KVM: Add OSLSR_EL1 to the list of blessed regs
` [PATCH v4 6/6] selftests: KVM: Test OS lock behavior

[PATCH 0/6] KVM: arm64: Miscellaneous pkvm fixes
 2021-12-15 14:30 UTC  (14+ messages)
` [PATCH 1/6] KVM: arm64: pkvm: Fix hyp_pool max order
` [PATCH 2/6] KVM: arm64: pkvm: Disable GICv2 support
` [PATCH 3/6] KVM: arm64: Make the hyp memory pool static
` [PATCH 4/6] KVM: arm64: Make __io_map_base static
` [PATCH 5/6] KVM: arm64: pkvm: Stub io map functions
` [PATCH 6/6] KVM: arm64: pkvm: Make kvm_host_owns_hyp_mappings() robust to VHE

[PATCH v2 0/4] KVM: arm64: Improve PMU support on heterogeneous systems
 2021-12-15  6:47 UTC  (26+ messages)
` [PATCH v2 1/4] perf: Fix wrong name in comment for struct perf_cpu_context
` [PATCH v2 2/4] KVM: arm64: Keep a list of probed PMUs
` [PATCH v2 3/4] KVM: arm64: Add KVM_ARM_VCPU_PMU_V3_SET_PMU attribute
` [PATCH v2 4/4] KVM: arm64: Refuse to run VCPU if the PMU doesn't match the physical CPU

Libvirt on little.BIG ARM systems unable to start guest if no cpuset is provided
 2021-12-14 11:05 UTC  (15+ messages)

[kvm-unit-tests PATCH 0/3] arm64: debug: add migration tests for debug state
 2021-12-14 13:34 UTC  (5+ messages)
` [kvm-unit-tests PATCH 1/3] arm64: debug: add a migration test for breakpoint state
` [kvm-unit-tests PATCH 2/3] arm64: debug: add a migration test for watchpoint state
` [kvm-unit-tests PATCH 3/3] arm64: debug: add a migration test for single-step state

[PATCH v3 0/4] KVM: arm64: Improve PMU support on heterogeneous systems
 2021-12-14 12:30 UTC  (8+ messages)
` [PATCH v3 1/4] perf: Fix wrong name in comment for struct perf_cpu_context
` [PATCH v3 2/4] KVM: arm64: Keep a list of probed PMUs
` [PATCH v3 3/4] KVM: arm64: Add KVM_ARM_VCPU_PMU_V3_SET_PMU attribute
` [PATCH v3 4/4] KVM: arm64: Refuse to run VCPU if the PMU doesn't match the physical CPU

[kvm-unit-tests PATCH 0/4] arm: Timer fixes
 2021-12-14 12:09 UTC  (6+ messages)
` [kvm-unit-tests PATCH 1/4] arm: timer: Fix TVAL comparison for timer condition met
` [kvm-unit-tests PATCH 2/4] arm: timer: Move the different tests into their own functions
` [kvm-unit-tests PATCH 3/4] arm: timer: Test CVAL before interrupt pending state
` [kvm-unit-tests PATCH 4/4] arm: timer: Take into account other wake-up events for the TVAL test

[kvm-unit-tests PATCH v9 0/9] MTTCG sanity tests for ARM
 2021-12-14 11:54 UTC  (6+ messages)
` [kvm-unit-tests PATCH v9 3/9] Makefile: add GNU global tags support

[PATCH] KVM: arm64: Use defined value for SCTLR_ELx_EE
 2021-12-13 13:10 UTC  (2+ messages)

Some problems about TZASC configuration
 2021-12-13 12:39 UTC  (2+ messages)

Configuring the host GIC for guest to guest IPI
 2021-12-13 12:10 UTC  (2+ messages)

[RFC v16 0/9] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-12-11  5:18 UTC  (29+ messages)
` [RFC v16 1/9] iommu: Introduce attach/detach_pasid_table API

[RFC PATCH 00/10] KVM: selftests: Add support for test-selectable ucall implementations
 2021-12-10 16:46 UTC  (11+ messages)
` [PATCH RFC 01/10] kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h
` [PATCH RFC 02/10] kvm: selftests: move ucall declarations into ucall_common.h
` [PATCH RFC 03/10] kvm: selftests: introduce ucall_ops for test/arch-specific ucall implementations
` [PATCH RFC 04/10] kvm: arm64: selftests: use ucall_ops to define default ucall implementation
` [PATCH RFC 05/10] kvm: s390: "
` [PATCH RFC 06/10] kvm: selftests: add ucall interfaces based around shared memory
` [PATCH RFC 07/10] kvm: selftests: add ucall_shared ops for PIO
` [PATCH RFC 08/10] kvm: selftests: introduce ucall implementation based on halt instructions
` [PATCH RFC 09/10] kvm: selftests: add GUEST_SHARED_* macros for shared ucall implementations
` [PATCH RFC 10/10] kvm: selftests: add ucall_test to test various ucall functionality

[PATCH v5 00/12] KVM: x86/xen: Add in-kernel Xen event channel delivery
 2021-12-10 14:57 UTC  (16+ messages)
` [PATCH v5 03/12] KVM: s390: Use Makefile.kvm for common files
` [PATCH v5 06/12] KVM: powerpc: "
` [PATCH v5 08/12] KVM: Reinstate gfn_to_pfn_cache with invalidation support

[PATCH 0/2] ARM Error Source Table Support
 2021-12-09  8:10 UTC  (3+ messages)
` [PATCH 1/2] ACPI/AEST: Initial AEST driver

[PATCH 0/2] KVM: arm64: Fix documentation for PSCI related functions
 2021-12-08 19:32 UTC  (3+ messages)
` [PATCH 1/2] KVM: arm64: Fix comment for kvm_reset_vcpu()
` [PATCH 2/2] KVM: arm64: Fix comment on barrier in kvm_psci_vcpu_on()

[PATCH] KVM: arm64: Drop unused workaround_flags vcpu field
 2021-12-08 14:56 UTC 

[RFC PATCH v3 00/29] KVM: arm64: Make CPU ID registers writable by userspace
 2021-12-08  7:18 UTC  (31+ messages)
` [RFC PATCH v3 02/29] KVM: arm64: Save ID registers' sanitized value per vCPU
` [RFC PATCH v3 03/29] KVM: arm64: Introduce struct id_reg_info
` [RFC PATCH v3 04/29] KVM: arm64: Make ID_AA64PFR0_EL1 writable
` [RFC PATCH v3 09/29] KVM: arm64: Hide IMPLEMENTATION DEFINED PMU support for the guest

[PATCH AUTOSEL 5.10 02/15] KVM: arm64: Save PSTATE early on exit
 2021-12-06 21:15 UTC 

[PATCH AUTOSEL 5.15 05/24] KVM: arm64: Save PSTATE early on exit
 2021-12-06 21:12 UTC 

[PATCH v3 0/6] KVM: arm64: Emulate the OS lock
 2021-12-06 18:47 UTC  (8+ messages)
` [PATCH v3 3/6] KVM: arm64: Allow guest to set the OSLK bit
` [PATCH v3 4/6] KVM: arm64: Emulate the OS Lock

[PATCH] arm64/kvm: Fix bitrotted comment for SVE handling in handle_exit.c
 2021-12-06 17:28 UTC  (2+ messages)

[PATCH 0/4] KVM: arm64: Improve PMU support on heterogeneous systems
 2021-12-06 10:26 UTC  (8+ messages)
` [PATCH 4/4] KVM: arm64: Refuse to run VCPU if the PMU doesn't match the physical CPU

[PATCH] KVM: arm64: Constify kvm_io_gic_ops
 2021-12-06  8:41 UTC  (2+ messages)

[PATCH 0/3] KVM: arm64: Keep hyp and host headers separate where possible
 2021-12-06  8:41 UTC  (2+ messages)


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