messages from 2022-10-10 08:43:48 to 2022-10-17 21:36:15 UTC [more...]
[PATCH 0/6] KVM: selftests: memslot_perf_test: aarch64 cleanup/fixes
2022-10-17 21:36 UTC (20+ messages)
` [PATCH 1/6] KVM: selftests: memslot_perf_test: Use data->nslots in prepare_vm()
` [PATCH 2/6] KVM: selftests: memslot_perf_test: Consolidate loop conditions "
` [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 6/6] KVM: selftests: memslot_perf_test: Report optimal memory slots
[PATCH v4 00/25] KVM: arm64: Introduce pKVM hyp VM and vCPU state at EL2
2022-10-17 20:29 UTC (30+ 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 v10 00/14] KVM: selftests: Add aarch64/page_fault_test
2022-10-17 19:58 UTC (30+ 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 v3] KVM: arm64: nvhe: Fix build with profile optimization
2022-10-15 14:43 UTC (4+ 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 (8+ messages)
[PATCH v9 00/14] KVM: selftests: Add aarch64/page_fault_test
2022-10-14 21:37 UTC (46+ messages)
` [PATCH v9 01/14] KVM: selftests: Add a userfaultfd library
` [PATCH v9 02/14] KVM: selftests: aarch64: Add virt_get_pte_hva() library function
` [PATCH v9 03/14] KVM: selftests: Add missing close and munmap in __vm_mem_region_delete()
` [PATCH v9 04/14] KVM: selftests: aarch64: Construct DEFAULT_MAIR_EL1 using sysreg.h macros
` [PATCH v9 05/14] tools: Copy bitfield.h from the kernel sources
` [PATCH v9 06/14] KVM: selftests: Stash backing_src_type in struct userspace_mem_region
` [PATCH v9 07/14] KVM: selftests: Add vm->memslots[] and enum kvm_mem_region_type
` [PATCH v9 08/14] KVM: selftests: Fix alignment in virt_arch_pgd_alloc() and vm_vaddr_alloc()
` [PATCH v9 09/14] KVM: selftests: Use the right memslot for code, page-tables, and data allocations
` [PATCH v9 10/14] KVM: selftests: aarch64: Add aarch64/page_fault_test
` [PATCH v9 11/14] KVM: selftests: aarch64: Add userfaultfd tests into page_fault_test
` [PATCH v9 12/14] KVM: selftests: aarch64: Add dirty logging "
` [PATCH v9 13/14] KVM: selftests: aarch64: Add readonly memslot "
` [PATCH v9 14/14] KVM: selftests: aarch64: Add mix of "
[PATCH v5 0/7] KVM: arm64: Enable ring-based dirty memory tracking
2022-10-14 16:55 UTC (25+ messages)
` [PATCH v5 3/7] KVM: x86: Allow to use bitmap in ring-based dirty page tracking
[REPOST][URGENT] kvmarm mailing list migration
2022-10-14 10:41 UTC (2+ messages)
[PATCH v2] KVM: arm64: nvhe: Fix build with profile optimization
2022-10-13 19:02 UTC (10+ messages)
[PATCH] KVM: arm64: pkvm: Fixup boot mode to reflect that the kernel resumes from EL1
2022-10-13 13:33 UTC (8+ messages)
[GIT PULL] KVM/arm64 fixes for 6.1, take #1
2022-10-13 13:28 UTC (2+ messages)
[PATCH] KVM: selftests: Fix number of pages for memory slot in memslot_modification_stress_test
2022-10-13 11:35 UTC (4+ messages)
HP PA-RISC / IA64 hardware platform for Linux Debian, Gentoo, NetBSD, OpenBSD and HP-UX Unix
2022-10-11 19:21 UTC
[PATCH v6 0/8] KVM: arm64: Enable ring-based dirty memory tracking
2022-10-11 6:23 UTC (20+ messages)
` [PATCH v6 1/8] KVM: x86: Introduce KVM_REQ_RING_SOFT_FULL
` [PATCH v6 2/8] KVM: x86: Move declaration of kvm_cpu_dirty_log_size() to kvm_dirty_ring.h
` [PATCH v6 3/8] KVM: Add support for using dirty ring in conjunction with bitmap
` [PATCH v6 4/8] KVM: arm64: Enable ring-based dirty memory tracking
` [PATCH v6 5/8] KVM: selftests: Enable KVM_CAP_DIRTY_LOG_RING_WITH_BITMAP if possible
` [PATCH v6 6/8] KVM: selftests: Use host page size to map ring buffer in dirty_log_test
` [PATCH v6 7/8] KVM: selftests: Clear dirty ring states between two modes "
` [PATCH v6 8/8] KVM: selftests: Automate choosing dirty ring size "
[kvm-unit-tests PATCH v3 0/3] arm: pmu: Fixes for bare metal
2022-10-11 3:50 UTC (7+ messages)
[PATCH] KVM: arm64: selftests: Fix multiple versions of GIC creation
2022-10-10 8:43 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox