kvmarm.lists.cs.columbia.edu archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-15 11:01:07 to 2022-10-20 07:20:00 UTC [more...]

[PATCH 0/6] KVM: selftests: memslot_perf_test: aarch64 cleanup/fixes
 2022-10-20  7:19 UTC  (42+ messages)
` [PATCH 3/6] KVM: selftests: memslot_perf_test: Probe memory slots for once
` [PATCH 4/6] KVM: selftests: memslot_perf_test: Support variable guest page size
` [PATCH 5/6] KVM: selftests: memslot_perf_test: Consolidate memory sizes

[PATCH v3 0/6] KVM: selftests: memslot_perf_test: aarch64 cleanup/fixes
 2022-10-20  7:12 UTC  (14+ messages)
` [PATCH v3 1/6] KVM: selftests: memslot_perf_test: Use data->nslots in prepare_vm()
` [PATCH v3 2/6] KVM: selftests: memslot_perf_test: Consolidate loop conditions "
` [PATCH v3 3/6] KVM: selftests: memslot_perf_test: Probe memory slots for once
` [PATCH v3 4/6] KVM: selftests: memslot_perf_test: Support variable guest page size
` [PATCH v3 5/6] KVM: selftests: memslot_perf_test: Consolidate memory
` [PATCH v3 6/6] KVM: selftests: memslot_perf_test: Report optimal memory slots

[PATCH v2 0/9] KVM: arm64: selftests: Test linked {break, watch}points
 2022-10-20  5:42 UTC  (10+ messages)
` [PATCH v2 1/9] KVM: arm64: selftests: Use FIELD_GET() to extract ID register fields
` [PATCH v2 2/9] KVM: arm64: selftests: Add write_dbg{b,w}{c,v}r helpers in debug-exceptions
` [PATCH v2 3/9] KVM: arm64: selftests: Remove the hard-coded {b, w}pn#0 from debug-exceptions
` [PATCH v2 4/9] KVM: arm64: selftests: Add helpers to enable debug exceptions
` [PATCH v2 5/9] KVM: arm64: selftests: Stop unnecessary test stage tracking of debug-exceptions
` [PATCH v2 6/9] KVM: arm64: selftests: Change debug_version() to take ID_AA64DFR0_EL1
` [PATCH v2 7/9] KVM: arm64: selftests: Add a test case for a linked breakpoint
` [PATCH v2 8/9] KVM: arm64: selftests: Add a test case for a linked watchpoint
` [PATCH v2 9/9] KVM: arm64: selftests: Test with every breakpoint/watchpoint

[PATCH v10 00/14] KVM: selftests: Add aarch64/page_fault_test
 2022-10-19 23:47 UTC  (34+ messages)
` [PATCH v10 01/14] KVM: selftests: Add a userfaultfd library
` [PATCH v10 02/14] KVM: selftests: aarch64: Add virt_get_pte_hva() library function
` [PATCH v10 03/14] KVM: selftests: Add missing close and munmap in __vm_mem_region_delete()
` [PATCH v10 04/14] KVM: selftests: aarch64: Construct DEFAULT_MAIR_EL1 using sysreg.h macros
` [PATCH v10 05/14] tools: Copy bitfield.h from the kernel sources
` [PATCH v10 06/14] KVM: selftests: Stash backing_src_type in struct userspace_mem_region
` [PATCH v10 07/14] KVM: selftests: Add vm->memslots[] and enum kvm_mem_region_type
` [PATCH v10 08/14] KVM: selftests: Fix alignment in virt_arch_pgd_alloc() and vm_vaddr_alloc()
` [PATCH v10 09/14] KVM: selftests: Use the right memslot for code, page-tables, and data allocations
` [PATCH v10 10/14] KVM: selftests: aarch64: Add aarch64/page_fault_test
` [PATCH v10 11/14] KVM: selftests: aarch64: Add userfaultfd tests into page_fault_test
` [PATCH v10 12/14] KVM: selftests: aarch64: Add dirty logging "
` [PATCH v10 13/14] KVM: selftests: aarch64: Add readonly memslot "
` [PATCH v10 14/14] KVM: selftests: aarch64: Add mix of "

[PATCH v2 00/15] KVM: arm64: Parallel stage-2 fault handling
 2022-10-19 23:32 UTC  (10+ messages)
` [PATCH v2 07/15] KVM: arm64: Use an opaque type for pteps
` [PATCH v2 08/15] KVM: arm64: Protect stage-2 traversal with RCU
` [PATCH v2 15/15] KVM: arm64: Handle stage-2 faults in parallel

[PATCH v2 0/7] perf: Arm SPEv1.2 support
 2022-10-19 19:11 UTC  (16+ messages)
` [PATCH v2 1/7] perf: arm_spe: Use feature numbering for PMSEVFR_EL1 defines
` [PATCH v2 2/7] arm64: Drop SYS_ from SPE register defines
` [PATCH v2 3/7] arm64/sysreg: Convert SPE registers to automatic generation
` [PATCH v2 4/7] perf: arm_spe: Drop BIT() and use FIELD_GET/PREP accessors
` [PATCH v2 5/7] perf: arm_spe: Support new SPEv1.2/v8.7 'not taken' event
` [PATCH v2 6/7] perf: Add perf_event_attr::config3
` [PATCH v2 7/7] perf: arm_spe: Add support for SPEv1.2 inverted event filtering

[PATCH v4 00/25] KVM: arm64: Introduce pKVM hyp VM and vCPU state at EL2
 2022-10-19 16:34 UTC  (53+ messages)
` [PATCH v4 01/25] KVM: arm64: Move hyp refcount manipulation helpers to common header file
` [PATCH v4 02/25] KVM: arm64: Allow attaching of non-coalescable pages to a hyp pool
` [PATCH v4 03/25] KVM: arm64: Back the hypervisor 'struct hyp_page' array for all memory
` [PATCH v4 04/25] KVM: arm64: Fix-up hyp stage-1 refcounts for all pages mapped at EL2
` [PATCH v4 05/25] KVM: arm64: Unify identifiers used to distinguish host and hypervisor
` [PATCH v4 06/25] KVM: arm64: Implement do_donate() helper for donating memory
` [PATCH v4 07/25] KVM: arm64: Prevent the donation of no-map pages
` [PATCH v4 08/25] KVM: arm64: Add helpers to pin memory shared with the hypervisor at EL2
` [PATCH v4 09/25] KVM: arm64: Include asm/kvm_mmu.h in nvhe/mem_protect.h
` [PATCH v4 10/25] KVM: arm64: Add hyp_spinlock_t static initializer
` [PATCH v4 11/25] KVM: arm64: Rename 'host_kvm' to 'host_mmu'
` [PATCH v4 12/25] KVM: arm64: Add infrastructure to create and track pKVM instances at EL2
` [PATCH v4 13/25] KVM: arm64: Instantiate pKVM hypervisor VM and vCPU structures from EL1
` [PATCH v4 14/25] KVM: arm64: Add per-cpu fixmap infrastructure at EL2
` [PATCH v4 15/25] KVM: arm64: Initialise hypervisor copies of host symbols unconditionally
` [PATCH v4 16/25] KVM: arm64: Provide I-cache invalidation by virtual address at EL2
` [PATCH v4 17/25] KVM: arm64: Add generic hyp_memcache helpers
` [PATCH v4 18/25] KVM: arm64: Consolidate stage-2 initialisation into a single function
` [PATCH v4 19/25] KVM: arm64: Instantiate guest stage-2 page-tables at EL2
` [PATCH v4 20/25] KVM: arm64: Return guest memory from EL2 via dedicated teardown memcache
` [PATCH v4 21/25] KVM: arm64: Unmap 'kvm_arm_hyp_percpu_base' from the host
` [PATCH v4 22/25] KVM: arm64: Maintain a copy of 'kvm_arm_vmid_bits' at EL2
` [PATCH v4 23/25] KVM: arm64: Explicitly map 'kvm_vgic_global_state' "
` [PATCH v4 24/25] KVM: arm64: Don't unnecessarily map host kernel sections "
` [PATCH v4 25/25] KVM: arm64: Use the pKVM hyp vCPU structure in handle___kvm_vcpu_run()

[PATCH 0/3] KVM: arm64: nv: Fixes for Nested Virtualization issues
 2022-10-19  7:59 UTC  (3+ messages)

[PATCH v6 0/8] KVM: arm64: Enable ring-based dirty memory tracking
 2022-10-18 22:20 UTC  (6+ messages)
` [PATCH v6 3/8] KVM: Add support for using dirty ring in conjunction with bitmap

[PATCH v5 3/7] KVM: x86: Allow to use bitmap in ring-based dirty page tracking
 2022-10-18 15:50 UTC  (16+ messages)

[PATCH v2 0/6] KVM: selftests: memslot_perf_test: aarch64 cleanup/fixes
 2022-10-18  4:04 UTC  (14+ messages)
` [PATCH v2 1/6] KVM: selftests: memslot_perf_test: Use data->nslots in prepare_vm()
` [PATCH v2 2/6] KVM: selftests: memslot_perf_test: Consolidate loop conditions "
` [PATCH v2 3/6] KVM: selftests: memslot_perf_test: Probe memory slots for once
` [PATCH v2 4/6] KVM: selftests: memslot_perf_test: Support variable guest page size
` [PATCH v2 5/6] KVM: selftests: memslot_perf_test: Consolidate memory sizes
` [PATCH v2 6/6] KVM: selftests: memslot_perf_test: Report optimal memory slots

[PATCH v3] KVM: arm64: nvhe: Fix build with profile optimization
 2022-10-15 14:43 UTC  (3+ messages)

[PATCH V2] KVM: arm64: vgic: fix wrong loop condition in scan_its_table()
 2022-10-15 14:43 UTC  (2+ messages)

[PATCH] KVM: arm64: vgic: fix wrong loop condition in scan_its_table()
 2022-10-15  2:41 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).